/******* Template Require Classes *******/
/* Body Style , Scrollbar , Background */
body
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color : #333333;
	border:0;
	/*margin: 0 0 0 0;*/
	width:100%;
	height:100%;
	background: url(images/bg.gif) #ffffff;
}


/* Normal Style */
.n
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color : #333333;
}


/* Normal Style White*/
.nw
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color : #ffffff;
}

/* Normal Style, Bold */
.nb
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	font-weight:bold;
	color : #333333;
}

/* Normal Style, Small */
.ns
{
	font-family : Tahoma,Verdana;
	font-size : 8px;
	font-weight:normal;
	color : #333333;
}

/* Normal Style, Large */
.nl
{
	font-family : Tahoma,Verdana;
	font-size : 12px;
	font-weight: bold;
	color : #333333;
}

/* Style For Textbox*/
.tb
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	background-color : #FFFFFF;
	border : 1px solid #33333;
	color : #333333;
	
}

/* Style For Buttons*/
.btn
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color: #333333; 
	font-weight: bold;
	text-decoration: none;
	background-color:#d0dbe9;
	border:outset 1 #eeeeee;
	
}

/* Style For Links */
a:link, a:visited, a:hover
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color: #6fcb00;
	font-weight : normal;	
	text-decoration : none;
}

/* Border Table */
.bt
{
	background-color : #d0dbe9;
}

/* Content Table */
.ct
{
	background-color : #f1f7ff;
}

/* Header Table */
.wt, .ht
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #333333;
	background-color : #d0dbe9;
	border: 1px solid #fef8f3;
}


.ht a:link,.ht a:visited,.ht a:hover
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #333333;
	text-decoration:underline;
}


.ht2
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #555555;
	background-color : #d0dbe9;
	border: 1px solid #fffbef;
}

.ht2b
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #555555;
	background-color : #d0dbe9;
	border: 1px solid #fffbef;
}

/* Normal Table Row */
.nt
{
	background-color : #f1f7ff;
	border: 1px solid #fef8f3;
}

/* Alternative Table Row */
.at
{
	background-color : #ffffff;
	border: 1px solid #fef8f3;
}

/*********** Custom Classes **********/
/*----------------- LINE SEPARATORS -----------------*/
/* darkShadow , lightShadow , LineShadow*/
.dS
{
	background-color : #000000;
}

.lS
{
	background-color : #828080;	
}

.liS
{
	background-color : #ffffff;
}

/*----------------- BACKGROUNDS -----------------*/
/* 1 Background*/
.bg_1
{
	background-color : #F1F1F1;
}

/* 2 Background*/
.bg_2
{
	background-color : #535252;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#535252,endColorStr=#535252);*/
}

/* 3 Background*/
.bg_3
{
	background-color : #999999;
}

/* Background , ie Gradient L2R */
.bl2r
{
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ABABD6,endColorStr=#F3F3F3);*/
	background-color: #D7D7E5;
}

/* Background , ie Gradient U2D */
.bu2d
{
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ABABD6,endColorStr=#F3F3F3);*/
	background-color: #D7D7E5;
}

.title
{
	font-family : Tahoma,Verdana;
	font-size : 12px;
	color : #333333;
	font-weight : bold;	
	text-decoration : none;
}

.titleS
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color : #333333;
	font-weight : bold;	
	text-decoration : none;
}


.win h3 
{
	PADDING-RIGHT: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 5px;  
	MARGIN-LEFT: 2px; 
	PADDING-TOP: 5px;
	BACKGROUND: url(images/winHomeA_right.gif) #d0dbe9 no-repeat right top; 
	BORDER-BOTTOM: #d0dbe9 1px solid;
	COLOR: #333333; 
	font-family : Tahoma,Verdana;
	font-size : 11px;
}

.winA {
	BACKGROUND: url(images/winHomeA_left.gif) #d0dbe9 no-repeat;
}

.win .box 
{
	PADDING-RIGHT: 11px; 
	PADDING-LEFT: 11px; 
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 4px;
	width:auto;
}

.winA .box {
	BORDER: #d0dbe9 1px solid; 
	BORDER-TOP: #d0dbe9 1px;
	BACKGROUND-COLOR: #f1f7ff;
}

.mainC UL {
	PADDING:0px;
	MARGIN: 0px; 
}
.mainC LI A {
	
	BORDER-TOP: #f1f7ff 2px solid;
	BORDER-LEFT: #f1f7ff 1px solid;
	BORDER-BOTTOM: #f1f7ff 1px solid;
	DISPLAY: block; 
	PADDING-TOP: 2px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 2px;
	COLOR: #333333; 
	font-family: tahoma;
	font-size: 11px;
}


/************** Menu Style Sheet ****************/

/* Menu Style Sheet */
.Menu,.SubMenuTable
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	font-weight:bold;
	padding: 0 0 0 0;	
	white-space:	nowrap;
	cursor:		default;
	
}

