body {
	margin: 0;
	padding: 0;
	background-color: #e7e5dd;
	font-family: verdana, helvetica, arial;
	font-size: 0.9em;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.3em;	
}

h2 {
	font-size: 1.1em;	
}

h3 {
	font-size: 0.9em;	
}

a, a:link, a:visited {
	color: #5482ab;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #786592;
	outline: none;
	text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: bold;	
}

form {
    margin: 0;
    padding: 5px 10px;
    /*width: 878px;*/
    width: 1260px;
}

table {
       border-collapse: collapse;
       text-align: left;
       margin: 10px;
       /*border-top: 1px solid #000;*/	
       /*border-left: 1px solid #000;*/
}

th {
    font-variant: small-caps;
    font-size: 0.8em;
    padding:5px 5px;
    border:1px solid #000000;
    background: #d7d3c7;
   }

td {
    padding: 5px 10px;
    font-size: 0.7em;
    border: 1px solid #000000;
    /*border-right: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
}


/****************************************
 *
 * Login Page Begin
 *
 ****************************************/
#frontHeader {
	height: 100px;
	/*background: url(../images/emsi-logo.jpg) no-repeat top left;*/
	background: url(../images/AQUAVEO_web_small.png);
	background-position: left center;
	background-repeat: no-repeat;
	/*background: url(../images/aquaveo.jpg) no-repeat left center;*/
	border-bottom: 1px solid #000;
	/*width: 900px;*/
	/*width: 1260px;*/
	width: 1332px;
}

#frontHeader h1 {
	margin-left: 360px;
	padding-top: 40px;
	width: 640px;
}
#frontContent {
	padding: 20px 0;
	background-color: #FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*width: 900px;*/
	/*width: 1260px;*/
	width: 1332px;
}

#frontContent .error {
	text-align: center;	
	margin-top: 5px;
	padding-bottom: 10px;
}

#frontContent form {
	width: 235px;
	margin: 0 auto;
}

#frontContent .line {
	float: left;
	width: 235px;
	height: 40px;
	text-align: left;
}

#frontContent .label {
	float: left;
	width: 85px;
}

#frontContent .inputs {
	float: left;
	width: 150px;
}

#frontContent .submit {
	width: 235px;
	clear: both;
}

#frontContent .button {
	margin-top: 10px;
}
/****************************************
 *
 * Login Page End
 *
 ****************************************/

/****************************************
 *
 * Common Elements Begin
 *
 ****************************************/
#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*width: 900px;*/
	width: 1262px;
}

.error {
	color: red;
	padding-left: 10px;
	padding-right: 10px;
}

.success {
	color: #469F45;
	padding-left: 10px;
	padding-right: 10px;
}
 
#header {
	margin: 0;
	padding: 0;
	height: 125px;
	/*background: url(/images/aquaveo.jpg) no-repeat left center;*/
	background: url(/images/AQUAVEO_web_small.png) no-repeat 0px 40px;
	border-bottom: 1px solid #000;	
	/*width: 900px;*/
	width: 1332px;
}

#header h2 {
	float: left;
	padding-top: 100px;
	height: 25px;
	text-align: left;
	/*width: 600px;*/
	width: 902px;
}

#header #userInfo {
	float: left;
	margin-top: 35px;
	height: 90px;
	width: 300px;
	text-align: right;
}

#userInfo .label {
	width: 100px;
	float: left;
	text-align: left;	
}
 
#navigation {
	height: 29px;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #989b97;
	/*width: 898px;*/
	width: 1330px;
}
#navigation a:link, #navigation a:link, #navigation a:visited {
	color: #e7e5dd;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
}

#menu {
	float: left;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
}

#menu li {
	display: inline;
	margin-left: 20px;
	text-align: left;
}

#content {
	float: left;
	background-color: #FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-bottom: 10px;
	/*width: 898px;*/
	width: 1330px;
	margin: 0px;
}

#content h1,
#content h3,
#content h4,
#content p {
    padding: 6px 10px;
    /*width: 878px;*/
    width: 995px;
}

#content .formLine {
    height: 25px;
    /*width: 878px;*/
    width: 995px;
}

.formLine label,
.formLine span {
    float: left;
}

#content .submit {
    padding-top: 5px;
    clear: left;
}

#footer {
	clear: left;
	margin: 0;
	padding-top: 10px;
	height: 25px;
	border-top: 1px solid black;
	text-align: center;	
	font-size: 0.7em;
	/*width: 900px;*/
	width: 1332px;
}

/**************************************
 *
 * FORMS
 *
 *************************************/

input.largerCheckbox {
	width:15px;
	height:15px;
}
.evaluationRequest label {
    width: 200px;
}

.evaluationRequest span {
    width: 703px;
}

.customerSearch label {
	width: 150px;
}

.customerSearch span {
    width: 728px;    
}

.addCustomer label {
	width: 175px;
}

.addCustomer span {
    width: 703px;    
}

.softwareManagement label {
	width: 125px;
}

.softwareManagement span {
    width: 753px;    
}

.versionManagement label {
	width: 325px;;
}

.versionManagement span {
    width: 628px;    
}

.moduleManagement label {
    width: 100px;
}

.moduleName {
    width: 275px;
}

.evaluationModule {
    width: 228px;
}

.moduleGroup {
	width: 200px;
}

.userManagement label {
    width: 125px;
}

.userManagement span {
    width: 753px;
}

.configurationManagement label {
    width: 300px;
}

.configurationManagement span {
    width: 578px;
}

.softwareSelection label {
    width: 50px;
}

.softwareSelection span {
    width: 828px;
}

.versionSelection label {
    width: 75px;
}

.versionSelection span {
    width: 803px;
}

#moduleForm summary {
	font-weight: bold;
	margin: 5px 0;
}

.moduleSelection label {
    width: 30px;
}

.moduleSelection span {
    width: 848px;
}

.selectOptions label {
    width: 180px;
}

.selectOptions span {
    width: 698px;
}
.selectOptions2 label {
    width: 180px;
}
.selectOptions2 span {
    width: 200px;
}

#leftSide {
        float:left;
        width:30%;
}
#rightSide {
        float:right;
        width:50%;
}

#customerSearch {
	height: 220px;
}


/**************************************
 *
 * BUTTON DECORATIONS
 *
 *************************************/

.gmsbutton {
	background-color: #ba0c2f;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	border-radius: 3px;
	border: none;
	padding: 5px 10px;
	margin: 10px 25px 25px 0;
	float: left;
}
.smsbutton {
	background-color: #004c97;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	border-radius: 3px;
	border: none;
	padding: 5px 10px;
	margin: 10px 25px 25px 0;
	float: left;
}
.wmsbutton {
	background-color: #007749;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	border-radius: 3px;
	border: none;
	padding: 5px 10px;
	margin: 10px 25px 25px 0;
	float: left;
}



