﻿body, html
{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
.bodycenter
{
	text-align:center;
}
.noprint { }
a
{
	font-weight: normal;
}
/*a.heavy, a.heavy:hover, a.heavy:visited, .heavy a, .heavy a:visited, .heavy a:hover
{
	color: #0000ff;
	font-weight: bold;
}*/
.headerGrid
{
	background-color: #CFCFFF;
	font-family: Verdana,Arial;
	font-weight: bold;
	/*font-size: 10pt;*/
	border-top-color:Black;
}
.alternatingGrid
{
	background-color: #EEEEEE;
	text-align:left;
	font-family: Verdana,Arial;
	/*font-size: 10pt;*/

}
.alternatingGrid a
{
	background-color: #EEEEEE;
	text-align:left;
	font-family: Verdana,Arial;
	font-weight: bold;
	/*font-size: 10pt;*/
}
.grid
{
	background-color: #ffffff;
	text-align:left;
	font-family: Verdana,Arial;
	/*font-size: 10pt;*/
}
.grid a
{
	background-color: #ffffff;
	text-align:left;
	font-family: Verdana,Arial;
	font-weight: bold;

}
 a.Postlink:hover
{
	color :Purple;
 }
  a.Postlink:visited
{
	color :Purple;
 }

.editLink a
{
	font-weight: normal;
	font-size: 8pt;
}
.addNew
{
	background-color: #eeeeff;
	border-color: #000000;
}
.greyBack
{
	background-color: #eeeeee;
	border-style:solid;
	border-width:1px;
	border-color: #000000;
}
.Logo
{
	font-family :Arial;
	font-size :small;
}
.panel
   {
	overflow:auto;
/*	height: 600px;*/
	width: 100%;
   }
.tableBorder
{
	border-style :groove;
	border-color :Black;
}
.MenuLink
{
	font-family: Verdana;
	font-weight: bold;
	font-size:small;
}
.Link
{
	font-family: Verdana;
	font-size:small;

}
.textBox
{
	border: solid 1px #ffffff;
}
.DropDownList
{
	border: none;
}

.menu
{
/*	padding : -2px -2px -2px -2px;*/
	font-family : Arial;
	font-size  :small ;
}

.RemainingIssues
{
	font-family : Arial;
	font-size :18px;
	color :#ff0000;
	font-weight :bold;
}
.GridBorder
{
	border : Solid 1px black;
}
.PagerRowStyle
{
	background-color: #ddd;
	text-align: right;
	 border-bottom: 0;
	 border-bottom-color:Black;
}

.centerall
{
	text-align:-moz-center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.winnerStyle
{
	font-size: 8pt;
	font-family:Arial;
}
.winnerStyleBold
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
}


/* ----- main menu ----- */

#mainmenu, #mainmenu ul { /* all lists */
	display: block;
	font-family: Helvetica, sans-serif;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;  /* above parents and other links */
}

#mainmenu li a {
	display: block;  /* fill the containing li frame */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: blue;
	background-color: white;
	padding: 3px 10px 3px 10px;
	width: auto;  /* rqrd if "li float:left" above (ul width - padding) */
}

#mainmenu li li li a {
	display: block;  /* fill the containing li frame */
	border-left: 1px solid black;
}

#mainmenu li a:hover {
	display: block;  /* fill the containing li frame */
	background-color: #dddddd;
}

#mainmenu li { /* all list items */
	display: block;
	font-weight: bold;
	float: left;  /* without this, ie forgets to hover */
	width: auto; /* width needed or else Opera goes nuts */
}

#mainmenu li ul { /* second-level+ lists */
	display: block;
	position: absolute;
/*	background-color: #00b5e4;*/
	width: auto;
	top: -999em; /* using top instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid black;
}

#mainmenu li ul li {
/*	position:relative;
	top:1px;*/
	display: block;  /* fill the containing li frame */
	clear: left;
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#mainmenu li ul ul { /* third-and-above-level lists */
	margin: -1.3em 0 0 90%;
/*	background-color: #52a5b4;*/
}

#mainmenu li:hover ul ul, #mainmenu li:hover ul ul ul, #mainmenu li.sfhover ul ul, #mainmenu li.sfhover ul ul ul {
	top: -999em;
}

#mainmenu li:hover ul, #mainmenu li li:hover ul, #mainmenu li li li:hover ul, #mainmenu li.sfhover ul, #mainmenu li li.sfhover ul, #mainmenu li li li.sfhover ul { /* lists nested under hovered list items */
	top: auto;
}
