﻿body 
{
	font-family:Tahoma;
}

.divModalBackground
{
    -moz-opacity:0.5; 
    width:100%;
    background-color: #999988;
    position: absolute;
    top: 0px; 
    left: 0px;
    z-index: 800;
}

input[type=text]:focus, textarea:focus {
    padding: 1px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px groove rgba(119, 47, 57, 1);
    box-shadow: 0 0 5px rgba(119, 47, 57, 1);
} 

input[type=Password]:focus {
    padding: 0px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px groove rgba(119, 47, 57, 1);
    box-shadow: 0 0 5px rgba(119, 47, 57, 1);
}

.tableMargin
{
    margin-left:20px;
}

.controlFont
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
    margin-left: 0px;
}

.controlFont1
{
	font-family:Tahoma;
	font-size:8pt;
}

.controlFontUserCode
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	background-color:#E1B5BB;
}

.controlFontReport
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
}

.controlFontReportQual
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:7pt;
}

.controlFontReport1
{
	font-family:Tahoma;
	font-size:9pt;
}

.controlFontReportMsg
{
	font-family:Tahoma;
	font-size:6pt;
}

.LinkButton
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
	color:#2B345F;
}

.controlStyle
{
	font-weight:bold;
	color:#2B345F;
}

.controlFontGridPrintSlip
{
	font-family:Tahoma;
	font-size:9pt;
}
.controlBoldHeader
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
}
.curvedtable 
{
    border:2px solid #a1a1a1;
    padding:0px 0px; 
    -moz-border-radius:5px;
	margin-left: 0px;
}
.curvedtableCC
{
    border:2px solid #a1a1a1;
    padding:0px 0px; 
    -moz-border-radius:5px;
	width: 900px;
}
.curvedtable1 
{
    border:2px solid #a1a1a1;
    padding:0px 0px; 
    -moz-border-radius:5px;
	width: 1000px;
}
.curvedtableDept 
{
    border:2px solid #a1a1a1;
    padding:0px 0px; 
    -moz-border-radius:5px;
	width: 800px;
}
.controlFontPrintSlipHeader
{
	font-family:Courier New;
	font-weight:bold;
	font-size:15pt;
}
.controlFontPrintSlip
{
	font-family:Courier New;
	font-weight:bold;
	font-size:12pt;
    margin-bottom: 0px;
}

.ListViewGroupHeader
{
	font-family:Courier New;
	font-weight:bold;
	font-size:10pt;
    margin-bottom: 0px;
}

.gridView
{
	border: 1px groove Black;
    font-family:Tahoma;
	font-size:8pt;
    margin-top: 0px;
}

.gridView th
{
	background-color:#2B345F;
	color:white;
	border-style:groove;
	border-width:1px;
	border-color:Black; 
	height:25px;
}

.gridView tr
{
	height:25px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:8pt;
}

.alternateItemStyle
{
    background-color: #CFD3E9;
}

.button
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10pt;
	background:#772F39;
	color:White;
	height:18px;
}

.label
{
	font-family:Tahoma;
	font-size:16pt;
	color:#2B345F;
}
.divClass
{
	font-family:Tahoma;
	font-size:8pt;
}

.bkColor
{
	background-color:#FFFFFF;
	/*background-repeat: repeat-y; /* for vertical repeat */
    /*background-repeat: repeat-x; /* for horizontal repeat */
    background-repeat: no-repeat no-repeat;
}

.txtWaterMarkFont
{
	font-family:Tahoma;
	font-size:8pt;
	color:Silver;
	font-weight:bold;
}

.txtAutoCompleteFont
{
	font-family:Tahoma;
	font-size:6pt;
}

.AutoExtender
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #772F39;
    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: #772F39;
}

.AutoExtenderHighlight
{
    color: White;
    background-color:#772F39;
    cursor: pointer;
}

.gridViewRpt
{
	font-family:Tahoma;
	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 #772F39;
    padding: 8px;
    margin: 0px 10px 10px 10px;
    background-color: transparent;
    text-align : justify;
}
legend 
{
    margin: 0px;
    padding: 0px;
    color: maroon;
}  

