
body  {
    color: #000000;
    background-color:#FFFFFF;
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



div#maxlogo {
background-color: #8080FF;
width:100%;
height:46px;
text-align:center;
border-bottom: 1px solid black;
}

div#maxshadow {
height:14px;
background-image: url(images/shaded_bottom.gif);
background-repeat: repeat-x;
}

div#security {
	width:680px;	
	text-align:left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
    background-color:#FFFFFF;
	font-weight : normal;
    font-size : 10pt;
    padding:10px;
}

div#maxleftcol {
	background-color:  #8080FF;
    color: #000000;
	width: 165px !important;
	width: 165px;
	height: 400px;
    padding: 8px 8px 0 8px;
	float: left;
	text-align: left;
}

div#maxrightcol {
  float: right;
  width: 480px !important;
  width: 480px;
  padding: 0 8px 0 8px;
  text-align: left;
}

div#maxmain {
	width:680px;	
	text-align:center;
	margin: 30px auto 0 auto;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
    background-color:#FFFFFF;
	font-weight : normal;
    font-size : 8pt;
}



.confirmtable {
	width: 95%;
    padding:6px;
}

table.confirmtable td {
	border: 1px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
    background-color:#FFFFFF;
	font-weight : normal;
    font-size : 8pt;
}

table.maxrecommended {
	width: 80%;
}

table.maxrecommended td {
	color : #333333;
	font-size: 11px;
	width: 50%;
}

.maxtoggle {
	font-weight: bold;
}

.maxitem {
	font-weight: normal;
}


/*   The header class is used for titles  */
.maxheader {
    font-size : 14pt;
	font-weight: bold;
	color: #cccccc;
}

/*   The content class is used for body text  */
.maxcontent {
    font-size : 8pt;
}


/*   The subheader class is used for subtitles  */
.maxsubheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
    font-size : 10pt;
}



/*    The error class is used for error messages such as incorrect input      */
.maxerror {
	color: #FF0000;
        font-weight : bold;
        font-style: italic;
}


/*  The helpcontent class is for the text of help windows   */
.wwshelpcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size : 10pt;
    font-weight : normal;
	margin: 6px 12px 0 12px;
}



/*   The helpheader class is used for titles on the help pages */
.wwshelpheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 12pt;
}

.maxtitle {
    font-size : 14pt;
	font-weight: bold;
	color: navy;
}

fieldset {
  margin: 0 0 16px 3px; 
  padding: 0 5px 5px 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}


legend {
  color: blue;
  font-weight: bold;
}

label {
  float:left;
  width:140px;
}
