﻿/*=======================*/
/* Styles from Chillicon */
/*=======================*/
@import "../../css/mainstyle.css";
@import "../../css/calendar.css";

#cm-sbt2{
	height:20px !important;
	margin-top:5px;
	min-height:0;
}
#cm-sbt2 .sbtn{
	width:100px;
	color:#fff;
	margin:0 5px 0 0;
}

label
{
	 padding-left: 3px;
	 padding-right: 3px;
}
/*=======================*/
/* GridView				 */
/*=======================*/
.GridView {
	width:100%;
	font-size:100%;
	empty-cells:show;
	background-color: White;
}

body#startpage .GridView {
	margin: 10px 0 0 0;
}

#sub-pages .GridView{
	margin:5px 0 0 0;
}

.GridView th {
	background:#F87A11 url(../img/bg_submenu.gif) bottom left repeat-x;
	text-align:left;
	padding:1px 6px 1px 6px;
	color:#fff;
}

.GridView th a {
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}

.GridView th a.sel {
	text-decoration:underline;
}

.GridView th a:hover {
	text-decoration:underline;
}

.GridView td  {
	background:#FFF5C5;
	padding:1px 6px 1px 6px;
}
.GridView .showbtn 
{
	padding: 0 10px 0 10px;
}

.GridPager
{
	height:45px;
}

.GridPager td
{
	text-align: center;
	background-color: White;
	padding:1px;
}

.GridPager table
{
	padding:15px 0 0 0;
}

.GridPager span, .GridPager a
{
	border:1px solid #D5BEBE;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	background:#DFF6FF;
	display:inline-block;
}

.GridPager span, .GridPager a:hover
{
	border:1px solid #4E0000;
	background:#F87A11;
	color:#fff;
}

.GridPager td a span
{
	border-width:0px;
	padding:0px;
	text-decoration:none;
	background:#F6F0EB;
	display:inline-block;
	color: #000;
	font-size:160%;
}

.GridPager a:hover span
{
	background:#F87A11;
	color:#fff;
	cursor: pointer;
}


