﻿body { 
}

.masterBody
{
	background-color:#DEE4F0;
}

.TabBody
{
	background-color:#F5F8FF
}
.headerfooter
{
	background-color:#2586D7;	
}


.body
{
	font-size: 13px;
	font-family:"Trebuchet MS", Verdana, Arial;
		
}
.errorMsg
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color:Red;
}

.lblHeader
{	
	font-family:"Trebuchet MS";
	Font-Size:14px;
	Color:Blue;
}
.lblNoMsgRec
{
	font-size: 17px;
	font-family:Trebuchet MS;
	color:#11408e
}

.frmHeader
{
	font-family:"Trebuchet MS";
    font-size:large;
    color:White
}

.ControlsFont
{
	font-size: 13px;
	font-family:Trebuchet MS;
	color:Black	
}

/*--------------------------------------------------------------------------------------------------------------*/
/*------------               This Part Handles The Datagrid Header Style                             -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.DGHeader
{
  background-color : #2586d7;  
  border-color :#2586d7;
  font-family :Trebuchet MS ;
  font-size : 12px ;
  font-weight : bold ;
  font-style :normal ;
  font-variant :normal ;
  word-spacing :normal ;
  color:White;
  height:35px;
  vertical-align:middle;
}


/*--------------------------------------------------------------------------------------------------------------*/
/*------------                This Part Handles The DataGrid Footer Style                            -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.DGFooter
{
  background-color : #2586d7; 
  border-color :#2586d7;
  border-width :1;
  font-family : Trebuchet ;
  font-size : 13px ;
  font-weight : bold ;
  font-style :normal ;
  font-variant :normal ;
  word-spacing :normal ;  
}


/*--------------------------------------------------------------------------------------------------------------*/
/*------------               This Part Handles The Datagrid Border Style                             -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.DGBorder
{
	border-color : #2586d7;
    border-style :none ;
    border-width : 1px;
}



/*--------------------------------------------------------------------------------------------------------------*/
/*------------               This Part Handles The DataGrid Selected Item Style                      -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.DGSelectedItem
{
	font-family : Trebuchet;
	font-size : 12px;
	font-style :normal ;
	font-variant:normal ;
	font-weight : bold ;	
	color: Blue ;
	text-align :left ;
	text-decoration :'underline';
	text-indent :0;	
	text-transform :none ;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*------------               This Part Handles The DataGrid Item Style                             -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.DGItem
{
	font-family :Trebuchet MS ;
	font-size:12px ;
	font-style : normal ;
	font-weight :normal ;
	color: Black ;
	height:17px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*------------                This Part Handles The DataGrid Pager Style                            -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.DGPager
{
	font-family : Trebuchet MS ;
	font-size :13px ;
	font-style :normal ;
	font-variant :normal ;
	font-weight :bold ;
	color:black;	
}


/*--------------------------------------------------------------------------------------------------------------*/
/*------------                This Part vertical & Horizontal menu                          -----------*/
/*--------------------------------------------------------------------------------------------------------------*/

.gloss{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.gloss li a{
background: white url('../Etask_Images/glossyback.gif') repeat-x left bottom;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none;
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}


* html .gloss li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.gloss li a:visited, .glossymenu li a:active{
color: white;
}

.gloss li a:hover{
background-image: url('../Etask_Images/glossyback2.gif');
}

/*---------------  Horizontal Menu --------------- */

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url('../Etask_Images/menub_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('../Etask_Images/menur_hover_left.gif') no-repeat left 50%; /*left tab image path*/
	}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('../Etask_Images/menub_hover_right.gif') no-repeat right top; /*right tab image path*/
}

.Titleheader
{
	border-bottom: 3px solid red;
    min-width: 1000px;
	height: 30px;
	background: #3E82D6 url('../App_Themes/BlueTheme/Images/sec_menu_bg.gif') repeat-x;
	margin: 0 0 0;
	text-align:center
}

