/******* 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;
	scrollbar-face-color: #9999CC;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color : #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
}

table
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
}

/* Normal Style */
.n
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #000000;
}

/* Normal Style, Bold */
.nb
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	font-weight:bold;
	color : #000000;
}

/* Normal Style, Small */
.ns
{
	font-family : Verdana, Tahoma;
	font-size : 7pt;
	font-weight:normal;
	color : #000000;
}

/* Normal Style, Large */
.nl
{
	font-family : Verdana, Tahoma;
	font-size : 10pt;
	font-weight: bold;
	color : #000000;
}

/* Style For Textbox*/
.tb
{
	background-color : #FFFFFF;
	border : 1px solid #9F5207;
	color : #000000;
	font-size : 10px;
	font-family : Verdana, Tahoma;
	border-color:

}

/* Style For Buttons*/
.btn
{
	color: #ffffff; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color:#9999CC;
	border:1 outset;
	border-color:#eeeeee;
}

/* Style For Links */
A:link
{
	font-family : Verdana;
	font-size : 8pt;
	color : #666699;
	font-weight : normal;	
	text-decoration : underline;
}

A:visited
{
	font-family : Verdana;
	font-size : 8pt;
	color : #666699;
	font-weight : normal;	
	text-decoration : underline;
}

A:hover
{
	font-family : Verdana;
	font-size : 8pt;
	color : #333366;
	font-weight : normal;	
	text-decoration : underline;
}


/* Border Table */
.bt
{
	border: 1px solid #ffffff;
	background-color : #D0D0EA;
}

/* Content Table */
.ct
{
	border: 1px solid #ffffff;
	background-color : #EEEEFC;
}

/* Header Table */
.ht
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #ffffff;
	background-color : #9999CC;
	border: 1px solid #ffffff;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#BFBEE1,endColorStr=#E4E4F5);*/
}

.ht2
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000000;
	background-color : #CCCCE5;
	border: 1px solid #ffffff;
}

.ht2b
{
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	background-color : #CCCCE5;
	border: 1px solid #ffffff;
}

/* Normal Table Row */
.nt
{
	background-color : #F7F7FC;	
	border: 1px solid #ffffff;
}

/* Alternative Table Row */
.at
{
	background-color : #E3E3F5;	
	border: 1px solid #ffffff;
}

/************** Menu Style Sheet ****************/

/* Menu Style Sheet */
.Menu,.SubMenuTable
{
	font-family: Verdana, Tahoma;
	color: #666699;
	font-weight:bold;
	font-size: 10px;
	padding:	0;	
	white-space:	nowrap;
	cursor:		default;
}

.SubMenu
{
	color: #000000;
	position:	absolute;
	visibility:	hidden;
	

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;
	overflow:	visible;
	border:		1px solid #9999CC;	
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=135, Strength=3);
}

.SubMenuTable
{
	overflow:	visible;
}

.MainItem,.MainItemHover,.MainItemActive,
.MenuItem,.MenuItemHover,.MenuItemActive
{
	border:		0;
	cursor:		hand;
	white-space:	nowrap;
}

.MainItem
{
	background-color:	#E3E3F5;
}

.MainItemHover,.MainItemActive
{
	color: #333366;
	background-color:	#D0D0EA;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#F68213,endColorStr=#F68213);*/
}

.MenuItem
{
	color: #000000;
	BACKGROUND-COLOR: #F7F7FC;
}

.MenuItemHover,.MenuItemActive
{
	color: #000000;
	background-color:	#E3E3F5;
}


/* horizontal main menu */

.MainItem
{
	padding: 5px 2px 5px 2px;
	/*border:		1px solid #f0f0ff;*/
}

td.MainItemHover,td.MainItemActive
{
	padding: 4px 1px 4px 1px;
	border:		1px solid #ABABD6;
}

.MainFolderLeft,.MainItemLeft,
.MainFolderText,.MainItemText,
.MainFolderRight,.MainItemRight
{
	background-color:inherit;
}

/* vertical main menu sub components */

td.MainFolderLeft,td.MainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #ABABD6;
	border-bottom:	1px solid #ABABD6;
	border-left:	1px solid #ABABD6;

	background-color:	inherit;
}

