﻿.WaterMarkStyle
{
    color: #CCCCCC;
    font-size: 12px;
}

.GridViewStyle
{    
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
    text-align: left;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
	background-color: #4A3C8C;
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 8.5pt;
}
.GridViewHeaderStyle1
{
	background-color: #008080;
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 8.5pt;
}
.GridViewFooterStyle
{
    background-color:#C6C3C6;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #DEDFDE;
    color: #333333;
    font-size: 8pt;
    border-width: 0px;
}


.GridViewAlternatingRowStyle 
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
    /* width: 200px; */
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #5D7B9D;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.popupMenu {
visibility:hidden;
background-color:#FFF;
opacity:.9;
filter: alpha(opacity=90);
overflow-x: hidden;
overflow-y: scroll;
height:120px ;
width:150px;
border-style:solid;
border-color:Gray; 
border-width:1px;
}

.popupHover {
background-position:left top;
background-color:#F5F7F8;
width:120px !important;
}

.regularText
{
font-family:Verdana;
font-size:12px;
}

.ddlMenu 
{
width:160px !important;
overflow-y:auto; 
overflow-x:hidden;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}


.divCol{
	font-weight:bold;
	float:left; 
	width:120px;
	text-align:right;
	margin-right:10px; 
	white-space:nowrap;
}
/*no width on the last col so it will expand*/
.divColLast{
	float:left; 
	white-space:nowrap;
}
.caption, table caption {
	background-color: #aaa;
	background-image: url('images/tilebg_tablecaption.gif');
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}
#btn {
	text-align: center;
	font-family: Tahoma;

}
#btn .aaa {
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:9pt;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
}
.amtstyle
{
font-family:Verdana;
text-align:right;
}

  .MyTabStyle .ajax__tab_header
        {
            
            font-size: 14px;
            
            display: block;

        }
        .MyTabStyle .ajax__tab_header .ajax__tab_outer
        {
            border-color: #222;
            color: black;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 1px #d7d7d7;
            background-color: #EBEBEB;
        }
         .MyTabStyle .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#CEE7FF;
        }
                
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
	border-bottom-color: #ffffff;
	background-color: #CEE7FF;
}
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
        {
        	font-weight:bold;
            color: #000;
            border-color: #333;
        }
 .MyTabStyle .ajax__tab_body
{
	border: thick solid #d7d7d7;
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	background-color: #F3F3F3;
}
 
 
  .TextStrengthWeak

    {

        background: red;

    }

    .TextStrengthNotGood

    {

        background: yellow;

    }

    .TextStrengthGood

    {

        background: green;

    }