﻿*
{
	/*All*/
}

html, body, form
{
	background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: large;
	color: Black;
	height: 100%;
	
	/*Center*/
	text-align: center;

	/*Zero Margins would remove the vertical scrollbars.*/
	margin-top: 0;
	margin-bottom: 0;
}

#wrap 
{
    margin: 0 auto;
    width: 890px;
    text-align:center;
}

#cMainMenu
{
	background: White;
	font-family: Arial, Sans-Serif;
	font-size: Larger;
	color: #793900;
}

#AllContent
{
	overflow: auto;
	padding-bottom: 40px; /*Needed for the footer.*/
}

#LeftPanel
{
	background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: Medium;
	color: Black;
	overflow: auto;
	text-align: left;
	float: left;
	
	padding-bottom: 180px; /*Needed for the footer.*/
}

#Footer
{
	background: #FFFF99;
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: Black;
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 40px;
	clear: both;
} 

/*Opera Fix for footer.*/
body:before 
{
	content:"";
	height:100%;
	float:left;
	width:0;
	/*margin-top:-32767px;*/
}

p
{
	background: white;
	font-family: Arial, Sans-Serif;
	font-size: large;
	color: Black;
	
	text-align: center;
}

.Left
{
    float: left;
    text-align: left;
}

.Right
{
    float: right;
    text-align: right;
}

.Attention
{
	color: Red;
	font-variant: small-caps;
}

.CenteredContents
{
    padding-left: 10px;
    line-height: 40px;
    position: static;
    text-align: left;
}

.FixedLength
{
    width: 85px;
}

.FixedLengthLong
{
    width: 120px;
}

.FixedLengthUltraLong
{
    width: 150px;
}

.BlankLine
{
    padding-bottom: 20px;
}

.LoginBox
{
	background: White;

	padding-top: 20px;
	/*padding-left: 20px;*/
	padding-bottom: 10px;
	float: left;
	text-align: left;
}

.ProfileHeader
{
	font-size: xx-large;
	font-weight: bold;
	color: Silver;
	padding-bottom: 20px;
    text-indent: 20px;
	text-align: left;
}

.UserInfo
{
	background: Black;
	font-family: Arial, Sans-Serif;
	font-size: large;
	color: White;
	position:absolute;
	right: 10px;
	top: 2px;
}

.ProfileInfo
{
    text-transform: capitalize;
}

.Label
{
    display: inline-block; 
    color: Black;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 20px;
}

.LabelBox
{
    display: inline-block; 
    /*width: 100px;*/
    min-width: 500;
    color: Black;
}

.TextBoxes
{
	padding-top: 10px;
	right: 10%;
}

.ComboBoxes
{
	padding-top: 10px;
	margin-top: 10px;
	right: 10%;
	min-height: 20px;
	width: 85px;
}

.Buttons
{
    margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	position: relative;
    top: 0px;
    left: 0px;
    width: 102px;
}

.AddLeftMargin
{
    margin-left: 10px;  
}

.Capitalize
{
    text-transform: capitalize;
}

.gecko .Buttons /*FireFox*/
{
	padding-right: 25px;
}



