* {
	font-family: Arial, Helvetica, sans-serif;
}

.mainbody {
	margin:0;
	color:#333333;
	background:#CCCCCC url(../images/bg_body.jpg) repeat-x left top;
}


.leftcol {
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;
}

.logo {
	background:#000000 url(../images/img_header_900.jpg) no-repeat left top;
}

.containerbg {
	background:transparent url(../images/bg_inside.jpg) repeat-y left top;
}

.content_pathway {

	padding-top: 5px;
/**	padding-left: 12px;*//
}

.blackline {
	height:10px;
	min-height:10px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:10px;
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}


a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

.content_main {
padding-top:5px;

}

.content_main ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
}

.content_main li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-type: square;
	list-style-position: inside;
}

/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height:20px;
/**	margin-bottom:10px;**/
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 0px;
	background-color:inherit;
	display:block;
}

h1,
h3,
h4,
.contentheading,
.contentpagetitle,
.componentheading,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 0px;
	background-color:inherit;
	display:block;
}

.buttonheading {
	width: 16px;
	
}

/** input button html tag **/
.button {
	font-size:11px;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	background-color:#CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}

/** search div in top right column. position:user4 **/
div.search {
	margin-left:10px;
}

.search  {
	margin-top:30px;
}

/** search field in search div **/
.search .inputbox {
	width:130px;
	border: 1px solid #000000;
}

/** highlight word search result **/
.highlight {
	font-weight:bold;
	background-color: #FFFF00;
	padding: 2px 0 2px 0;
	
}

.sectiontableheader {
	font-weight: bold;
}

.category, .categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;
}

.sectiontableentry1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** pathway link item **/
a.pathway:link,
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#999999;
	text-decoration:none;
}

/** generic menu item **/
.mainlevel  {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:transparent url(../images/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover,
.leftcol a.mainlevel:hover {
	background-color:#484848;
	color:#FFFFFF;
	text-decoration:none;
}

/** underline on hover **/
a.toclink:hover,
a.latestnews:hover,
a.mostread:hover,
a.pathway:hover,
a.sublevel:hover,
a.sublevel-right:hover,
a.blogsection:hover,
a.readon:hover,
a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
a.latestnews:hover {
	text-decoration:underline;
	color:#3973AC;
	background-color:inherit;
}

.leftcol a:hover {
	color: #93B7DB;
	/*text-decoration:underline;*/
}

.leftcol a:link,
.leftcol a:active,
.leftcol a:visited {
	color:#FFFFFF;
}

/** general module table **/
table.moduletable,
.leftcol table {
	width:169px;
	float:left;
	clear:left;
}

.leftcol table td {
	font-size:11px;
	color:#CCCCCC;
}

.contentpaneopen {
	width:100%;

}

/** specific left column form **/
#leftcol form {
	margin-left:15px;
}

/** specific left column form **/
.leftcol .button {
	font-size:11px;
	color:#FFFFFF;
	background-color:#585858;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	width:140px;
}

/** specific left column form **/
.leftcol .inputbox {
	font-size:11px;
	font-weight: bold;
}

/** module styles in #leftcol **/
.leftcol table.moduletable td {
	color:#DADADA;
	font-size:11px;
}

/** left column input form **/
.leftcol .inputbox {
	font-size:11px;
	border: 1px solid #000000;
	margin-bottom:2px;
}



