﻿body 
{
	font-family:Verdana;
}

.divModalBackground
{
   /* filter: alpha(opacity=50);*/
     -moz-opacity:0.5; 
   /*  opacity: 0.5;*/
    width:100%;
    background-color: #999988;
    position: absolute;
    top: 0px; 
    left: 0px;
    z-index: 800;
}

input[type=text]:focus, textarea:focus {
  /*  box-shadow: 0 0 5px rgba(99, 106, 161, 1);*/
   /* box-shadow: 0 0 5px rgba(49, 97, 146, 1);*/
    padding: 1px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px groove rgba(99, 106, 161, 1);
    box-shadow: 0 0 5px rgba(99, 106, 161, 1);
} 

input[type=Password]:focus {
   /* box-shadow: 0 0 5px rgba(99, 106, 161, 1);*/
  /*  box-shadow: 0 0 5px rgba(49, 97, 146, 1);*/
    padding: 0px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px groove rgba(99, 106, 161, 1);
    box-shadow: 0 0 5px rgba(99, 106, 161, 1);
}

/*[type=Select]:focus {
   /* box-shadow: 0 0 5px rgba(99, 106, 161, 1);
    padding: 0px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px groove rgba(99, 106, 161, 1);
}*/

.controlFont
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
    margin-left: 0px;
}

.controlFont1
{
	font-family:Verdana;
	font-size:8pt;
}

.controlFontUserCode
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	background-color:#B0D9F7;
}

.controlFontReport
{
	font-family:Verdana;
	font-weight:bold;
	font-size:9pt;
}

.controlFontReportQual
{
	font-family:Verdana;
	font-weight:normal;
	font-size:7pt;
}

.controlFontReport1
{
	font-family:Verdana;
	font-size:9pt;
}

.controlFontReportMsg
{
	font-family:Verdana;
	font-size:6pt;
}

.LinkButton
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	color:#008D96;
}

.controlStyle
{
	font-weight:bold;
	color:#008D96;
}

.controlFontGridPrintSlip
{
	font-family:Verdana;
	font-size:9pt;
}
.controlBoldHeader
{
	font-family:Verdana;
	font-weight:bold;
	font-size:9pt;
}
.curvedtable 
{
    border:2px solid #a1a1a1;
    padding:0px 0px; 
  /*  border-radius:5px;*/
    -moz-border-radius:5px;
    }
.controlFontPrintSlipHeader
{
	font-family:Courier New;
	/*font-family:Verdana;*/
	font-weight:bold;
	font-size:15pt;
}
.controlFontPrintSlip
{
	font-family:Courier New;
	/*font-family:Verdana;*/
	font-weight:bold;
	font-size:12pt;
    margin-bottom: 0px;
}

.ListViewGroupHeader
{
	font-family:Courier New;
	/*font-family:Verdana;*/
	font-weight:bold;
	font-size:10pt;
    margin-bottom: 0px;
}

.gridView
{
	border: 1px groove Black;
    font-family:Verdana;
	font-size:8pt;
    margin-top: 0px;
}

.gridView th
{
	background-color:#008D96;
	color:white;
	border-style:groove;
	border-width:1px;
	border-color:Black; 
	height:25px;
}

.gridView tr
{
	height:25px;
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
}

.gridView td select{
    float: left;
    border:#92d307 solid 1px;
    height:32px;
    line-height:20px;
    font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    color:#000000;
    width:270px;
}

.alternateItemStyle
{
    background-color: #ddfdff;
}

.button
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	background:#008D96;
	color:White;
}
.label
{
	font-family:Verdana;
	font-size:16pt;
	color:#008D96;
}
.divClass
{
	font-family:Verdana;
	font-size:8pt;
}

.bkColor
{
	background-color:White;
}

.txtWaterMarkFont
{
	font-family:Verdana;
	font-size:8pt;
	color:Silver;
	font-weight:bold;
}

.txtAutoCompleteFont
{
	font-family:Verdana;
	font-size:6pt;
}

.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #008D96;
    line-height: 20px;
    padding: 15px;
    background-color: White;
    margin-left:0px;
    margin-top:0px;
    height: 120px;
    width: 50px;
    overflow:auto;
}
.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: #008D96;
}
.AutoExtenderHighlight
{
    color: White;
    background-color: #008D96;
    cursor: pointer;
}

#divwidth
{
    width: 120px !important;    
}
#divwidth div
{
    width: 120px !important;   
}

.gridView1
{
	border: 1px groove Black;
    font-family:Verdana;
	font-size:8pt;
}

.gridView1 th
{
	background-color:#008D96;
	color:white;
	border-style:groove;
	border-width:1px;
	border-color:Black; 
}

.gridView1 tr
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
}

.gridView1 td select{
    float: left;
    border:#92d307 solid 1px;
    height:32px;
    line-height:20px;
    font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    color:#000000;
    width:270px;
}

.gridViewRpt
{
	font-family:Verdana;
	font-size:8pt;
}

.GroupHeaderRowStyle
{
    background-color: Blue;
    text-align: left;
    font-weight: bold;
    color: White;
}

fieldset { -moz-border-radius: 8px;
           /* border-radius: 5px;*/
            }
fieldset 
{
    border: 1px solid #008D96;
    padding: 8px;
    background-color: transparent;
    text-align : justify;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}
legend 
{
    margin: 0px;
    padding: 0px;
    color: maroon;
    font-weight:bold;
}  

#UserAvailability1 
{
  padding-left: 22px;
  margin-left: 5px;
  float: left;
  background-position: left;
  background-repeat: no-repeat;
  color:Red;
}

.progress
{
  background-image: url(spinner.gif);
}
/*background-image: url("../../Images/taken.gif");*/
.taken
{
  color:Red;
}

.available
{
  color:Green;
}

#Background
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:White;
   /* filter:alpha(opacity=40);
    opacity:0.4;*/
}
 
#Progress
{
    position:fixed;
    top:40%;
    left:450px;
    width:200px;
    height:100px;
    text-align:center;
    background-color:White;
    border:solid 3px White;
}

/*CSS styles for Telerik controls*/

.RadComboBox_Hay {
    color: #FFFFFF;
    font: bold 12px/16px "Segoe UI", Arial, Helvetica, sans-serif; }

.RadComboBoxDropDown_Hay
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
}

div.RadComboBox_Hay .rcbInputCell INPUT.rcbInput
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
}
    
.RadComboBoxDropDown_Hay .rcbHovered 
{
    color: #272722 !important;
    background: #C7D6A7 !important; 
}

.RadInput_Default .riTextBox
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
    border-color: #009933 !important;
}

.RadButton_Forest .rbDecorated
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 10pt !important;
}

.RadGrid_Forest
{ 
    background: #FFFFFF !important;
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
}

.RadGrid_Forest .rgRow td, .RadGrid_Forest .rgAltRow td 
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
}

div.RadGrid_Forest th.rgHeader
{
    color: White !important;
}
 
div.RadGrid_Forest th.rgSorted
{
    color: White !important;
} 

.RadGrid_Forest .rgSelectedRow
{
   background: #008D96 !important;
}    

.RadGrid_Forest .rgHoveredRow
{
    /*background-color:#B0D9F7 !important;
    background-image:none !important;*/
}

.RadGrid_Forest .rgNumPart a  
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
}

.RadGrid_Forest td.rgPagerCell 
{
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important;
}

.RadPicker .RadInput .riTextBox 
{ 
    font-weight: bold !important;
    font-family: Verdana !important;
    font-size: 8pt !important; 
} 





