﻿a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
a:hover
{
	color: Blue;
}

a.header:link
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.header:visited
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.header:hover
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
    z-index: 100;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	z-index: 102;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	z-index: 101;
}

body
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}

.BigBoldText
{
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.BoldText
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.BoldUnderlinedText
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.dashDiv
{
	margin-left: 5px;
	margin-right: 5px;
}

.FooterLink
{
	font-family: Arial;
	font-size: 11px;
	color: #333399;
}

.GradientBarText
{
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.GreenText
{
	color: Green;
	font-family: Arial;
	font-size: 12px;
}

.left
{
	text-align: left;
}

.Line
{
	border: solid 1px #CCCCFF;
}

.MenuBottom
{
	background-image: url(Images/_navModuleBottom.gif);
	background-repeat: repeat-x;
}

.MenuBottomLeft
{
	background-image: url(Images/_navModuleBottomLeft.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.MenuBottomRight
{
	background-image: url(Images/_navModuleBottomRight.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.MenuHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: Blue;
}

.MenuLeft
{
	background-image: url(Images/_navModuleLeft.gif);
	background-repeat: repeat-y;
}

.MenuLink
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: Blue;
}

.MenuRight
{
	background-image: url(Images/_navModuleRight.gif);
	background-repeat: repeat-y;
}

.MenuText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

.MenuAltText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #222222;
}

.MenuBoldText
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: Black;
}

.MenuTopLeft
{
	background-image: url(Images/_navModuleTopLeft.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.MenuTopRight
{
	background-image: url(Images/_navModuleTopRight.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.MenuTop
{
	background-image: url(Images/_navModuleTop.gif);
	background-repeat: repeat-x;
}

.PageDescText
{
	color: #333333;
	font-family: Arial;
	font-size: 13px; /*font-weight: bold;*/
}

.pHr
{
	display: none;
}

#planHeaderTable
{
	margin-bottom: 5px;
	margin-top: 5px;	
	width: 100%;
}

#planHeaderTable th
{
	color: #333333;
	font-weight: bold;
	text-align: left;
}

#planHeaderTable td
{
	color: #333333;	
}

.Pointer
{
	cursor: pointer;
}

.RedText
{
	color: Red;
	font-family: Arial;
	font-size: 12px;
}

.right
{
	text-align: right;
}

.SmallText
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}

.Title
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.Text
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}

.WaitDots
{
	color: green;
	font-family: Verdana;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	width: 200px;
}

