﻿/* CSS Document */
/* RESET ALL */
* {
margin:0;
padding:0;
}

#shadow {
	float: none;
	clear: both;
	width:840px;
	padding: 0;
	background: #d3e1e5 url("../images/layout/side_shadow.gif") repeat-y -1px bottom;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	vertical-align: top;
	top: 0;
	bottom: 0;
}
#wrap {
	width:800px;
	margin: 0 20px;
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 0;
}

body {
	background-color:#d3e1e5;
	color:#000000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	margin: 0 0 0 30px;
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 1em 0 1em 1em;
}

p.heading {
	font-size:large !important;
	font-weight: bold;
}

p.title {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

p.success {
	border: 1px #006600 solid;
	background: #006600 url("/assets/images/icons/succ_bkg.jpg") repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 0.15em;
}

p.fail {
	border: 1px #660000 solid;
	background: #660000 url("/assets/images/icons/fail_bkg.jpg") repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 0.15em;
}

#header {
	background-color:#000000;
	height:80px;
	background: url("../images/layout/header_shadow_shorter.gif") no-repeat center bottom;
	vertical-align: bottom;
	margin: 0;
	top:0;
	display: block;
}
#topnav {
	background-color:#142e63;
	position:relative;
	height:21px;
	width:800px;
	z-index: 999;
}

#sidebar {position:inherit;border:0 solid #000000;float:left;width:200px;}
#content {
	float:left;
	clear: both;
	/*overflow: hidden;*/
	margin:0;
	display: block;
}

#content_left {
	position:relative;
	display: block;
	float:left;
	width:199px;
	margin: 0;
	clear: both;
}

#content_right {
	position:relative;
	float:left;
	width:580px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}

a {
	font-size: 13px;
	color: #5375BB;
	text-decoration: none;
}

/*a.menu {
	font-size: 10px;
}*/

a:hover {
	color: #CC0000;
}

ul {
	font-size: 12px;
}

#footer {
	float: none;
	width: 840px;
	background: #d3e1e5 url("../images/layout/bottom_shadow_shorter.gif") -1px top no-repeat;
	display: block;
	clear: both;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #142E63;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;

}

#footer a{
	color: #142E63;
	text-decoration: none;
}

/* SIDENAVIGATION BEGIN */

/*sidenav is used for single-level, chunky, navigation buttons*/
/*sidenavmulti uses smaller buttons and fonts, for sectioned content*/
#sidenav {
	width: 200px;
	background: #7e8faa;
/*	margin-top: 10px;*/
}

#sidenavmulti {
	width: 200px;
	background: #7e8faa;
/*	margin-top: 10px;*/
}

#sidenav a {
	display: block;
	width: 95%;
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em 1em;
	border: 0 solid;
}

#sidenavmulti .mainlevel {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	background: #7e8faa url("../images/layout/corner_clear.gif") right bottom no-repeat;
	vertical-align: middle;
	line-height: 30px;
	text-indent: 8px;
	font-variant: small-caps;
}

#sidenavmulti .sublevel a {
	display: block;
	width: 90%;
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em 1em;
	border: 0 solid;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #54647e;
	text-indent: 22px;

}

#sidenavmulti .sublevel a:hover {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #142e63;
	text-indent: 22px;
}

#sidenav ul {
	float: left;
	width: 100%;
	list-style: none;
	list-style-position:inside;
	line-height: 1;
	background: #7e8faa;
	padding: 0;
	margin: 0;
	/*border-top: 1px solid #e8f0f2;
	border-bottom: 1px solid #e8f0f2;*/
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	text-align: left;
	white-space: nowrap;
	display: inline;
}

#sidenavmulti ul {
	float: left;
	width: 100%;
	list-style: none;
	list-style-position:inside;
	line-height: 1;
	background: #7e8faa;
	padding: 0;
	margin: 0;
	/*border-top: 1px solid #e8f0f2;
	border-bottom: 1px solid #e8f0f2;*/
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


#sidenav li {
	float: left;
	width:178px;
	padding: 8px 2em 8px 0;
	border-bottom: 1px solid #e8f0f2;
	background: #7e8faa url("../images/layout/corner_clear.gif") right bottom no-repeat;
	white-space: nowrap;
	display: block;
	text-align: left;
}

#sidenavmulti li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8f0f2;
	white-space: nowrap;
	display: block;
}


#sidenav li:hover ul ul, #sidenav li:hover ul ul ul, #sidenav li.sfhover ul ul, #sidenav li.sfhover ul ul ul {
	left: -999em;
}

#sidenav li:hover ul, #sidenav li li:hover ul, #sidenav li li li:hover ul, #sidenav li.sfhover ul, #sidenav li li.sfhover ul, #sidenav li li li.sfhover ul {
	left: auto;
}

#sidenav li:hover, #sidenav li.sfhover {
	background-color: #142e63;
}

/* SIDENAVIGATION END */

#left_block {
	float:left;
	background-color:#d0dbe3;
	width:199px;
	margin: 0 auto;
	clear: both;
	bottom: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#left_block p  {
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #142E63;
}

#left_block a {
	font-size: 11px;
}

#left_block p.title {
	color: #ffffff;
	text-decoration: none;
	white-space:nowrap;
	font-size: 11px;
	font-weight: bold;
	background-color: #485e87;
	display: block;
	position:relative;
	width: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 5px;
	text-align: left;
	float: none;
	clear: both;
}

li.operations {
	list-style: none;
	margin-left: -17px;
}

fieldset {
	padding: 5px;
}

input, select {
	border: 0 solid;
	margin: 0.25em 0 0.25em 0;
	padding: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
}

input {
	background-color: #485e87;
	color: #ffffff;
}