
* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#555;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

/* general */
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#00509F;
	text-decoration:none;
}

/* header */
#header {
	/*background:#343434 url('images/background_header.jpg') center repeat-y;*/
	/*background: url('images/background_content.jpg') center repeat-y;*/
	width:100%;
	height: 130px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	background:#343434 url('images/background_header_1x130.jpg') center repeat-x;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0 0 0 20px;
	width:180px;
}
#header_inside h1 span {
	color:#990000;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:400px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* content */
#content {
	background: url('images/background_content.jpg') center repeat-y;
	width:100%;
	min-height: 550px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
	min-height: 550px;
}
#content_inside_sidebar {
	/*border-right:1px solid #990000;*/
	float:left;
	line-height:16px;
	margin:5px 570px 5px 0;
	padding:0 0 0 10px;
	position:absolute;
	width:200px;
}

#content_inside_sidebar sup {
	font-size:11px;
}
#news_flash sup{
	font-size:9px;
}

#content_inside_sidebar h2 {
	background:#990000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	text-align:left;
	border-bottom: 1px solid #555555;
}
#content_inside_sidebar ul {
	list-style:none;
	margin: 0px;
}
#content_inside_sidebar ul li {
	list-style:none;
	position: relative;
	padding-left: 10px;
	line-height: 16px;
	font-size: 10px;
}

#content_inside_sidebar ul li a { background-color: #FFFFFF; }
#content_inside_sidebar ul li.activ a { background-color: #FFCF9F; }

#content_inside_sidebar ul ul li a { background-color: #FFFFFF; }
#content_inside_sidebar ul ul li.active a { background-color: #FFCF9F; }

#content_inside_sidebar ul ul ul li a { background-color: #FFFFFF; }
#content_inside_sidebar ul ul ul li.active a { background-color: #B7C9FF; }



#content_inside_sidebar li.last  {
}
#content_inside_sidebar li.active a {
	background:#ececec;
	color:#000;
}

#content_inside_sidebar ul li a {
	border-bottom:1px solid #990000;
	display:block;
	padding:1px 1px 1px 3px;
	text-align:left;
	width:97.7%;
	color: #990000;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
/*
#content_inside_sidebar li.navparents a {
	background:#fffff;
	color:#990000;
}


#content_inside_sidebar ul.subnav a  {
	background:#ececec;
	color:#000;
}

#content_inside_sidebar ul.subnav li.active a  {
	background:#CCCCCC;
	color:#000;
}
*/

#content_inside_main {
	background:#fff;
	line-height:14px;
	margin:0 auto;
	padding:10px 10px 10px 235px;
	width:550px;
	min-height: 550px;
	font-size: 11px;
}
#content_inside_main img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#content_inside_main img.pdf {
	border:0px solid red;
}

#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:14px;
	padding:0 0 2px;
	color: #990000;
	
	margin-bottom: 10px;
}

#content_inside_main sup {
	font-size: 10px;
	padding:0 0 2px;
}

#content_inside_main h2 {
	border-bottom:1px solid #efefef;
	font-size:12px;
	padding:0 0 2px;
	color: #990000;
}
#content_inside_main p {
	padding:0 0 10px;
}
#content_inside_main strong {

	color: #990000;
}
#content_inside_main strong sup {
	color: #990000;
}

#content_inside_main ul {
	margin-left: 20px;
}

/* footer */
#footer {
	background:#343434 url('images/background_footer.jpg') center repeat-y;
	height:20px;
	width:100%;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:20px;
	margin:0 auto;
	width:800px;
	font-size: 11px;
}
#footer_inside p {
	color:#999999;
	line-height:20px;
	text-align:center;
}

#footer_inside a {
	color:green;
}

#footer_inside a:hover {
	color:#00FF00;
}

/*###########################################################*/

#menu_in ul {
	float:left;
	height:50px;
	list-style:none;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_in li {
	float:left;
	height:50px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_in li.last  {
	float:left;
	height:50px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_in li.active a  {
	background:#fff;
	color: green;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
	margin: 0 2px 0 2px;
	border:2px solid green;
}
div.clear {
	clear:both;
}
#menu_in li a {
	color:#990000;
	display:block;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
	margin: 0 2px 0 2px;
	border:2px solid #990000;
}
#menu_in li a:hover {
	background:#fff;
	color:green;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
	margin: 0 2px 0 2px;
	border:2px solid green;
}
#menu_in li a.active {
	background:#fff;
	color: green;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 4px 0 4px;
	margin: 0 2px 0 2px;
	border:2px solid green;
}

