/* dark blue: #39519A   light blue: #8dafdb */
html {
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	font-size: 13px;
	color: #39519a;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;	
}

#form_error {
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
	font-size: 13px;
	color: red;
}

.select {
	font-size: 7pt;
	color: #003366;
}

input {
	border:1px solid #39519A;
	color: #39519A;
	background: #eeeeee;
}

.fieldname {
	font-weight: bold;	
}

.error{
	color: red;
}

.logo {
	padding: 10px;	
}

.contentbody {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
}

a {
	color:#39519A;
}

h1 {
	color:#39519a;
	font-family: Verdana, Tahoma;
	padding-top: 0px;	
	padding-bottom: 10px;	
	width:100%;
	margin-top:-5px;
	border-bottom: 1px solid #ddd;
	font-weight:none;
}

h3 {
	color:#333;	
	padding-top: 10px;	
	padding-bottom: 10px;	
	width:100%;
	margin:0;
}

.navstyle {
	font-size: 8pt;
	padding:10px;
	background: #eee;
	border: 1px solid #ccc;
}

.userinfo {
	color:#555;
}

.blockbody {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.blockbody a {
	display: block;
	text-decoration: none;
}

.blockbody a:hover {
	display: block;
	text-decoration: none;
	background: #eee;
	color: #555;
}

.blockbody a:active {
	display: block;
	text-decoration: none;
	background: #eee;
	color: #555;
}

sup {
	font-size: 50%;	
}

table.id_card {
	border: 1px solid #000;	
	color: #000;
	font-size: 6.5pt;
	letter-spacing: .5pt;
	font-family: arial;
}

table.id_card_right {
	border: 1px solid #000;	
	color: #000;
	font-size: 6.3pt;
	letter-spacing: .5pt;
	font-family: arial;
}

table.img_id_card {
	border: 1px solid #000;	
	color: #000;
	font-size: 6.5pt;
	letter-spacing: .5pt;
	font-family: arial;
	background: url('../images/img_id_card_front.jpg') no-repeat;
}

table.img_id_card_right {
	border: 2px solid #000;	
	color: #000;
	font-size: 6.3pt;
	letter-spacing: .5pt;
	font-family: arial;
}

.boxscroll {	
	padding: 10px;
	border: 0;
	overflow: auto;
	position: relative;
	clear: both;
	z-index:1;
}

.small {
	font-size: 40%;
	font-weight: normal;
}

/** Tooltip **/

#tt {
 position:absolute;
 display:block;
 background:url(images/tt_left.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}

select, option {
	color: #39519a;
	font-family: Verdana, Arial;
	font-size: 8.5pt;
}

