@import url( ../../base.css );
/*******************************************************************************************/
/*** global settings ***/
/* these settings should be at the top of the css since they are the defaults and can be overridden further down */
body {
	font-family: verdana, arial, sans-serif;
	color: #333;
	font-size: x-small;
	background-color: #eee;
	padding: 0 1%;
}
@media handheld, print {
body {
	color: #000;
	background-color: #fff;
}
}
caption {
	font-weight: bold;
	margin-top: 1em;
}
th {
	padding: 10px 0 1px 0;
	border-bottom: 1px solid #8f0;
}
td {
	vertical-align: top;
}
hr {}
small {
	color: #999;
}
pre {
	border: 1px solid #999;
	padding: 10px;
}

/* general page title settings on every page */
/* !...   !!...   !!!...   respecively */
h1 {
	color: #333;
	font-size: large;
}
h2 {
	color: #666;
	font-size: medium;
}
h3 {
	color: #777;
	font-size: small;
}

p {
	text-align: justify;
}

h1, h2, h3 {}

/* links */
a, a:visited {
	text-decoration: none;
	color: #e00;
}
a:hover {
	background-color: #eef;
}

/* images */
img {}
a img:hover {}
.icon:hover {
	background-color: #eef;
}
@media handheld{
.icon {
	display: none;
}
}

@media handheld{
.deco {
	display: none;
}
}


.avatar{
	height: 105px;
	width: 83px;
}
@media handheld{
.avatar {
	display: none;
}
}

/*******************************************************************************************/
/*** site layout ***/
#bitbody {
	padding-top: 10px;
}

#bittop {
	background:transparent url( /storage/Pictures/ModernNomads.jpg ) no-repeat left;
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 30px 0.5% 2px 0.5%;
	border: 1px solid silver;
}

@media handheld {
#bittop {
	background: url( /storage/Pictures/ModernNomadsSmall.jpg ) no-repeat left;
}
}

#bittop h1 {
	color: #666;
	font-size: 18px;
}
#bittop h3 {
	color: #888;
	font-style: italic;
	font-size: 14px;
}

@media handheld {
#bittop h3 {
	font-size: 10px;
}
}

#bittopbar {
	z-index: 1;
	background-color:transparent;
	position: absolute;
	top: 112px;
	right: 0 px;
	margin: 10px 0 0 0;
	padding: 0 0.5%;
}

@media handheld {
#bittopbar {
	border: 1px solid silver;
}
}

@media print {
#bittopbar {
	display: none;
}
}

#bittopbar a {}
#bittopbar a:hover {
	background-color: #eee;
}

#nav ul {
	padding:5px;
}
#nav li li ul {
	margin-top:-18px;
}

@media handheld, print {
#nav ul {
	display: none;
}
#nav li {
	display: none;
}
}

#bitleft {
	margin: 0;
	width: 16%;
	float: left;
}
#bitright {
	margin: 0;
	width: 16%;
	float: right;
}
#bitmain {
	padding: 10px 0;
	background:#fff;
	background-image: url( /storage/Pictures/RunningMan.jpg );
	background-repeat: no-repeat;
	background-position: 80% 50px;
	border: 1px solid silver;
	overflow: visible;
}
/* adjust the width of the center column depending on number of side columns */
.bit-cols-3 {
	width: 64%;
	margin: 0 0 0 2%;
	float: left;
}
.bit-cols-2l {
	width: 82%;
	margin: 0;
	float: right;
}
.bit-cols-2r {
	width: 82%;
	margin: 0;
	float: left;
}
.bit-cols-1	{
	margin: 0;
}
#bitbottom {
	text-align: center;
}

@media handheld, print {
#bitmain {
	background-image: none;
	border:none;
	padding: none;
}
}
@media handheld, print {
#bitleft, #bitright {
	display: none;
}
}

@media handheld, print {
.bit-cols-3, .bit-cols-2l, .bit-cols-2r, .bit-cols-1 {
	width: 100%;
	margin: 0 0 0;
}
}

#bitprint {}

.TableOfContents {
	display: inline;
	float:right;
	background:#eee;
	border:2px solid #ccc;
	width:250px;
	padding: 1px;
	margin:0 1em;
	text-align:left;
}

.TableOfContents a{
	color: #26E;
}

.TableOfContents li{
	margin-left: -15px;
}

@media handheld {
.TableOfContents {
	display: block;
	float: left;
	width: 100%;
}
}

@media print {
.TableOfContents {
	display: none;
}
}

.blokje {
	display: inline;
	float:right;
	background:#eee;
	border:2px solid #ccc;
	width:150px;
	padding:1em;
	margin:0 1em;
	text-align:center;
	font-weight:bolder;
	font-style:italic;
}

@media handheld {
.blokje {
	width:90px;
	font-weight:normal;
	font-style:normal;
}
}

.tipje {
	display: block;
	background:#6F6;
	background-image: url( /storage/Pictures/tipje.png );
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:2px solid #00FF00;
	padding-left: 45px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	font-weight:bolder;
	font-color: #000
}

