﻿/*GridViewCSS*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(Images/HeaderGlassBlack.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
    color:#000000;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
    color:#000000;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}

/*dropdownlist*/
.dropdownlist
{
    border: solid 1px #E1E1E1;
}

.textboxyellow
{ 
	background-image:url(images/button.png);		
}

.lblHeader
{
	font-size:20px; 
	color:#e4d4be; 
	font-weight:bold;	
}
.lblSubHeader
{
	font-size:15px; 
	color:#e4d4be; 
	font-weight:bold;
	text-align:left;
	vertical-align:top;	
}

/*labels */
Save
{
	font-size:12px;
	color:Red;
}
.labelError
{
	color:#CC0000;
	padding-top:5px;
	border: solid 2px #FBC2C4;
	background-color:#FBE3E4;
	height:25px;
	vertical-align:bottom;
}	
.labelSaveSuccess
{
	 
	border: solid 2px #C6D880;
	background-color:#E6EFC2;
	color:#006600;
	height:25px;
	vertical-align:bottom;
	
}	
.labelPageHeader
{
	font-size:20px;
	color:White;
}
.textRed
{
	color:Red;
}
/*textbox*
/*textbox*/
.textbox
{
	border: solid 1px #E1E1E1;
}
r
{
	width:500px; 
    padding:5px;
	border: solid 2px #FBC2C4;
	background-color:#FBE3E4;
	color:#CC0000;
	vertical-align:bottom;
}
.textboxSuccess
{
	width:500px; 
    padding:5px;
	border: solid 2px #C6D880;
	background-color:#E6EFC2;
	color:#006600;
	vertical-align:bottom;
}

/*textarea*/
.textarea
{
	border: solid 1px #E1E1E1;
}

/*button*/
input.btnSaveDraft{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	float:left;
    margin:0 0 2px 0;
    color:#000000; 
    background-image:url('../images/button.png');    
    background-repeat:no-repeat;
    
    cursor:pointer;
    background-color: transparent;
    width:65px;
    height:23px;   
    padding :0 0 5px 0;
 }