@import url("css/menu.css");

/* CSS Document */
body 
{
	height:100%; 
	margin:0px;
	margin-top:10px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #8f75a4;
	SCROLLBAR-3DLIGHT-COLOR: #8f75a4;
	SCROLLBAR-ARROW-COLOR: #8f75a4;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
html
{
	height:100%;
}
a,a:link,a:visited,a:active
{
	color:#8F75A4;
	text-decoration:none;
}
a:hover
{
	color:#999999; 
	text-decoration:none;
}

.skinmaster
{	
	width: 800px;
}

.search_style
{
	float:right;
	font-size:11px;
}

.search_bg Input
{
	border: 1px solid #999999;
	color: #333333;
	padding-left:2px;
	height:16px;
}
.search_bg a img
{
	padding-bottom:2px;
}
.clear_float
{	
	clear:both;
}
.menu_style
{
	height:30px;
	background-color:#ECE8F0;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.breadcrumb_style
{
	height:30px;
	background-color:#DDD6E4;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}
.breadcrumb_area
{
	margin-top:8px;
	float:left;
}
.breadcrumb_link
{
	color:#8F75A4;
	text-decoration:none;
}
a.breadcrumb_link:link
{
	color:#8F75A4;
	text-decoration:none;
}
a.breadcrumb_link:active
{
	color:#8F75A4;
	text-decoration:none;
}
a.breadcrumb_link:visited
{
	color:#8F75A4;
	text-decoration:none;
}
a.breadcrumb_link:hover
{
	color:#999999;
	text-decoration:none;
}
.login_area
{
	margin-top:8px;
	float:right;
	font-size:11px;
}
.toppane
{
	width: 100%;
	background-color: #FFFFFF;
}

.leftpane
{
	width: 200px;
	height: 100%;
	background-color: #ECE8F0;
	border-right:1px dotted #999999;
}
.contentpane
{
	width:100%;
	height:100%;
	background-color:#FFFFFF;

}
.rightpane
{
	width:200px;
	height:100%;
	background-color: #ECE8F0;
	border-left:1px dotted #999999;
}
.bottompane
{
	width: 100%;
	background-color: #FFFFFF;
}
.footer_style
{
	border-top:1px dotted #999999;
}
.copyright_area
{
	font-family: Tahoma;
	font-size: 12px;
	color:#FFFFFF;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #8F75A4;
}
A.CommandButton:visited
{
	text-decoration: underline;
	color: #8F75A4;
}
A.CommandButton:active
{
	text-decoration: underline;
	color: #8F75A4;
}
A.CommandButton:hover
{
	text-decoration: underline;
	color: #999999;
}
.ControlPanel
{
	width: 100%;
	background-color: #FFFFFF;
	border:1px solid #8F75A4;
}

.DataGrid_Header
{
	background-color: Transparent;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Header td
{
	padding-left: 10px;
	padding-right: 10px;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_AlternatingItem
{
	background-color: Transparent;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #6C5582;
}
/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color:#8F75A4;
	margin-bottom:0px;
}
H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color:#8F75A4;
	margin-bottom:0px;
}
H3
{
	color:#8F75A4;
	margin-bottom:0px;
}
H4
{
	font-size: 11px;
	color:#8F75A4;
	margin-bottom:0px;
}
H5
{
	font-size: 10px;
	color:#8F75A4;
	margin-bottom:0px;
}
H6
{
	font-size: 9px;
	color:#8F75A4;
	margin-bottom:0px;
}











