﻿body 
{
	background-color:Gray;
}


a:link { color: #003366; text-decoration: none}
a:active { color: red; text-decoration: none}
a:visited { color: #003366; text-decoration: none}
a:hover { color:White; text-decoration: none}

A.class1:link {color:white; text-decoration: none}
A.class1:visited {color:white; text-decoration: none}
A.class1:active {color:white; text-decoration: none}
A.class1:hover {color:#66CC99; text-decoration: underline }

A.class2:link {  font-size:12px;  font-family:Arial; color: #003366; }
A.class2:active {font-size:12px; font-family:Arial; color: red; text-decoration: none }
A.class2:visited {font-size:12px; font-family:Arial; color: #003366; text-decoration: none }
A.class2:hover {font-size:12px; font-family:Arial; color:#66CC99; text-decoration: underline } 

A.class3:link {  font-size:12px;  font-family:Arial; color: #003366; }
A.class3:active {font-size:12px; font-family:Arial; color: red; text-decoration: none }
A.class3:visited {font-size:12px; font-family:Arial; color: #003366; text-decoration: none }
A.class3:hover {font-size:12px; font-family:Arial; color:blue; text-decoration: underline } 

A.news { font-size:12px;  font-weight:bold; font-family:Arial; color: #003366; }
A.news:active {font-size:12px;  font-weight:bold;  font-family:Arial; color: red; text-decoration: none }
A.news:visited {font-size:12px;  font-weight:bold;  font-family:Arial; color: #003366; text-decoration: none }
A.news:hover {font-size:12px; font-weight:bold; font-family:Arial; color:#66CC99; text-decoration: underline } 


.ContentBold
{
	color: #003366; 
	font-family: Arial, Verdana;
	font-size:12px;
	font-weight:bold;
}

.Content
{
	color: #003366; 
	font-family: Arial, Verdana;
	font-size:12px;
}

.ContextArea
{
	background-color:White;
	font-family:Arial, Verdana;
	font-size:12px;
	height:400px;
	width:605px;
}


.DynamicMenu
{
	width: 120px;
	height:24px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	padding: 5px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Silver,endColorStr=White);
}


.DynamicMenuHover
{
	width: 120px;
	height:24px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	padding: 5px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003366,endColorStr=White);
}


.StaticMenu
{
	width: 190px;
	height:24px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	padding: 5px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Silver,endColorStr=White);
}

.StaticMenuHover
{
	width: 190px;
	height:24px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	
	-moz-box-sizing: border-box;
	padding: 5px;
	
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003366,endColorStr=White);
}

.MainMenuItem 
{
	width: 190px;
	height:32px;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	padding: 10px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Silver,endColorStr=White);
}

.Footer
{
	height: 31px; 
	background-color:#003366;
	color:white;
	width: 797px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.Panelbar
{
    border: 1px solid #DDDDDD;
    background-color: #FFFFCC;
}

.HeaderCollapsed
{
   /* width: 190px; */
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	padding: 5px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Silver,endColorStr=White);
}

.HeaderExpanded
{
   /* width: 190px; */
	cursor: pointer;
	cursor: hand;
	color:White;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	padding: 5px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003366,endColorStr=White);
}

.HeaderHover
{
    /* width: 190px; */
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left; 
	border-top: 1px solid White;
	border-bottom: 1px solid Silver;
	-moz-box-sizing: border-box;
	color:White;
	padding: 5px;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003366,endColorStr=White);
}

.ItemCollapsed
{
     	
	cursor: hand;
	font-size: 10px;
	font-family: Arial, Verdana;
	 border: solid 1px #316AC5;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#66CC99,endColorStr=White);
}

.panelbarItem
{
	font-size: 10px;
	color: #000000;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color: #E4F1F8;
	border: 1px solid #E4F1F8;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.panelbarItemHover
{
    FONT-SIZE: 10px; 
    COLOR: #1B5E86;
    FONT-FAMILY: Arial,Verdana;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 16px;
    background-color: #F1FAFF;
    text-decoration: underline;
    border: 1px solid #B3E5FF;
   	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

panelbarItemSelected
{
	font-size: 10px;
	color:Lime;
	font-family: Arial,Verdana;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	background-color:Yellow;
	border: 1px solid #E4F1F8;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ItemHover
{
    font-family: Arial, Verdana;
    font-size: 10px;
    border: solid 1px #316AC5;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003366,endColorStr=White);

} 

div.newdrops
{
	position:absolute;
}

div.newsWrapper
{
	PADDING-TOP: 2px;
}

div.newitems
{
  PADDING-RIGHT: 2px;
  PADDING-LEFT: 15px;
  PADDING-BOTTOM: 2px;
  PADDING-TOP: 2px;
  MARGIN:   2px 0px 2px 0px;
  TEXT-TRANSFORM: none;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none;
}
