﻿
.lblPageTitle
{
	color:darkblue;
	font-size:large;
	text-align: center;
}
.lblPanelTitle
{
	color:darkblue;
	font-size:large;
}
.lblReportTitle
{
    color:Black;
    font-size:large;
}
.table
{
    width:100%;
}
.tdcenter
{
   text-align:center;
}
.tdleft
{
   text-align:left;
}
.tdright
{
   text-align:right;
}
.txt
{
	width:200px;
}
.txtForVacationRule
{
	width:50px;Height:20px;
}
.compobox
{
    width:200px;
}
.tdrightbground
{
    text-align:right;
    background-color:lightgray;
}
.RoundPanel
{
    border-width:1px;
    border-style:solid;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
  /*  
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    -moz-border-radius-topleft:15px;
     -moz-border-radius-topright:15px;
     -webkit-border-top-left-radius:15px;
     -webkit-border-top-right-radius:15px;*/
}
/*Button*/
 .Button{
border-color:Black;
background-color:Gray;
border-width:1px;
height:23px;
font:Arial, Helvetica, sans-serif;
color:White;
border-bottom-style:solid;
border-right-style:solid;
border-top-style:solid;
border-left-style:solid;
}
/*End*/
.lblMsg
    {
       font-size:large;
       color:Red;
   }
/*Display None For Controls*/
#customheader {
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 12px;
background-color: #f9f8f8;
border: 1px solid black;
}
@media print {
.displaycontrols {
display: none;
}
#customheader {
border: 0px;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
}
/*End*/
/*Light Box*/
  .popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

 .modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

 .modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
/*End*/
/*Button*/
 .Button{
border-color:Black;
background-color:Gray;
border-width:1px;
height:23px;
font:Arial, Helvetica, sans-serif;
color:White;
border-bottom-style:solid;
border-right-style:solid;
border-top-style:solid;
border-left-style:solid;
}
/*End*/
.lblMsg
    {
       font-size:large;
       color:Red;
   }
   
   /*Progress*/
   .PrProgress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
 
}
.PrContainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
       
}
.PrHeader
{
    background-color:White;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    left:auto;
    line-height: 1.9;  
    white-space:nowrap;
    font-family: arial,helvetica,clean,sans-serif;
}
.PrBody
{
    background-color: White;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
.PrIFrame
{
	
}
   /*End*/
   
   /*Login*/
   
#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('../images/login-box-backg.png') no-repeat left top;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
    font-weight: 700;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
   /*End*/