﻿.btn
{
 margin:2px;
 padding:2px 4px 1px 4px;
 >padding:2px 4px 0px 4px;
 border:1px solid #b0d6ee;
 background:#dcf0fe;
}

.cinput
{
	height:15px;
	background-color:#ffffff;
	border:solid 1px #cccccc;
	vertical-align:middle
}


.select
{
	height:21px;
	background-color:#ffffff;
	padding-left:0.15em;
	padding-right:0.15em
}

.icalendar
{
	BORDER-RIGHT: #8cacbb 1px solid;
	BORDER-TOP: #8cacbb 1px solid;
	BORDER-LEFT: #8cacbb 1px solid;
    BORDER-BOTTOM: #8cacbb 1px solid;
    TEXT-ALIGN: right
}

.signIn {
	border-width:0px;
    width:56px;
    height:22px;
    color:White;
    background-color:transparent;
    background-image: url(images/bg_login.gif);
    cursor:hand
}

.signinHeader {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:30px;
	border-bottom:solid 1px #cccccc
}

.signinTextbox {
	font-size: 0.9em;
	color: #000;
	text-indent: 3px;
	background-color: #EAE9E4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #C6C3B3;
	border-right-color: #7C7D6A;
	border-bottom-color: #000;
	border-left-color: #7C7D6A;
	height: 16px;
	margin-right: 2px;
	width:60px
}
.signinLabel {
	font-weight:normal;
	color: #333333;
	text-align:right;
	width:100px
}
.signinNewUser {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 3px;
}


/*GridView*/
.tableHeader td{ 
 background:#dcf0fe;
 font-weight:bold;
 color:#4c4c4c;
}
