﻿.bg
{
	background-color:#ffff99;
}
.textLabels
{
	font-family:Arial;
	font-size:15px;
	color:#000000;
}
.buttons
{
	font-family:Arial;
}
.webWindow
{
	top:150px;
	left:400px;
	border:outset;
	background-color:White;
}
.webWindowBody
{
	padding:10px;
}
.webWindowTitleBar
{
	font-family:Arial;
	font-size:14px;
	padding-left:10px;
	background-color:Blue;
	color:White;
}
.webWindowTitleText
{
	float:left;
}
.webWindowClose
{
	background-color:Red;
	cursor:pointer;
}
th
{
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-align:center;
	background:#fd9325;
}
td.bg
{
	background:#ffff99;
}
a:link
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
a:active
{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
table.center 
{
	margin-left:auto; 
	margin-right:auto;
}
.repeaterContent
{
	margin:20px 10px;
	padding:10px;
	width:750px;
	background-color:#e1e1e1;
}
a.repeaterTitle
{
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#000000;
}
.repeaterTitle
{
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#000000;
}	
.gridViewStyle
{
	border:solid 1px #000000;
	padding:2px;
	background-color:#ffff99;
}
.gridViewAltRowStyle
{
	background-color:#ffcc66;
	font-family:Arial;
	font-size:14px;
	color:#000000;
}
.gridViewSelectedRowStyle
{
	background-color:#ffff66;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:Navy;
}
.gridViewRowStyle
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
}
.gridViewEmptyDataStyle
{
	background-color:#ffff99;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:Black;
}
.login_passwordRecoveryStyle
{
	background-color:#ffff99;
	border-color:Black;
	border-spacing:4px;
	border-style:solid;
	border-width:1px;
	font-family:Arial;
	font-size:13px;
}
.login_passwordRecoveryTitleText
{
	background-color:#fd9325;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:Black;
}
.login_passwordRecoveryInstructionText
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}
.wizardStyle
{
	background-color:#ffff99;
	border-color:Black;
	border-width:1px;
	font-family:Arial;
	font-size:13px;
	color:Black;
}
.wizardSideBar
{
	background-color:#fd9325;
	font-family:Arial;
	font-size:13px;
	color:Black;
}
.terms_conditionsTable
{
	background-color:#ffff99;
	border-style:double;
	border-width:1px;
	margin-left:auto;
	margin-right:auto;
}
/* MasterPage stylings */
html
{
	font-family:Arial;
	font-size:14px;
	background:#008eaf;
}
.headerRow
{
	margin:auto;
    width:800px;
    background:#008eaf
}
.footerRow
{
	font-family:Arial;
	font-size:17px;
	padding:20px 0px 0px 0px;
	margin:auto;
    width:800px;
    height:40px;
    text-align:center;
    border-top:Solid 1px black;
    background:#fd9325;
}
.menuRow
{
	font-family:Arial;
	font-size:17px;
	padding:5px 0px 0px 0px;
	margin:auto;
    width:800px;
    height:25px;
    text-align:center;
    background:#fd9325;
}
.menuRow2
{
	margin:auto;
    width:800px;
    height:50px;
    text-align:left;
    background:#fd9325;
    border-bottom:Solid 1px black;
}
.content
{
	margin:auto;
	width:800px;
    background-color:white;
    border:Solid 1px black;
}
.menuContent
{
	margin:auto;
    width:800px;
    height:50px;
    border-bottom:Solid 1px black;
}
.clear
{
	clear:both;
}