#UserAvailability1 
{
  padding-left: 22px;
  margin-left: 5px;
  float: left;
  background-position: left;
  background-repeat: no-repeat;
  color:Red;
}

.progress
{
  background-image: url(spinner.gif);
}

.taken
{
  color:Red;
}

.available
{
  color:Green;
}

#Background
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:Gray;
    filter:alpha(opacity=40);
    opacity:0.4;
    /*width: 100%;
    background-color: white;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;*/
}
 
#Progress
{
    position:fixed;
    top:40%;
    left:450px;
    width:200px;
    height:100px;
    text-align:center;
    background-color:White;
    border:solid 3px White;
}

#Background1
{
    width: 100%;
    background-color: Gray;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#Progress1
{
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 0pt;
    left: 0pt;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.gridView1
{
	border: 1px groove Black;
    font-family:Tahoma;
	font-size:8pt;
}

.gridView1 th
{
	background-color:#2B345F;
	color:white;
	border-style:groove;
	border-width:1px;
	border-color:Black; 
}

.gridView1 tr
{
	font-family:Tahoma;
	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;
}

.gridView2
{
	border: 1px groove Black;
    font-family:Tahoma;
	font-size:8pt;
    margin-top: 0px;
}

.gridView2 th
{
	background-color:#2B345F;
	color:white;
	border-style:groove;
	border-width:1px;
	border-color:Black; 
	height:25px;
}

.gridView2 tr
{
	height:25px;
	font-family:Tahoma;
	font-size:8pt;
}

.MenuBar
{
	padding: 0 10px 0 10px;
	/*background-color: #dedede;
	border-width: 1px;
	border-style: solid;
	border-color: #5f5f5f;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*border-radius: 5px;*/
	/*font: 14px calibri;*/
	width: 1068px;
	margin: auto;
	color:Black;
	/*border-left: 0px solid #5B5C3A;
	border-right: 0px solid #5B5C3A;
	border-top: 2px solid #5B5C3A;
	border-bottom: 2px solid #5B5C3A;*/
	vertical-align: top;
	border-spacing: 0px;
	/*background-image: url( 'mainbk.png' );*/
	background-repeat: repeat-x;
	height: 20px;
	font-weight:normal;
    font-style: normal;
    font-variant: normal;
    font-size: 10px;
    line-height: normal;
    font-family: Tahoma;
}

.StaticMenuItem
{
	text-align: left;
	border-width: 0;
	font: small Raavi;
	color:White;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	text-transform: capitalize;
	padding-right: 4px;
	padding-left: 4px;
	height: 20px;
	font: 14px WST_Engl;
	font-weight: normal;
}

.DynamicMenuItem
{
	text-align: left;
	border-width: 0;
	/*font: 14px WST_Engl;
	color: #FFF;*/
	font: 12px Tahoma;
	color:Black;
	text-decoration: none; /*text-shadow: #FFF 0 0 0;*/
	background-color: #A3AAD6;
	padding-right: 4px;
	padding-left: 4px;
	height: 20px;
}

.staticHover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*border-radius: 5px;*/
	/*background-image: url( "MHovr.png" );*/
	background-repeat: repeat-x;
	text-align: left;
	border-width: 0;
	/*font: 14px WST_Engl;
	color: #FFF;*/
	font: 12px Tahoma;
	color:Black;
	text-decoration: text-shadow: #FFF 0 0 0;
	/*background-color: #424542;*/
	padding-right: 4px;
	padding-left: 4px;
	height: 20px;
	font-weight: normal;
}

.DynamicHover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /*border-radius: 5px;*/
	text-align: left;
	border-width: 0;
	/*font: 14px WST_Engl;
	color: #FFF;*/
	font: 12px Tahoma;
	color:Black;
	text-decoration: text-shadow: #FFF 0 0 0;
	/*background-color: #424542;*/
	background-color:Black;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url( "MHovr.png" );
	background-repeat: repeat-x;
	height: 20px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#2B345F;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 1;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #2B345F;
    border: 1px #4e667d solid;
    color: White;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}