﻿.AnnouncementItem
{
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
    color:#FFFFFF;
}
.AnnouncementItem:hover
{
    color:#ff0065;
}
.panel
{
	
	/*background-image: url(images/formbodybg.png);*/
	background: #CFCECD;
	border: 1px solid #ff0065;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight:bold;
}

.formBox
{ 
	border-width : 1px;
	border-color : #000000;
	font-family :Tahoma;
	font-size :small; 
	width : 200px; 
	height : 14px; 
}

.formHeader
{
	/*background-image: url(images/formheaderbg.png);*/
	background: #181919;
	color: #FFFFFF;
	border: solid 1px #ff0065;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 100%;
}

.formItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 8px 10px 4px 10px;
	width: 40%;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: solid 1px #07519A;
}

.formInput
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	width: 60%;
	border-bottom: solid 1px #07519A;
}

.text
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight:bold;
}

.panelButton
{
	font-size: 8pt;
	font-weight :bold;
	background-color: #DBDBCC;
	border: 1px solid #000000;
	cursor: hand;
}

.content
{
	font-size:9pt;
	font-family:Verdana, Sans-Serif; 
	display: block;
	color:WindowText;	
}

.contentSubHeader
{
	font-size:small;
}
.accountLink
{
	list-style-image : url('images/rightarrow.gif');
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:Teal;
	cursor: hand;
}

.error
{
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight:bold;
}

.anchor
{
	text-decoration: none;
	color: black;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight:bold;
}
.menuCol {
	 WIDTH: 110px; CURSOR: hand;  HEIGHT: 20px; TEXT-ALIGN: center;
}
.menuItem {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; PADDING-BOTTOM: 10px; CURSOR: hand; COLOR: orange; FONT-FAMILY: Arial;
}
.menuText
{
	color: #EEEFF1;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	font-weight:bold;
}
  a:link   { color:#EEEFF1;}
  a:visited { color : #FFFFFF;}
  a:active { color: #FFFFFF; } /* when link is clicked */
  a:hover { color: #FF0065; } /* when mouse is over link */
  a.plain { text-decoration: none }
  

