﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body 
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-weight:normal;
	font-size: 12px;
	color: #333333;
}

#divTop
{
	margin: 0 auto;
	border: 0; 
	min-height: 100%;
}

* html #divTop 
{ 
	height: 100%; 
} /*IE browsers less than IE7*/

#clearfooter
{
    height: 45px;
    border: 0;
    margin: 0;
    padding: 0;
}

#divBottom
{
	width: 100%;
	text-align: center;
	height: 25px;
	margin: -25px auto 0 auto;
	border: 0;
	font-size:11px;
	background-image: url(Images/assess-bg-hd.gif);
}

html
{
    overflow-y: scroll;
}
/* to create a vertical dummy scrollbar in Firefox or Safari which would not have a scrollbar with height 100%. If you move to and from pages which don't have a vertical scrollbar to a page which does, it makes the page content jump sideways without a forced dummy scrollbar (works in Firefox and Safari but not in Opera; IE always shows a dummy scrollbar; Opera needs min-height and height: 101% in the container styles but it causes a standard scrollbar, not a dummy, and is less correct.)*/

a.forgot {
	font-size:9px;
	color:#fffbf3;
	font-weight:normal;
	text-decoration:underline;
}

.nav4 {
	font-size: 11px;
	font-weight:bold;
	color:#336699;
}
a.nav4:link {
	color:#336699;
	text-decoration:underline;
}
a.nav4:visited {
	color:#336699;
	text-decoration:underline;
}
a.nav4:hover {
	color:#6699cc;
	text-decoration:underline;
}

.nav3 {
	font-size: 12px;
	font-weight:normal;
	color:#ffffff;
}
a.nav3:link {
	color:#ffffff;
	text-decoration:none;
}
a.nav3:visited {
	color:#ffffff;
	text-decoration:none;
}
a.nav3:hover {
	color:#ffffff;
	text-decoration:underline;
}

.nav2 {
	font-size: 11px;
	font-weight:normal;
	color:#333333;
}
a.nav2:link {
	color:#333333;
	text-decoration:underline;
}
a.nav2:visited {
	color:#333333;
	text-decoration:underline;
}
a.nav2:hover {
	color:#999999;
	text-decoration:underline;
}

.nav {
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.nav:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:hover {
 	
	color:#FFFFFF;
	text-decoration:underline;
}
.conlink {
	font-size: 11px;
	font-weight:bold;
	color:#0066cc;
}
a.conlink:link {
	color:#0066cc;
	text-decoration:underline;
}
a.conlink:visited {
	color:#0066cc;
	text-decoration:underline;
}

a.conlink:hover {
	color:#336699;
	text-decoration:underline;
}

h1 {
	font-size:12px;
	font-family:Arial;
	color:#ffffff;
	margin:0px;
}

h2 {
	font-size:12px;
	color:#d2752b;
	margin:0px;
	text-decoration:none;
}

.content {
	font-size:11px;
}

.login {
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}

.big {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
}

.small {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a.footer:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a.terms {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006666;
	font-weight:bold;
	text-decoration:underline;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.gridtable
{
	font-size:11px;
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
}

.gridheader
{
	padding: 5px;
	background-color: #ffffcc;
	text-align: center;		
}

.gridheader a
{
	background-color: #ffffcc;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.gridheader2
{
	padding: 5px;
	text-align: center;		
}

.gridheader2 a
{
	color: #333;
	text-align: center;
	text-decoration: none;
}

.gridcommanditem
{
	background-color: White;
}

.griditem
{
	padding: 5px;
	background-color: #ffffff;
}

.gridpager
{
	text-align: right;
	background-color: #e5e5e5;
}

.panelitem
{
	text-align: left;
	white-space: normal !important;
}

.ratingstar
{
	font-size: 0pt;
	margin: 0px;
	padding: 0px;
	cursor: auto;
	display: block;
	background-repeat: no-repeat;	
}

.filledstar
{
	background-image: url(Images/star.gif);
	width: 22px;
	height: 20px;
}

.emptystar
{
	background-image: url(Images/star2.gif);
	width: 22px;
	height: 20px;
}






.RadMenu
{
	border: 1px solid #CCC;
	
}

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.rmVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	/*width: 15em;*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.rmVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 15em;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.rmVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	/*width: 15em;*/
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.rmVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.rmVertical ul li
{
	/*width: 15em;*/
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.rmVertical
{
	border: 1px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.rmVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.rmVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.rmVertical a:hover, ul.rmVertical a:focus
{
	background-color: #336699;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.rmVertical a.MenuBarItemHover, ul.rmVertical a.MenuBarItemSubmenuHover, ul.rmVertical a.MenuBarSubmenuVisible
{
	background-color: #336699;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.rmVertical a.rmItem
{
	background-image: url(Images/MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.rmVertical a.MenuBarItemSubmenuHover
{
	background-image: url(Images/MenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.rmVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.rmVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.RadMenu .rmRightArrow
{
	border-left:1px solid #e4e4e4;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
	background-image: url(Images/MenuBarRightHover.gif);
	height:100%;
}

.textfield
{
	border: solid 1px #565659;
}

.errortext
{
	color: Red;
	font-weight: bold;
}

.textwrapped
{
	word-wrap: break-word;
}