/*  
Created: 
  7/18/2006 11:44:16 PM
  SVN R1

Author: Christian Del'Aune

Description: 
  Stylesheet

Comments:

Copyright 2007 by Syntermed, Inc. and Christian Del'Aune

All rights reserved.  The source, object, and executable code may not be 
duplicated without the express written consent of the author and Syntermed, Inc.

Revision History:
  The complete revision history is maintained with our source contol system.
*/

/*
Blue:
  #013361 (blue from original Syntermed logo
  #003b91; (dark blue from new Syntermed logo)
  #BED2EB; (light blue from Jeff)
Gold: 
   #febe10 (gold from original logo)
   #fff1cc; (old background color, very light yellow / gold)
   #ffaf00; (current gold from Jeff)
Gray:
  #f9fafc; (background color, bottom of light blue gradient, right side of side bar gradient)
  #e8e4e3; (left side of side bar gradient)
  #586060; (dark gray from Jeff)
  #CAC7C6; (lighter gray from Jeff)
*/

*
{
	margin: 0;
	padding: 0;
}
HTML
{
	height: 100%;
}
BODY
{
	height: 100%;
	text-align: center;
	
	background-color: #f9fafc;
	background-image: url("../../images/TopBar2.gif");
	background-repeat: repeat-x;
	background-position: top left;
	/*background-image: url("images/TopBar2U.gif");
	background-repeat: repeat-x;
	background-position: bottom left;*/
	
    /*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
    margin: 0;
    padding: 0;
	border: 0px;
}
BODY.External
{
	height: 100%;
	text-align: center;
	
	background-color: #f9fafc;
	background-image: url("../../images/TopBar2U.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
BODY.Blank
{
	height: 100%;
	text-align: center;
	
	background-color: #f9fafc;
	
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
TABLE.PageFrame
{
	/*height: 2000px;*/
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
.PageHeader
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.SubHeader
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.SubSubHeader
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.SubSubSubHeader
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.InfoHeader
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    
    opacity: .60;
    filter:alpha(opacity=60);
    -moz-opacity:.60;
}
.SubHeaderWhite
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.TinyWhite
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}
.Instructions
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    width: 400px;
}
.ErrorMessage
{
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.ValidationErrorMessage
{
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.ValidatorCallout 
{
	color: #003b91;
    background-color: lemonchiffon; 
}
.TextBoxWatermark
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

/* Top Navigation Menu */
.TopMenu
{
	background-color: #ffaf00;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    height: 50px;
    width: 100%;
}
.TopMenu A, .TopMenu A:VISITED, .TopMenu A:ACTIVE
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.TopMenu A:HOVER
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

/* Side Navigation Menu */
.SideMenu
{
	background-image: url("../../images/SideBarv2.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.TreeView, .TreeView A, .TreeView A:VISITED, .TreeView A:ACTIVE
{
	width: 100%;
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.TreeView A:HOVER
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

A, A:VISITED, A:ACTIVE
{
	color: #003b91;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
A:HOVER
{
	color: Red;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.WhiteHyperlink A, .WhiteHyperlink A:VISITED, .WhiteHyperlink A:ACTIVE
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.WhiteHyperlink A:HOVER
{
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

.grad 
{
	background-color: #003b91;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003b91,endColorStr=gainsboro);*/
	background-image: url("../../images/BlueGradientW30H120v2.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	
    /*border-bottom: solid thin #ffaf00;
    border-right: solid thin #ffaf00;*/
	
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
.grad td { padding: 1px; }

.DefaultButton, .DefaultButton input
{
	color: #003b91;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    vertical-align: middle;
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffFFFF66');*/
}
.DefaultTextBox
{
    color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffFFFF66');*/
}
.DefaultLabel, .DefaultCheckBox, .DefaultRadioButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: White;
    vertical-align: middle;
}
.DefaultDropDown, .DefaultListBox
{
    color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
/*
.DefaultCheckBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: White;
    vertical-align: middle; 
}
.DefaultRadioButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: White;
    vertical-align: middle; 
}
*/


/* Default Grid */
.DefaultGrid
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    border: solid thin white;    
}
.DefaultGridItem
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: white;   
}
.DefaultGridEmpty
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #586060;
}
.DefaultGrid input
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.DefaultGridAlternating
{
	color: #586060;
	/*background-color: #CAC7C6;*/
	background-color: Gainsboro;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.DefaultGridSelected
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: White;
    background-color: black;   
}
.DefaultGridHeader
{
	background-image: url("../../images/GridHeaderW30H16v2.gif");
	background-repeat: repeat-x;
	background-position: left;
	
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: White;
}
.DefaultGridHeader A, .DefaultGridHeader A:ACTIVE, .DefaultGridHeader A:VISITED, .DefaultGridHeader A:HOVER
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    /*background-color: #003b91;*/
    color: White;
    text-decoration: none;
}
.DefaultGridFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    background-color: Silver;
    color: White;
}
.DefaultGridEdit input
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    /*width: 80px;*/
}
.DefaultGridEdit select
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.DefaultItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: white;
    background-color: #005C9D;
}
.DefaultGrid td
{
    padding: 2px;
}

/* Small Grid */
.SmallGrid
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    border: solid thin white;    
}
.SmallGridItem
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    background-color: white;   
}
.SmallGrid input
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
}
.SmallGridAlternating
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    color: #586060;
    background-color: Gainsboro;
    /*background-color: #CAC7C6;*/
}
.SmallGridSelected
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    color: White;
    background-color: black;   
}
.SmallGridHeader
{
	background-image: url("../../images/GridHeaderW30H16v2.gif");
	background-repeat: repeat-x;
	background-position: left;
	
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    color: White;
}
.SmallGridHeader A, .SmallGridHeader A:ACTIVE, .SmallGridHeader A:VISITED, .SmallGridHeader A:HOVER
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    /*background-color: #003b91;*/
    color: White;
    text-decoration: none;
}
.SmallGridFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    background-color: Silver;
    color: White;
}


