/* CSS Document */

/* ----- Menu ----- */

.MenuGroup
{
	background-color:#ea0000;
	border-style:none;
	cursor:hand;         
	padding: 4px;
}

.MenuItem
{
	border:solid 1px #ea0000;
	font-family: Tahoma, verdana,'Times New Roman';
	font-size: 11px;
	color:white;
	padding: 1px;
	font-weight:bold;
}

.MenuItemOver
{
	border:solid 1px white;
	cursor:hand;
	font-family: Tahoma, verdana,'Times New Roman';
	font-size: 11px;
	color:white;
	padding: 1px;
	font-weight:bold;  
}

.MenuItemClicked
{
	border:solid 1px #FFB9B9;
	cursor:hand;
	font-family: Tahoma, verdana,'Times New Roman';
	font-size: 11px;
	color:#FFB9B9;
	padding: 1px; 
	font-weight:bold; 
}

.MenuItemDisabled
{
  background-color:white; 
  color:gray; 
  font-family: Tahoma, verdana,'Times New Roman';
  font-size:10pt; 
  padding:3px;   
  cursor:default;
}

.Separator
{
	background-color:dimgray; 
	margin-left: 10px;
	margin-right: 10px;
}

/* ----- PanelBar ----- */

/* ----- red ----- */

.panelbarHeaderRed 
{ 		
	FONT-SIZE: 11px; 
	color: white;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_red.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverRed 
{ 		
	FONT-SIZE: 11px; 
	color: white;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_red.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemRed 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFE6E6;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverRed
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFB9B9;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}


/* ----- blue ----- */

.panelbarHeaderBlue
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_blue.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverBlue 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_blue.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemBlue 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #EFF1FA;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverBlue
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #DADEF3;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- light blue ----- */

.panelbarHeaderLightBlue
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_lightblue.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverLightBlue 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_lightblue.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemLightBlue 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #E1F7FD;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverLightBlue
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #C8EFFB;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- green ----- */

.panelbarHeaderGreen
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_green.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverGreen 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_green.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemGreen 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #F7F9DF;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverGreen
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #F1F4C6;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- orange ----- */

.panelbarHeaderOrange
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_orange.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverOrange 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_orange.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemOrange 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFECDF;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverOrange
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFDBC4;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- lightorange ----- */

.panelbarHeaderLightOrange
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_lightorange.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverLightOrange 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_lightorange.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemLightOrange 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFF8E1;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverLightOrange
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFF2C6;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- purple ----- */

.panelbarHeaderPurple
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_purple.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverPurple 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_purple.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemPurple 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FAF1F7;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverPurple
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #F3E0ED;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- yellow ----- */

.panelbarHeaderYellow
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_yellow.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverYellow 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_yellow.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemYellow 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFE8;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverYellow
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFC4;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- cyan ----- */

.panelbarHeaderCyan
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana,Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_cyan.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarHeaderHoverCyan 
{ 		
	FONT-SIZE: 11px; 
	color: #000000;
	FONT-FAMILY: Verdana, Arial;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	background-image: url(../Img/snavhead_cyan.gif);
	height: 20px;
	width: 130px;
	padding-left: 5px;
}

.panelbarItemCyan 
{
	FONT-SIZE: 10px; 
	color: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #E1FFFF;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

.panelbarItemHoverCyan
{
	FONT-SIZE: 10px; 
	COLOR: #000000;
	width: 130px;
	FONT-FAMILY: Verdana, Arial;
	cursor: hand;
	cursor: pointer;
	background-color: #C1FFFF;
	text-decoration: none;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 5px;
	height: 20px;
	font-weight:normal;
}

/* ----- TabStrip ----- */
.TabStripContentStyle
{
	padding: 10 10 0 10;
}

.TabLabelDefaultStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #ffffff;
	cursor:pointer;
	text-align: center;
}

.TabLabelSelectedStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: black;
	cursor:pointer;
	color:#333333;
	text-align: center;
}

.TabLabelSelectedInnerStyle { 
	padding-top:4px;
}
.TabLabelDefaultInnerStyle {
	padding-top:4px;
}
.line {
	background-image:url(../Img/lineBg.gif);
	background-repeat:repeat-x;
	/*text-align:center;*/
}