/******* Template Require Classes *******/
/* Body Style , Scrollbar , Background */
body
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	border:0;
	margin: 0 0 0 0;
	width:100%;
	height:100%;
	background-color : #FFFFFF;
}

table
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #5973a4;
}


/* Normal Style */
.n
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #5973a4;
}

/* Normal Style, Bold */
.nb
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	font-weight:bold;
	color : #5973a4;
}

/* Normal Style, Small */
.ns
{
	font-family : Verdana, Tahoma;
	font-size : 7pt;
	font-weight:normal;
	color : #5973a4;
}

/* Normal Style, Large */
.nl
{
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	font-weight: bold;
	color : #5973a4;
}

/* Style For Textbox*/
.tb
{
	background-color : #FFFFFF;
	border : 1px solid #333333;
	color : #000000;
	font-size : 10px;
	font-family : Verdana, Tahoma;

}

/* Style For Buttons*/
.btn
{
	color: #000000; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 8pt;
	font-weight: normal;	
	text-decoration: none;
	background-color:#ffc027;
	border:1 outset #ce9200;
}

/* Style For Links */
A:link
{
	font-family : Verdana;
	font-size : 8pt;
	color : #5b75a8;
	font-weight : normal;	
	text-decoration : underline;
}

A:visited
{
	font-family : Verdana;
	font-size : 8pt;
	color : #5b75a8;
	font-weight : normal;	
	text-decoration : underline;
}

A:hover
{
	font-family : Verdana;
	font-size : 8pt;
	color : #cc665e;
	font-weight : normal;	
	text-decoration : underline;
}


/* Border Table */
.bt
{
	background-color : #b0bec7;
}

/* Content Table */
.ct
{
	background-color : #ffffff;
}

/* Header Table */

.ht
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	background-image:url(/inst/seve/gallery/image/ht.png);
	background-repeat:repeat-x;
	background-color:#dae4e5;
}

.ht a:link
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
}

.ht a:visited,.ht a:hover
{
	color:#cc665e;
}

.ht2
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000000;
	background-color : #FCBE82;
	border: 1px solid #FEF8F3;
}

.ht2b
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	background-color : #ffffff;
	border: 1px solid #ffffff;
}

/* Normal Table Row */
.nt
{
	background-color : #ffffff;
}

/* Alternative Table Row */
.at
{
	background-color : #e6eeee;
}

/************** 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;	f1f4f6*/
}

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:	5px;
	padding-right:	4px;
	white-space:	nowrap;
	border-top:		1px solid #000000;
	border-bottom:	1px solid #000000;
	border-left:	1px solid #000000;
}

tr.MainItem td.MainFolderText,
tr.MainItem td.MainItemText
{
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	5px;
	padding-right:	4px;
	white-space:	nowrap;
	border-top:		1px solid #000000;
	border-bottom:	1px solid #000000;
}

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 #000000;
	border-bottom:	1px solid #000000;
	border-right:	1px solid #000000;
}

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:	#ffc027;
	border-top:		1px solid #000000;
	border-bottom:	1px solid #000000;
}

td.MainItemRight	{ border-right:	1px solid #000000; }
td.MainItemLeft		{ border-left:	1px solid #000000; }
td.MainFolderRight	{border-right:	1px solid #000000;}
td.MainFolderLeft	{	border-left:	1px solid #000000;}

/* 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;
}

/*********** Custom Classes **********/
/*----------------- LINE SEPARATORS -----------------*/
/* darkShadow , lightShadow , LineShadow*/
.dS
{
	background-color : #000000;
}

.lS
{
	background-color : #e1e4e6;	
}

.liS
{
	background-color : #ffffff;
}

/*----------------- BACKGROUNDS -----------------*/
/* 1 Background*/
.bg_1
{
	background-color : #ffffff;
}

/* 2 Background*/
.bg_2
{
	background-color : #535252;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#535252,endColorStr=#535252);
}

/* 3 Background*/
.bg_3
{
	background-color : #e1e4e6;
}

/* 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 : Verdana;
	font-size : 11pt;
	color : #1a455b;
	font-weight : bold;	
	text-decoration : none;
}

.titleS
{
	font-family : Verdana;
	font-size : 10pt;
	color : #1a455b;
	font-weight : bold;	
	text-decoration : none;
}

.titleS2
{
	font-family : Verdana;
	font-size : 8pt;
	color : #1a455b;
	font-weight : bold;	
	text-decoration : none;
}

/* Style For Buttons*/
.cb
{
	color: #000000; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 8pt;
	font-weight: bold;	
	text-decoration: none;
	background-color:#d3dde8;
	border:1 outset #b0bec7;
}

/* Style For Buttons*/
.cbo
{
	color: #000000; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size : 8pt;
	font-weight: bold;	
	text-decoration: none;
	background-color:#ffc027;
	border:1 outset #ce9200;
}


#src1
{
	width:400px;
	background-color : #FFFFFF;
	border : 1px solid #333333;
	color : #000000;
	font-size : 12px;
	font-family : Verdana, Tahoma;
}

.tabPopup
{
	padding:5 5 5 5;
	border:1px solid #8C867B;
	position:absolute;
	z-index:1;
	left: 1px; 
	top: 1px;
	height:auto;
	background-color:#F3F3EB;
}

.tab
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color: #5973a4;
	font-weight: bold;
	
}

.tab_bT
{
	border-top: solid 1px #b0bec7;
}
.tab_bL
{
	border-left: solid 1px #b0bec7;
}
.tab_bB
{
	border-bottom: solid 1px #b0bec7;
}
.tab_bR
{
	border-right: solid 1px #b0bec7;
}

.tab_bTN
{
	border-top-width:0px;
}
.tab_bLN
{
	border-left-width:0px;
}
.tab_bBN
{
	border-bottom-width:0px;
}
.tab_bRN
{
	border-right-width:0px;
}

.tab_C {
	background-color: #F9F9F6;
	padding:4px 4px 4px 4px;
}

.tab_NA
{
	padding:5px 5px 5px 5px;
	text-align:center;
	border:solid 1px #D3D3C3;
	cursor:pointer;
	background-image:url(/inst/seve/gallery/image/ht.png);
	background-repeat:repeat-x;
	background-color:#dae4e5;
}

.tab_A
{
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #F9F9F6;
}

.tab_AT
{
	border:solid 1px #b0bec7;
	border-bottom: solid 1px #F9F9F6;
}

.tab_AL
{
	border:solid 1px #D3D3C3;	
	border-right: solid 1px #F9F9F6;
}

.tab_NV
{
	display:none;
}

.IfrDis
{
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px
}

.tab_CGradient {
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F9F9F6,endColorStr=#E6E6E6);*/

}

.tab_NA
{
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E6E6E6,endColorStr=#FEFEFE);*/
	min-width: 100px;
	width:expression(100);
}

.tab_A
{
	width:expression(100);
	min-width: 100px;
}

hr{height:1;}