/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

span {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

br{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

td{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a{
text-decoration:none;
}

/* ++++++++++++++++++++++++++++++++++++++ Text +++++++++++++++++++++++++++++++++++++++++++ */

.Text10ArialDarkBlue , a.Text10ArialDarkBlue  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
}

a.Text10ArialDarkBlue:hover  {
text-decoration:underline;
}

.Text10ArialDarkBlueBold  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
}

.Text12ArialWhiteBold , a.Text12ArialWhiteBold  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

a.Text12ArialWhiteBold:hover  {
	color: #006699;
}

.Text12ArialWhiteBoldQuotation , a.Text12ArialWhiteBoldQuotation  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

a.Text12ArialWhiteBoldQuotation:hover  {
	color: #FF9191;
}

.Text12ArialDarkBlueBold , a.Text12ArialDarkBlueBold  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
}

a.Text12ArialDarkBlueBold:hover  {
	text-decoration:underline;
}

.Text12ArialWhiteBoldLogout , a.Text12ArialWhiteBoldLogout  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

a.Text12ArialWhiteBoldLogout:hover  {
	color: #99DDFF;
}

.Text12ArialDarkBlue , a.Text12ArialDarkBlue  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	line-height: 16px;
}

a.Text12ArialDarkBlue:hover  {
text-decoration:underline;
}


.Text14ArialDarkBlue , a.Text14ArialDarkBlue  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
}

a.Text14ArialDarkBlue:hover  {
text-decoration:underline;
}

.Text16ArialDarkBlueBold , a.Text16ArialDarkBlueBold  {
	font-family: Arial,Helvetica,san-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
}

a.Text16ArialDarkBlueBold:hover  {
text-decoration:underline;
}

/*+++++++++++++++++++++++++++++++++++++++++ Buttons ++++++++++++++++++++++++++++++++++++++*/

.buttonGreyinput {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #006699; 
	font-weight: bold;
	vertical-align: middle;
	width: 150px;
	height: 18px; 
	margin: 0px 0px 0px 0px;;
	padding: 0px 0px 3px 0px;
	border: 1px solid;
	border-style:thin;
	border-color: #006699;
	background: url(/Templates/default/images/BtnLoginBG.jpg);
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.buttonGreyinput:hover {
	color: #99DDFF; 	
}

.buttonGreyinput {
	behavior: url(/templates/default/css/ie-hover.htc);	
}

/* ++++++++++++++++++++++++++++++++++++++ Fields +++++++++++++++++++++++++++++++++++++++++++ */

.inputBox {
	background-color: #FFFFFF;
	border: 1px #006699 solid;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


.inputBoxTransparent {
	background-color: #FFFFFF;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: right;
}

.inputBoxNumber{
	background-color: #FFFFFF;
	border: 1px #006699 solid;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	color: #000000;
}







