﻿

/* Common Styles */
.grid
{
    border:solid 1px #333;
    background-color:#fff;
    padding:1px;
}

.grid .title
{
	background:#65a0d8;
	color:#fff;
	height:30px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:16px;	  
	font-weight:bold;  
}



.grid .datatable
{
	width:100%;
}
.grid .datatable TH
{
	cursor: pointer; 
	text-align:left;
	height:17px;
	line-height:17px;
	padding:0px 4px;
	background:url(../img/gray_hd_bg.png) repeat-x;
	border-right:solid 1px #9e9e9e;
	color:#333;
}
.grid .datatable TD
{
	color:#222;
	text-align:left;
	padding:2px 4px;
	border-right:solid 1px #d9d9d9;
}
.grid .datatable TR.even { background-color:#fff; }
.grid .datatable TR.odd { background-color:#f1f5fa; }      

/* Sorting Styles */
.grid .datatable TR TH.asc,
.grid .datatable TR TH.desc
{
    background:url(../img/hd_bg_sort.png) repeat-x;
}
.grid .datatable TH .sort { padding-right:21px; }
.grid .datatable TH.asc .sort
{
    background:url(../img/asc.gif) no-repeat center right;
}
.grid .datatable TH.desc .sort
{
    background:url(../img/desc.gif) no-repeat center right;
}

/* Theme specific styles */
.blue .grid .datatable TH
{
	background:url(../img/blue_hd_bg.png) repeat-x;
}
.blue .grid .title
{
	background:#65a0d8;
}
.gray .grid .datatable TH
{
	background:url(../img/gray_hd_bg.png) repeat-x;
}
.gray .grid .title
{
	background:#323A4B;
}


.pagetitle
{
	border-bottom:solid 1px #ccc;
	font-size:18px;
	height:23px;
	padding:10px 0px 2px 0px;
	margin-bottom:20px;
}

.admininput
{
	font-size:11px;
}


label
{
	width: 250px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #23396F;
	text-decoration: none;
}

.content p
{
    margin: 10px;
}



/* Core datasheet styles */
.datasheet {
    font-size:11px;	
    background-color:#e3e3f3;
    border:solid 1px #9c9;
    padding:5px 10px;
}
.datasheet .outer {
    border-top:1px solid #669;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.datasheet .inner { border-left:1px solid #669; }
.datasheet .footer
{ 
	text-align:right; 
	padding-top:5px;
	height:30px;
	line-height:30px;
}
.datasheet .header{ padding-bottom:6px; }




/* 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; }