.SubMenu
{
	color:		#FFCC33;
	position:	absolute;
	visibility:	hidden;
	z-index:	100;	
	padding:	0;
	overflow:	visible;
	border:		1px solid #d0dbe9;
}

.SubMenuTable
{
	overflow:	visible;
}

.MainItem,.MainItemHover,.MainItemActive,
.MenuItem,.MenuItemHover,.MenuItemActive
{
	border:		0;
	cursor:		hand;
	white-space:	nowrap;
}

.MainItem
{
	
}

.MainItemHover,.MainItemActive
{
	color: #6FCB00;
	background-color:	#d3ddea;
	border:		1px solid #68a6d3;	
}

tr.MainItemHover 
{
	border:		1px solid #68a6d3;
}

.MenuItemHover,.MenuItemActive
{
	color: #6FCB00;
	background-color:	#ffffff;
}


.MenuItem
{
	color: #535252;
	BACKGROUND-COLOR: #ffffff;	
}

/* horizontal main menu */
.MainItem
{
	padding:	3px 3px 3px 3px;
	border:		1px solid #68a6d3;	
	
}

td.MainItem
{
	background-color:	#d3ddea;	
}

td.MainItemHover,td.MainItemActive
{
	padding:	3px 3px 3px 3px;
}

.MainFolderLeft,.MainItemLeft,
.MainFolderText,.MainItemText,
.MainFolderRight,.MainItemRight
{

}

/* vertical main menu sub components */

tr.MainItem td.MainFolderLeft,
tr.MainItem td.MainItemLeft
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	4px;
	padding-right:	5px;
	white-space:	nowrap;
	border-top:		1px solid #68a6d3;
	border-bottom:	1px solid #68a6d3;
	border-left:	1px solid #68a6d3;
}

tr.MainItem td.MainFolderText,
tr.MainItem td.MainItemText
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	5px;
	padding-right:	5px;
	white-space:	nowrap;
	border-top:		1px solid #68a6d3;
	border-bottom:	1px solid #68a6d3;
}

tr.MainItem td.MainItemRight,
tr.MainItem td.MainFolderRight
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	5px;
	padding-right:	4px;
	white-space:	nowrap;
	border-top:		1px solid #68a6d3;
	border-bottom:	1px solid #68a6d3;
	border-right:	1px solid #68a6d3;
}

td.MainFolderLeft,
td.MainItemLeft,
td.MainFolderText,
td.MainItemText,
td.MainFolderRight,
td.MainItemRight
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	5px;
	padding-right:	4px;
	white-space:	nowrap;
	background-color:	#d3ddea;
	border-top:		1px solid #68a6d3;
	border-bottom:	1px solid #68a6d3;
}

td.MainItemRight	{ border-right:	1px solid #68a6d3; }
td.MainItemLeft		{ border-left:	1px solid #68a6d3; }
td.MainFolderRight	{border-right:	1px solid #68a6d3;}
td.MainFolderLeft	{	border-left:	1px solid #68a6d3;}

/* sub menu sub components */
.MenuFolderLeft,.MenuItemLeft
{
	background-color:	#d5deea;
}

.MenuFolderLeft,
.MenuItemLeft,
.MenuFolderText,
.MenuItemText,
.MenuFolderRight,
.MenuItemRight,
.MenuItem .MenuFolderLeft,
.MenuItem .MenuItemLeft,
.MenuItem .MenuFolderText,
.MenuItem .MenuItemText,
.MenuItem .MenuFolderRight,
.MenuItem .MenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}


/* menu splits */
.MenuSplit
{
	margin: -6px;
	height: 0px;
	/*
	margin: 	2px;
	height:		2px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
	*/
}

.MenuSplitH
{
	margin: 	2px;
}

.MenuItem img.seq1
{
	display:	inline;
}

.MenuItemHover seq2,
.MenuItemActive seq2
{
	display:	inline;
}

.MenuItem .seq2,
.MenuItemHover .seq1,
.MenuItemActive .seq1
{
	display:	none;
}


.img_header {background: url(images/header.gif); }
.img_menu1 {background: url(images/menu.gif); }
.img_menu2 {background: url(images/menu2.gif); }
.img_head {background: url(images/head.jpg); }
.img_headerline {background: url(images/headerline.gif); }
.img_center_bg {background: url(images/center_bg.gif); }
.img_left_footer {background: url(images/left_footer.gif); }
.img_footer_bg {background: url(images/footer_bg.gif); }
.img_right_footer {background: url(images/right_footer.gif); }

/* Style For Links */
.l2 a:link, .l2 a:visited, .l2 a:hover
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	color : #333333;
	font-weight : normal;	
	text-decoration : none;
}

.tbd
{
	font-family : Tahoma,Verdana;
	font-size : 11px;
	background-color : #FFFFFF;
	border : 1px solid #33333;
	color : #333333;
	text-align:right;
}


fieldset {  margin:0px 0; padding:6px; border:1px solid #D3D3C3;}
legend {
	margin-bottom: 5px;
	margin-left: -9px;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
}
fieldset > legend {
	margin-left: -2px;
}
