html, BODY , form
{ margin:0px;
	height: 100%;
	max-height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
TEXTAREA
{
	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: 11pt;
	font-weight: bold;
	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;
	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;
}
.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: 8pt;
	font-weight: bold;
	height: 28;
}
.listgridheader
{
	background-color: #1D36AC;
	color: white;
	font-size: 8pt;
}
.listitem
{
	background-color: White;
	font-size: 9pt;
}
.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;
}
.normalred1
{
	font-family: verdana;
	font-size: 11px;
	color: #ff0000;
	
}

/* 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;
}

#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: #4B6DB7;
	text-decoration: underline;
}
#TopMenu a:active
{
	font-family: 'Trebuchet MS' , 'Verdana' , 'Tahoma' , 'Arial' , sans-serif;
	font-size: 14px;
	color: #3354AA;
	text-decoration: none;
}

#NewTabs1_pnlSearch
{
	width: 350px;
	right:0px;
	
}
.HeaderSearchWrapper
{
	position: relative;
	margin-left: auto;
	left: auto;
	right: 30px;
	top: -7px;
	width: 350px;
	z-index: 400;
	
}
.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;
}


#OuterTable
{
	width: 945px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
.TxtCenter
{
	text-align: center;
}
#MiddleTab
{
	width: 920px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
.Bold
{
	font-weight: bold;
}
#BroogleSearch
{
	width: 945px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto; 
 
}
#BroogleSearch1
{
	width: 945px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	z-index: 400;
	position: absolute;
}

#Menu
{
	width: 890px;
}

#SubNav1
{
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 8px;
	border-bottom: #cccccc 1px solid;
	width: 920px;
}

#SubNav2
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px; /*border-bottom: #cccccc 1px solid;*/
	width: 920px;
}

#SubNav3
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px; /*border-bottom: #cccccc 1px solid;*/
	width: 920px;
}


#PublishPage
{
	height: 100%;
	width: 100%;
}

#PublishPage tr td
{
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.GrayHeader
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #cccccc 2px solid;
	background-color: #eeeeee;
}
.GrayHeaderBottom
{
	padding-right: 5px;
	border-top: #cccccc 2px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #eeeeee;
}
#Default1
{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#StatsTab
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	width: 415px;
	margin: 0px;
	margin-top: 20px;
}
#StatsTab p
{
	margin: 0px;
}

#StatsTab tr td
{
	padding: 5px;
}

#Stats1
{
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 20px;
	font-size: 10px;
}
#PopMessage
{
	height: 500px;
	width: 500px;  
}
#PopMessage1
{
	background-color:#fff;
	height: 500px;
	width: 500px;  
}
