body
{
    
    margin: 5px;
    cursor: auto;    
    background-color: #d6d6d6;
    
}

.hmPgTab
{
    vertical-align:bottom;
}
span.pollgraph
{
    z-index:2000;
    color:#FFFFFF;
    position:relative;
}

.smallText
{
	font-size:0.8em;
	
}
.largeText
{
	font-size:larger;
	
}
.tinyText
{
	font-size:.65em;	
}
.subTitle
{
	color:#000099;	
	font-weight:bolder;	
	
}
.subTitle
{
    font-size:1.1em;
}
.hmPageLoginLabel
{
	color:#FFFFFF;
	font-weight:bolder;
    font-size:1.2em;
}

.hmPagePagerLabel
{
	color:#000099;	
    font-size:1.2em;
	font-weight:lighter;
	
}
.hmPageCategoryLabel
{
	color:#1a0c5e;	
    font-size:1.0em;
	font-weight:bold;
	
}
.title
{
	color:#000066;
	font-family:Verdana;
	font-weight:bolder;	
	
}
.title
{
    font-size:1.1em;
}
.title_white
{
    color:#FFFFFF;
	font-family:Verdana;
	font-weight:bolder;	
	font-size:+17px;
}
.frame
{
    border: ridge;    
    background-color: #EEEEEE;
    color:Black;
    
}
.frame_blue
{    
    border: ridge;    
    background-color: #FFFFFF;
    border-color:#000066;
    border-width:1px;
    padding:5px;
}
.loginBox
{
    border: solid 1px #B20606;        
    background-color:#EEEEEE;
    font-size:x-small;
    color:Black;
}
.loginBoxTitle
{
    background-color: #CCCCCC;
    color:#000000;
    text-align:center;
}

div.frame
{
    padding:5px;
}
.dropShadow
{
    border-top:solid 1px gray;
    border-left: solid 1px gray;
    border-bottom:solid 4px black;
    border-right:solid 4px black;
    margin:5px;
    
}
.tab
{
    cursor:pointer;
    font-weight:bold;
    font-size:small;
    color:White;
    border:solid 1px #666666;
}

.outerFrame
{
	border:solid 1px;
	background-color:White;
	
}
div.outerFrame
{
    padding:5px;
}
.gradientFrame
{
    background-image:url("/Images/gradient-bg.jpg");
    background-position:bottom;    
    background-repeat:repeat-x;
    background-color:White;   
   
}
.accreditationBox
{
    background-image:url("/Images/accred_gradient.jpg");
    background-position:top;
    background-repeat:repeat-x;
    background-color:White;   
    border-width:medium;
    border-color:#EEEEEE; 
    border-style:outset;
}
UL.plain
{
	list-style-type:none;
}
UL, OL
{
	margin-top:2px;
	margin-bottom:2px;			
}
OL.alpha
{
	list-style-type:lower-alpha;
}
HR
{
    
   
    
}
.headerLink
{
    color:White;
    text-decoration:none;
}
.headerLink:hover
{
    text-decoration:underline;
}
.floatLeft
{
	float:left;
}
.endFloat
{
    clear:both;    
}
TABLE.table
{
	border: navy 2px ridge;	 
}
TD.table
{
	border: navy 1px ridge;
	background-color:#F0F0F0;
	padding:3px;
}
TABLE.coloredTable
{
    border-style:solid;
	border-width:1px;
	border-color:#B20606;	
	padding: 2px; 
	
}
TD.coloredTable
{
    border-color:#D7D7EF;
	border-style:solid;
}
TD
{
	vertical-align:top;
	text-align:left;	
}
.table-heading
{
    font-weight:bolder;
	border-color:#F7F8FA;
	border-style:solid;
	font-size:9px;
	background-color:#000066;
	color:#F7F8FA;
}
A
{
	text-decoration:none;
	color:Blue;
}
A:hover
{
	text-decoration:underline;
}

.header A
{
    color:White;
         
}
.tab_unvisited, .tab_visited, .tab_selected
{
    font-weight:bold;
    font-size:smaller;    
}
.tab_visited
{
    color:Gray;  
    cursor:pointer;
    font-weight:bold;
    font-size:small;    
    border:solid 1px #666666;  
}
.tab_selected
{
    color:Black;
    font-weight:bolder;
    text-decoration:underline;
}
.button_other
{
    cursor:pointer;
}
.Block
{
    display:table;    
    width:400px;
}
br
{
    clear:both;
}
iframe
{
    border:none;
    
}
TD.bgBlue
{
    background-color:#000066;
    height:25px;
    vertical-align:middle;
    padding-left:1px;
}
TABLE.table_homePage
{    
    border-width:thin;
    border-color:#000066;
	border-style:solid; 
	background-color:#FFFFFF; 
}
body, div, span, td
{
    
    font-family:Verdana;
}
body
{
 font-size:12px;   
}


.toolTipWindow
{
    position:absolute;
    border-color:#0000AA;
    border-width:1px;
    border-style:solid;
    background-color:#EEEEFF;            
    padding:5px;
    visibility:hidden;
    font-size:larger;
    width:300px;
   
    
}
.toolTipKeyWord
{
    border-bottom:dotted 1px;
    color:Green;
    cursor:help;   
}

span.nobreak
{
    white-space:nowrap;              
}


/***** Case Resume Message *****/
.caseResumeMessage
{
	padding:			-4px;
	padding-top:		4px;
	padding-left:		20px;
}

.caseResumeMessage_old
{
	background-color:	rgb(255,255,145); /*rgb(255,255,167);*/
	color:				Black;
	font-size:			8pt;
	font-weight:		bold;
	width:				625px;
	
	margin:				2px;
	padding:			2px;
	
	text-align:			center;
}