﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
  /*  color: #696969;*/
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1200px;
	min-height: 800px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
	/*height: 50px;*/
}

.header h1 {
	float: left;
	width: 725px;
	font-weight: 700;
	margin: 0px;
	margin-top: 35px;
	margin-left: 30px;
	padding: 0px 0px 0px 0px;
	color: #f9f9f9;
	/*border: 1px solid #000000;*/
	/*line-height: 2.75em;*/
	font-size: 2.0em;
}

#Logos_top {
	float: right;
}

#CCPIC_Logo_Wide {
	width: 400px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: auto;
	margin-right: auto;*/
	/*display: block;*/
	border: 1px solid #000000;
}



.main {
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;
    min-height: 650px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 5px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	vertical-align: middle;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color:#3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}


/*Home Page
----------------------------------------------------------*/
#Welcome {
	width: 750px;
/*	color: Red;*/
/*	border: 1px solid #000000;*/
}


#LanguageSelectionDiv {
	position: relative;
	float: right;
	width: 170px;
	height: 75px;
	background: #aba594;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 1px solid #000000;
}

#LanguageSelectionFieldset {
	width: 140px;
	height: 65px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 5px;
}

.SelectEnglishRadioButton {
	position: absolute;
	top: 25px;
	left: 10px;
}

.SelectSpanishRadioButton {
	position: absolute;
	top: 25px;
	left: 75px;
}

.SelectUsUnitsRadioButton {
	position: absolute;
	top: 45px;
	left: 10px;
}

.SelectSiUnitsRadioButton {
	position: absolute;
	top: 45px;
	left: 75px;
}

.HomePageParagraph {
	font-size: 1.2em;
}

.HomePageParagraph2 {
	font-size: 1.2em;
	margin-top: 40px;
}



.figure_left {
	float: left;
/*	width: 370px;*/
	margin: 15px 10px 5px 10px;
}

.figure_right {
	float: right;
/*	width: 370px;*/
	margin: 15px 10px 5px 10px;
}

img {
/*	border: solid 2px #666;*/
/*	padding: 10px;*/
}

.figure_caption_left {
	width: 360px;
	font: bold 1em/normal Verdana, Arial, Jelvetica, sans-serif;
	color: #333;
	text-align: center;
/*	background-color: #e6f3ff;*/
/*	border: 1px dashed #666;*/
	padding: 0px;
	margin: 0px 0 0 0;
}

.figure_caption_right {
	width: 360px;
	font: bold 1em/normal Verdana, Arial, Jelvetica, sans-serif;
	color: #333;
	text-align: center;
/*	background-color: #e6f3ff;*/
/*	border: 1px dashed #666;*/
	padding: 0px;
	margin: 0px 0 0 0;
	margin-left: 10px;
}




#LossOfFines {
/*	float: left;*/
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
/*	margin-left: 20px;*/
/*	margin-left: 15px; */
/*	margin-top: 5px; */
/*	margin-right: 1px; */
/*	margin-bottom: 0px; */
	width: 350px;
	height: 251px;
	padding: 5px;
	border: solid 2px #666;
}


#StableFines {
/*	float: right;*/
	margin: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
/*	margin-left: 20px;*/
/*	margin-left: 15px; */
/*	margin-top: 5px; */
	margin-right: 0px;
/*	margin-bottom: 0px; */
	width: 350px;
	height: 251px;
	padding: 5px;
	border: solid 2px #666;
}



#DisclaimerWrapper {
	float: none;
	border: solid 1px #000000;
	padding: 5px;
	margin-top: 40px;
	margin-right: 50px;
	width: 750px;
	text-align: left;
}

#DisclaimerWrapper h3 {
	margin: 0px;
	font-size: 1.1em;
    color: #000000;
    font-variant: normal;
    text-transform: none;
    font-weight: bold;
	text-align: left;
}

#Disclaimer {
	font-size: 1.0em;
	margin-top: 5px;
}

.DisclaimerCheckBox {
	margin-left: 350px;
	font-size: 1.2em;
	font-weight: bold;
}



/*How To Page
----------------------------------------------------------*/
#HowToNotesTitle {
	margin-bottom: 5px;
}


#HowToLeftSide {
	float: left;
	width: 575px;
	font-size: 1.2em;
/*    border: 1px #800000 dotted;*/
}


#HowToRightSide {
	float: right;
	width: 575px;
	font-size: 1.2em;
/*    border: 1px #800000 dotted;*/
}





/*Results Interpretation Page
----------------------------------------------------------*/
#ResultsInterpretationNotesTitle {
	margin-bottom: 5px;
}


