﻿body 
{
	font-family: Arial;
	font-size: small;
	background-color: #bfbfbf;
	color: #666666;
}

.Error
{
	font-size: 14px;
	font-family: Arial;
	color: #FF0000;
	font-weight: bold;
}

legend
{
	color: #ed1b2d;
}

fieldset
{
	background-color: #FFFFFF;
}

.Success
{
	font-size: 14px;
	font-family: Arial;
	color: #009900;
	font-weight: bold;
}

.General
{
	font-size: 14px;
	font-family: Arial;
	color: #000099;
	font-weight: bold;
}

a
{
	font-size: 14px;
	font-family: Arial;
	color: #2971c1;
	text-decoration: none;
}
a:Hover
{
	font-size: 14px;
	font-family: Arial;
	color: #2971c1;
	text-decoration: underline;
}


.Label
{
	font-size: small;
	font-family: Arial;
	color: #666666;
}

.Header
{
	font-size: 26px;
	font-weight: bold;
	font-family: Arial;
	color: #ed1b2d;
}

.SubHeader
{
	font-size: 18px;
	font-family: Arial;
	color: #ed1b2d;
}

.Footer
{
	font-size: 10px;
	font-family: Arial;
	text-align: center;
}

.DropDownList
{
	font-family:  Arial;
	font-size: 14px;
	color: #666666;
}

.Button
{
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	
}

.LinkButton
{
	font-size: 14px;
	font-family: Arial;
	color: #2971c1;
	text-decoration: underline;
}

/*Modal Popup*/
.modalBackground {
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:250px;
}
/*Modal Popup*/


/*Watermark Extender*/
.WatermarkExtender
{
	color: #999999;
}



.DynamicMenuStyle
{
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 12px;
	font-weight: normal;
}


* html .DynamicMenuStyle a
{ /*IE only hack*/
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}

.DynamicMenuStyle a
{
	color: Black;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.DynamicMenuStyle a:hover
{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: normal;
	color: #ed1b2d;
}

.StaticMenuStyle a
{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

.MainTable
{
	background-color: #FFFFFF;
	width: 800px;
}

.divTopLeftBox
{
	text-align: center;
	width: 100%;
	background-color: #ed1b2d;
	color: White;
	font-family: Arial;
	font-size: smaller;
	margin: 3px 3px 3px 3px;
	font-weight: bold;
}

.divSubHeader
{
	width: 99%;
	background-color: #ed1b2d;
	color: White;
	font-family: Arial;
	font-size: x-large;
	letter-spacing: 5px;
	margin: 3px 3px 3px 3px;
	text-indent: 3px;
}

.TextBox
{
	background-color: #fbfbfb;
	font-family: Verdana;
	color: #666666;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}




/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(/WHSMGMTSite/images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(/WHSMGMTSite/images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.dragVisualContainer li  {
    list-style:none;
	background-image:url(/WHSMGMTSite/images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
