﻿body
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
    margin: 0px;
}
*
{
	font-family: Arial, Verdana, Tahoma;
}
.iConten
{
    color: #666666;
    font-weight:bold;
    padding-bottom:3px;
}
.iTitle
{
    color: #003399;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom:7px;
}
.Pager
{
	padding:10px 0;color:#000000;font-size: 0.85em;
}

.Pager a
{
	margin: 0px 1px;
	padding: 2px 5px;
	color: #203558;
	text-decoration: none;
	line-height:23px;
	border-right: #849cc6 1px solid;
	border-top: #849cc6 1px solid;
	border-left: #849cc6 1px solid;
	border-bottom: #849cc6 1px solid;
}
    
.Pager span
{
	line-height:23px;
    margin: 0px 2px;
	padding:2px 5px;
	color:#ffffff;
	background-color:#5E90C3;
	border: solid 1px #5E90C3;
	font-weight:bold;
}
    
.Pager a:hover
{
	background-color:#E5EDF9;color:#203558;
}
.boder
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
}

.boder2
{
    border-right: FFFF00 1px solid;
    border-top: FFFF00 1px solid;
    border-left: FFFF00 1px solid;
    border-bottom: FFFF00 1px solid;
}
.Buttonnext
{
	border-right: #006699 1px solid;
	border-top: #006699 1px solid;
	font-weight: bold;
	border-left: #006699 1px solid;
	color: #009999;
	border-bottom: #006699 1px solid;
}
.Button
{
	border-right: #136137 1pt solid;
	padding-right: 1px;
	border-top: #136137 1pt solid;
	padding-left: 1px;
	font-weight: bolder;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #136137 1pt solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 1px;
	border-bottom: #136137 1pt solid;
	background-repeat: repeat;
	font-family: Arial;
	background-color: #4682b4;
	text-decoration: none;
}
.Buttondn
{
	background-image: url(../Images/_loginbutton.gif);
	background-color: transparent;
}
/*--------------------------------- Tooltip ---------------------------------------------*/
#dhtmltooltip
{
    color: #003300;
    font-family: Arial;
    font-size: 9pt;
    position: absolute;
    left: -300px;
    padding: 2px;
    background-color: #f0f0f0;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
}
#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
