﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #525252;
	font-family: Verdana, Arial;
	font-size: small;
}

h1
{
	font-family: Verdana, Arial;
	font-size: large;
	margin: 0 0 0 0;
}

h2
{
	font-family: Verdana, Arial;
	font-size: medium;
	margin: 0 0 0 0;
}

.MainTable
{
	background-image: url(Images/bg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	border: none 0 #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ContentTable
{
	width: 782px;
	background-image: url(Images/tab_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}

.Header
{
	background-image: url(Images/Header.jpg);
	height: 118px;
	background-repeat: no-repeat;
}

.HeaderFR
{
	background-image: url(Images/HeaderfrFR.jpg);
	height: 118px;
	background-repeat: no-repeat;
}

.HeaderIT
{
	background-image: url(Images/HeaderitIT.jpg);
	height: 118px;
	background-repeat: no-repeat;
}

.TitleSpacer
{
	background-image: url(Images/TitleBannerSpacer.jpg);
	height: 3px;
	background-repeat: repeat-y;
}

.TitleBanner
{
	background-image: url(Images/TitleBanner.jpg);
	color: #ffffff;
	font-weight: bold;
	background-repeat: repeat-y;
}

.Greeting
{
	background-image: url(Images/Greeting.gif);
	height: 25px;
	background-position: right;
	background-repeat: no-repeat;
}

.GreetingFR
{
	background-image: url(Images/GreetingfrFR.gif);
	height: 25px;
	background-position: right;
	background-repeat: no-repeat;
}

.GreetingIT
{
	background-image: url(Images/GreetingitIT.gif);
	height: 25px;
	background-position: right;
	background-repeat: no-repeat;
}

.Footer
{
  background-color: #bf4d4d;
}

.NavButton
{
	background-color: #a02424;
	font-family: Arial;
	font-size: small;
	color: #ffffff;
	cursor: hand;
	font-weight: bold;
	border: solid 1px #bf4d4d;
}

.DataGrid
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
}

.DataGrid td
{
	font-family: Arial;
	font-size: xx-small;	
}

.DataGridAlternating
{
	background-color: #d0d0d0;	
}

.DataGridHeader
{
	background-color: #a02424;
	font-size: x-small;
	font-weight: bold;
}

.DataGridHeader a
{
	color: #ffffff;
	font-size: x-small;
	font-weight: bold;
}

.DataGridHeader a:hover
{
	color: #000000;
	font-size: x-small;
	font-weight: bold;
}

.SelectLabel
{
	font-size: x-small;	
}

.SelectList
{
	font-size: xx-small;
	width: 120px;
}

.Note
{
	font-size: xx-small;	
}

.Instruction
{
	font-size: small;
	font-style: italic;	
}

.FieldLabel
{
	text-align: right;
	vertical-align: top;		
}

.CurrencyLabel
{
	text-align: right;
	vertical-align: top;
	width:1%;	
}

.ValidationError
{
	background-color: Red;
}

.ValidationErrorButton
{
	background-color: Red;
	color: Red;
}

.FieldData
{
	text-align: left;	
}

/* Styles for Calendar */
.calendar_button
{
    border: none;
    cursor: pointer;
}

.picker
{
	background-color: #FFFFFF;
	border: solid 1px #a02424;
	cursor: pointer;
}

.calendar td
{
	font-size: 11px;
}

.title
{
	font-weight: bold;
	color: #000000;
	background-color: #a02424;
}

.day
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayhover
{
	width:25px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;
}

.dayheader
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

.othermonthday
{
	color: #999999;
}

.outofrangeday
{
	visibility: hidden;
}

.selectedday
{
	width:25px;
	background-color:#e5e7c7;
	color:#000000;
	border-width:1px;
	border-color:#BB5503 !important;
	border-style:solid;
	font-weight:bold;
}

.calendar
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-collapse:collapse;
	background-color:#FFFFFF;
	cursor:default;
}

.month
{
	background-color:#F6F6F6;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
}

.nextprev
{
	cursor:pointer;
	height:25px;
	vertical-align:middle;
	padding:0px 5px 0px 5px;
}
