﻿body {
    font-family: Arial;
    font-size: 12px;
}
.textarea {
    font-family: Arial;
    font-size: 12px;
}
.page_heading
{
    width: 100%;
    height: 25px;
    display: block;
    font-size: 18px;
    color: #0b218c;
    margin: 0px 0px 5px 0px;
    border-bottom: #fce708 1px solid;
}
.page_description
{
    margin-top: 5px;
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #996666;
    border-top: #996666 1px solid;
    list-style-position: outside;
    list-style-type: disc;
}
.button
{
    background-color: #537EFF;
    color: White;
    border-radius: 3px;
    border: 1px solid #6F93FF;
    height: 22px;
}
.button:hover
{
    background-color: #3366FF;
    color: White;
    border: 1px solid #3366FF;
    border-radius: 3px;
}
.button[disabled]
{
    background-color: #6B97E7;
    color: #CCCCCC;
    border: 1px solid #809FFF;
    border-radius: 3px;
}
.button:active
{
    background-color: #3366FF;
    color: White;
    border: 1px solid #3366FF;
    border-radius: 3px;
}
.caption
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
	color: #202e0e;
	cursor: default;
	white-space: nowrap;
}
.grid
{
    border-collapse: collapse;
    font-size: 10px;
    width: 100%;
}
.grid caption
{
    font-weight: bold;
    text-align: left;
}
.grid tr th
{
    background-color: #EFEBDE;
    border: 1px solid #7E7D68;
    padding: 3px;
    text-align: center;
}
.grid tr td
{
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding: 3px;
}
.grid tr td span
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
}
.grid tr td:first-child
{
    background-color: #EFEBDE;
    border: 1px solid #7E7D68;
    text-align: center;
}
.grid tr:hover
{
    background-color: #E6F2FF;
    color: #000000;
    cursor: default;
}
.grid_footer
{
    padding: 1px;
    background-color: #E6E5E4;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
}
.edit_image
{
    margin-top: -16px;
    margin-left: 0px;
    cursor: pointer;
}
.delete_image
{
    margin-top: -32px;
    margin-left: -32px;
    cursor: pointer;
}
.active_image
{
    margin-top: -32px;
    margin-left: 0px;
    cursor: pointer;
}
.inactive_image
{
    margin-top: -32px;
    margin-left: -16px;
    cursor: pointer;
}
.search_container
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
}
.search_container img
{
    margin-top: -16px;
    margin-left: -32px;
    cursor: pointer;
}
.search_container input[type="image"]
{
    margin-top: -16px;
    margin-left: -32px;
    cursor: pointer;
}
.popup_div
{
	position: absolute;
	display: none;
	background-color: White;
	border: Gray 1px solid;
	padding: 2px;
}
.popup_div span
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #202e0e;
	padding-right: 20px;
	margin-bottom: 5px;
}
.popup_close
{  
    width: 16px;
    text-align: right;
    margin-left: -2px;
    height: 16px;
    overflow:hidden;
    float:right;
}
.popup_close img
{   
    margin-left:-16px;
    margin-top:-16px;
    cursor: pointer;
}
.treenode_hover
{
	color: Blue;
}
.faq
{
	font-family: Verdana;
	font-size: 11px;
	margin: 10px;
}
.faq a
{
	font-weight: bold;
	color: #0b218c;
	text-decoration: none;
	border-bottom:solid 1px #ffffff;
}
.faq a:hover
{
	border-bottom-color: #0b218c;
}
.faq div
{
	margin-top: 2px;
	font-weight: normal;
	color: #002000;
	display: none;
	text-align:justify;
	padding: 3px;
}
.faq div img
{
	float: left;
	padding-right: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.faq_update
{
	border-bottom:dotted 1px #cacaca;
	font-family: Tahoma;
	font-size: 10px;
	color: #696969;
	white-space: nowrap;
	display: block;
	text-align: right;
	margin-bottom: 5px;
}
.faq_icon
{
	font-weight: bold;
	background-color:#0b218c;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 2px;
}
.small_textbox
{
	border: solid 1px #0b218c;
	background-color: InfoBackground;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
	width: 20px;
	height: 12px;
	text-align: center;
}
.subheading_2
{
	margin-left:0px;
	margin-right:0px;
	padding: 2px;
	background-color: #0b218c;
	color: White;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.group_box
{
	border: solid 2px #0b218c;
	padding: 4px;
	text-align: left;
}
