﻿




#top {
  background-color: black;
  padding: 5px;
  font-size: 10px;
  margin-bottom: 25px;
}


.grid 
{ 
	width:100%; 
	font-family:Tahoma;
	background-color: #fff;
}

.grid H2 
{ 
	margin:0; padding:0px; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#666;
    border-bottom:solid 1px #bbd9ee;
}        
.grid .datatable TH
{
    padding:3px;
    border-top:1px solid #eef;
    border-left:1px solid #eef;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    color:#003;
    /*background-color:#ddd;*/
    background-image:url(/DynamicData/Content/Images/header_back.gif);
    font-weight:bold;
    text-align:left;
  

    font-size:12px;
    letter-spacing:0px;
    color:#333333;
    border-bottom:solid 2px #bbd9ee;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#0066cc;
}


.grid .datatable TH.first {
    text-align:center;
    width:25px;
    color:#222;
}

.grid .datatable TH.firstleft {
    text-align:left;
    width:45px;
    color:#222;
}


.grid .datatable TH.firstwide {
    text-align:center;
    width:180px;
    color:#222;
}

.grid .datatable TH.sortasc A { background:url(../img/asc.gif) right center no-repeat; }
.grid .datatable TH.sortdesc A { background:url(../img/desc.gif) right center no-repeat; }
.grid .datatable TD
{
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}      
.grid .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.grid .datatable .first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../img/bullet.gif);
}  

.grid .datatable .row .commands, .grid .datatable .dataedit .commands
{
  width: 75px;
}

/* Data Pager Styles */
.grid .pager
{
    font-family:arial,sans-serif;
    text-align:center;
    padding:6px;	                
} 
.grid .pager SPAN.command,        
.grid .pager SPAN.current,        
.grid .pager A.command
{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
}
.grid .pager A.command:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.grid .pager SPAN.current
{
	border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
    font-size:18px;
}

input, textarea, select
{
		font-family:Tahoma;
		font-size: 11px;
		border: dotted #aaaaaa 1px;
		padding: 5px;
}



.grid .datatable TD INPUT {
    width:95%;
}


.grid .dataedit TD {
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border: none;
}


.grid .dataedit TD SELECT {
  	font-family:Tahoma;
		font-size: 11px;
		padding: 4px;

}

.grid .dataedit TD INPUT {
    border: solid 1px #aaaaaa;
}

.grid .dataedit TD INPUT .editinput, .grid .datatable TD INPUT .editinput
{
	border: 1px solid gray; 
	color: Gray;
}

.edit-textbox-cell
{
	width: 450px;
}

TABLE.gridview .existing-table td
{
	border: 0px;
}

TABLE.gridview .edit-focus
{
	border: 1px solid LightGray;
	background-color: WhiteSmoke;
	padding: 10px;
}
TABLE.gridview .edit-focus table
{
	width:	100%;
}
TABLE.gridview .edit-focus td
{
	border: 0px;
}
TABLE.gridview .edit-focus .edit-header
{
	border: 1px solid LightGray;
	background-color: White;
	text-align: center;
}
TABLE.gridview .edit-focus input, select, textarea
{
	background-color: White;
}
TABLE.gridview .edit-focus .toolbar
{
	float: right;
	font-weight: bold;
}

.head-cell
{
}

.edit-cell
{
	width: 550px;
}


.desc-cell
{
	font-size: 11px;
	color: LightGray;
}

.thumbnail
{
	float: left;
	border: 1px solid LightGray;
	background-color: WhiteSmoke;
	margin-bottom: 5px;
	padding: 10px;
	padding-bottom: 20px;
}



/* Excel 2007 Style */
.excel2007 .outer {
    border-top-color:#bfdbff;
}
.excel2007 .inner { border-left-color:#bfdbff; }
.excel2007 TH {
    border-top-color:#eef;
    border-left-color:#eef;
    border-right-color:#d0d7e5;
    border-bottom-color:#d0d7e5;
    color:#27413e;
    background-color:#e4ecf7;
}
.excel2007 TD {
    border-right-color:#d0d7e5;
    border-bottom-color:#d0d7e5;
    background-color:#fff;
}
.excel2007 .command A{ color:#27413e; }



