body.Main
{
    /*background-image:url(./../images/bg_express_pink.gif);*/
    background-repeat:no-repeat; 
    /*background-color:#93949C;*/
    background-color:#92939B;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

input{
      color:#595858;
      font-size: 10pt;
      font-family:Arial, Verdana, Times New Roman;
      border:1px solid #DBDBDB;
}

textarea{
         color:#595858;
      font-size: 10pt;
      font-family:Arial, Verdana, Times New Roman;
      border:1px solid #DBDBDB;

}

table.Main
{
    /*width:800;*/
    /*border-bottom:2px solid #DBDBDB;*/
    border-top:none;
    /*background-color:#FFF3DF;*/
    background-color: #FFFFFF;
    padding:0 0 0 0;
    table-layout:fixed;
}

span.Small
{
    font-size:8pt;   
}

span.MenuItem{
 color:#70000D;/*#A3020A;8A0606*/
 cursor:hand;
 font-weight:bold;
 font-size:9pt;
 font-family:Arial, Verdana, Times;

}

span.NavigationLink{
 color:#FFFFFF;
 cursor:hand;
  font-family:Arial, Verdana, Times;
  font-size:10pt;
}



hr.MenuItemSpacer{
 color:#394488;
}

tr.MenuItemSpacer{
 height:10;

}

tr.tItemHover{
 background-color:#DBDBDB;
}

tr.tItem{
 background-color:transparent;
 cursor:hand;
}

tr.MenuItem
{
    height:20px;  
    /*background-image:url(./../images/MenuItem_back.gif); */
}

tr.MenuItemHover
{
    height:20px;  
    /*background-image:url(./../images/MenuItemOver_back.gif); */
    cursor:hand;
    text-decoration:underline;
    color: #000000;
    /*font-weight: bold;*/
    /*background-color:#BCADAE;*/
}

td.MenuItem
{
	/*background-image:url(./../images/MenuItem_back.gif); */
	/*border: 1px solid #e3e4e6;*/
	/*color: #234675;*/
	color: #5E77F6;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	
	
    /*padding: 2px 2px 2px 2px;  */
    vertical-align:middle; 
}

tr.GridHead{
           background-image:url(../images/gel_grayclear.gif);
}

tr.Grid{
        background-color:#FFFFFF;
        height:25;

}

tr.GridLarge{
        background-color:#FFFFFF;
        height:35;

}

table.Grid{
           background-color:#BBBEBF;
           padding: 2px 2px 2px 2px;

}

table.toolbar
{
    border-bottom:1px solid #A3A3A3;
    border-left:1px solid #A3A3A3;
    border-right:1px solid #A3A3A3;
    border-top:1px solid #FFFFFF;
    padding: 3 3 3 3;
    background-color:#F4F7D0;

}

td{
    color:#595858;
    font-size: 10pt;
    font-family:Arial, Verdana, Times New Roman;
}

th{
    color:#595858;
    font-size: 10pt;
    font-weight:bold;
    font-family:Arial, Verdana, Times New Roman;

}

td.TableBorderRight
{
     background-image:url(./../images/shadow-r-pink.gif);
     background-repeat:repeat-y;   
     width:10;
}

td.TableBorderLeft
{
     background-image:url(./../images/shadow-l-pink.gif);
     background-repeat:repeat-y; 
     width:10;
}

td.SectionHeader
{
    background-image: url(./../images/SectionHeader.gif)
}

span
{
    color:#595858; 
    font-size: 10pt;
    font-family:Arial, Verdana, Times New Roman;
}

span.SectionHeader
{
    color:#BA2347;
    font-weight:bold;  
    font-size:12pt; 
}

span.SectionHeaderSub{
    color:#595858;
    font-size:12pt;
    font-weight:bold;
}

span.Title
{
    font-weight:bold;
    font-size:11pt;
    font-family:Arial, Verdana, Times;  
}
span.SubTitle
{
    font-weight:bold;
    font-size:10pt;
    font-family:Arial, Verdana, Times;  
}

span.TitleColor
{
    color:#770505;
    font-weight:bold;
    font-size:11pt;
    font-family:Arial, Verdana, Times;  
}

span.SubTitleColor
{
    color:#770505;
    font-weight:bold;
    font-size:10pt;
    font-family:Arial, Verdana, Times;  
}

span.Help{
    color:#4A38F0;
    font-size: 10pt;
    font-family:Arial, Verdana, Times New Roman;
}

a {
	color: #6E7785;
}
a:link {
	text-decoration: underline;
	color:#6E7785;
}
a:visited {
	text-decoration: underline;
	color:#6E7785;
}
a:hover {
	text-decoration: underline;
	color: #476ABA;
}
a:active {
	text-decoration: underline;
	color: #6E7785;
}

span.Error{
           color:#E5070C;
}

.listRow{
         background-color: #FFFFFF;
}

.listRowAlt{
            background-color: #FFFFFF;
         /*background-color: #DEE2E2;*/
}