#ResultsInterpretationLeftSide {
	float: left;
	width: 575px;
	font-size: 1.2em;
/*    border: 1px #800000 dotted;*/
}


#ResultsInterpretationRightSide {
	float: right;
	width: 575px;
	font-size: 1.2em;
/*    border: 1px #800000 dotted;*/
}


/*Lists
------------------------------------------------------------*/
ol {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 100%;
	margin-left: 30px;
	padding-left: 0px;
}

ol ol {
	list-style-type: lower-latin;
	list-style-position: outside;
	line-height: 150%;
	margin-left: 20px;
	padding-left: 0px;
}

ul {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 130%;
	margin-left: 20px;
	padding-left: 0px;
}

ol li {
	padding-left: 0px;
	margin-top: 15px;
	margin-left: 0px;
	line-height: 120%;
}

ol ol li {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 120%;
}




/*Treatment Page
----------------------------------------------------------*/
.MyHiddenField {
	display: none;
}

.MaterialsPlotImage {
	clear: both;
	margin-top: 50px;
	border: 1px solid #000000;
}

#TreatmentRatingPage {
	position: relative;
/*	border: 1px solid #000000;*/
}


#RoadwayInfoWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 690px;
	height: 30px;
	background-color: #c0c0c0;
	border: 1px solid #000000;
}

.RoadwayIDLabel {
	position: absolute;
	left: 3px;
	top: 5px;
	font-weight: 700;
	font-size: 1.1em;
/*	border: 1px solid #000000;*/
}

.RoadwayIDTextBox {
	position: absolute;
	left: 60px;
	top: 5px;
	width: 100px;
}
.RoadwayIDRequiredFieldValidator {
	position:absolute;
	left: 165px;
	top: 1px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.RoadwayDetailsLabel {
	position: absolute;
	left: 180px;
	top: 5px;
	font-weight: 700;
	font-size: 1.1em;
}

.RoadwayInfoTextBox {
	position: absolute;
	left: 230px;
	top: 5px;
	width: 440px;
}
.RoadwayInfoRequiredFieldValidator {
	position:absolute;
	left: 675px;
	top: 1px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}


#MaterialTestResultsWrapperDiv {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 360px;
	height: 145px;
	background: #aba594;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}

#MaterialTestResultsFieldset {
	Position: relative;
	width: 335px;
	height: 110px;
	margin: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
}

#MaterialTestResultsFieldset_Legend {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
}