td.MainFolderText,td.MainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #ABABD6;
	border-bottom:	1px solid #ABABD6;

	background-color:	inherit;
	white-space:	nowrap;
}

td.MainFolderRight,td.MainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #ABABD6;
	border-bottom:	1px solid #ABABD6;
	border-right:	1px solid #ABABD6;

	background-color:	inherit;
}

tr.MainItem td.MainFolderLeft,
tr.MainItem td.MainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.MainItem td.MainFolderText,
tr.MainItem td.MainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.MainItem td.MainItemRight,
tr.MainItem td.MainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.MenuFolderLeft,.MenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #ABABD6;
	border-bottom:	1px solid #ABABD6;
	border-left:	1px solid #ABABD6;

	background-color:	inherit;
	white-space:	nowrap;
}

.MenuFolderText,.MenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #ABABD6;
	border-bottom:	1px solid #ABABD6;

	background-color:	inherit;
	white-space:	nowrap;
}

.MenuFolderRight,.MenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #ABABD6;
	border-bottom:	1px solid #ABABD6;
	border-right:	1px solid #ABABD6;

	background-color:	inherit;
	white-space:	nowrap;
}

.MenuItem .MenuFolderLeft,
.MenuItem .MenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FAE9D8,endColorStr=#FFF3CB); */
	background-color:	#CCCCE5;
}

.MenuItem .MenuFolderText,
.MenuItem .MenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FAE9D8,endColorStr=#ffffff);*/
	background-color:	inherit;
	
}

.MenuItem .MenuFolderRight,
.MenuItem .MenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.MenuSplit
{
	margin: 	2px;
	height:		2px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ABABD6;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.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 : #ffffff;
	background-image: url(/inst/ngalumni/gallery/Image/dots.gif);
}

.liS
{
	background-color : #000000;
}

/*----------------- BACKGROUNDS -----------------*/
/* 1 Background - PLACEHOLDER*/
.bg_1
{
	background-color : #F7F7FC;
}

/* 2 Background - TOP MENU*/
.bg_2
{
	background-color : #E3E3F5;
}

/* 3 Background - LEFT*/
.bg_3
{
	background-color : #E3E3F5;
}

/* 4 Background - RIGHT*/
.bg_4
{
	background-color : #E3E3F5;
}

/* 5 Background - BOTTOM*/
.bg_5
{
	background-color : #ABABD6;
}

/* 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;
}

/* Style For Additional Menu  */
A.white:link
{
	font-family : Verdana;
	font-size : 10px;
	color : #666699;
	font-weight : normal;	
	text-decoration : none;
}

A.white:visited
{
	font-family : Verdana;
	font-size : 10px;
	color : #666699;
	font-weight : normal;	
	text-decoration : none;
}

A.white:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #333366;
	font-weight : normal;	
	text-decoration : none;
}

A.whiteB:link
{
	font-family : Verdana;
	font-size : 10px;
	color : #666699;
	font-weight : bold;	
	text-decoration : none;
}

A.whiteB:visited
{
	font-family : Verdana;
	font-size : 10px;
	color : #666699;
	font-weight : bold;	
	text-decoration : none;
}

A.whiteB:hover
{
	font-family : Verdana;
	font-size : 10px;
	color : #CC0000;
	font-weight : bold;	
	text-decoration : none;
}

.white
{
	font-family : Verdana;
	font-size : 10px;
	color : #666699;
	font-weight : normal;	
	text-decoration : none;
}

.whiteB
{
	font-family : Verdana;
	font-size : 10px;
	color : #666699;
	font-weight : bold;	
	text-decoration : none;
}

.title
{
	font-family : Verdana;
	font-size : 11pt;
	color : #CC5500;
	font-weight : bold;	
	text-decoration : none;
}

.titleS
{
	font-family : Verdana;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;	
	text-decoration : none;
}

A.inLB:link
{
	font-family : Verdana;
	font-size : 10pt;
	color : #666699;
	font-weight : bold;	
	text-decoration : none;
}

A.inLB:visited
{
	font-family : Verdana;
	font-size : 10pt;
	color : #666699;
	font-weight : bold;	
	text-decoration : none;
}

A.inLB:hover
{
	font-family : Verdana;
	font-size : 10pt;
	color : #CC0000;
	font-weight : bold;	
	text-decoration : none;
}
