
html, body, form
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	/*background-color: white;*/
}


.link
{
	font-size: 8pt;
	text-decoration: none;
	color: #1D36AC;
	font-weight: bold;
}
.link:hover
{
	text-decoration: underline;
}

.menu
{
	font-size: 12px;
/*	background-color: #E9E9E9; */
	cursor: pointer;
}
.menuselected
{
	color: White;
	background-color: #1D36AC;
	cursor: pointer;
}
.menusub
{
	background-color: #FFFFFF;
	font-size: 12px;
	border: solid 1px gray;
	cursor: pointer;
}
.menuspacer
{
	border-bottom: 1px solid black;
}

.header
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	margin: 10px 0px 5px 0px;
}
.subheader
{
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.new
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.search
{
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1px solid silver;
}
.formfield
{
	font-size: 8pt;
	background-color: #FFFFCC;
	border: 1px solid silver;
	padding-left: 1;
}
.textarea
{
	font-size: 9pt;
	background-color: white;
	border: 1px solid silver;
	padding-left: 1;
	font-family: Arial, Helvetica;
	width: 200px; /*wrap: "VIRTUAL";*/
	overflow: -moz-scrollbars-vertical;
}
.formlabel
{
	font-size: 8pt;
}
.buttom
{
	font-size: 8pt;
}
.addbutton
{
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
	border: outdent 1px;
}
.error
{
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

.Instruction
{
	/*font-size: 10pt;*/
	font-weight: normal;
	font-family: Verdana;
}

.InstructionMain
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
}

.mainsubheader
{
	font-size: 15pt;
	font-weight: bold;
	font-family: Verdana;
	margin: 10px 0px 5px 0px;
}

.NormalRed
{
	font-family: verdana;
	font-size: 12px;
	color: #ff0000;
}

.list
{
	border-top: 1px solid #dddddd;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid #C9C9C9;
}
.listheader
{
	background-color: #1D36AC;
	color: white;
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	height: 28;
}
.listgridheader
{
	background-color: #1D36AC;
	color: white;
	font-size: 8pt;
}
.listitem
{
	background-color: White;
	font-size: 9pt;
	font-family: Verdana;
}
.listitemalt
{
	background-color: #E9E9E9;
	font-size: 9pt;
}

.listheaderBlue
{
	background-color: #c9c9c9;
	color: black;
	font-size: 9pt;
}
.listitemaltBlue
{
	background-color: #e9e9e9;
	font-size: 9pt;
}
.sc
{
	font-variant: small-caps;
}

A.listheader
{
	color: White;
}
A
{
	color: #3d2cba;
	 /*font-size: 8pt;*/
}
A.tabselector
{
	text-decoration: none;
	font-size: 8pt;
	color: Gray;
	padding-left: 7px;
}
A.tabselector:hover
{
	text-decoration: underline;
	color: Black;
}
A.tabselectorOn
{
	color: White;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 5px;
}
.shadowr
{
	background-image: url(images/frame/ShadowR.gif);
	background-repeat: repeat-y;
}
.shadowb
{
	background-image: url(images/frame/ShadowB.gif);
	background-repeat: repeat-x;
}
.small
{
	font-size: 7pt;
}
.tool_on
{
	border-style: outset;
	border-color: White;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 9pt;
	color: black;
	cursor: pointer;
}
/* style Section Title Text  */

.SectionTitle
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

/* style for normal red text */
.NormalRed
{
	font-family: verdana;
	font-size: 12px;
	color: #ff0000;
}

/* Styles for Calendar Control */

/* The main calendar widget.  DIV containing a table. */

.calendar, .calendar table
{
	border: 1px solid #655;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #ffd;
	font-family: tahoma,verdana,sans-serif;
	z-index: 1;
}

/* Header part -- contains navigation buttons and day names. */

.calendar thead .head
{
	/* "<<", "<", ">", ">>" buttons have this class */
	text-align: center; /* They are the navigation buttons */
	padding: 2px; /* Make the buttons seem like they're pressing */
}

.calendar thead .title
{
	/* This holds the current "month, year" */
	font-weight: bold; /* Pressing it will take you to the current date */
	text-align: center;
	background: #fed;
	color: #000;
	padding: 2px;
}

.calendar thead .headrow
{
	/* Row <TR> containing navigation buttons */
	background: #988;
	color: white;
}

.calendar thead .name
{
	/* Cells <TD> containing the day names */
	border-bottom: 1px solid #655;
	padding: 2px;
	text-align: center;
	color: #000;
}

.calendar thead .weekend
{
	/* How a weekend day name shows in header */
	color: #f00;
}

.calendar thead .hilite
{
	/* How do the buttons in header appear when hover */
	background: #faa;
	color: #000;
	border: 1px solid #f40;
	padding: 1px;
}

.calendar thead .active
{
	/* Active (pressed) buttons in header */
	background: #c77;
	padding: 2px 0px 0px 2px;
}

.calendar thead .daynames
{
	/* Row <TR> containing the day names */
	background: #fed;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day
{
	/* Cells <TD> containing month days dates */
	width: 20px;
	text-align: right;
	padding: 2px 4px 2px 2px;
}

.calendar tbody .hilite
{
	/* Hovered cells <TD> */
	background: #ffe;
	padding: 1px 3px 1px 1px;
	border: 1px solid #bbb;
}

.calendar tbody .active
{
	/* Active (pressed) cells <TD> */
	background: #ddc;
	padding: 2px 2px 0px 2px;
}

.calendar tbody .today
{
	/* Cell showing today date */
	font-weight: bold;
	border: 1px solid #000;
	padding: 1px 3px 1px 1px;
	background: #fea;
}

.calendar tbody .weekend
{
	/* Cells showing weekend days */
	color: #f00;
}

.calendar tbody .emptycell
{
	/* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow
{
	/* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow
{
	/* The <TR> in footer (only one right now) */
	text-align: center;
	background: #988;
	color: white;
}

.calendar tfoot .button
{
	/* The "Close" button cell <TD> */
	border-top: 1px solid #655;
	padding: 1px 2px 2px 2px;
}

.calendar tfoot .hilite
{
	/* Hover style for buttons in footer */
	background: #faa;
	border: 1px solid #f40;
	padding: 1px;
}

.calendar tfoot .active
{
	/* Active (pressed) style for buttons in footer */
	background: #c77;
	padding: 2px 0px 0px 2px;
}

.calendar tfoot .ttip
{
	/* Tooltip (status bar) cell <TD> */
	border-top: 1px solid #655;
	background: #dcb;
	color: #840;
}

/* End of Styles for Calendar Control */

.tool_click
{
	border-style: inset;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 3px;
	font-size: 9pt;
	color: black;
}
.tool_off
{
	border-style: none;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 9pt;
	color: #999999;
}

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.style6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style11
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.style14
{
	font-size: 12px;
	font-style: italic;
}
.style16
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.style18
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.style23
{
	font-size: 12px;
}

.style20
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

.webpagebody
{
	background-color: #CED8FF;
}

.ConfirmPagestyle14
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ConfirmPagestyle15
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}


.newstyle1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2
{
	color: #FF0000;
}
.style3
{
	color: #FF0000;
}
.style5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.newstyle14
{
	font-size: 24px;
}
.style17
{
	color: #FF0000;
	font-size: 14px;
}
.style19
{
	color: #FF0000;
	font-size: 18px;
}
.changeToHand
{
	cursor: hand;
}

.Grid TD
{
	text-align: left;
	height: 30px;
	border-left: hidden;
	border-top: hidden;
	border-right: hidden;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	margin: 10px 0px 5px 0px;
}

#TopMenu a:link
{
	font-family: 'Trebuchet MS' , 'Verdana' , 'Tahoma' , 'Arial' , sans-serif;
	font-size: 14px;
	color: #3354AA;
	text-decoration: none;
}
#TopMenu a:visited
{
	font-family: 'Trebuchet MS' , 'Verdana' , 'Tahoma' , 'Arial' , sans-serif;
	font-size: 14px;
	color: #3354AA;
	text-decoration: none;
}
#TopMenu a:hover
{
	font-family: 'Trebuchet MS' , 'Verdana' , 'Tahoma' , 'Arial' , sans-serif;
	font-size: 14px;
	color: #3354AA;
	text-decoration: underline;
}
#TopMenu a:active
{
	font-family: 'Trebuchet MS' , 'Verdana' , 'Tahoma' , 'Arial' , sans-serif;
	font-size: 14px;
	color: #3354AA;
	text-decoration: none;
}
#OuterTable
{
	width: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}


#Tabs_pnlSearch
{
	/*width: 350px;*/
	right: 0px;
}
/*
.HeaderSearchWrapper
{
	position: relative;
	margin-left: auto;
	left: auto;
	right: 30px;
	top: -7px;
	width: 350px;
	z-index: 400;
}
*/

.HeaderSearchWrapper 
{ 
position:relative; 
margin-left:auto; 
left:auto; 
right:60px; 
top:-7px; 
width:203px; 
z-index:400;   

}

.HeaderSearchWrapper #btnHeaderSearch { position:absolute; left:178px; top:3px; }

.HeaderSearchWrapper .suggestionHeaderBox
{
	display: none;
	background-color: #FFFFFF;
	border: solid 1px #000;
	/*min-width: 350px;*/
	top: 23px;
	z-index: 400;
}
.HeaderSearchWrapper .suggestionHeaderBox .SuggestionText
{
	float: right;
	color: green;
	font-size: 10px;
	margin: 0px;
	z-index: 400;
}
.HeaderSearchWrapper .suggestionHeaderBox ul.Itemlist
{
	z-index: 400;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.HeaderSearchWrapper .suggestionHeaderBox li.Item
{
	list-style: none;
	margin: 0px;
	z-index: 400;
	padding: 0px;
	padding-left: 3px;
}
.HeaderSearchWrapper .suggestionHeaderBox li.ItemHover
{
	list-style: none;
	margin: 0px;
	background-color: #83BAF4;
	cursor: pointer;
	z-index: 400;
	padding: 0px;
	padding-left: 3px;
}
.HeaderSearchWrapper .suggestionHeaderBox .close
{
	width: 99%;
	text-align: right;
	font-size: 10px;
	z-index: 400;
}
.HeaderSearchWrapper .suggestionHeaderBox .close a
{
	text-decoration: underline;
	z-index: 400;
}


#BroogleSearch
{
	width: 945px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#BroogleSearch1
{
	width: 945px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	z-index: 400;
	position: absolute;
}
#MiddleTab
{
	width: 740px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#NewFooter
{
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
#NewFooterSub
{
	width: 845px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#dvMain
{
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
#StatsTable1 p, #StatsTable2 p, #StatsTable3 p, #StatsTable4 p, #StatsTable5 p, #StatsTable6 p, #StatsTable7 p, #StatsTable8 p, #StatsTable9 p, #StatsTable10 p, #StatsTable11 p
{
	margin: 0px;
}

#StatsTable1, #StatsTable2, #StatsTable3, #StatsTable4, #StatsTable5, #StatsTable6, #StatsTable7, #StatsTable8, #StatsTable9, #StatsTable10, #StatsTable11
{
	border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid;
	height:80px;
	width:430px; margin-right:15px;
}

#StatsTable1 tr td, #StatsTable2 tr td, #StatsTable3 tr td, #StatsTable4 tr td, #StatsTable5 tr td, #StatsTable6 tr td, #StatsTable7 tr td, #StatsTable8 tr td, #StatsTable9 tr td, #StatsTable10 tr td, #StatsTable11 tr td
{
	 padding: 0px 2px 0px  2px;
}

