﻿html, body {
    margin: 0px 0px 0px 0px;
    background-color: #D6D6D6;
    height: 100%;
    width: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #5F6E78;
    font-size: 12px;
}

h1 {
    font-weight:normal;

}

h2 {   
    font-weight:normal;
}

a, a:active, a:active, a:visited {
    text-decoration: underline;
    color: #5F6E78;
}

a:hover {
    text-decoration: none;
    color: #B0C20F;
}


div { }



/* Columns */
#Content {
    clear:both;

}

#leftside {
	float: left;
	width: 660px;
	padding-right: 10px;
}
#leftside500 {
	float: left;
	width: 590px;
	padding-right: 10px;
}


#rightside {
	margin: 0;
	float: right;
	width: 250px;
	margin-right: 30px;

}
#rightside350 {
	margin: 0;
	float: right;
	width: 310px;
	margin-right: 30px;

}


/* Left Navigation */


.SideNav {
	text-decoration: none;

} 

.SideNav a,.SideNav a:link,.SideNav a:active,.SideNav a:visited {
	font-weight: normal;
	text-decoration: none;

}

.SideNav a:hover {
    text-decoration: none;
	color: #B0C20F;
}

/* Indents and Spacing */

.LeftIndent { 
	margin-left: 20px;
}
.RightIndent { 
	margin-Right: 20px;
}

.RightIndentSm { 
	margin-right: 3px;
}

.TopPadding {
	padding-top: 10px;
}

.TopPaddingSm {
	padding-top: 5px;
	
	}

/* Style */

.Bold {
    font-weight: bold;
}

.Italic {
    font-style: italic;
}


/* Font Sizes */

.LargerFont {
    font-size: 25px;
	line-height: 35px;
}

.LargeFont {
    font-size: 20px;
}

.BiggerFont {
    font-size: 22px;
}

.BigFont {
    font-size: 18px;
	line-height: 20px;
}

.NormalFont {
    font-size: 13px;
}

.AverageFont {
    font-size: 12px;
}

.MediumFont {
    font-size: 14px;

}
.MediumBigFont {
    font-size: 16px;
	line-height: 25px;
}

.SmallFont {
    font-size: 11px;
}

.SmallerFont {
    font-size: 10px;
}

.SmallestFont {
    font-size: 9px;
}

/* Colors */

.CustomGray {
    color: #5F6D78;
}

.CustomGreen {
    color: #B0C20F;
}

.White {
    color: White;
}

.Red, .RequiredField {
    color: Red;
}

.DarkGray {
    color: #333333;
}

.Gray {
    color: #666666;
}

.MediumGray {
    color: #999999;
}


.CustomGreenShade {
    background-color: #B0C20F;
}

.BackgroundGrayShade {
   background-color: #D6D6D6;
}

.WhiteShade {
    background-color: #ffffff;
}

.GrayShade {
    background-color: #cccccc;
}

.LightGrayShade {
    background-color: #efefef;
}



/* Borders */

.BorderLeft {
    border-left: 1px solid #D6D6D6;
}

.BorderRight {
    border-right: 1px solid #D6D6D6;
}

.BorderTop {
    border-top: 1px solid #D6D6D6;
}

.BorderBottom {
    border-bottom: 1px solid #D6D6D6;
}


/* Forms */

form {
    margin: 0px;
}


/* Other */

.HandPointer {
    cursor: pointer;
}

.DottedLink a,.DottedLink a:link,.DottedLink a:active,.DottedLink a:visited {
     border-bottom: dotted 1px;
	 text-decoration:none;
	
}

.DottedLink a:hover {
    border-bottom: none 0px;
	 text-decoration:none;
} 

.Reverse a,.Reverse a:link,.Reverse a:active,.Reverse a:visited {
	color: red;
	text-decoration: none;
    
}

.Reverse a:hover {
    text-decoration: underline;
}


.ListField {
    background-color: #cccccc;
    font-weight: bold;
    color: #404032;
    text-align: center;
}

.ListRowLight {
    background-color: #ffffff;
    color: #404032;
}

.ListRowDark {
    background-color: #efefef;
    color: #404032;
}

.ListRowHover, .ListRowHover td {
    background-color: #ffffcc;
}

.ListTable {
    background-color: #ffffff;
}

.ActionCell {
    text-align: center;
}

.Space1 {
    height: 5px;
}

.Space2 {
    height: 10px;
}

.Space3 {
    height: 15px;
}

.ControlPanelContainer {
    padding: 0px 15px 0px 15px; 
}

.ControlTitle {
    padding: 5px 5px 5px 5px; 
}

.Content {
    padding: 0px 15px 0px 15px; 
}