﻿body 
{
    
    
}

td
{
    font-size: 12px;
    color: #7d7d7d;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}

a
{
    font-size: 12px;
    color: darkgray;
    font-family: Arial;
    text-decoration: none;
    cursor: hand;
}

.tdContentLink
{
    font-size: 12px;
    color: #2e9ff6;
    font-family: Arial;
    text-decoration: none;
    cursor: hand;
}

h1
{
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
    color: #0084D9;
}

.tdMenu
{
    font-family: Arial;
    text-decoration: none;
    font-size: 10pt;
    color: darkgray;
}

.PageHeader
{
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
    color: #0084D9;
}

.heading
{
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    font-size: 12pt;
    color: #525454;
    padding-left: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-right: 0px;
    padding-top: 0px;
}

.gvClaimHeaders
{
    background-image: url('Tbl_Bg7.jpg');
    background-repeat: repeat-x;
    font-size: 11px;
    color: white;
}


.gvClaimLines
{
    background-image: url('Tbl_Bg7.jpg');
    background-repeat: repeat-x;
    font-size: 11px;
    color: white;
}




.NavStatMenuStyle
{ 
    color: white;
}

.NavStyle
{
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    color:darkgray; 
}

.MnuBackground
{
    
}

.NavDynamicHoverStyle
{
    color: white;
    background-color: #dbedfa;
     
}
.NavDynamicMenuStyle
{ 
   color: white;
}

.NavDynamicSelectedStyle
{	
	color: white;
}

.NavDynamicMenuItemStyle
{
	padding-left :8px;
	padding-right :4px; 
	border: solid 1px #ebebeb; 
	Font-Size: 10px; 
	color: darkgray;
}

.NavStaticHoverStyle
{
	color: darkgray;
	border: 0px;
}
.tdlight
{
    font-size: 12px;
    color: #7d7d7d;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
    background-color: whitesmoke;
}

.dropdown
{
    font-size: 12px;
    color: #7d7d7d;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}

.Transparent

{
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=4,opacity=80);
}

.BrowserInfo

{
    color: darkgray;
    font-size: x-small;
}

.CntTableStyle
{
    height: 400px; 
    width: 100%; 
    background-color: white; 
    padding: 7px;
}

.CntStyle
{
    background-color: white; 
    border: dashed 1px darkgray;
    padding: 5px;
}

.ACCSelectedStyle
{
    padding: 2px;
    color: Blue;
    cursor: hand;
    border: solid 1px white;
    background-repeat: repeat-x;
}

.AccContent
{
    padding: 2px;
    background-color: White;
}

.search
        {
            font-size: 7pt;
            color: #5d5d5d;
            height: 10px;
        }

.AddMenuSkin 
{
    position: absolute; 
    top: 194px;
}

.Logout

{

}


.GridViewFooter
{
    background-image: url('Tbl_Bg4.jpg');
    background-repeat: repeat-x;
    font-size: 11px;
    color: white;
}

 
.GVSelectedRowStyle
{
 background-color: green;
 font-weight: normal;
 color: green;
}

.GVPagerStyle
{
     background-image: url('Tbl_Bg6.jpg');
     Font-Size: 9px;
     Height: 4px;
     color:White;
     text-align: center;
     font-weight:bold;  

}    

.BlueGradient
{
    border: solid 1px darkgray; 
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#60badd', startColorstr='#FFFFFF', gradientType='1');
    width: 800px;
    
}

.BlueGradientSmall
{
    border: solid 1px darkgray; 
    filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#60badd', startColorstr='#FFFFFF', gradientType='1');
    
}


.Logout
{
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
    color:Red;
}

.buttonGeneral
{
    font-size: 11px;
    color: white;
    font-family: Arial;
    font-weight:bolder;
    text-decoration: none;
    background-image: url('Tbl_Bg6.jpg');
    border: solid 1px white;
    padding: 2px 2px 2px 2px;
    margin: 1px;
    cursor: hand;
    
}

/* Button styles */
/* ##############################################################*/    



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:black;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:black;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	vertical-align: middle;
}

#TB_caption{
	float:left;
	color: white;
}

#TB_closeWindow{
	float:right;
}

#TB_closeAjaxWindow{
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* Input item styles */
/* ##############################################################*/
.textboxGeneral
{
    font-size: 11px;
    color: black;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
    border-right: DimGray 1px solid;
    border-top: DimGray 1px solid;
    border-left: DimGray 1px solid;
    border-bottom: DimGray 1px solid;
}

.textboxGeneral:hover
{
    font-size: 11px;
    color: black;
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
    border-right: DimGray 1px solid;
    border-top: DimGray 1px solid;
    border-left: DimGray 1px solid;
    border-bottom: DimGray 1px solid;
    background-color: whitesmoke;
}

