@CHARSET "ISO-8859-1";
#empty {
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(https://www.cdmrpcures.org/ocs/public/conferences/3/sidebarRepeat.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

#header {
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 133px;
	width:  100%;
	background-image: url(https://www.cdmrpcures.org/ocs/public/conferences/3/headerRepeat.jpg);
	background-repeat: repeat-x;
	text-align: left;
	/*border-bottom: 1px solid #7b65b0;*/
}

#navbar {
	position: absolute;
	top: 134px;
	left: 168px;
	width:  830px;
	text-align:  right;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 3; 
	margin: 0;
	padding: 0;
	border-bottom: none;
	background-color: #FFF;
}

#sidebar {
	position: absolute;
	top: 134px;
	left: 0;
	width:  158px;
	margin: 0;
	height: 100%;
	padding:  30px 0 15px 0px;
	background-image: url(https://www.cdmrpcures.org/ocs/public/conferences/3/sidebarRepeat.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	background-color: #FFF;
	/*color:  #6E6E6E;*/
}


#block {
	background: transparent;
}

.navlink-top {
	margin: 0px 6px 0px 0px;
	/*background-color: #E1E9F5;*/
	font-weight:  normal;
	display: block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	/* border-right: 1px solid #999; */
}
.navlink {
	margin: 0px 6px 0px 0px;
	/*background-color: #E1E9F5;*/
	font-weight:  normal;
	display: block;
	border-bottom: 1px solid #fff;
	/* border-right: 1px solid #999; */
}

.navlink a:link, .navlink a:visited, .navlink-top a:link, .navlink-top a:visited {
	padding: 3px 5px 3px 10px ;
	text-decoration: none;
	color: #000000;
	display: block;
}

.navlink a:hover, .navlink-top a:hover {
	text-decoration: none;
	color: #000;
	background-color: #e5ece1;
	display: block;
	padding: 3px 5px 3px 10px ;
}




#body {
	
}

#main {
	
}

#breadcrumb {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top: none;
}

#content {
	position: absolute;
	top: 143px;
	left: 158px;
	width: 805px;
	padding: 0 0 25px 0;
	margin: 0 0 20px 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 74%;
	line-height:  146%;
	z-index: 100;
	border-top: none;
}

#footer {
	background-color: #FFF;
	border-top: 1px solid #8c8c8c;
	margin: 100px 20px 0px 10px;
	padding: 7px 0px 0px 0px;
	width:  730px;
	/* font-size: 90%; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

#skiplink a {
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
	}

#skiplink a:active, #skiplink a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: #666;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0;
	left: 0;
	padding: 4px 46px 4px 46px;
	border: 1px solid #999999;
	font-weight: bold;
	font-size: 65%;
	z-index: 5;
	}

/**
* classes
*/

span.highlight {
	border-bottom: none;
}

table.listing td.headseparator {
	border-top: 1px solid #000;
}

table.listing td.endseparator {
	border-top: 1px solid #000;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #DDDDD0;
}

div.separator {
	width: 100%;
	border-bottom: 1px solid #000;
	font-size: 0.5em;
	line-height: 25%;
}

.inset_right {
	float: right;
	padding: 7px;
	border: 1px solid black;
}


.datatable {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:  10px 0px 0px 0px;
	padding: 0;
	background-color: #ccc;
}

.datatable th {
	text-align:left;
	background-color:#f4f4f4;
	font-size: 95%;
	margin: 0;
	padding:  2px 5px 2px 10px;
	font-weight: bold;
}

.datatable td {
	margin: 0;
	padding:  5px 5px 5px 10px;
	background-color:  #ffffff;
}

.datatable caption {
	text-align: left;
	font-size: 100%;
	color: #02467D;
	font-weight: bold;
	margin-top: 5px;
}
