/* CSS Document */


Body
{
	color: #4a4e54;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 16px;
	background-color: #f2f2f2;
	background-image: none;
}


.ControlPanel {
	BORDER-RIGHT: #424242 1px solid;
	BORDER-TOP: #424242 1px solid;
	BORDER-LEFT: #424242 1px solid;
	BORDER-BOTTOM: #424242 1px solid;
	WIDTH: 100%;
	HEIGHT: 64px;
	BACKGROUND-COLOR: #f2f2f2
}

.NormalTextBox {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	border-bottom: 1 solid #ccc;
	border-left: 1 solid #ccc;
	border-right: 1 solid #ccc;
	border-top: 1 solid #ccc;
	background-color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
}

/*-------------------  Text Css ------------------------- */

.head1 {
	font-weight: normal;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.normaltext1 {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4e54;
	line-height:16px;
}

.normaltext2 {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
	line-height:16px;
}

.boldtext {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4e54;
	line-height:16px;
}

.nav-text {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


/*-------------------  Tokens ------------------------- */


/*-- Login Register Terms Privacy token        --*/ .loginRegister, a.loginRegister:link, a.loginRegister:visited, a.loginRegister:active { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4e4a4a; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding:0px 0px 0px 0px; }

/*-- Login Register token hover        --*/ a.loginRegister:hover { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4e4a4a; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; padding:0px 0px 0px 0px; }

/*-- Copyright token                   --*/ .copy-right { color: #4e4a4a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal;}




/*------------ Containers CSS---------- */

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal;   FONT-SIZE:16px;  COLOR: #636363; font-family: Verdana, Arial, Helvetica, sans-serif;}

/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: normal;   FONT-SIZE: 18px; COLOR: #636363; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; }

/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: bold;   FONT-SIZE: 16px; COLOR: #000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; }



/*------------ Main Menu---------- */


@charset "utf-8";
/* CSS Document */

/* Main Menu */
.MainMenu_MenuContainer {

	border-left: #EFEEEE 0px solid; 
	border-bottom: #EFEEEE 0px solid;
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer;
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Tahoma;
	
}


.MainMenu_MenuItemSel {
	border-left: #EFEEEE 0px solid; 
	border-bottom: #EFEEEE 0px solid;
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer;
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Tahoma;
}
.MainMenu_MenuItem {
	border-left: #EFEEEE 0px solid; 
	border-bottom: #4b494a 1px  dashed;
	border-top: #EFEEEE 0px solid;  
	border-right: #EFEEEE 0px solid;
	cursor: pointer;
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Tahoma;
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal; 
	background-image:url(images/submenu.jpg); 
	font-family: Tahoma;
}
.MainMenu_MenuIcon {
	text-align: center; 
	width: 3px;
	height: 24px;

	border-top: #71B5E5 0px solid;
	border-right: #71B5E5 0px solid;
	border-left: #71B5E5 0px solid;
	border-bottom: #71B5E5 0px solid;
}
.submenuitemselected{
	color:#4e4e4e;
	font-size:11px;
	font-weight: bold;
	padding-left: 1px;
	Margin:0px;
	background:transparent;


}
.MainMenu_SubMenu {
	margin-top: 0;
	margin-left: 1px;
	background:#dbdbdb
	border-top: #7f9f8f 1px  dotted;
	border-right: #7f9f8f 1px dotted;
	border-left: #7f9f8f 1px dotted;
	border-bottom: #7f9f8f 1px dotted;
/*
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=2);
*/
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent;
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuBar { 
	cursor: hand; 
	height: 24px; 
	background-color: Transparent; 
}

/* ------- up status ------ */

.MainMenu_MenuItem TD { padding:0; margin:0; }

.MainMenu_MenuItem TD DIV DIV 
{
/*	background-image:url(images/up1.gif);
	background-position:left top;
	background-repeat: no-repeat;*/

	padding:0 16 0 16;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuItem TD DIV DIV DIV{
	background-image:url(images/up2.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.8 ;
	color:#000;
	
	height:24px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;


}

.MainMenu_MenuItem TD DIV
{
	background-image:url(images/up3.gif);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}


/* ------- over status ------ */

.MainMenu_MenuSelected TD { padding:0; margin:0; }

.MainMenu_MenuSelected TD DIV DIV 
{
	background-image:url(images/over1.jpg);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 16 0 16;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelected TD DIV DIV DIV{
	background-image:url(images/over2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.8 ;
	color:#fff;
	
	height:24px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;


}

.MainMenu_MenuSelected TD DIV
{
	background-image:url(images/over3.jpg);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}

/* ------- active status ------ */

.MainMenu_MenuSelectedRoot TD { padding:0; margin:0; }

.MainMenu_MenuSelectedRoot TD DIV DIV 
{
	background-image:url(images/active1.jpg);
	background-position:left top;
	background-repeat: no-repeat;

	padding:0 16 0 16;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{
	background-image:url(images/active2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.8;
	color:#000;
	
	height:24px;
	padding: 0 0 0 0;

	margin:-13 0 -13 0;
	_margin:-13 0 -13 0;


}

.MainMenu_MenuSelectedRoot TD DIV
{
	background-image:url(images/active3.jpg);
	background-position:right top;
	background-repeat: no-repeat;

	margin:13 0 -13 0;
	_margin:-13 0 -13 0;
}

/* ------------------------ End ------------------------ */


