@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html {
    display: block;
    height: 100%;
    width: 100%;
}
body {
    background: transparent;
    font-family: Arial,Verdana,Geneva,sans-serif;
    font-size: 0.85em;
}
img {
	border:none;
}
#wrap {
    margin: auto auto 30px;
    min-height:500px;
    width: 980px;
}
#header {
	height: 90px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#welcome{
	height:60px;
}
#statusbar {
	float:right;
	height:17px;
	width:800px;
	background:#1E608A no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size: 0.8em;
	padding:0 4px;
	box-shadow: -2px 4px 3px 0 #CCCCCC;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
}
#leftstatusbar {
	float:left;
	width:400px;
	text-align:left;
}
#rightstatusbar {
	float:right;
	width:390px;
	height:100%;
	text-align:right;
}
#welcomebar {
	height:40px;
	padding:7px;
	text-align:right;
	color:#666666;
	font-size:20px;
}
#welcomebar a{
	color:#666666;
}
#welcomebar a:hover{
	text-decoration:none;
}
#topbar, #content, .navigation, #note, #info, #contentwidget, .curex, .report {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#topbar {
	background: url("images/topbarbg.png") repeat-x scroll 0 0 transparent;
    height: 55px;
	text-align:right;
	box-shadow: 0 0 4px #cccccc;
}
#topbartop {
	background: url("images/separator.png") no-repeat scroll 850px 0 transparent;
    height: 22px;
	color:#185781;
	font-size:10pt;
	padding-top:3px;
	padding-right:10px;
}
#topbarbottom {
	height:30px;
}
#lefttopbarbottom {
	float:left;
	width:500px;
	text-align:left;
	padding:0 10px 4px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	vertical-align:middle;
}
.breadcrumb{
	margin:0 10px;
	color:#FFFFFF;
}
#righttopbarbottom {
	float:right;
	width:450px;
	text-align:right;
	padding:3px 10px 0 0;
	color:#FFFFFF;
}
#content {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top:10px;
	padding-bottom:10px;
	min-height:400px;
	box-shadow: 0 0 4px #CCCCCC;
}
#contentuser {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top:10px;
	padding-bottom:10px;
	min-height:700px;
	box-shadow: 0 0 4px #CCCCCC;
}
#warning {
	background: none repeat scroll 0 0 #FFDFFF;
	padding:0 20px 5px 20px;
	margin-bottom:7px;
	border:#CC3300 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#warning h4, #warning p {
	padding:3px 0 0 10px;
	font-size:12px;
}
#status {
	background: none repeat scroll 0 0 #218CC0;
	padding:0 20px 5px 20px;
	margin-bottom:7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#status h4, #status p {
	padding:3px 0 0 10px;
	font-size:12px;
}
#contentwidget, #note {
	border:#CCCCCC 1px solid;
}
#info {
		border:#CCCCCC 1px solid;
}
#note h4, p {
	font-size:0.88em;
	padding-top:5px;
}
#note {
	background: none repeat scroll 0 0 #FFFFCC;
	color:#666666;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#info {
	background: none repeat scroll 0 0 #F4F4F4;
}
#info h4 {
	border-bottom:#CCCCCC solid 1px;
	padding:5px 0 5px 10px;
	font-size:12px;
}
#contentwidget {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contentwidget h2{
	font-size:14px;
	margin-bottom:20px;
}
#contentwidget p{
	margin-left:15px;
	line-height:17px;
}
#contentwidget ul {
	list-style-image:url(images/list.png);
	margin-left:15px;
}
#contentwidget li {
	margin-bottom:5px;
}
#contentwidget li a{
	color:#000000;
	text-decoration:none;
}
#contentwidget li a:hover{
	color:#185781;
	text-decoration:underline;
}
#contentwidget blockquote {
	background: url("images/doublequote.png") no-repeat scroll 0 0 #FFFFFF;
	margin:20px 0 20px 15px;
	padding:0 50px 0 70px;
	font-size:15px;
	line-height:20px;
	font-style:italic;
	text-align:justify;
}
#footer {
	margin-top:10px;
	padding-top:10px;
	border-top:#185781 solid 1px;
	box-shadow: 0 -7px 7px -7px #cccccc;
	font-size:0.8em;
	color:#333333;
}
#footer a{
	color:#185781;
	text-decoration:underline;
}
#footer a.footerhome{
	font-weight:bold;
	text-decoration:none;
}
#right, #sidebar {
	padding:5px;
}
#right {
	float:right;
	width:720px;
}
#sidebar {
	float:left;
	width:240px;
}
.contentleft {
	float:left;
	width:460px;
}
.contentright {
	float:right;
	width:220px;
}
.curex {
	background:none repeat scroll 0 0 #F4F8FF;
	color:#2C94C1;
	padding:20px 5px;
	border:1px solid #2C94C1;
	font-size:12px;
	text-align:center;
}
.curex table{
	width:100%;
	border:1px solid #2C94C1;
	margin-top:15px;
	border-collapse:collapse;
}
.curex tr.headertable{
	background: none repeat scroll 0 0 #E2CD75;
	border-bottom:solid 1px #2C94C1;
}
.curex th, .curex td {
	padding:4px;
	color:#2C94C1;
	text-align:center;
}
.curex tr.odd{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom:solid 1px #2C94C1;
}
.curex tr.even{
	background: none repeat scroll 0 0 #FFFFB0;
	border-bottom:solid 1px #2C94C1;
}
.secured {
	background: url("images/shield_white16.png") no-repeat scroll 0 0 transparent;
	padding:0 10px 0 20px;
	font-weight:bold;
	border-right:1px #FFFFFF dotted; 
}
.callcenter {
	color:#FFFFFF;
	margin-left:9px;
	letter-spacing:1px;
}
.agent {
	padding-right:50px;
}
.lastlogin {
	padding-left:5px;
	color:#FFFFFF;
}
.signin {
	color:#FFFFFF;
	font-size: 1.3em;
	font-weight:bold;
	padding-left:260px;
}
.clear {
	clear:both;
}
.navigation {
	background: none repeat scroll 0 0 #f4f4f4;
	border:solid 1px #CCCCCC;
	width:235px;
	min-height:350px;
}
.navigation h3 {
	background: url("images/sidebarheader.jpg") repeat-x scroll 0 0 transparent;
	height:27px;
	color:#FFFFFF;
	text-align:center;
	font-size:11pt;
	padding-top:7px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
}
.navigation ul {
	list-style-type:none;
	padding:8px;
}
.navigation ul li {
	font-weight:bold;
	height:25px;
	margin:2px 0;
	padding:5px 0 0 5px;
	background: url("images/menubg.png") repeat-y scroll 0 0 #cccccc;
	border-top:solid 1px #FFFFFF;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #FFFFFF;
}
.navigation ul li a{
	color:#185781;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
.navigation ul li a:hover {
	color:#003366;
	text-decoration:underline;
}
.navigation ul li.submenu, .navigation ul li.submenu_backhome {
	height:16px;
	padding:2px 0 2px 17px;
	margin:2px 0;
	border-bottom:solid 1px #CCCCCC;
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:normal;
}
.navigation ul li.submenu{
	background: url('images/bullet_white.png') no-repeat scroll 0 2px #F4F4F4;
}
.navigation ul li.submenu:hover{
	background: url('images/bullet_black.png') no-repeat scroll 0 2px #FFFFFF;
}
.navigation ul li.submenu_backhome {
	font-weight:bold;
	background: url('images/arrow_left.png') no-repeat scroll 0 2px #F4F4F4;
}
.navigation ul li.submenu_backhome:hover {
	background: url('images/arrow_left.png') no-repeat scroll 0 2px #FFFFFF;
}
.navigation ul li.submenu a, .navigation ul li.submenu_backhome a {
	color:#185781;
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
}
.navigation ul li.submenu a:hover, .navigation ul li.submenu_backhome a:hover {
	color:#000000;
	background: none repeat scroll 0 0 transparent;
}
.navigation ul li.logout {
	margin-top:15px;
	border-bottom:2px double #CCCCCC;
}
.navigation ul li.logout a {
	display:block;
	color:#993300;
	text-decoration:none;
	text-align:center;
}
.navigation ul li.logout:hover {
	text-decoration:underline;
}
.loginform {
	 width:210px;
	 margin:20px 10px 0 10px;
}
.loginform label {
	color:#666666;
}
.input {
	margin:4px 0;
}
.input input{
	background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 10px) repeat scroll 0 0 transparent;
	border:solid 1px #CCCCCC;
	width:100%;
	font-size:1.5em;
	padding-left:2px;
}
.input input:hover {
	border:solid 1px #1F648E;
}
.signinbutton, .submitbutton {
	text-align:right;
	margin:20px 0;
}
.signinbutton input, .submitbutton input{
	padding:4px;
	width:100px;
	color:#FFFFFF;
	background: url("images/bgbutton.png") repeat-x scroll 0 0 #1E608A;
	border:solid 1px #CCCCCC;
	cursor:pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.signinbutton input:hover, .submitbutton input:hover {
	border:solid 1px #185781;
}
.seal {
	background: url("images/sslseal.png") no-repeat scroll 0 0 transparent;
	width:143px;
	height:60px;
	margin:60px auto 20px;
}
.citable, .formtable, .reporttable {
	border-collapse:collapse;
}
.citable {
	width:auto;
	margin:5px 25px;
	font-size:0.88em;
	line-height:20px;
}
.citd {
	width:170px;
}
.form {
	padding:0 0 10px 0;
	font-size:0.88em;
}
.label {
	width:170px;
	float:left;
	padding:7px 0;
}
.form input, .form select, .form textarea {
	margin:7px 0; /* same w/ .label padding up there */
}
.form input:hover, .form textarea:hover {
	border:solid 1px #1F648E;
}
.form textarea {
	width:400px;
}
.form option {
	padding:2px;
}
.form input.inputtext {
	width:200px;
	padding:2px;
}
.form input.inputnumber {
	width:200px;
	padding:2px;
}
.form h4 {
	color:#999999;
	font-weight:normal;
	border-bottom:solid 1px #999999;
	margin:15px 0 5px 0;
}
.formtable, .label {
	margin-left:5px;
}
.formtable tr{
	height:20px;
}
.odd {
	background:none repeat scroll 0 0 #FCFCFC;
}
.even {
	background:none repeat scroll 0 0 #ECECEC;
}
.report {
	background:none repeat scroll 0 0 #F4F4F4;
	border:solid 1px #CCCCCC;
	padding:20px 0;
}
.reporttable {
	width:100%;
	margin-bottom:3px;
}
.reporttable tr {
	padding-top:5px;
}
.reporttable tr:hover {
	background:none repeat scroll 0 0 #E1E1E1;
}
.reporttable th {
	background:url("images/thbg.png") repeat-x scroll 0 0 #3399CC;
	height:32px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
.reporttable td {
	height:30px;
	font-size:11px;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
}
.pagination {
	background:none repeat scroll 0 0 #F2FAFD;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:5px 0;
	text-align:center;
}
.pagination a{
	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}
.pagination a:hover{
	text-decoration:underline;
}
#reportinfo {
	padding:4px;
}
#reportinfo h4, #reportinfo p {
	font-size:12px;
	text-align:right;
	color:#666666;
}
