/* commented backslash hides from ie5mac \*/ 
img, div { behavior: url(iepngfix.htc) }

html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	height:100%;
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;

}
body{	
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #FFFFFF;
	height:100%;
	background:  url(images/bg_new2.png) repeat-x left top;
}
#wrapper {
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	min-height: 100%;
	background:  url(images/footer5.png) repeat-x left bottom;	
}

#outer{
	width:776px;
	text-align:left;
	margin:auto;
}
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
/* mac hide \*/
* html #outer{
	width:776px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#content_header {
	width:100%;
	padding-top: 75px;
}

#inner{
	width:100%;
	padding-top:40px;/*needed to make room for header*/
	padding-bottom: 50px;
} 

#header{
	position:absolute;
	top:8px;
	width:780px;
	padding-right: 20px;
	height:50px;
	z-index:900;
	background: url(images/lock.gif) no-repeat center top;
}

#ajaxmenu{
	z-index:1200;
}



#ajaxmenu a {
	background: url(images/tableft_new3.png) no-repeat left top;
	padding: 0 2px 0 4px;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
}
#ajaxmenu a span {
	display: block;
	padding: 0 10px 0 6px;
	background: url(images/tabright_new3.png) no-repeat right top;
}

#ajaxmenu ul li ul {
	clear: both;
	position: absolute;
	z-index: 1100;
	font-weight: normal;
	margin: 26px 0 0 1px;
	_margin-top: 0;
	padding: 0;
	float: none;
}


/* ### menu box ### */
.menuBox { position: absolute; top: 65px; right: 0px; width: 950px; }
.menuBox ul { float: right; list-style: none; }
.menuBox li { padding-right: 5px; position: relative; float: left; display: inline; line-height: 26px; }
.menuBox li a { display: block; float: left; text-decoration: none; color: #fff; background: url(images/tableft_new3.png) no-repeat left top; padding: 0 2px 0 4px;}
.menuBox li a span { padding: 0px 10px 0px 6px; display: block; background: url(images/tabright_new3.png) no-repeat right top; font-weight: bold; }
.menuBox ul ul { padding-top: 0px; position: absolute; top: 27px; left: -25px; display: none; width: 235px;}
.menuBox ul ul li { display: block; float: none; border: 1px solid #393939; border-top: 0px; background: url(images/bg_lade.png) repeat-x bottom left #ba2425;  }
.menuBox ul ul li span { background: none;}

.menuBox ul ul li a { padding-left: 15px; width: 204px; float: none; font-size: 11px; font-weight: bold; background: none; }
.menuBox ul ul li a:hover, .menuBox ul ul li a.selected { color: #000; }



#logo {
	position:absolute;
	top:5px;
	left:18px;
	width:200px;
	height:40px;
	font-size: 0px;
	color: #000000;
	z-index:300;
	background: url(images/SO_logo.png) no-repeat left top;
}
#logo_90 {
	position:absolute;
	top:0px;
	right:0px;
	width:210px;
	height:50px;
	font-size: 0px;
	color: #000000;
	z-index:300;
	background: url(images/SO_90.png) no-repeat right top;
}

/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/

#footer {
	position: absolute;
	bottom:0;
	color: #FFF;
}
#footer p {
	text-align: center;
}

#footer p a #outer
{
	text-decoration: none;
	color: #FFF;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:50px;
	/* for ie*/
}
/* end hide*/

#social {
	text-align:center;	
	margin-bottom:130px;
}

#social div {
	display:block;
	float:left;
	width:100px;
	text-align:right;
}

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:206px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 178px;
	padding-left: 9px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:760px;
	float:left;
	padding-left: 17px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:50px;
	clear:both;
} /* to clear footer */

 /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}

#content h2 {
	font-size: 15px;
	color: #ca0000;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	line-height: 20px;
	position: relative;
	z-index: 666;
}

h3#post-  {
	font-size: 12px;
	color: #ca0000;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #ca0000;
	text-decoration: none;
}

#content p a:hover {
	background-color: #ca0000;
	color: #ffffff;
}

#content table {
	margin-bottom: 10px;
}

#content .tableheader {
	background-color: #CCC;
}

#content a, #sidebar a
{
    color: #ca0000;
}

#content a:hover, #sidebar a:hover
{
    background-color: #ca0000;
    color: #FFFFFF;
}

#content .menubar { background: url('../images/menuBar.jpg') repeat-x left top; padding-top: 5px;margin-bottom: 2px; height: 25px; color: #FFF; text-align: center; float: none;  }
.td span { float: none;}

			/* ### SLIDER BOX ### */
			.sliderBox { width: 811px;}
			.sliderBox ul { overflow: hidden; width: 800px; list-style: none; margin-left: 0px; }
			.sliderBox li { float: left; overflow: hidden; width: 821px; }
			ol#controls { position: relative; bottom: 30px; left: 720px; list-style: none; }
			ol#controls li { padding-right: 5px; float: left; display: inline; }
			ol#controls li a { display: block; width: 26px; height: 24px; line-height: 24px; font-weight: bold; text-align: center; text-decoration: none; color: #fff; background: url('../images/sliderLink.gif') no-repeat; }
			ol#controls li a:hover { text-decoration: underline; }


/** SHOW/HIDE DIV */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	padding: 5px 10px;
	background: #ca0000;
	text-align: left;
	color: #FFF;
	width: 600px;

	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border: 0px;
	width:600px;
	color: #FFF;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	position:relative;
	width: 600px;
	color: #000;
}
.dhtmlgoodies_answer_content p {
	color: #000;
	margin-left: 10px;
}
.dhtmlgoodies_answer_content td {
	color: #000;
	margin-left: 10px;
}

.basictext {
	
}
.errortext {
	color:#C00000; 
	font-weight: bold;
}

