@import url("reset.css");

body {
	background: #3c3d40  url(../images/body_bg.jpg) repeat center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848282;
	line-height: 18px;
	background-attachment: fixed;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #1B98CA;
	text-decoration: underline;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h1 {
	color: #848282;
	font-size: 27px;
	margin-bottom: 15px;
}

h2 {
	color: #848282;
	font-size: 25px;
	margin-bottom: 13px;
}

h3 {
	color: #848282;
	font-size: 17px;
	font-weight: bold;
}


h4 {
	color: #848282;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

h5 {
	font-size: 13px;
	color: #848282;
	font-weight: bold;
	margin-bottom: 5px;
}

.img_caption.left, .caption {float: left;	margin-right: 15px;}
.img_caption.right {	float: right;	margin-left: 15px;}
.img_caption.left p {clear: left;text-align: center;}
.img_caption.right p {clear: right;	text-align: center;}

p {
	margin: 10px 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}


#header {
	height: 127px;
	position: relative;
}

#header p {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.logo {
	position: absolute;
	top: 32px;
	left: 30px;
}


.top {
	position: absolute;
	top: 53px;
	right: 20px;
	width: 680px;
	color: #fff;
	text-align: right;
}

#main-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 3em;
}

#main-menu ul, #top_menu ul, #userWrap ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu ul li {
float:left;
}

#main-menu ul li ul {
position:absolute;
top:3em;
z-index:999;
width:289px;
background: #ffffff;
color: #1B98CA;
border: 1px solid #b1b1b1;
}

#main-menu ul li ul li a:link, #main-menu ul li ul li a:active, #main-menu ul li ul li a:visited  { 
background: #ffffff;
color: #1B98CA;
width:259px; height: 30px;
border-bottom: 1px solid #dbdbdb;
font-size: 12px;
}

#main-menu ul li ul li a:link span, #main-menu ul li ul li a:active span, #main-menu ul li ul li a:visited span {
background: #ffffff;
color: #1B98CA;
}

#main-menu ul li ul li:first-child a:link, #main-menu ul li ul li:first-child a:active, #main-menu ul li ul li:first-child a:visited {
	background: #ffffff;
}

#main-menu ul li ul li:first-child a:hover {
background: #1B98CA;
color: #ffffff;
}

#main-menu ul li ul li:first-child a:hover span {
background: #1B98CA;
color: #ffffff;
}

#main-menu ul li ul li a:hover {
background: #1B98CA;
color: #ffffff;
}

#main-menu ul li ul li a:hover span {
background: #1B98CA;
color: #ffffff;
}

#main-menu ul li.active ul li a:hover {
background: #1B98CA;
color: #ffffff;
}

#main-menu ul li.active ul li a:hover span {
background: #1B98CA;
color: #ffffff;
}

#main-menu ul li a:link, #main-menu ul li a:active, #main-menu ul li a:visited {
	background: url(../images/normal_left.gif) no-repeat left top;
	float: left;
	padding-left: 27px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: Verdana;
	height: 2.5em;
	font-weight: bold;
}

#main-menu ul li:first-child a:link, #main-menu ul li:first-child a:active, #main-menu ul li:first-child a:visited {
	background: url(../images/normal__first_left.png) no-repeat left top;
}

#main-menu ul li.active:first-child a:link, #main-menu ul li.active:first-child a:active, #main-menu ul li.active:first-child a:visited, #main-menu ul li:first-child a:hover {
	background: url(../images/active_first_left.gif) no-repeat left top;
	color: #1B98CA;
}

#main-menu ul li a:link span, #main-menu ul li a:active span, #main-menu ul li a:visited span {
	float: left;
	height: 2.5em;
	padding-right: 27px;
	background: url(../images/normal_right.gif) no-repeat right top;
}

#main-menu  ul li.active a:link, #main-menu  ul li.active a:active, #main-menu  ul li.active a:visited {
	background: url(../images/active_left1.gif) no-repeat left top;
	color: #1B98CA;
}

#main-menu  ul li.active a:link span, #main-menu  ul li.active a:active span, #main-menu  ul li.active a:visited span {
	background: url(../images/active_right1.gif) no-repeat right top;
	color: #1B98CA;
}

#main-menu ul li a:hover {
	background: url(../images/active_left.gif) no-repeat left top;
	color: #1B98CA;
}

