body {
	background: white;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	overflow-y: scroll;
	text-align: center;
}

#browserNote {
  padding: 10;
  margin: 15px auto 0px auto;
  width: 798px;
  color: #d32814;
  font-size: 90%;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
}

a {
  color: #3B8241;
}

img {
  border: none;
}

a:visited {
  color: #1D4121;
}

h2 {
  color: #2B372B;
}

h3 {
  color: #46603C;
}

li {
  margin-left: 15px;
  margin-top: 5px;
}

/* Flashes */

.flashYellow {
  font-size: 10pt;
  background-color: yellow;
}

/* Forms
---------------------------*/



input {
	color: #385733;
	font-size: 80%;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

input#user_email, input#user_password {
	color: #385733;
	font-size: 80%;
	font-family: Arial, "MS Trebuchet", sans-serif;
	width: 100%;
}

/* Validates */

.fieldWithErrors {
  padding: 1px;
  background-color: #d32814;
  display: table;
}

#errorExplanation {
  width: 350px;
  border: 1px solid #d32814;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*Log In*/

.warning {
  background: #eeeeee;
	font-weight: bold;
	border: 2px solid red;
	margin-top: 10;
	padding: 5;
	font-size: 90%;
}

.warning#errors {
  padding-left: 20px;
  border: 2px solid red;
}

#login_image {
	margin-top: -30px;
	margin-left: 10px;
  background-image: url("../images/agenda_klein.png");
  width: 227px;
  height: 209px;
  background-repeat: no-repeat;
}

#login_image_IE {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="../images/agenda_klein.png");
  width: 227px;
  height: 209px;
  background-repeat: no-repeat;
}

#loginPage {
  width: 800px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-image: url(../images/background_fade.png);
  background-repeat: repeat-x;
}

#header {
  width: 100%;
  height: 18px;
  text-align: left;
  background-color: #55844D;
}

#header_image {
  height: 18px;
}

#content {
  padding-top: 20px;
  text-align: left;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}

#content #image {
  width: 226px;
  float: left;
}

#content #text {
  width: 300px;
  float: left;
  font-size: 12px;
  margin-bottom: 20px;
}

#content #text h3 {
  font-size: 14px;
  margin-top: 14px;
}

#content #text #catch_frase {
  text-align: right;
  color: #C62923;
  font-size: 25px;
}

#content #userPanel {
  background-color: #EDFDE6;
  
  float: right;
  border: 3px #5E8250 solid;
  margin-right: 2px;
}

div#userPanelContent {
  margin: 15px 15px 15px 15px;
  width: 210px;
}

div#userPanel h2 {
  font-size: 14pt;
}

#content #registerPanel {
}

#content {
  margin-top: 30px;
}

#news_and_info{
  float: right;
  text-align: left;
  width: 100%;
}

#news_and_info h2 {
  margin-top: 0px;
  font-size: 15px;
  color: #B44C3E;
}

#news_and_info #news{
  float: left;
  width: 390px;
  margin-bottom: 20px;
}

#news_and_info #info{
  float: right;
  width: 390px;
}

#footer {
  float: left;
  width: 100%;
  background-color: #55844D;
  height: 18px;
  display: block;
  padding-top: 2px;
}

#footer a, #footer a:visited {
  color: #9DD887;
}

.label1 {
	font-weight: bold;
	font-size: 11pt;
}

.label2 {
	font-size: 9pt;	
}

.label3 {
	font-size: 9pt;	
	position: relative;
	top: -6px;;
}


/* features */
#features {
  padding: 10px;
  padding-top: 20px;
  font-size: 10px;
}

#features td {
  font-size: 12px;
  vertical-align: top;
  padding: 10px;
}

#features h3 {
  font-size: 15px;
}





.login_date {
  color: #A32919;
}

.login_content {
  
}

/*Sign Up*/

#SignUpMain {
}

#signUpWelcome {
  color: #dddddd;
  float: right;
  padding-right: 5px;
}

div#SignUpMain h2 {
  color: #d32814;
  font-size: 11pt;
  border-bottom: 1px solid gray;
}

#SignUpMain h3 {
	margin-left: 20px;
}

#signUpErrors {
  float: left;
  width: 100%;
}

#rightCol {
  width: 300px;
  float: right;
  margin-right: 40px;
}

#leftCol {
  width: 300px;
  float: left;
  margin-left: 40px;
  margin-right: 30px;
}

#noteMoreClasses, #noteAccessCode {
  font-size: 9pt;
  background-color: #eeeeee;
  
}

#signUpButton {
  float: right;
  text-align: right;
  margin-bottom: -10px;
  margin-top: 10px;
  width: 300px;
}

/* Payment */

#payment, #error {
  margin: 30 60 60 60;
  background-image: url("../images/agenda_klein.png");
  background-repeat: no-repeat;
}

#paymentText, #errorText {
  margin-left: 300px;
  margin-top: 70px;
}

/* forgotPassword */

#forgotPaswordImage {
  background-image: url("../images/agenda_klein.png");
  width: 227px;
  height: 209px;
  background-repeat: no-repeat;
}

#forgotPaswordImage_IE {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="../images/agenda_klein.png");
  width: 227px;
  height: 209px;
  background-repeat: no-repeat;
  float: left;
}

#forgotPassword {
  margin: 10 auto;
  font-size: 100%;
  height: 400px;
  width: 800px;
  text-align: left;
}

#forgotPaswordImage {
  float: left;
}

#forgotPasswordContent {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  width: 500px;
  height: 340px;
  font-size: 100%;
}

#forgotPasswordForm {
  background-color: #eeeeee;
  width: 250px;
  padding: 15 10 5 10;
}

/* invoice */

#invoice {
  margin: 0 30 30 30;
}

div #invoice #customer {
  background: #eeeeee;
  width: 200px;
  padding: 5px;
}

div #invoice table {
  font-size: 10pt;
}

div #invoice th {
  text-align: left;
  border-bottom: 1px solid #bbbbbb;
}

#mail_print {
  display: none;
}
