﻿html,body
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 9px;
    margin: 0px;
    height: 100%;
}

a
{
	text-decoration:none;
	font-weight:bold;
	color:#3480DC;
}

input
{
	font-family:Verdana;
	font-size: 9px;
}

textarea
{
	font-family:Verdana;
	font-size: 9px;
}

select
{
	font-family:Verdana;
	font-size: 9px;
}

.buttonsTable
{ 
	margin:0px;
	padding:0px;
	width:100%;
	border:0px;
 }

.gridViewHeader 
{
	font-size: 11px;
	font-weight: bold;
	background-color: #87a1c1;
	color: White;
}

.gridViewEditColumn
{
	width:30px;
}

.gridViewColumn
{
	padding-left:7px;
	text-align:left;
	padding-right:5px;
}

.gridViewCheckboxColumn
{
	width:30px;
}

.gridViewPaging
{
	font-size:13px;
}

.subTitle
{
	font-size: 12px;
	font-weight: bold;
}

.gridViewFooter
{
	font-size: 9px;
	font-weight: bold;
	color: Black;
	text-align:center;
	height:20px;
}

.gridViewItems
{
	font-size: 9px;
    background-color: #e4e3e3;
    text-align:center;
    height:18px;
}

.gridViewAlternatingItems
{
	font-size: 9px;
    background-color: #EDEBEB;
    text-align:center;
    height:18px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.7;
}

.modalTable{
	background-color:White;
	border: 2px solid; 
	border-color: #A6B9D4;
}

.tooltip
{
	background-color:#E6ECFF;
	border: 0; 
	border-color: #87a1c1;
	padding:3px;
    font-family: Verdana;
	font-size: 9px;
}

.tooltipCell
{
	white-space:nowrap;
}

.errorTable
{
	width:550px; 
	height: 45px;
	border: #ff0033 1px solid;
	padding: 0px;
	background-color: #fee2e1;
	font-size:9px;
}

.nameCell
{
	background-color:#AEBED5;
	font-weight:bold;
	padding-left:5px;
	height:17px;
}

.dataCell
{
	
}

.contentCell
{
	padding-top: 20px;
}

.contentTable
{
	width: 95%;
}

.hourCell
{
	width:4.16666%;
    background-color:#AEBED5;
	font-weight:bold;
	height:25px;
}

.dayCell
{
    background-color:#e4e3e3;
    text-indent: 3px;
    font-weight:bold;
	width:100px;
	border-top-style:solid;
    border-top-width:1px;
    border-top-color:White;
}

.hoursWorkingCell
{
	background-color:#8CB28C;
	height:25px;
    width:600px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:White;
}
        
.unavailableDiv
{
    position:relative;
    height:25px;
    background-color:#D51B1B;
    float:left;
    position:relative;
    text-align:center;
    vertical-align:middle;
    color:#e4e3e3;
}

.errorTooltip
{
	border: #ff0033 1px solid;
	padding: 3px;
	background-color: #fee2e1;
	font-size: 9px;
}

/*telerik new version override grid styles*/
.RadGrid {
	border-width: 0px !important;
	border-style: none !important;
}
/*telerik new version override comobo box styles*/
.RadComboBox .rcbInputCell {
	line-height: 0px !important;
}

.rcbList {
	width: 100% !important;
}