.reg {
	font-size: 10px;
	vertical-align:super;
}

strong. {
	color: #990000;
}

#journals strong {
	color: #555555;
}

#menu_top {
	background:#343434 url('images/background_menu_top_1x20.jpg') center repeat-x;
	text-align: right;
	width: 800px;
	height: 20px;
}

#menu_top ul {
	float: right;	
	text-align: right;
	width: 345px;
	height: 20px;
	position:relative;
}

#menu_top ul  li {
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #555555;
	padding: 0 5px 0px 5px;
	text-align:center;
	font-weight: bold;
}

#menu_top ul  li.last {
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 20px;
	line-height: 20px;
	border-right: 0px solid #555555;
	padding: 0 5px 0px 5px;
	text-align:center;
	font-weight: bold;
}

#menu_top ul li a {
	color: #FFFFFF;
	font-size: 10px;
	
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 20px;
	line-height: 20px;
	
	text-align:center;
	font-weight: bold;

}	

#menu_top ul li.active a {
	color: #AAAAAA;
	font-size: 10px;
	
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 20px;
	line-height: 20px;
	
	text-align:center;
	font-weight: bold;
}

#menu_top ul li.active {
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
}

#menu_top ul li a:hover {
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
}

tr.header {
	text-align: center;
	vertical-align: middle;
	background-color: #ececec;
}

table {
	margin-left: 10px;
}

#breadcrumbs {
	font-size: 10px;
	padding-left: 10px;
	background-color: #ECECEC;
}
.text_search_input{
	line-height:14px;
	font-size:10px;
	border:1px solid #990000;
	height:14px;
	margin-top:2px;
	@margin-top: 1px;
	vertical-align:top;
}
.search_button_all{
	line-height:14px;
	font-size:10px;
	height:16px;
	vertical-align:middle;
	text-align:center;
	@margin-top: 2px;
}
.search_div{
	float: left;	
	padding-left:10px;
	width: 154px;
	height: 20px;
}

/****************************** START MENU PUBLISTING ************************************************/

#menu_publishing ul {
	float: left;	
	text-align: left;
	width: 550px;
	height: 16px;
	position:relative;
	background-color: #990000;
	margin: -10px 0 10px 0;
}

#menu_publishing ul  li {
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 16px;
	line-height: 16px;
	border-right: 1px solid #555555;
	padding: 0 5px 0px 5px;
	text-align:center;
	font-weight: bold;
}

#menu_publishing ul  li.last {
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 16px;
	line-height: 16px;
	border-right: 0px solid #555555;
	padding: 0 5px 0px 5px;
	text-align:center;
	font-weight: bold;
}

#menu_publishing ul li a {
	color: #FFFFFF;
	font-size: 10px;
	
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 16px;
	line-height: 16px;
	
	text-align:center;
	font-weight: bold;

}	

#menu_publishing ul li.active a {
	color: #AAAAAA;
	font-size: 10px;
	
	margin: 0px 0 0px 0; 
	float:left;
	list-style-type:none;
	height: 16px;
	line-height: 16px;
	
	text-align:center;
	font-weight: bold;
}

#menu_publishing ul li.active {
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
}

#menu_publishing ul li a:hover {
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
}

#content_publishing {
	background: url('images/publishing_pages_bg.jpg') right top no-repeat;
	margin:0 auto;
}
#content_publishing div.limited {
	width: 440px;
}

#register_form input, select, textarea {
	border: 1px solid #990000;
	margin-top: 2px;
	margin-bottom: 2px;
}
#members_table td {
	padding:4px; line-height:12px;
}
/****************************** END MENU PUBLISTING ************************************************/

/******************************** START NEWS FLASH ************************************************/
#news_flash {
	border:1px solid #990000;
	float:left;
	line-height:14px;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	margin:5px 570px 15px 0;
	
	position:relative;
	width:198px;
}
#news_flash  p {
	padding:5px 5px 5px 5px;
}
/******************************** END NEWS FLASH ************************************************/

