*
{
	padding: 0;
	margin: 0
}
body
{
	background: #ffffff;
	font-family: Verdana;
    font-size: 9pt;
    color: #000000;
    height: 100%
}
a
{
    font-family: Verdana;
    font-size: 9pt;
    color: #d21034;
    text-align: left;
    text-decoration: none
}
a:visited
{
	color: Gray
}
a:hover
{
	color: Gray
}
a:active
{
	color: Gray
}
#fileviewheader
{	
	width: 100%;
	height: 175px;
	text-align: center;
	background: url(../images/header.jpg) no-repeat
}
#fileviewleftcolumn
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 100%;	
	border-right: solid 2px #d21034
}
#fileviewsidemenu
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px
}
#fileviewcontent
{
	position: absolute;
	top: 0px;
	left: 176px;
	color: #333;
	height: 100%
}
#fileviewcontenttext
{ 
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px
}
.hyperlinktext
{
    font-family: Verdana;
    font-size: 9pt;
    text-decoration: none;
    color: Black
}
.hyperlinktext:visited
{
	color: Gray
}
.hyperlinktext:hover
{
	color:  Gray
}
.hyperlinktext:active
{
	color: Gray
}
.loginheadertext
{
    font-family: Verdana;
    font-size: 10pt;
    color: #d21034;
    font-weight: bold;
    text-align: left;
    padding-bottom: 12px
}
.instructiontext
{
    font-family: Verdana;
    font-size: 9pt;
    color: #000000;
    text-align: left;
    padding-bottom: 10px
}
.labeltext
{
    font-family: Verdana;
    font-size: 9pt;
    color: #000000;
    text-align: left;
    padding-right: 15px;
    padding-bottom: 5px
}
.errortext
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px
}
.validatortext
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top
}
.logintextbox
{
    width: 180px;
	font-family: Verdana;
	font-size: 9pt
}
.loginbutton
{
	background-color: #d21034;
	color: #ffffff;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin-right: 8px
}
.rightbutton
{
	background-color: #d21034;
	color: #ffffff;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin-right: 8px;
	margin-left: 120px
}
.viewframe
{
	border: double 4px #d21034;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 100px;
	min-width: 450px;
	text-align: center
}