/* FOOTER */
.wrapper 
{
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 4em; /* .push must be the same height as .footer */
	text-align: center;
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: 100;
    width: 550px;
    
    opacity: .50;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
}


/* MISC */
.scrollable
{
	background-color: gray;
	/*position: relative; */
	OVERFLOW: auto;
	HEIGHT: 200px; 
	/* WIDTH: 774px; */
	border: solid thin white;
	/* 
       scrollbar-base-color: white;
	   scrollbar-face-color: gray;
	   scrollbar-arrow-color: white;
	   scrollbar-3dlight-color: Gold;
       scrollbar-darkshadow-color: Gold;
       scrollbar-highlight-color: DarkOrange;
       scrollbar-shadow-color: Red;
       scrollbar-track-color: Red;
	*/
}
table.sss
{
	padding: 0 0 0 0;
    font-weight: bold;
    font-size: x-large;
}
table.colorbar1
{
	padding: 0 0 0 0;
    font-weight: normal;
    font-size: small;
    color: #003b91;
}
.noscrollbar
{
	overflow: hidden;
}


/* AJAX TabContainer */
.DefaultTabContainer .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    font-weight: bold;
    /*background-color:gainsboro;*/
}
.DefaultTabContainer .ajax__tab_outer {
    padding-right:3px;
    /*background-color: #003b91;*/
    height:21px;
}
.DefaultTabContainer .ajax__tab_inner {
    padding-left:3px;
    background-color:gainsboro;
}
.DefaultTabContainer .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    color: #003b91;
    background-color: gainsboro;
}
.DefaultTabContainer .ajax__tab_hover .ajax__tab_outer {
    /*background-color:#ffaf00;*/
}
.DefaultTabContainer .ajax__tab_hover .ajax__tab_inner {
    background-color:#ffaf00;
}
.DefaultTabContainer .ajax__tab_hover .ajax__tab_tab {
    color: White;
    background-color:#ffaf00;
}
.DefaultTabContainer .ajax__tab_active .ajax__tab_outer {
    /*background-color:#003b91;*/
}
.DefaultTabContainer .ajax__tab_active .ajax__tab_inner {
    background-color:#003b91;
}
.DefaultTabContainer .ajax__tab_active .ajax__tab_tab {
    color: White;
    background-color:#003b91;
}
.DefaultTabContainer .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#003b91;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003b91,endColorStr=gainsboro);*/
    
    background-image: url("../../images/BlueGradientW500H300.jpg");
	/*background-attachment: fixed;*/
	background-repeat: repeat-x;
	background-position: top left;
}