.PercentPassingOneInchLabel {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 85px;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.PercentPassingOneInchTextBox {
	position: absolute;
	left: 100px;
	top: 30px;
	width: 40px;
	text-align: right;
}
.PercentPassingOneInchTextBoxRequiredFieldValidator {
	position:absolute;
	left: 145px;
	top: 27px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}
.TextBox_A_RangeValidator {
	position:absolute;
	left: 0px;
	top: 100px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.PercentPassingNo4Label {
	position: absolute;
	left: 15px;
	top: 60px;
	width: 85px;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.PercentPassingNo4TextBox {
	position: absolute;
	left: 100px;
	top: 60px;
	width: 40px;
	text-align: right;
}
.PercentPassingNo4TextBoxRequiredFieldValidator {
	position:absolute;
	left: 145px;
	top: 55px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.PercentPassingNo8Label {
	position: absolute;
	left: 15px;
	top: 90px;
	width: 85px;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.PercentPassingNo8TextBox {
	position: absolute;
	left: 100px;
	top: 90px;
	width: 40px;
	text-align: right;
}
.PercentPassingNo8TextBoxRequiredFieldValidator {
	position:absolute;
	left: 145px;
	top: 84px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.PercentPassingNo40Label {
	position: absolute;
	left: 182px;
	top: 30px;
	width: 95px;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.PercentPassingNo40TextBox {
	position: absolute;
	left: 275px;
	top: 30px;
	width: 40px;
	text-align: right;
}
.PercentPassingNo40TextBoxRequiredFieldValidator {
	position:absolute;
	left: 320px;
	top: 27px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.PercentPassingNo200Label {
	position: absolute;
	left: 182px;
	top: 60px;
	width: 95px;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.PercentPassingNo200TextBox {
	position: absolute;
	left: 275px;
	top: 60px;
	width: 40px;
	text-align: right;
}
.PercentPassingNo200TextBoxRequiredFieldValidator {
	position:absolute;
	left: 320px;
	top: 55px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.PILabel {
	position: absolute;
	left: 182px;
	top: 90px;
	width: 95px;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.PITextBox {
	position: absolute;
	left: 275px;
	top: 90px;
	width: 40px;
	text-align: right;
}
.PITextBoxRequiredFieldValidator {
	position:absolute;
	left: 320px;
	top: 84px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.RangeLabel {
	position: absolute;
	left: 0px;
	top: 117px;
	width: 335px;
	text-align: left;
	color: Red;
	font-size: 1.0em;
/*	border: 1px solid #000000;*/
}



#ObjectiveSelectionControlsDiv {
/*	float: left;*/
/*	display: inline-block;*/
	position: absolute;
	left: 370px;
	top: 40px;
	width: 320px;
	height: 145px;
	background: #aba594;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 1px solid #000000;
}

#ObjectiveFieldset {
	width: 280px;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}

#ObjectiveFS_Legend {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
}

.ShortTermDCsprayOnRadioButton {
	display: block;
	padding-top: 0px;
	margin-left: 5px;
	font-size: 1.0em;
/*	border: 1px solid #000000;*/
}

.LongTermFinesSprayOnRadioButton {
	display: block;
	margin-top: 2px;
	margin-left: 5px;
/*	border: 1px solid #000000;*/
}

.LongTermFinesMixInRadioButton {
	display: block;
	margin-top: 2px;
	margin-left: 5px;
/*	border: 1px solid #000000;*/
}

.LongTermStabMixInRadioButton {
	display: block;
	margin-top: 2px;
	margin-left: 5px;
/*	border: 1px solid #000000;*/
}



#RoadwayParametersSelectionDiv {
/*	clear: both;*/
/*	float: left;*/
/*	display: inline-block;*/
	position: absolute;
	left: 710px;
	top: 0px;
	width: 450px;
	height: 145px;
	background: #aba594;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}

#RoadwayParametersFieldset {
	Position: relative;
	width: 410px;
	height: 100px;
	margin: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
}

#RoadwayParametersFS_Legend {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
}

.TrafficDropdownLabel {
	position: absolute;
	top: 25px;
	left: 30px;
}
.TrafficDropdown {
	position: absolute;
	width: 85px;
	top: 47px;
	left: 30px;
}
.TrafficDropdownErrorLabel {
	position:absolute;
	left: 115px;
	top: 42px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.ClimateDropdownLabel {
	position: absolute;
	top: 25px;
	left: 130px;
}
.ClimateDropdown {
	position: absolute;
	width: 100px;
	top: 47px;
	left: 130px;
}
.ClimateDropdownErrorLabel {
	position:absolute;
	left: 230px;
	top: 42px;
	width: 90px;
	text-align: left;
	color: Red;
	font-size: 2.0em;
	font-weight: bolder;
}

.PlasticityDropdownLabel {
	display: none;
	position: absolute;
	top: 25px;
	left: 230px;
}

.PlasticityDropdown {
	display: none;
	position: absolute;
	width: 85px;
	top: 47px;
	left: 230px;
}

.PercentFinesDropdownLabel {
	display: none;
	position: absolute;
	top: 25px;
	left: 330px;
}

.PercentFinesDropdown {
	display: none;
	position: absolute;
	width: 85px;
	top: 47px;
	left: 330px;
}

.MoreThan10PercentTrucksCheckBox {
	position: absolute;
	top: 10px;
	left: 260px;
/*	border: 1px solid #000000;*/
}

.SteepGradesCheckBox {
	position: absolute;
	top: 30px;
	left: 260px;
/*	border: 1px solid #000000;*/
}

.SharpCurvesBox {
	position: absolute;
	top: 50px;
	left: 260px;
/*	border: 1px solid #000000;*/
}


#PredictPerformanceButtonDiv {
/*	clear: both;*/
/*	display: inline-block;*/
/*	float: left;*/
	position: absolute;
	left: 0px;
	top: 180px;
	margin-top: 0px;
	margin-left: 0px;
	width: 155px;
	height: 30px;
	font-weight: 700;
	font-size: 1.1em;
/*	border: 1px solid #000000;*/
}

#PredictPerformanceButtonDiv {
	display: none;
}

#ComputeRatingsButtonDiv {
/*	clear: both;*/
/*	float: left;*/
/*	display: inline-block;*/
	position: absolute;
	left: 20px;
	top: 85px;
	margin-top: 0px;
	margin-left: 0px;
	width: 140px;
	height: 30px;
	font-weight: 700;
	font-size: 1.1em;
/*	border: 1px solid #000000;*/
}


#EnvironmentalButtonDiv {
	position: absolute;
	left: 160px;
	top: 85px;
	margin-top: 0px;
	margin-left: 0px;
	width: 140px;
	height: 30px;
	font-weight: 700;
	font-size: 1.1em;
}
.EnvironmentalButton {
	display: none;
}
#EnvironmentalConsiderationsImageWrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #000000;*/
}
#EnvironmentalConsideration {
	width: 792px;
	height: 687px;
}

#OtherButtonDiv {
	position: absolute;
	left: 280px;
	top: 85px;
	margin-top: 0px;
	margin-left: 0px;
	width: 140px;
	height: 30px;
	font-weight: 700;
	font-size: 1.1em;
}
.OtherButton {
	display: none;
	width: 70px;
}
#OtherConsiderationsImageWrapper {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #000000;*/
}
#otherConsideration {
	width: 507px;
	height: 723px;
}