.pasop {
	display: block;
	background:#FF6;
	background-image: url( /storage/Pictures/pasop.png );
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:2px solid #FF0;
	padding-left: 45px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	font-weight:bolder;
	font-color: #000
}

.waarschuwing {
	display: block;
	background:#F66;
	background-image: url( /storage/Pictures/waarschuwing.png );
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border:2px solid #F00;
	padding-left: 45px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	font-weight:bolder;
	font-color: #000
}

.waarschuwing a{
	color: #26E;
}

@media handheld, print {
.waarschuwing,.pasop,.tipje {
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	background-image: none;
	font-weight:normal;
	font-style:normal;
}
}

.copyright {
	font-family: verdana, arial, sans-serif;
	color: silver;
	font-size: 8px;
}

.copyright a{
	color: silver;
	font-weight: normal;
	font-style: normal;
}

/*******************************************************************************************/
/*** common classes ***/
.display, .listing, .admin, .edit {padding:10px;}
.preview {}
.header {}
.header h1, .header h1 a, .header h1 a:hover {
	color: #666;
	border-bottom: 3px solid #e00;
	background: transparent;
}
.header h2 {
	font-size: 12px;
	font-weight: 600;
	padding: 5px;
}
.date {
	display: inline;
	color: silver;
}
.body {
	padding: 5px;
}
.content {}
.footer {
	color: silver;
}
.actionicon {}
.preview {
	border: 2px dashed silver;
	padding: 5px;
}

/******************************************************************************************/
/*** forms ***/
input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}
fieldset {
	width: 94%;
	border: 1px dashed #999;
	padding: 2%;
	margin: 10px auto;
}
legend {
	color: #000;
	padding: 1px 5px;
	background: #eee;
	border: 1px solid #999;
}
.row {}
label {
	color: #e00;
}
label:hover {
	color: #c60;
}
.formlabel {padding:2px 0 0 0;}
.forminput {}
.formhelp {margin-bottom:1em;}
.submit {
	text-align: center;
	padding: 15px 0 10px 0;
}
.clear {
	clear:both;
}
.minifind {
	width: 330px;
	text-align:center;
}

/******************************************************************************************/
/*** boxes ***/
.box {
	background-color: #fff;
	border: 1px solid silver;
}
.boxtitle {
	padding: 10px 0 1px 0;
	border-bottom: 1px solid silver;
	font-weight: bold;
}
.boxcontent {
	padding: 5px;
}
.module {
	margin-bottom: 10px;
}


/******************************************************************************************/
/*** menus ***/
/* first we set the general settings */
.menu .head {}
.menu .item {}

/******************************************************************************************/
/*** parsed elements ***/
.bitbar {
	font-weight: 600;
	padding: 5px 0 0 15px;
	border-bottom: 1px solid #e00;
}
.bitcache {}
.bittable {}
.bittable td {
	border: 1px solid #ddd;
	padding: 3px;
}

/******************************************************************************************/
/*** data tables ***/
.other {}
.panel {}
.panelsubmitrow {
	height: 40px;
	border-bottom: 5px solid #fed;
}
.data {}
.odd {
	background: #eee;
}
.even {}
.norecords {}

				/* tabstyle */
.tabsystem .tabcontainer .tab,.tabsystem .tabcontainer .tab-hover,.tabsystem .tabcontainer .tab-active {
	top:3px;
	font:x-small normal verdana,arial,sans-serif;
	margin:0 3px;
	padding:3px 5px 1px 5px;
	border:1px solid #ccc;
	border-bottom:0;
}
.tabsystem .tabcontainer .tab-hover {
	padding-top:2px;
	border-top:2px solid #f90;
}
.tabsystem .tabcontainer .tab-active {
	top:1px;
	padding:2px 8px 4px 8px;
	margin:0 0px;
	border-top:2px solid #f90;
	background:#fff;
	color:#000;
}
.tabsystem .tabpage {
	border:1px solid #ccc;
	padding:1.5em;
}

/******************************************************************************************/
/*** navigation bars and tabs ***/
.navbar {
	margin: 5px 0;
	padding: 4px;
	border-top: 3px solid silver;
	text-align: right;
}
.navbar a {
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 1px 3px;
	background: #eee;
}
.navbar a:hover {
	background: #fff;
}
.structurebar a {
	margin:0;
	border:0;
	background:transparent;
}
/******************************************************************************************/
/*** quicktags ***/
.quicktag {
	border: 1px solid #fff;
}
.quicktag:hover {
	border: 1px solid #fff;
}
a .quicktag {
	background: #eee;
}
a:hover .quicktag {
	border: 1px inset #ccc;
	background: #ccc;
}
a:active .quicktag {
	background: #fed;
}

/* pagination at the bottom of pages with listings */
.pagination {}

/******************************************************************************************/
/*** bottom bar ***/
.loadstats {}
.babelfish {}

/******************************************************************************************/
/*** settings that have to be at the end ***/
.highlight,a .highlight {}

