﻿body
{
	margin:0px;
	padding:0px;
    overflow:hidden;
}

a:link
{
	text-decoration: underline;
	color: #666666;
}

a:visited
{
	text-decoration: underline;
	color: #666666;
}

a:active
{
	text-decoration: underline;
	color: #666666;
}

a:hover
{
	
	text-decoration: underline;
	color: #000000;
}

.ButtonStyle
{
	background-color:#CCCCCC;
	border:black 1px solid;
	font-family:verdana;
	font-size:13px;
	font-weight:normal;
	height:22px;
	padding:0 8px;
	min-width: 80px;
	overflow: visible;
}

.copyright {font-family: arial, helvetica; font-size: 11px; color: #ffffff} 

.CustomHouseLogo { margin-left: 0.2in }

.environment
{
	font-size: x-large;
	font-family: Arial;
	color: White;
}

.FooterLabelStyle
{
	font-size: 8pt;
	background: transparent;
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
}

.HeaderStyle
{
	font-size: 10pt;
	background: #000000;
	font-family: verdana;
	font-weight: bold;
	border-width: 1px;
	color: White;
}

.LabelStyle, label
{
	font-size: 8pt;
	background: transparent;
    font-family: verdana;
    color: #333333;
}

#LoginPanel
{
	width: 350px;
	margin: 20px auto;
}

#LoginPanel label
{
	text-align: right;
	margin-right: 5px;
}

#LoginPanel .NamePanel, #LoginPanel .PasswordPanel, #LoginPanel .ButtonPanel
{
	margin-bottom: 5px;
	float: right;
}

#LoginPanel .ButtonPanel, #LoginPanel .RequirementsPanel
{
	padding-right: 7px;
	clear: right;
}

#LoginPanel .RequirementsPanel
{
	margin-bottom: 20px;
	float: right;
	white-space: nowrap;
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
}

#LoginPanel .PasswordPanel input, #LoginPanel .NamePanel input
{
	width: 200px;
}

.NewsFieldSetBlock, .SingleNewsFieldSetBlock
{
	border: 1px solid #B0B0B0;
	border-bottom-color: #828282;
	border-right-color: #828282;
	padding: 3px 4px;
	color: Black;
	font-weight: normal;
	font-style:normal;
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	background-color:Transparent;
	width: 500px;
	text-align:left;
}

.NewsFieldSetBlock li
{
    list-style-type:disc;
}

.NewsFieldSetBlockCaption
{
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	background: #666; 
	color: #fff; 
	border: 1px solid #B0B0B0;
	border-bottom-color: #828282;
	border-right-color: #828282;
	padding: 3px 8px;
}

.SingleNewsFieldSetBlock li
{
	padding-left:0;
	list-style-type:none;
}

.TextBoxStyle
{
	border-width:1px;
	background-color:#FFFFFF;
	border-color:#666666;
	border-style:solid;
	font-family:Verdana;
	font-size:11px;
	height:20px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
}

#content
{
	text-align: center;
}

#LegalBlock
{
	text-align: justify; 
	width: 400px;
	padding: 10px;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}

#loginValidation
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
    width: 400px;
    margin: 20px auto;
	clear: both;
}

#NotificationsPanel, #LegalBlock
{
	margin: 20px auto;
	clear: both;
}

#NotificationsPanel
{
	width: 500px;
}

#Validationsummary1
{
    margin:10px auto;
    text-align:left;
    width:238px;
}

#Validationsummary1 li
{
    list-style-type:disc;
}

#unsuportedBrowser
{
    font-weight:normal;
}