﻿/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	MasterPage Layout
	//--------------------------------------------------------------------------------------------------------------------> */
body
{
	margin: 0px;
	background-attachment: fixed;
	background-image: url("/App_Design/Images/Layout/Back_Blue.jpg" );
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 9pt;
}

a
{
	/*color: #fff;*/
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.hidden
{
	display: none;
}

.float
{
	position: absolute;
}

.PageEditor
{
	position: relative;
	top: -18px;
	left: -145px;
	z-index: 100;
}

/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Header Control
	//--------------------------------------------------------------------------------------------------------------------> */

.imgFloat
{
	position: relative;
	top: -30px;
}
.TitleText
{
	/**/
	position: absolute;
	z-index: 1;
	color: #ffffff;
	top: 82px;
}
.TitleShadow
{
	position: relative;
	color: #000000;
	top: 2px;
	left: 1px;
}
.Glass
{
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	line-height: 25px;
}
/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Navigation & Content
	//--------------------------------------------------------------------------------------------------------------------> */

.mstTable
{
	width: 100%; /*min-height: 490px;*/
	height: 498px;
}

.leftNav
{
	width: 150px;
	background-image: url('/App_Design/Images/MenuBars/Fade_88aed2.jpg');
}

.righttBox
{
	width: 150px; /*background-image: url('/App_Design/Images/MenuBars/Fade_88aed2.jpg');*/
}

/*.Content
{
	padding: 5px; float: right;
}*/


/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Panel Layout Control
	//--------------------------------------------------------------------------------------------------------------------> */

.mstPanel /**/
{
	position: relative;
	z-index: 1;
	background-image: url("/App_Design/Images/Layout/FadeBack.jpg" );
	background-color: #ffffff;
	background-position: bottom; /*background-attachment: fixed;*/
	background-repeat: repeat-x;
	border-left: solid Gray 1px; /**/
	border-bottom: solid Gray 1px;
	border-right: solid Gray 1px;
	max-width: 950px;
	min-width: 780px;
	width: 98%;
	text-align: left;
	min-height: 600px;
}

/*	//--------------------------------------------------------------------------------------------------------------------> */

.rightPanel /**/
{
	width: 135px;
	text-align: left;
	min-height: 250px;
}

/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Footer
  	//-------------------------------------------------------------------------------------------------------------------->	*/

.footer
{
	/*position: relative; 	top: +10px; 	background-color: #000;*/
	color: #fff;
	width: 100%;
}
.footer a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}

.footerCell
{
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}

.footerPanel /**/
{
	max-width: 950px;
	min-width: 780px;
	width: 98%;
	text-align: left;
	color: #ffffff;
}

/*	//-------------------------------------------------------------------------------------------------------------------->
		GridView Style
/*	//--------------------------------------------------------------------------------------------------------------------> */

.gv_Main
{
	color: #333333;
	width: 100%;
	padding: 0px 5px 0px 5px;
}

.gv_Style
{
	background-color: #f2e4b8; /*FFFACD*/
	color: #000000;
	text-align: left;
	border-style: ridge;
	border-width: 2px;
	width: 100%;
}

.gv_Style a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
.gv_Style a:hover
{
	color: Red;
}

.gv_Header
{
	background: url(/App_Design/Images/Assets/sprite.png) repeat-x 0px 0px; /*background-color: #d2b48c; }*/
}
.gv_Footer
{
	background-color: #d2b48c;
}
.gv_Pager
{
	background: url(/App_Design/Images/Assets/pager_bg.gif) repeat-x;
	text-align: center;
	height: 30px; /*background-color: #eee8aa; color: #483d8b;*/
}

/*.gv_Row { background-color: #fafad2; text-align: left; }*/
.gv_AlternatingRow
{
	background-color: #fffbdd; /*FFFFE0*/
}
.gv_SelectedRow
{
	background-color: #483d8b;
	color: #f8f8ff;
}

.gv_MouseOverRow
{
	background-color: Yellow;
}

/*	//--------------------------------------------------------------------------------------------------------------------> */
