﻿.header_Manage 
{
    border-bottom:5px solid #00CC00;
    display:block;
    margin:50px 0pt 15px;
    overflow:visible;
    position:relative;
    z-index:1;
    padding:0px;
}
.header_Manage1
{
	border-bottom:5px solid #00CC00;
    display:block;
    margin:30px 0pt 15px;
    overflow:visible;
    position:relative;
    z-index:1;
    padding:0px;
	}
.width100percent
{
	width:100%;
}
.width50percent
{
	width:50%;
}
.width60percent
{
	width:60%;
}
.width20percent
{
	width:20%;
	}
	.width200px
{
	width:200px;
	}
	.width150px
{
	width:150px;
	}
	
	.width320px
	{
		width:320px;
		}
		.width280px
	{
		width:280px;
		}
.selectFilter
{
	width:220px;
	font-size:13px !important;
}
.titlewelcome
{
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}

/*First Grid*/	

.titlecontrol
{
	font-size:17px;
	font-weight:bold;
	color:#186EEF;
	}
	/*Relative GridView*/
.griview_all
{
	width:100%;
	padding: 10px 10px;	
}
.grid_RowStyle	
{
	/*background-color:#EFF3FB;*/
	
	padding-left:10px;
	}
* html .grid_RowStyle	
{
	height:10px;
	}
.grid_EditRowStyle
{
	background-color:#2461BF;	
}
.grid_SelectedRowStyle
{
	background-color:#D1DDF1;
	font-weight:bold;
	color:#333333;
	} 
.grid_PagerStyle
{
	background-color:White;
	color:#5ABEDE;	
	
}	
.grid_HeaderStyle
{
	background-color:#A5D310;
	font-weight:bold;
	color:#000;	
	padding-left:10px;
}
.grid_AlternatingRowStyle
{

	padding-left:10px;
	background-color:#EFF180;
		}	

	
