/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	border-top: 0px;
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	margin-left: 0px;
	border-left: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #dce4f9;
	/*background-image: url(../Images/background.jpg);
	background-repeat: repeat;*/
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	padding-left: 5px;
	color: white;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.24em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 0.8em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 0.8em;
	font-weight: 600;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:active
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

.normal
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

.button
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	font-size: 0.85em;
	word-spacing: normal;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #80A3DC;
	/*background-color: Transparent;
	background-image: url(../Images/tableHeader.jpg);
	background-repeat: repeat-x;*/
}
.userDetails
{
	padding-left: 5px;
	font-weight: 500;
	font-size: 0.7em;
	word-spacing: normal;
	text-transform: none;
	color: #003366;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}
.selectedTab
{
	background-color: #FEFFD3;
	color: White;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-align: center;
}
.tab
{
	color: dark gray;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-align: center;
}
.menu
{
	color: White;
	background-color: #6699FF;
	float: left;
	padding: 10px 10px 10px 10px;
}
.menuSubTitle
{
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: dark gray;
	font-weight: bold;
}
.menuItem
{
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: White;
}
.pageTitle
{
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: dark gray;
}
.label
{
	background-color: #A3BEDC;
	color: White;
	font-weight: bold;
	font-size: 0.8em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
}
.field
{
	background-color: #D3D4FF;
	color: grey;
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
}
.inputField
{
	font-weight: normal;
	font-size: 1.0em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
}
.OKField
{
	color: White;
	background-color: #99cc00;
	font-weight: bold;
	font-size: 0.8em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
}
.ErrorField
{
	color: White;
	background-color: #CC0066;
	font-weight: bold;
	font-size: 0.8em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
}
.tableHeader
{
	font-size: 0.8em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
	background-color: #80A3DC;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../Images/tableHeader.jpg);
	background-repeat: repeat;
	background-position: middle middle;*/
}
.tableItem
{
	font-size: 0.8em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: dark gray;
	background-color: #A3BEDC;
	font-family: Arial, Helvetica, sans-serif;
}
.tableAlternateItem
{
	font-size: 0.8em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: dark gray;
	background-color: #C9DBDC;
	font-family: Arial, Helvetica, sans-serif;
}
.tableFooter
{
	font-size: 0.8em;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
	background-color: #80A3DC;
	font-family: Arial, Helvetica, sans-serif;
}
.calendarHeaderMonth
{
	font-family: Arial,Verdana;
	color: White;
	font-weight: bold;
	overflow: hidden;
}

.calendarHeaderWeekDay
{
	font-weight: normal;
	overflow: hidden;
	color: dark gray;
	font-family: Small Fonts, Courier New, Arial,Verdana;
	WRITING-MODE: tb-rl;
	background-color: white;
}

.calendarHeaderWeekEndDay
{
	font-family: Small Fonts, Courier New, Arial,Verdana;
	color: dark gray;
	background-color: #D3E2FF;
	font-weight: normal;
	overflow: hidden;
	writing-mode: tb-rl;
}

.calendarFreeButton
{
	font-family: Arial,Verdana;
	color: dark gray;
	background-color: White;
	font-weight: normal;
	overflow: hidden;
}

.calendarUsedButton
{
	font-family: Arial,Verdana;
	color: White;
	background-color: SlateBlue;
	font-weight: bold;
	overflow: hidden;
}

.errorText
{
	color: #ff3300;
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
}
