.tabelAlignLeft {
	text-align:left;
}

select
{
	font-size: 11px;
	color: #333333;
}

h1
{
	font-size: 17px;
}

.label {
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: #094d7a;
	text-decoration: underline;
}

a:hover
{
	color: #09315e;
	text-decoration: underline;
} 

.button
{
	background: #FFED03;
	color: #000;
	font-weight: bold;
	border: 1px solid #C0C0C0;
	vertical-align: middle;
	font-size: 11px;
	cursor: pointer;
	height: 20px;
}

.loginAscx {
	width: 178px;
	border: 1px solid #FFF;
	float: left;
	margin-top: 10px;
	padding: 10px 10px 10px 10px; /*color: #FFFFFF;*/
	color: #333333;
}

#logintable {
	width: 160px;
}
#logintable td {
	text-align: right;
}
#logintable .errortext {
	color: #000000;
	font-weight: bold;
}
#logintable .LoginText {
	padding: 2px;
	width: 128px;
}

#MySite-Menu {
	height: 22px;
	text-align: center;
	padding-top: 16px;
}

#MySite-Menu a:link, #MySite-Menu a:visited {
	color: #2869b0;
	text-decoration: none;
	padding: 3px;
}

#MySite-Menu a:hover, #MySite-Menu a:active
{
	color: #4081d2;
	text-decoration: none;
	padding: 3px;
}

.MySite-MenuActive
{
	color: #FFF;
	background-color: #FFED03;
	padding: 3px;
}

.MySite-MenuVisited
{
	color: #FFF;
	background-image: url(../image/visited_button.gif);
	background-repeat: repeat-x;
	padding: 3px;
}

.MySite-Table {
	text-align: left;
}
.MySite-TableHeader {
	background-color: #4f85c0; /*#050D78;*/
	color: White;
	font-weight: bold;
}
.MySite-TableItem {
	background-color: #d6e1ef; /*#F8F8FF;*/
}
.MySite-TableAlternatingItem {
	background-color: #eaeff5; /*#F0F0FF;*/
}
.MySite-TableSelectedItem {
	font-weight: bold;
	color: White;
	background-color: #8eb7e4; /*#454DB8;*/
}
.MySite-TableItemHover {
	font-weight: bold;
	color: White;
	cursor: hand;
	background-color: #aecff3; /*#454DB8;*/
}

.orderWizardVisited {
	font-weight: bold;
}
.orderWizardActive {
	font-weight: bold;
	text-decoration: underline;
}
.orderWizardUnVisited {
}

.contentdiv
{
margin-top:40px;
}

.waitBoxStyle
{
	background-position: right top;	
	background: #FFFFFF;
	position: absolute;
	top: 155px;
	left: 80px;
	right: 0px;
	width:100%;
	height:1100px;
    display: none;
    text-align:center;
}

.waitBoxMessageStyle
{	
	border-style: solid;
	padding: 50px;
	margin: 50px;
	border-color: #8eb7e4;
	background: #FFFFFF ;
	font-family: Verdana;
	font-size:12pt;
	width:500px;
	text-align:center;
}