/* AJAX Accordian */
.DefaultAccordianHeader
{
    border-width: 1px;
    border-color: #003b91;
    border-style: solid;
	background-color: White;
	color: #003b91;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: hand;
}
.DefaultAccordianContent
{
	background-color: #003b91;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}

/* 2008 07 22 NEW CONTENT */

/* very light gray: #DEE7EF */
/* light blue: #8DC3E9 */
/* middle blue: #4C88BE */
/* dark blue: #00477F */
.Header
{
	/* dark blue */
	background-color: #00477F;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.Header A, .Header A:ACTIVE, .Header A:VISITED
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.Header A:HOVER
{
	color: #ffaf00;
}
.HeaderInfo
{
	font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.SectionContainer
{
	color: #586060;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	background-color: white;
	border: solid thin #DEE7EF;
}
.SectionInput
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    border: solid thin white;
}
.SectionInput A, .SectionInput A:ACTIVE, .SectionInput A:VISITED
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    /*color: #586060;*/
    color: #8DC3E9;
    text-decoration: none;
}
.SectionInput A:HOVER
{
	color: #8DC3E9;
	text-decoration: underline;
}
.SectionHeader, .SectionFooter
{
	/* middle blue */
	background-color: #4C88BE;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}
.SectionHeader A, .SectionHeader A:ACTIVE, .SectionHeader A:VISITED
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: white;
    text-decoration: none;
}
.SectionHeader A:HOVER
{
	color: #ffaf00;
}
.SectionLabel
{
	background-color: #8DC3E9;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    vertical-align: middle;
}
.SectionLabelRequired
{
	background-color: #4C88BE;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    vertical-align: middle;
}
/* Controls inside a Container */
.SectionInput input[type="text"], .SectionInput input[type="file"], .SectionInput input[type="checkbox"], .SectionInput textarea, 
.SectionContainer input[type="text"], .SectionContainer input[type="file"], .SectionInput input[type="checkbox"], .SectionContainer textarea
{
	color: #586060;
	/*background-color: #EDF2F7;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*margin-bottom: 5px;*/
    /*display: block;*/
    padding: 0px;
    /*border: solid 1px #EDF2F7;*/
    border: solid 1px silver;
    /*line-height: 14px;*/
    vertical-align: middle;
}
.SectionInput input[type="text"]:focus, .SectionInput input[type="file"]:focus, .SectionInput input[type="checkbox"]:focus, .SectionInput textarea:focus, .SectionInput select:focus,
.SectionContainer input[type="text"]:focus, .SectionContainer input[type="file"]:focus, .SectionContainer input[type="checkbox"]:focus, .SectionContainer textarea:focus, .SectionContainer select:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #4C88BE;
}
.SectionInput select, .SectionContainer select
{
	color: #586060;
	/*background-color: #EDF2F7;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    /*margin-bottom: 5px;*/
    /*display: block;*/
    padding: 0px;
    /*border: solid 1px #EDF2F7;*/
    border: solid 1px silver;
    /*line-height: 14px;*/
    vertical-align: middle;
}
.SectionInput input[type="submit"], .SectionFooter input[type="submit"], .SectionContainer input[type="submit"]
{
	color: #586060;
	background-color: #DEE7EF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*margin-bottom: 5px;*/
    /*display: block;*/
    padding: 1px;
    /*border: solid 1px #00477F;*/
    /*line-height: 14px;*/
    vertical-align: middle;
    /*border-style: ridge;*/
}
.SectionInput input[type="submit"]:hover, .SectionFooter input[type="submit"]:hover, .SectionContainer input[type="submit"]:hover
{
	background-color: #8DC3E9;
}


/* New Grid */
.NewGrid
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    border: solid thin white;
    min-width: 600px;
}
.NewGridEmpty
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #586060;
}
.NewGridSelected
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: White;
    background-color: black;   
}
.NewGridHeader
{
	/* light blue */
	background-color: #8DC3E9;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: White;
}
.NewGridHeader A, .NewGridHeader A:ACTIVE, .NewGridHeader A:VISITED, .NewGridHeader A:HOVER
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: White;
    text-decoration: none;
}
.NewGridFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    background-color: Silver;
    color: White;
}
.NewGridEdit input, .NewGridEdit select, .NewGrid input
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.NewGridItem
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: white;
}
.NewGridAlternating
{
	color: #586060;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: #DEE7EF;
}
.NewGridItem A, .NewGridItem  A:ACTIVE, .NewGridItem  A:VISITED, .NewGridItem  A:HOVER, .NewGridAlternating A, .NewGridAlternating  A:ACTIVE, .NewGridAlternating  A:VISITED, .NewGridAlternating  A:HOVER
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #4C88BE;
    text-decoration: underline;
}



/* Online Review Header */
.OnlineReviewHeader
{
    /*background-color: #013361; */
    background-color : #003b91;
    /*background-color: #BED2EB; */
  
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: White;    
}
.OnlineReviewHeader td
{
    padding: 2px;
}
.OnlineReviewHeader A, .OnlineReviewHeader A:ACTIVE, .OnlineReviewHeader A:VISITED, .OnlineReviewHeader A:HOVER
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    /*background-color: #003b91;*/
    color: White;
    text-decoration: none;
}

.OnlineReviewControlHeader
{
    /*background-color: #013361; */
    /*background-color : #003b91;*/
    background-color: #586060; 
  
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: White;    
}
.OnlineReviewControlHeader td
{
    padding: 2px;
}