.EnvironmentalOtherButton {
	position: absolute;
	left: 160px;
	top: 85px;
}



#EnvironmentalOtherConsiderationsImageWrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#EnvironmentalOtherConsideration {
	width: 1100px;
	height: 710px;
}



.PredictPerformancePlotTitleLabel {
	position: absolute;
	left: 160px;
	top: 230px;
	font-weight: 800;
	font-size: 1.2em;
}

#TreatmentsPanelWrapperDiv {
/*	clear: both;*/
/*	float: left;*/
	position: absolute;
	left: 0px;
	top: 250px;
	width: 600px;
	height: 175px;
	margin-top: 5px;
/*	border: 1px solid red;*/
}


.TreatmentsPlotImage {
	margin-top: 0px;
/*	border: 1px solid #000000;*/
}




.TreatmentGridLabel {
	position: absolute;
	left: 875px;
	top: 160px;
	font-weight: 800;
	font-size: 1.2em;
}

#TreatmentGridDiv {
/*	clear: both;*/
/*	float: right;*/
/*	display: inline-block;*/
	position: absolute;
	left: 735px;
	top: 180px;
	width: 470px;
	height: 400px;
	margin-left: 0px;
	margin-top: 5px;
/*	border: 1px solid #000000;*/
}

.TreatmentGrid {
/*	display: block;*/
/*	width: 430px;*/
	/*margin-right: 5px;*/
	/*font-size: 2.2em;*/
	font-weight: normal;
}

.TreatmentGridHeader {
	background: #aba594;
	font-weight: bold;
	font-size: 1.1em;
}

.TreatmentGridRow {
	font-size: 1.05em;
}

#TreatmentGridMsgLabelDiv{
	text-align: center;
	width: 445px;
/*	border: 1px solid #000000;*/
	padding-top: 5px;
}

.TreatmentGridMsgLabel {
	color: Red;
	background-color: Yellow;
	font-size: 1.2em;
	font-weight: bold;
/*	text-decoration: blink;	not supported on IE*/
}

#TreatmentGridNotes {
	position: absolute;
	left: 30px;
	top: 640px;
	width: 550px;
	padding: 5px;
	background-color: #c0c0c0;
	border: 1px solid #000000;
}

.TreatmentGridNotes_Line1 {
}

.TreatmentGridNotes_Line2 {
	Display: block;
	padding-top: 3px;
}
.TreatmentGridNotes_Line3 {
	Display: block;
	padding-top: 3px;
}



#MiscButtonDiv {
	position: absolute;
	left: 615px;
	top: 607px;
	width: 90px;
	height: 80px;
	background: #aba594;
	border: 1px solid #000000;
}

.SuppliersButton {
	position: relative;
	left: 10px;
	top: 10px;
	width: 70px;
}


.SpecsButton {
	position: relative;
	left: 10px;
	top: 15px;
	width: 70px;
}

.Print {
	position: relative;
	left: 10px;
	top: 25px;
	width: 70px;
}


/* About
----------------------------------------------------------*/
#AboutWrapper {
	margin-top: 20px;
}

#Logo {
/*	float: right;
	margin: 10px;*/
	margin-left: 35px;
	margin-top: 10px;
/*	margin-right: 1px; */
/*	margin-bottom: 0px; */
	width: 100px;
	height: 100px;
	padding: 0px;
/*	border: solid 2px #666;*/
}

#AboutTitle {
	float: right;
	margin-top: 35px;
	margin-right: 300px;
    font-size: 2.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0px;
}

#AboutVersion {
	text-align: center;
    font-size: 0.4em;
    color: #000000;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
	padding-bottom: 20px;
}

#AboutTextWrapper {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
    border-top: 3px solid #496077;
	padding: 20px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.bullet {
	color: #4e5766;
	margin: 0 5px 0 5px;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}
	
.addSpace {
	margin-top: 40px;
}

.largerFont {
	font-size: 1.2em;
}

