/* ================================
    CSS STYLES FOR SI PORTAL 
    v1.0, 01/2001
   ================================
*/   

/* PAGE BACKGROUND */
/* background for the header at the top of the page */
.HeadBg {
	background-color: #72C9CF;
	background-position: right;
	background-repeat:no-repeat
}

/* background color for the non content section of the page */
.PollBackGround
{
	background-color:Lime;
	border: solid 1px Black;
}

/* styles for table header section */
.TableHeader
{
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 2px;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
	text-decoration:    none;
	color:white;
}

A.SiteLink:visited  {
	text-decoration:    none;
	color:#eeeeee;
}

A.SiteLink:active   {
	text-decoration:    none;
	color:#eeeeee;
}

A.SiteLink:hover    {
	text-decoration:    underline;
	color:white;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight:    bold;
}

/* Menu Styles */
.MenuIndent
{
	padding-left: 10px;
}

.MenuStyle 
{
	position: relative;
	color: White;
	height: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style:none;
	background-color: #569CBE;
	cursor: hand;
}

.MenuItem 
{
	color: White;
	height: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style:none;
	background-color: #569CBE;
	cursor: hand;
}

.MenuItemMouseOver 
{
	color: Maroon;
	height: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style:none;
	background-color: #569CBE;
	cursor: hand;
}

.SelectedMenuItem 
{
	color: Maroon;
	height: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style:none;
	background-color: #569CBE;
	cursor: hand;
}

.EditMenuItem
{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 0px;
	border-style:none;
	background-color: Transparent;
	margin-left: 3px;
	cursor: hand;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */ 

.SmallTxtWhite
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: White;
}

.FooterIndent20
{
	padding-left: 20;
}

.smlLinksWhite 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: White;
	font-weight: Bold;
	vertical-align:middle;
}

.smlLinksWhite a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: White;
}

.smlLinksWhite:link
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: White;
}

.smlLinksWhite:hover
{
	color: White;
	font-weight: Bold;
}

.NewsTitleShadow {
	position: relative;
	left: 1px;
	top: 1px;
	color: Gray;
	font-family: Futura Md BT;
	font-style:italic;
	font-size: 30px
}

.NewsTitle {
	position: absolute;
	left: -2px;
	top: -2px;
	color: #B50018;
	font-family: Futura Md BT;
	font-style:italic;
	font-size: 30px
}