body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px 30px;
	font-size: 0.75em;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:17px;
	margin-bottom:0px;
	font-size: 0.9em;
	color: #2E5598;
}
img:hover{
	cursor:pointer;
}

/*/////////////////////////////// HEADER ////////////////////*/
#header{
	background: url(../images/slice_header.jpg) repeat-x top;
	height: 94px;
}
#header h1{
	display:none;
}
#header div a{
	display:block;
	height: 94px;
	
}
#header div{
	margin-left:40px;
	height: 89px;
	width: 220px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
#header div.database{
	margin-right:50px;
	/*height: 89px;*/
	width: 300px;
	text-align: right;
	font-size: 0.7em;
	color: #2E5598;
	padding-top: 5px;
	background: url(../images/header_database.jpg) no-repeat;
	background-position: top right;
	float:right;
}
/*#prnavigation{
	background: url(../images/prnavigation.gif) no-repeat left top;
	margin-left:0px;
	padding-top:2px;
	height: 20px;
	color:white;
	margin-right: 56px;
	text-align: right;
	width: auto;
}

#prnavigation a.first{
	text-decoration: none;
	width:20px;
	margin-right:8px;
	float:left;
	display:block;
}
#prnavigation a.previous{
	width:20px;
	float:left;
	margin-right:0px;
	display:block;
	text-decoration: none;
}
#prnavigation a.next{
	text-decoration: none;
	width:20px;
	margin-left:5px;
	float:left;
	display:block;
}
#prnavigation a.last{
	width:20px;
	float:left;
	margin-left:5px;
	display:block;
	text-decoration: none;
}
#prnavigation a{
	color:white;
}*/


/*////////////////////////////VIEW BUTTON //////////////////////////*/
ul#buttons {
	font-weight: bold;
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size: 0.7em;
}

#buttons li{
	padding-top:0.8em;
	float:left;
	margin-right:5px;
}

#buttons a{
	padding:5px;
	text-decoration: none;
	display: block;
	float:left;
	color:white;
	background: #5381B5 url(../images/menu_button_f3.gif) no-repeat top right;
}

#buttons a:hover{
	color:white;
	background: #87A7CB url(../images/menu_button_f2.gif) no-repeat top right;
}

#buttons a.current{
	color:#5381B5;
	background: White  url(../images/menu_button.gif) no-repeat top right;
}

/*////////////////////////////VIEW//////////////////////////*/
#view dl {
   border: 1px solid #7C90AA;
	border-top: 0px;
	font-size: 0.7em;
	width:85%;
	background-color: #F1F4F9;
	margin-top:5px;
	margin-left:80px;
	color: #4A4A4A;
}
#view dt {	
	border-top: 1px solid #7C90AA;
	padding-top:0.4em;
	padding-left:0.5em;
	font-weight: bold;
    display: block;
    float: left;
    width:21.3em;
    margin: 0;
    line-height: 1.3em;
	 white-space: nowrap;
}
#view dd {
	padding-left:0.5em;
	text-indent:-1px;
	border-top: 1px solid #7C90AA;
    border-left: 1px solid #7C90AA;
    background-color: white;
    margin: 0px;
    margin-left: 21.3em;
    line-height: 1.3em;
} 
/*////////////////////////// SEARCH ////////////////////////*/
#search{
	margin-left:80px;
	padding:0px;
	margin-top:0px;
	margin-bottom:30px;
}
label{
	width:130px;
	display:block;
	float:left;
	font-size:0.9em;
}
form {
	margin: 0px 0px;
	padding-top: 0px;
	width: 100%;
}
input, select, textarea{
	margin: 2px 0px 2px 0px;
	padding: 2px;
	border: 1px solid #2E5598;
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
input:focus, select:focus, textarea:focus{
	background-color: white;
}

/*////////////////////////// SEARCH  TABLE ////////////////////////*/
#list{
	clear: both;
	border-left: 1px solid #4682B4;
	margin: 0px 80px 30px 80px;
	font-size: 0.7em;
	color: #333333;
	background-color: #EDF2F8;
	padding-left:0px;
	width:88%;
}

#list td{
	padding:5px;
	border-bottom: 1px solid #4682B4;
	border-left: 1px solid white;
	border-right: 1px solid #4682B4;
	border-top: 1px solid white;
}
th{
	padding-left: 50px;
	padding:2px;
	font-size:0.9em;
	background-color: #C5D7E9;
	border-right: 1px solid #4682B4;
	border-bottom: 1px solid #4682B4;
	border-top: 1px solid #4682B4;
}
hr{
	border-width: 1px 0px 0px 0px ;
	border-color: #999999;
	border-style: solid;
	height: 1px;
	margin:0;
	margin-bottom:10px;
}

caption{
	background-color: #EDF2F8;
	font-size: 1.5em;
	text-align:left;
	padding:10px;
	color:#3256A2;
	border: 1px solid #4682B4;
	margin: 10px 80px 0px 80px;
	border-bottom-style: none;
}
a{
	color: #9F0C12;
	text-decoration: underline;
}

a:hover{
	color: #F25159;
}

/*/////////////////////////////// MENU BLUE AREA ////////////////////*/
#menu{
	background-color: #AAC4DF;
	margin:0px;
	height:15.1em;
	padding-left:80px;
	padding-top:12px;
	margin-bottom:30px;
}
#menu hr {
	clear:both;
	margin:0px;
	padding:0px;
	border:1px solid #AAC4DF;
}
dd {
    margin: 0px;
    margin-left: 18em;
    padding:0.3em;
} 
#menu dl {
	font-size: 0.7em;
	width:90%;
	margin:0px;
}

#menu dt {
	padding-top:0.3em;
	font-weight: bold;
   display: block;
   float: left;
   margin: 0;
	white-space: nowrap;
}
#menu form .button {
	font-size: 0.55em;
	width:auto;
	background-color: #9F0C12;
	padding:1px;
	margin:0px;
}

#menu form a.topbuttons{
	display:block;
	float:left;
	background-color: #9F0C12;
	color:white;
	font-size:0.65em;
	margin-right:5px;
	padding:3px 6px 4px 6px;
	text-decoration: none;
	border:1px solid white;
	margin-top:0px;
	font-weight: bold;

}

#menu form a:hover.topbuttons {
	background-color: #D5101A;
	color:white;
	
}
/*/////////////////////// OTHERS //////////////////////////*/
.ascend{ /*for table sorting*/
	background: url(../images/arrows.gif) no-repeat;
	background-position: top left;
	padding-left:10px;
}

.descend{/*for table sorting*/
	background: url(../images/arrows.gif) no-repeat;
	background-position: bottom left;
	padding-left:10px;
}
.totop{
	background: url(../images/icon_top.gif) no-repeat;
	font-size: 0.7em;
	margin-left:80px;
	padding-left: 20px;
	background-position: 0px 0.2em;
}
input.button{
	background-color: #5381B5;
	color:white;
	font-weight: bold;
}
a.external {
    background: url(../images/external.gif) no-repeat bottom left;
    padding-left: 12px;
}
.floatleft{
	float:left;
}
.invisible{
	display: none;
}
.warning{
	color: #F25159;
	font-weight: bold;
}
a.print{
margin-left:5px;
padding-bottom:2px;
padding-left: 20px;
 background: url(../images/printer.gif) no-repeat bottom left;
}
