
/******************************************************************************
 * IDS
 */

#outerBody {
   width: 75%;
   color: #000011;
   margin-left: auto;
   margin-right: auto;
   min-width: 800px;
}

#header {
   width: 100%;
   height: 145px;
   padding: 0px;
   background-image: url('../images/nav_bg.jpg');
   background-repeat: repeat-x;
}

#headerImg {
   padding: 0px;
   width: 100%;
   height: 100%;
   border: 0px;
   background-image: url('../images/srproj2.jpg');
   background-repeat: no-repeat;
}

#userLink {
   position: relative;
   width: 100%;
   height: 0px;
   bottom: 46px;
   right: 13px;
   text-align: right;
   color: #a7a7a7;
}

#content {
   padding-top: 20px;
   width: 96%;
   margin: auto;
}

#welcome {
   float: left;
   width: 48%;
   padding-top: 0px;
   height: 350px;
}

#login {
   float: right;
   width: 48%;
   height: 350px;
}

#footer {
   text-align: center;
   width: 100%;
   float: left;
   line-height: 20px;
}

#footer a {
   font-size: 11px;
}

#footer .links {
   color: #AAAAAA;
}

#frontPageLogin {
   line-height: 200%;
   width: 280px;
   margin: auto;
}

#frontPageLogin label {
   width: 20px;
   float: left;
}

#news {
   width: 30%;
   float: left;
}

#welcomePageWrapper {
   width: 68%;
   float: right;
}

#welcomePageWrapper label {
   font-weight: normal;
}

#welcomePageWrapper textarea {
   width: 98%;
   height: 200px;
}

#viewProfileLeftWrapper {
   float: left;
   width: 48%;
}

#viewProfileRightWrapper {
   float: right;
   width: 48%;
}

#editProfileAccountWrapper {
   margin: auto;
   width: 50%;
}

#editProfileAccountWrapper b {
   font-weight: bold;
   float: left;
   width: 140px;
}

#editProfileAccountWrapper label {
   font-weight: normal;
}

#editProfileAccountWrapper .contentBoxText {
   line-height: 275%;
}

#newTransactionBox {
   line-height: 250%;
}

#newTransactionBox label{
   float: left;
   width: 130px;
}

#newTransactionBox textarea {
   width: 200px;
   height: 75px;
}

#messages {
   width: 100%;
   background-color: #ebebeb;
   border-top: 1px solid #026A00;
   border-right: 1px solid #026A00;
   border-left: 1px solid #026A00;
}

#messages td {
   border-bottom: 1px solid #026A00;
   padding: 4px;
}

#newMessageWrapper {
   margin: auto;
   width: 50%;
}

#newMessageWrapper textarea {
   width: 300px;
   height: 150px;
}

#newMessageWrapper label {
   font-weight: bold;
   float: left;
   width: 100px;
}

#newMessageWrapper .contentBoxText {
   line-height: 275%;
}

#loginBox {
   width: 300px;
   margin: auto;
   line-height: 250%;
}

#loginBox label {
   width: 75px;
   float: left;
}

#registerWrapper {
   margin: auto;
   width: 50%;
}

#registerWrapper b {
   width: 160px;
   float: left;
}

#registerWrapper label {
   font-weight: normal;
}

#registerWrapper .contentBoxText {
   line-height: 250%;
}

#activateBox {
   margin: auto;
   width: 50%;
}

#activateBox .contentBoxText {
   line-height: 250%;
}

#activateBox label {
   width: 140px;
   float: left;
}

#addFeedbackWrapper {
   margin: auto;
   width: 50%;
}

#addFeedbackWrapper b {
   float: left;
   width: 175px;
}

#addFeedbackWrapper label {
   font-weight: normal;
   padding-right: 6px;
}

#addFeedbackWrapper .contentBoxText {
   line-height: 250%;
}

#addFeedbackWrapper textarea {
   width: 400px;
   height: 200px;
}


#addNewsWrapper {
   margin: auto;
   width: 75%;
}

#addNewsWrapper b {
   font-weight: bold;
   float: left;
   width: 100px;
}

#addNewsWrapper textarea {
   width: 500px;
   height: 300px;
}

#addNewsWrapper .titleField {
   width: 500px;
}

#addNewsWrapper label {
   font-weight: normal;
}

#addNewsWrapper .contentBoxText {
   line-height: 275%;
}

#terms li {
   line-height: 15px;
   padding-bottom: 5px;
}

/******************************************************************************
 * CLASSES
 */

.contentBox {
   background-color: #ebebeb;
}

.contentBoxText {
   padding: 10px;
}

.contentBoxText p {
   margin-top: 0px;
}

.center {
   text-align: center;
}

.left {
   text-align: left;
}

.right {
   text-align: right;
}

.verticalSpacer {
   float: left;
   width: 100%;
}

.halfPageWrapper {
   margin: auto;
   width: 50%;
}

.errorTextColor {
   color: #ff0000;
}

.rowWrapper {
   background-color: #ebebeb;
   border-bottom: 1px solid #026A00;
   float: left;
   width: 100%;
   padding: 0px;
   margin: 0px;
}

.transactionHeader {
   background-color: #c9c9c9;
   border-bottom: 1px solid #026A00;
   float: left;
   width: 100%;
}

.transactionHeader label {
   font-size: 13px;
   font-weight: bold;
   color: #004800;
}

.transactionInfo {
   float: left;
   width: 24%;
}

.transactionFeedback {
   float: left;
   width: 38%;
}

.transactionRest {
   float: left;
   width: 76%;
}

.transactionRest label {
   width: 200px;
}

.transactionContent {
   padding: 4px;
   padding-right: 25px;
   line-height: 145%;
}

.viewProfileContent {
   line-height: 175%;
}

.viewProfileContent label {
   float: left;
   width: 120px;
}

.viewProfileContentRatings {
   line-height: 175%;
}

.viewProfileContentRatings label {
   float: left;
   width: 220px;
}

.msgSender {
   width: 100px;
   border-right: 1px solid #026A00;
}

.msgSubject {
   border-right: 1px solid #026A00;
   /*width: 90%;*/
}

.msgDate {
   width: 75px;
   border-right: 1px solid #026A00;
}

.msgDelete {
   width: 20px;
   text-align: center;
}

.messageViewBox {
   margin: auto;
   width: 75%;
   background-color: #ebebeb;
}

.messageViewBox textarea{
   width: 500px;
   height: 150px;
}

.messageNotRead {
   background-color: #e1eee1;
}

.normalLineHeight {
   line-height: normal;
}

/******************************************************************************
 * HTML ELEMENTS
 */

h1 {
   font-size: 14px;
   font-weight: normal;
   color: #888888
}

h2 {
   color: #026a00;
   font-size: 16px;
   border-bottom: 1px solid #026A00;
   background-color: #ffffff;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 3px;
}

body {
   background-color: #FFFFFF;
}

body, p {
   font-family: Arial, arial, sans-serif, Helvetica;
   font-size: 12px;
   color: #000000;
}

a, a:visited {
   text-decoration: none;
   color: #026A00;
}

a:hover {
   color: #777777;
}

label {
   font-weight: bold;
}

textarea, input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
}
