body {
	font-family: Verdana;
}
.top_contact {
	color: #0e47be;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 5px;
}
.right_ob {
	width: 170px;
	border: 1px solid #c8cbd1;
	margin-top: 5px;
}
.right_head {
	text-align: left;
	color: #f8a317;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
}
.right_menu {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #fb9f0e;
	width: 210px;

	padding-bottom: 20px;
}
.img_full_add {
	width: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.img_full {
	width: 190px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.image_full {
	float: left;
	background-color: #ffffff;
	border: 1px solid #d7d1d1;
	width: 220px;
	text-align: center;
	margin-right: 20px;
}
a.left_menu {
	font-size: 12px;
	color: #0c3db4;
	font-weight: bold;
	text-decoration: none;
}
a.left_menu:hover {
	font-size: 12px;
	color: #0c3db4;
	font-weight: bold;
	text-decoration: underline;
}
a.ind {
	color: #1862a2;
	text-decoration: underline;
}
a.ind:hover {
	color: #1862a2;
	text-decoration: none;
}
.ob_text_full {
	text-align: left;
	font-size: 12px;
	color: #f8a317;
}
.index_text {
	text-align: left;
	font-size: 10px;
	padding-left: 15px;
	color: #f8a317;
}
.ob_index {
	width: 180px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #d7d1d1;
	padding-bottom: 7px;
}
.image_index {
	width: 150px;
	border: 1px solid #d7d1d1;
	margin-top: 12px;
	margin-bottom: 5px;
}
.error {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #770000;
	padding-top: 5px;
}
.legend {
	color: #646886;
	font-size: 12px;
	text-align: left;
}
.input_field {
	color: #646886;
	font-size: 12px;
	text-align: left;
	width: 200px;
	padding-left: 5px;
}
.main_text {
	color: #646886;
	font-size: 12px;
	text-align: left;
}
.page_top {
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 18px;
	color: #1863a5;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
a.add_a {
	text-decoration: none;
	color: #0c3db4;
}
a.add_a:hover {
	text-decoration: underline;
	color: #0c3db4;
}
.add {
	background-image: url(images/add_bg.jpg);
	background-repeat: no-repeat;
	width: 167px;
	height: 29px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0c3db4;
	padding-top: 6px;
}
ul.menu {
	margin-left: 10px;
	padding-left: 10px;
}
.menu li {
	list-style: none;
	background-image: url(images/circle_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 18px;
	margin-bottom: 6px;
	font-size: 12px;
	color: #0c3db4;
	font-weight: bold;
}
ul {
	text-align: left;
}
a.top_mmenu {
	color: #0c3db4;
	text-decoration: none;
}
a.top_mmenu:hover {
	color: #0c3db4;
	text-decoration: underline;
}
.top_m {
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
}
.right_button_text {
	text-align: right;
	font-weight: bold;
	padding-right: 50px;
	padding-top: 3px;
	text-transform: uppercase;
	color: #1863a5;
	font-size: 14px;
}
.right_button {
	background: url(images/right_button_bg.jpg) no-repeat;
	width: 262px;
	height: 24px;
	margin-top: 20px;
	
}
.left_button_text {
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 3px;
	text-transform: uppercase;
	color: #1863a5;
	font-size: 14px;
}
.left_button {
	background: url(images/left_button_bg.jpg) no-repeat;
	width: 284px;
	height: 24px;
	margin-top: 20px;
	
}
.tooltip {
	cursor: help; 
	text-decoration: none;
	position: relative;
	font-size: 11px;
	color: #586b1b;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
