﻿/*Page defined styles*/
.bodycontent
{
 margin-top:2;
 margin-left:0;
 margin-right:0;
 margin-bottom:0;
 background-color:#FFFFFF;
}
.textbox
{
    BORDER-RIGHT: #5B6269 1px solid;
    BORDER-TOP: #5B6269 1px solid;
    BORDER-LEFT: #5B6269 1px solid;
    BORDER-BOTTOM: #5B6269 1px solid;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9px;
    HEIGHT: 20px
}
.textArea
{
    /*BORDER-RIGHT: #5B6269 1px solid;
    BORDER-TOP: #5B6269 1px solid;
    BORDER-LEFT: #5B6269 1px solid;
    BORDER-BOTTOM: #5B6269 1px solid;*/
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9px;
}
.button
{
    BORDER-RIGHT: #003C72 1px solid;
    BORDER-TOP: #003C72 1px solid;
    BORDER-LEFT: #003C72 1px solid;
    BORDER-BOTTOM: #003C72 1px solid;
    FONT-SIZE: 9px;
    font-weight:bold;
    CURSOR: hand;
    COLOR:#414141;
    FONT-FAMILY: Verdana;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #F1F1EF;
}
.errorMessage
{
 font-size: 9px;
 color:#FF0000;
 font-family:Verdana;
 font-weight:bold;
}

.white
{
 font-size: 9px;
 color:#000000;
 font-family:Verdana;
 background-color:Transparent;
}
.normal
{
font-size: 9px;
 color:#000000;
 font-family:Verdana;
}
.whiteBiggie
{
 font-size: 15px;
 font-weight:bolder;
 color:#000000;
 font-family:Verdana;
 background-color: #FFFFFF;
}
.control
{
    BORDER-RIGHT: #7F9DB9 1px solid;
    BORDER-TOP: #7F9DB9 1px solid;
    BORDER-LEFT: #7F9DB9 1px solid;
    BORDER-BOTTOM: #7F9DB9 1px solid;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9px;
    HEIGHT: 20px
}
.neutralLight
{
 font-size: 9px;
 color:#686868;
 font-family:Verdana;
 background-color: #ECECEC;
}
.neutralMedium
{
 font-size: 9px;
 color:#686868;
 font-family:Verdana;
 background-color: #E2E2E2;
}
.neutralHard
{
 font-size: 9px;
 color:#000000;
 font-family:Verdana;
 background-color: #CCCCCC;
}
.redArea
{
	font-size:12px;
	color: #FFFFFF;
	font-family:Tahoma;
	background-color: #9A2924;
}
.hlink
{
	font-size: 9px;
	color:Black;
	font-family:Verdana;
}

.drop_down_panel
{
	position: absolute;
	z-index: 100;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	height: auto;
	width: 230px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.drop_down_calendar
{
	border-right: ##7F9DB9 1px solid;
	border-top: ##7F9DB9 1px solid;
	border-left: ##7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	margin:0px;
}

.calendar_header
{
  width:100%;
}

.prev_month_link
{
   
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	font-family:Tahoma;
	font-size:small;

}

.next_month_link
{	
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	font-family:Tahoma;
	font-size:small;
	
}

.month_label
{
	font-weight: bold;	
	text-align:center;
	font-family:Tahoma;
	font-size:small;
	
}

.period_days
{
	width:100%;	
	top:25px;
	
}

.loading_icon
{
	text-align: center;
	width: 230px;
	background: url(images/spinner.gif) fixed no-repeat center center;
}

.clickable_date
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	text-decoration: underline;
	font-family:Tahoma;
	font-size:small;

}

.calendar_close_button
{
	cursor: pointer;
	cursor: hand;
}

.regular_date
{
	text-align:center;
	width:30px;	
	font-family:Tahoma;
	font-size:small;
}

.todays_date
{
	background-color: #DEDEFF;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	font-family:Tahoma;
	font-size:small;
}

.days_of_week
{
	background-color: #cccccc;
	font-family:Tahoma;
	font-size:small;
}

.holiday_date
{
	background-color: #ffff66;
	font-family:Tahoma;
	font-size:small;
}
.controlblock
{
     BORDER-RIGHT: #5B6269 1px solid;
    BORDER-TOP: #5B6269 1px solid;
    BORDER-LEFT: #5B6269 1px solid;
    BORDER-BOTTOM: #5B6269 1px solid;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9px;
}