﻿Table.GridViewStyle
{
	padding: 4px;
	border-left-color:Black;
	border-right-color: Black;
	border-top-color: Black;
	border-bottom-color: Black;
	
}


.GridViewStyle th a
{
	color: White;
	text-decoration:none;
}

.GridViewStyle th
{

 font-size:10px;
	padding-left: 8px;
	background-color: #95aacd;
	color:Navy;
	border-left-color:Black;
	border-right-color: Black;
	border-top-color: Black;
	border-bottom-color: Black;
}
.GridViewStyle th a:hover
{
	color:Navy;
	text-decoration:none;
}
.GridViewHeaderStyleGRID
{
    background-color: #5D7B9D;
    font-weight: bold;
     color: #333333;
    
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

/*.GridViewAlternatingRowStyle 
{
    background-color: #FFFFFF;
    color: #284775;
}, .GridViewAlternatingRowStyle td
*/
.GridViewStyle td
{
	font-size:12px;
	padding-left: 8px;
	border-left-color:Black;
	border-right-color: Black;
	border-top-color: Black;
	border-bottom-color: Black;
	 color:Black;
	
}
.Paging
{
	color: black;
	text-decoration: none;
	font-size: 11px;
	text-indent: 0px;
	font-weight: bold;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.Pag td
{
	padding: 0px 0px 0px 0px;
	background-color: #dae6ff;
}

.Pag td input
{
	text-align: center;
	
	font-size: 10px;
	
	
	width: 12px;
	 height:12px;
}
.GridViewStyle td input
{
	 border:none;
}

.GridViewStyle th input
{
	 border:none;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
	
    background-color: #ffffff;
    color:Black;
}

.fheading
{
	font-family: arial;
	font-size: 15px;
	color: #080808;
	font-weight:bold;
}
.ftext
{ font-family:arial; font-size: 11px; color: #080808; 
}
.Error
{
	font-family: arial;
	font-size: 11px;
	color: red;
}

.tinput
{
	font-size: smaller;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	border-right: #7a96df 1px solid;
	border-top: #7a96df 1px solid;
	border-left: #7a96df 1px solid;
	border-bottom: #7a96df 1px solid;
}
/*---------------------------Calender-------------------------------------------*/
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

.table-style td 
{
	border-style: none;
	border-width: 0px;
	padding: 1px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #b5b5b5;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
}

.dropdown-style td 
{
	padding: 1px;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	background-color: #b5b5b5;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #828282;
	cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #b5b5b5;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: white;
	font-family: verdana; 
	font-size: 10px;
}

.body-style td {
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: red;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	background-color: #b5b5b5;
	text-align: center;
	text-decoration: none;
}

.today-style td {
	text-align: center;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}


.disabledate {
	color: #909090;
	text-decoration:line-through;
}


/*----------------------------------------------------------------------*/