﻿BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL
{
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-size: small;
	text-align:left;
	margin:auto;

}

.PageBODY
{
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-size: 10px;
	background-color: #436a95;
	text-align:center ;
}

.LoginPageBODY
{
	margin-top : 5Px;
	background-image: url(../Images/bg_b.gif);
	background-repeat: repeat-x;
	background-color: #00005f;
}

.TextBoxReadOnly
{
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-size: 10px;
	background-color: #F4F4F4;
	border: 1px solid #7F9DB9;
}

.TablePanel
{
	font-weight: bold;
	font-size: 14pt;
	background-repeat: repeat-x;
	font-family: Arial;
	background-color: #EEEEEE;
}

.TableHeader
{
	background-image: url(../Images/CCTableHeader.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	text-align: left;
	padding-left: 8px;
	white-space: nowrap;
}

.TableButtonsHeader
{
	background-image: url(../Images/CCTableHeader.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	height: 30px;
	text-align: right;
	padding-right: 8px;
}

.TableButtonsFooter
{
    background-image: url(../Images/CCTableFooter.gif);
    background-repeat: repeat-x;
    font-size: 14px;
    height: 25px;
    padding-right: 8px;
    padding-top: 4px;
   
}

.TableButtonsFooterCenter
{
    background-image: url(../Images/CCTableFooter.gif);
    background-repeat: repeat-x;
    font-size: 14px;
    height: 25px;
    padding-right: 8px;
    padding-top: 4px;
    text-align: center;
}

.TableSeparatorRow
{
	height: 6px;
}


.DataHeader
{
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	PADDING-LEFT: 8px;
}
.DataField
{
	font-size: 12px;
	text-align: left;
}

.TextBox
{
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-size: 12px;
	background-color:#F0F0F0;
	border:solid 1px #C3C3C3;
}

textarea
{
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}

.ErrorField
{
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	text-align: left;
	PADDING-LEFT: 8px;
}

.LookupGrid
{
	background-color: #EEEEEE;
	color: #333366;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
}
.LookupHeader
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #333366;
	color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
}
.LookupFooter
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #333366;
	color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
}
.LookupItem
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #333366;
}
.LookupItemalt
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	color: #333366;
}
a.LookupHeaderlink:link
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.LookupHeaderlink:visited
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.LookupHeaderlink:hover
{
	text-decoration: underline;
	color: #FFFF00;
	background-color: transparent;
}
a.LookupItemlink:link
{
	text-decoration: none;
	color: #333366;
	background-color: transparent;
}
a.LookupItemlink:visited
{
	text-decoration: none;
	color: #333366;
	background-color: transparent;
}
a.LookupItemlink:hover
{
	text-decoration: underline;
	color: #333366;
	background-color: transparent;
}
.Disabledlink
{
	text-decoration: none;
	color: #CCCCCC;
	background-color: transparent;
}
.LogoText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-position: center;
	color:Navy;
}
.MenuCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.MenuDataFont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}






a.DataGridlink:link
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.DataGridlink:visited
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.DataGridlink:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}

.DataGridGrid
{
	background-color: #d8d2ff;
	color: #FFFFFF;
	border-style: groove;
	border: 1px solid #7F9DB9;
}
.DataGridHeader
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #25658B;
	color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
}
.DataGridFooter
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #25658B;
	color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
}
.DataGridItem
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #333366;
}
.DataGridItemalt
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	color: #333366;
}

a.DataGridHeaderlink:link
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.DataGridHeaderlink:visited
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a.DataGridHeaderlink:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}


.shade
{
	color: #333333;
	background-color: #e5e5e5;
}

.blackshade
{
	color: #333333;
	background-color: #b5b5b5;
}

.message
{
	font-size: 8pt;
	font-weight: bold;
	color: #cc3300;
	font-family: Arial, Helvetica, sans serif;
}
.FormHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: White;
	background-color: #003366;
}
.CurrentAgent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #333366;
	background-color: #e5e5e5;
}
.DataGridItemHigh
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
}
.but
{
	border-color: inherit;
	border-style: inherit;
	border-width: inherit;
}
.RequiredField
{
	font-size: Large;
	color: Red;
	height: 1px;
}


.Toolbarlink:link
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
.Toolbarlink:visited
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
.Toolbarlink:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

.GridRowLink:link
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
.GridRowLink:visited
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
.GridRowLink:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}



.GridView
{
	background-color: #d8d2ff;
	color: #FFFFFF;
	border-style: groove;
	border: 1px solid #7F9DB9;
}
.GridViewHeader
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #25658B;
	color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
	text-decoration: none;
}

.GridViewHeader a:link {
    color : white;
    text-decoration : none;
}

.GridViewHeader a:visited {
    color : white;
    text-decoration : none;
}

.GridViewHeader a:hover {
    color : white;
    text-decoration : underline;
}

.GridViewHeader a:active {
    color : white;
    text-decoration : underline;
}



.GridViewFooter
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #25658B;
	color: #FFFFFF;
	border-style: groove;
	border-width: 2px;
	border-color: #FFFFFF;
}

.GridViewItem
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	color: #333366;
}

.GridViewItem a:link {
	color: #333366;
	background-color: transparent;
    text-decoration : none;
}

.GridViewItem a:visited {
	color: #333366;
	background-color: transparent;
    text-decoration : none;
}

.GridViewItem a:hover {
	color: #333366;
	background-color: transparent;
    text-decoration : underline;
}

.GridViewItem a:active {
	color: #333366;
	background-color: transparent;
    text-decoration : underline;
}



.GridViewItemalt
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color:#CCCCCC ;
	color: #333366;
	text-decoration: none;
}

.GridViewItemalt a:link {
	color: #333366;
	background-color: transparent;
    text-decoration : none;
}

.GridViewItemalt a:visited {
	color: #333366;
	background-color: transparent;
    text-decoration : none;
}

.GridViewItemalt a:hover {
	color: #333366;
	background-color: transparent;
    text-decoration : underline;
}

.GridViewItemalt a:active {
	color: #333366;
	background-color: transparent;
    text-decoration : underline;
}

.BoldDataHeader
{
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	PADDING-LEFT: 8px;
}

.SectionPanel
{
	border: thin solid #436a95;
	empty-cells: show;
}

.SectionHeader
{
	background-color: #436a95;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 12px;
	text-align: left;
	padding-left: 8px;
	white-space: nowrap;
}
