body {
	margin: 0;
	background: url(../images/template/header-bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	color: #00359f;	
}

.odd {
	background-color: #95BCE2;
	color:white;
}


.even {
	background-color: white;
}


img{
	border:none;
}


th {

	background-image: url(../images/template/table-header.jpg);
	color:white;
	font-size:12px;
}


td {
	color:#1C4AA8;
	font-size:12px;
	font-weight: bolder;
	padding: 2px 4px 2px 4px;
}


ul{
	margin-top: 0;
	line-height: 180%;
}


#header {
	height: 98px;
}


#logo {
	float: left;
	height:90px;
}


#top-menu {
	margin-top:2px;
	width:auto;
	background-image: url(../images/template/menu-bg.jpg);
	background-repeat:repeat-x;
}


#menu {
	padding: .2em 0;
	height:36px;
	text-align:center;
}


#menu ul {
	list-style:none;
}


#menu li {
	display:inline;
	list-style-type: none;
	padding-right:10px;
	padding-left:10px;
	border-right: 2.5px solid #999999;
}


#menu a {
	text-decoration: none;	
	font-size: 17px;
	font-weight:bold;		
	color: #00359f;
}


#menu a:hover {
	text-decoration: underline;
}


#wrapperall {
	text-align: center;
}


#wrapper {
	text-align:left;
	width: 900px;
	margin: 0 auto;
}



#container {
	margin:0 auto;	
}


#content{
	font-size:14px;
	margin-top:10px;
	margin-left:50px;
}


#footer {
	height:100px;
	background-repeat:repeat-xy;
}


#footer #copyright{
	margin-top:20px;
	width: 100%;
	height: 50px;
	background-image: url(../images/template/footer-bg.jpg);
	bottom:0;	
}


#footer #copyright p {
	color: #00359f;
	font-weight:bolder;
	font-variant:small-caps;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	line-height: normal;
	font-size: 12px;
}


div_table{
	width:100%;
	color:black;
}


.div_table .text{
	padding-left:10px;
	font-weight:bolder;
	width:150px;
	color: white;
	background-color:#1C4AA8;
}


.div_table .value{
	color: black;
	background-color:#D2DDEB;
}


.div_table a{
	color: #00359f;
}


.div_table a:hover{
	color: #00359f;
}


.div_table a:visited{
	color: #00359f;
}


.div_button{
	margin-top:5px;
	border:none;
	margin-bottom:5px;
}


.div_button a{
	text-decoration: none;
}


.div_button input{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	font-weight:bolder;
	color:#1C4AA8;
	background-image: url(../images/template/button-bg.jpg);
	border:none;
	font-size:15px;
	text-align: center;
	margin-right:5px;
	margin-bottom:5px;
}



.error_message {
	color:red;
	font-weight:bolder;
	font-size:15px;
}



div_table a{
	color:#1C4AA8;
	font-weight: bolder;
}


div_table a:visited{
	color:#1C4AA8;
	font-weight: bolder;
}


div_table a:hover{
	color:#1C4AA8;
	font-weight: bolder;
	text-decoration: underline;
}


.width-100{
	width:110px;	
}


.width-70{
	width:70px;	
}


.width-70 a:hover{
	color:white;
	background-color: #1C4AA8;
}


.width-120{
	width:120px;	
}


.tooltip

{
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}


.tooltip span.top

{
	padding: 30px 8px 0;
    background: url(../images/tooltip.gif) no-repeat top;
}


.tooltip b.bottom

{
	padding:3px 8px 15px;color: #548912;
    background: url(../images/tooltip.gif) no-repeat bottom;
}


.description {
	margin-top:15px;
	margin-bottom:15px;
}


.tooltip form{
	margin-bottom:-20px;
	float:left;
}


.tooltip input{
	float:left;
}

.tooltip #tooltip {
	float:left;
	margin-top:0.001em;
	margin-left:4px;
}


.tooltip select {
	float:left;
}

.tooltip #root{
	float:left;
}

img.tooltip_img{

}


#edit_button{
	cursor: pointer;
}

#edit_button a:hover{
	background-color: #1C4AA8;
	color:white;
}



#dashboard{
	text-align: center;	
}


.dlinks a{
	
	text-align: center;	
	color: #00359f;
}

.dlinks a:hover{
	text-align: center;	
	background-color:#00359f;
	color:white;
}


#root{
	margin-top:2px;
}

.no-style {
	background-image: url('');
}