#main-menu ul li a:hover span {
	background: url(../images/active_right.gif) no-repeat right top;
	color: #1B98CA;
}

#top_menu {
	position: absolute;
	top: 85px;
	right: 17px;
	font-size: 11px;
}

#top_menu ul li {
	float: left;
	border-right: 1px solid #26667F;
	padding: 0 10px;
}

#top_menu ul li:last-child {
	border-right:none;

}

#top_menu ul li a {
	text-decoration: none;
}

#searchWrap {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 159px;
	height: 19px;
	background: url(../images/search_bg.jpg) no-repeat left center;
}

*html #searchWrap, *html #main-menu {
	bottom: -1px;
}

#searchWrap .inputbox {
	background: none;
	border: none;
	padding-top: 2px;
	width: 110px;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}

#searchWrap .button {
	background: none;
	border: none;
	text-transform: uppercase;
	color: #1B98CA;
	cursor: pointer;
	width: 15px;
	height: 19px;
	float: left;
	font-weight: bold;
}

#banner {
	background: #fff;
}

#banner p {
	margin: 0px;
}

#container {
	background: #fff;
	padding: 1px 24px 13px 24px;
	min-height:350px;
	margin-top:none;
}

#leftCol {
	float: left;
	width: 700px;
}

.componentheading {
	font-size: 27px;
	color: #1b98ca;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:15px;
}
.componentheading_home {
	font-size: 27px;
	color: #1b98ca;
	margin-top:-20px;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
}

.contentheading {
	font-size: 25px;
	color: #848282;
}

.small, .createdate, .modifydate, .createdby {
	color: #848282;
	font-size: x-small;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
}

ul.pagination li {
	display: inline;
	padding: 0 10px;
}

.article_column  {
	margin-bottom: 20px;
}

/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


#rightCol {
	float: right;
	width: 160px;
}

#rightCol .moduletable {
	margin-bottom: 20px;
}

#rightCol .module-body {
	padding: 0;
	border: none;
	background:none;
	margin-top:40px;
}

#userWrap {
	padding-top: 5px;
}

#user1 {
	float: left;
	width: 319px;
}

#user1 .title {
	background: url(../images/u1_title.jpg) no-repeat left top;
	height: 37px;
	padding-left: 20px;
}

#user1 h3 {
	color: #fff;
	line-height: 37px;
}

.module-body {
	background: #fff url(../images/module-body.jpg) repeat-x left bottom;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D7D7D7;
}

#user1 .module-body {
	width: 315px;
	margin: 0 auto;
}

.module-body ul li {
	border-bottom: 1px solid #D5D5D5;
	padding: 29px 20px;
}

.module-body ul li a:link, .module-body ul li a:active, .module-body ul li a:visited {
	text-decoration: none;
	font-size: 17px;
}

#user2 {
	float: left;
	width: 203px;
	padding-left: 20px;
}

#user2 .module-body ul li {
	border-bottom: 1px solid #D5D5D5;
	padding: 3px 0;
}

#user2 .module-body ul li a:link, #user2 .module-body ul li a:active, #user2 .module-body ul li a:visited {
	text-decoration: none;
	font-size: 11px;
}

#user2 .module-body ul li a:hover {
	text-decoration: underline;
}


#user2 .module-body {
	padding: 0;

}

#user2 .title, #user3 .title, #rightCol .title {
	background: url(../images/tilte_left.jpg) no-repeat left top;
	padding-left: 15px;
}

#user2 .title h3, #user3 .title h3, #rightCol .title h3 {
	background: url(../images/title_right.jpg) no-repeat right top;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

#user3 {
	float: right;
	width: 354px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

.name label, .user label, .email label, .pass label, .verify_pass label, .user_name label {
	width: 160px;
	float: left;
}

.name .inputbox, .user .inputbox, .email .inputbox, .pass .inputbox, .verify_pass .inputbox, .user_name .inputbox  {
	width: 200px;
}

/* System Standard Messages */

#system-message { margin-bottom: 20px; }
#system-message dd.message ul { list-style: none; background: #C3D2E5 url(../../system/images/notice-info.png) no-repeat left center ;}
/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) no-repeat left center ; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}
/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) no-repeat left center ; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#system-message dd.message ul li {
	padding-left: 20px;
}