/* PAGE BACKGROUND */


/*BODY { font-family:verdana; font-size:70%; }*/
/*H1 { font-size:120%; font-style:italic; }*/

DIV#divMenuBar { background-color:#CC9933; white-space: nowrap; }
TABLE#tblMenuBar TD { font-size:77%; color:white; padding:0px 3px 0px 3px; cursor:default; white-space: nowrap; }
TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:bold; cursor:default;white-space: nowrap; }

DIV.clsMenu { 
	font-size:70%; background-color:#FFFFCC; 
	position:absolute; visibility:hidden; 
	padding:5px 5px 5px 8px; border-top:1 white solid; 
	white-space: nowrap;
}
DIV.clsMenu A { text-decoration:none; color:darkred; font-weight:bold;white-space: nowrap; }
DIV.clsMenu A:hover { color:darkblue; }
DIV.clsMenu A:visited { text-decoration:none; }
DIV.clsMenu A:link { text-decoration:none; color:darkred}
DIV.clsMenu A:active { text-decoration:none; }

/*DIV.clsMenu is the submenu item*/


BUTTON { font-family:tahoma; font-size:100%; white-space: nowrap;}

/* tab style*/
.ColdHorizTabBtn
{
background-color:burlywood;
border: peru thin solid;
/*font-weight: bold;*/
font-size:10pt;
color: black;
}
.HotHorizTabBtn
{
border-right: tan thin solid;
border-top: tan thin solid;
font-weight: bold;
font-size: 11pt;
border-left: tan thin solid;
color: red;
border-bottom: blanchedalmond thin solid;
background-color: blanchedalmond;
}
.TabBodyContent
{
background-color: blanchedalmond;
border-top: blanchedalmond thin solid;
border-right: tan thin solid;
border-bottom: tan thin solid;
border-left: tan thin solid;
}


/* Panel Style */
.PanelStyle
{
	border:solid;
	background-color:#E2E2FE;
	border-width:1px;
	border-color:Black;
	/*font-family:Arial Narrow;*/
	font-family:Microsoft Sans Serif;
	font-weight:100;
	font-size:medium;
}

.PanelStyleSmall
{
	border:solid;
	background-color:#E2E2FE;
	border-width:1px;
	border-color:Black;
	font-family:Arial Narrow;
	font-size: 11px;
	overflow: auto;
}

/* the style of the table to define the layout of tree and content*/
.MainTableStyle
{
	/*font-family:Arial; */
	font-family:Microsoft Sans Serif;
	font-size:90%;
	border-width:0;
}
.CellStyle
{
	vertical-align:top;
	font-size:18px;
}

.LabelStyle
{
	/*font-family:Arial Narrow; */
	font-family:Microsoft Sans Serif;
	font-size: 14px;
}
.LabelStyleB
{
	font-family:Arial Narrow; 
	font-size: 14px;
	font-weight:600;
}

.TextBoxStyle
{
	font-family:Arial Narrow; 
	font-size: 14px;
	width: 215px;
}

/* Style of the TreeView*/
.TVDefaultStyle
{
	background:#CCCCCC;
	font-family:Arial;
	color:black;
	font-size:90%
}
.TVHoverStyle
{
	color:White;
	font-family:Arial Baltic;
}
.TVSelectedStyle
{
	color:White;
	font-family:Arial;
	font-weight:bold;
}
/* DataGrid style */

.ddlStyle
{
	font-family:MS Sans Serif;
	font-size:12px;
}

.dgStyle1 
{
	border-style:ridge;
	border-width:1px;
	border-color:Silver;
	/*background-color:White;*/
	font-family:Arial Narrow;
	font-size:14px;
	background-color:red;
}
.dgSelectedItemStyle1
{
	background-color :#738A9C ;
	color : #F7F7F7;
	font-family:Arial Narrow;
	font-size:14px;
	/*font-weight:bold;*/
}
.dgAlternatingItemStyle1
{
	font-family:Arial Narrow;
	font-size:14px;
	/*ackground-color:"#DEDFDE";*/
	background-color: #F7F7F7;
	/*background-color:White;*/
	/*text-align : center;*/
	vertical-align : middle;
}
.dgItemStyle1
{
	/*ackground-color:"#DEDFDE";*/
	background-color:#E2E2FE;
	color:Black;
	font-size:14px;
}
.dgItemStyle2
{
	/*ackground-color:"#DEDFDE";
	background-color:#E2E2FE;*/
	color:Black;
	text-align : center;
	vertical-align : middle;
}
.dgHeaderStyle1
{
	background-color:"#4A3C8C";
	color:"#E7E7FF";
	font-weight:bold;
	text-align:center;
}
.dgHeaderStyle2
{
	background-color:"#4A3C8C";
	color:"#E7E7FF";
	text-align:center;
}
.dgFooterStyle1
{
	background-color:#E2E2FE
	color:Black;
}
.dgPagerStyle1
{
	background-color:"#E2E2FE";
	color:Black;
	text-align : center;
}
/* end of DataGrid style */

/*AFMB region only, we want to shade this part*/
.AFMBBlock
{
	background-color:Silver;
	font-family:Microsoft Sans Serif;
	font-size:12px;
}

/* error message style */
.ErrorMessage
{
	color:Red;
	Font-Size:smaller;
	/*font-style:italic;*/
	font-family:Microsoft Sans Serif;
}
/* end of error message style */
.HeadLine1
{
	 background-color:White;
	font-weight: normal;
	font-size: medium;
	color: black;
	font-family: 'Arial Black';
}
.HeadLine2
{
	color: #ffffff;
	font-family: Arial;
	background-color: darkslateblue;
}
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: navy;
}


/* background color for the content part of the pages */
Body
{
	font-family:Arial; font-size:60%; 
    background-color: white;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family:Microsoft Sans Serif;
    font-size: 80%;
    font-weight: normal;
}

/* Navigate Link style */
.NavigateLink
{
	/*font-family:Arial;*/
	font-family:Microsoft Sans Serif;
	color:blue;
	font-size:x-small;
}

/* GENERIC */

H1  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:120%; font-style:italic;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A:link
{
	color: blue;
	text-decoration: underline;
}



A:visited   {
    text-decoration:    underline;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    none;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
