﻿/*	//-------------------------------------------------------------------------------------------------------------------->	
		MasterPage Layout
/*	//--------------------------------------------------------------------------------------------------------------------> */

body
{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 9pt;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url('/App_Design/Images/Layout/Back_Blue.jpg');
	background-repeat: repeat-x;
}

/*img { behavior: url('/App_Design/Scripts/iepngfix.htc'); }*/
.Behave { behavior: url('/App_Design/Scripts/iepngfix.htc'); }

a
{
	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
{
	behavior: url('/App_Design/Scripts/iepngfix.htc');
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	line-height: 25px;
}
.FormGlass
{
	background-image: url('/App_Design/Images/Assets/Sprite.png');
	background-repeat: repeat-x;
}
.PopupGlass
{
	behavior: url('/App_Design/Scripts/iepngfix.htc');
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
}

/*
.imgFloat
{
	position: relative;
	top: -30px;
}*/

.hTitle
{
	font-size: 20pt;
	padding-right: 20px;
}

.hPre
{
	font-weight: normal;
	font-style: italic;
	color: #20558a;
	font-family: Tahoma;
	font-size: 16pt;
}
.hPost
{
	font-weight: normal;
	font-style: italic; /*color: #ffffff;*/
	padding-right: 10px;
}

.links
{
	color: #20558a;
	font-weight: bold;
}

.links a
{
	color: #20558a;
	text-decoration: none;
	font-weight: normal;
}

.links a:hover
{
	text-decoration: underline;
}


/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Navigation & Content
	//--------------------------------------------------------------------------------------------------------------------> */

.mstTable
{
	width: 100%; /*min-height: 490px;*/
	height: 498px;
}

.leftNav
{
	background: #eeeeee url('/App_Design/Images/MenuBars/Fade_88aed2.jpg') repeat-y right;
}

.rightBox
{
	width: 150px; /*background-image: url('/App_Design/Images/MenuBars/Fade_88aed2.jpg');*/
}

/*.Content
{
	padding: 5px; float: right;
}*/


/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Panel Layout Control
	//--------------------------------------------------------------------------------------------------------------------> */

.mstPanel /**/
{
	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%;*/
	width: 950px;
	text-align: left;
	min-height: 600px;
}

/*	//--------------------------------------------------------------------------------------------------------------------> */

.rightPanel /**/
{
	width: 135px;
	text-align: left;
	min-height: 250px;
}

/*	//-------------------------------------------------------------------------------------------------------------------->	
	//	Footer
  	//-------------------------------------------------------------------------------------------------------------------->	*/

.footer
{
	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 /**/
{
	height: 0px;
	width: 950px;
	text-align: left;
	color: #ffffff;
}

/*	//-------------------------------------------------------------------------------------------------------------------->
		GridView Style
/*	//--------------------------------------------------------------------------------------------------------------------> */

.gv_Main
{
	color: #333333;
	width: 100%;
	padding: 0px 5px 0px 5px;
}

.gv_Style
{
	color: #000000;
	background-color: #f2e4b8;
	text-align: left;
	border-style: ridge;
	border-width: 2px;
	width: 100%;
}
/*.gv_Style a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}
.gv_Style a:hover
{
	color: Red;
	text-decoration: underline;
}*/
/*	//--------------------------------------------------------------------------------------------------------------------> */
.gv_Header
{
	behavior: url('/App_Design/Scripts/iepngfix.htc');
	color: White;
	font-weight: bold;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	height: 25px;
}
.gv_Header a
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.gv_Header a:hover
{
	text-decoration: underline;
}
/*	//--------------------------------------------------------------------------------------------------------------------> */
.gv_Row
{
	background-color: #f2e4b8;
}
.gv_AlternatingRow
{
	background-color: #fffbdd;
}
.gv_Row:hover, .gv_AlternatingRow:hover
{
	behavior: url('/App_Design/Scripts/iepngfix.htc');
	background-color: Orange;
	background-image: url('/App_Design/Images/Assets/Glass.png');
	background-repeat: repeat-x;
	cursor: pointer;
}
.gv_SelectedRow
{
	background-color: #483d8b;
	color: #f8f8ff;
}
/*	//--------------------------------------------------------------------------------------------------------------------> */
.gv_Footer
{
	background-color: #d2b48c; /*color: Red;*/
}
.gv_Pager
{
	background-image: url('/App_Design/Images/Assets/Sprite.png');
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
}
/*//-------------------------------------------------------------------------------------------------------------------->
		Buttons with Images
//-------------------------------------------------------------------------------------------------------------------->*/

.Btn_Plain
{
	color: #5C6D94;
	line-height: 23px;
	padding: 0px 23px 0px 23px;
}

.Btn_Left
{
	background-image: url('/App_Design/Images/MenuBar/LBtn.gif');
	width: 3px;
	max-width: 3px;
	cursor: pointer;
}
.Btn_Back
{
	background-image: url('/App_Design/Images/MenuBar/Btn.gif');
	background-repeat: repeat-x;
	height: 23px;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
}
.Btn_Back2
{
	background-image: url('/App_Design/Images/MenuBar/Btn.gif');
	background-repeat: repeat-x;
	height: 23px;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}
.Btn_Right
{
	background-image: url('/App_Design/Images/MenuBar/RBtn.gif');
	width: 3px;
	max-width: 3px;
	cursor: pointer;
}
/*	//--------------------------------------------------------------------------------------------------------------------> */
.Alert
{
	font-size: 12pt;
	font-weight: bold;
	color: #20558a;
}
.Counter
{
	color: Red;
}
.TotalCounter
{
	color: Black;
}
.SearchBack
{
	behavior: url('/App_Design/Scripts/iepngfix.htc');
	background-image: url('/App_Design/Images/Assets/Search.png');
	background-repeat: no-repeat; /*background-image: url('/App_Design/Images/Admin/Search.gif');*/
	width: 400px;
	height: 50px;
}
/*	//--------------------------------------------------------------------------------------------------------------------> */
