body {
   direction: ltr;
/*   font-family:'Times New Roman', serif;  */
   font-family: 'Arial', 'Helvetica',sans-serif; 
   font-size: 16px;
}

.topHeader {
     width: 800px;
	  background: white url(images/common/top_banner_image.jpg) no-repeat left top ;
	  height: 100px;
/*   border: 1px solid #7e9db9; */
   margin-bottom: 30px;
}

.mainContentLogin {
   width: 800px;
   clear: both;
   text-align: left;
/*   font-family:Arial; 
   font-size: 13px;
   font-family: 'Alike', serif;*/
   font-family: 'Arial', 'Helvetica',sans-serif; 
   font-size: 16px;

}

.headerSection {
/*   height: 50px; */
}

.mainTitle {
   font-size: 18px;
	 font-weight: bold;
}


.blockOfText {
   width: 800px;
   text-align: left;
}

.blockOfText a {
    color: black;
}


.blockOfText a:hover {
    color: black;
	text-decoration: none;
}


.formBox {
   margin-top: 20px;
   width: 700px;
   min-height: 150px;
   height: auto;
   border: 1px solid #7e9db9;
   padding: 10px 10px 20px 10px;
   background: #eeeeee;
   font-family:Arial; 
   font-size: 13px;
	overflow: hidden;  /* enforce container to include heights of float divs */
/* 	margin-left: auto;
	margin-right: auto; */
}

.inputEntry {
   clear: both;
   width: 680px;
   padding-top: 10px;
   margin: 0;
   padding-bottom: 0;
	overflow: hidden;  /* enforce container to include heights of float divs */
}

.inputEntryBotLine {
   clear: both;
   width: 680px;
   padding-bottom: 10px;
   margin: 0;
   border-bottom: 1px solid #7e9db9;
	overflow: hidden;  /* enforce container to include heights of float divs */
}

.inputLabel {
   float: left;
   width: 160px;
   direction: ltr;
   text-align: left;
     font-size: 12px;
   color: #434343;
   padding-right: 12px;
   margin: 0;
}

.inputBox {
   float: left;
   width: 480px;
   padding-right: 20px;
/*   margin: 0;   */
   margin-left: auto;
   margin-right: auto;
}

.inputBoxLong{
   float: left;
   width: 500px;
   padding-right: 20px;
/*   margin: 0;   */
   margin-left: auto;
   margin-right: auto;
}

.inputField {
}

.error {
   color: red;
   margin-left: 5px;
}

#errorbox {
   margin-left: 2px;
   margin-top: 2px;
   font-weight: bold;
}




.creditDiv {
   margin-top: 20px;
   width: 500px;
   text-align: left;
}

.creditLine {
   font-family:Arial;
   font-size: 10px;
   color: #888888;
}

.creditLine a {
   color: #888888;
   text-decoration: underline;
}

.creditLine a:hover {
   color: #888888;
   text-decoration: none;
}

.spacer {
   margin-top: 35px;
}

.inputEntryLine {
    margin-top: 20px;
   clear: both;
   width: 680px;
   padding-top: 10px;
   margin: 0;
   padding-bottom: 0;
   border-top: 2px solid #7e9db9;
}

.errorLabel {
   color: red;
	 font-weight: bold;
}

/* Statistics */
.ourTable {
   width: 1280px;
   border: 1px solid black; 
   margin-top: 20px;
   font-size: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.statTable {
   width: 100%;
   border-collapse: collapse;
}

.topLabels {
    background: gray;
	color: white;
}

.statTable td {
   border: 1px solid black; 
   font-size: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.statTable td a {
    color: black;
}

.statTable td a:hover {
    text-decoration: none;
}

.topLabels td a {
    color: white;
}

.topLabels td a:hover {
    color: white;
    text-decoration: none;
}

.separatorLine {
   text-align: center;
   width: 100%;
   border-top: 2px solid #7e9db9;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
}

.firstOrderLi {
   margin-bottom: 10px;
}

.firstOrderLi li {
   margin-bottom: 8px;
}

.firstOrderLi li li {
   margin-bottom: 6px;
}