﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/


fieldset a { color:White; vertical-align:middle;}
legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

#lgn_cont fieldset input[type="text"], 
#lgn_cont fieldset input[type="password"] 
{
     
    background:#fff;
    height:28px !Important; 
    width:334px !Important;
    border:none;
    background-image: url(Images/input_big.png);
    background-repeat: repeat-x; background-position: left top; 
    font-size:16px !Important;
    margin:4px 0px 0px 0px;
    text-align:left;
    color:#525A60 !Important;
    padding:3px 5px 3px 5px;
    vertical-align:middle;
    line-height: 30px
  
     
    }

select {
    border: 1px solid #6D6F71;
    padding: 2px;
    font-size: 13px;
    color: #444;
    width:100%; height:24px; 
}

input[type="submit"] {
   /* font-size: 1.2em;
    padding: 5px;*/
}

/* TABLE
----------------------------------------------------------*/

table {
   /* border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table td {
  /*  padding: 5px;
    border: solid 1px #e8eef4;*/
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline; 
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error,
.field-validation-error span {
    color: #ff0000;
    text-align:left;
    font-size:11px;
}
 
.field-validation-valid {
     visibility:hidden;
}

#loginfields .input-validation-error
{
	border:red 2px solid;
    background: red;
    position:relative;
    float:left;
    display:block;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    padding-left: 20px;
}

.validation-summary-valid {
    display: none;
}

.error_user
{
	 background:#fff  url(Images/valid_line.png) repeat-x left 80%;
	 width:332px; height:40px;
     color:#ED1D24;
     border:#ED1D24 2px solid;
     padding:10px 5px 36px 5px;
     margin-bottom:-40px;
     z-index:3 !Important;
     position:relative;
     visibility:hidden;
}
   
   .error_user2
  {     
	 background:#fff  url(Images/valid_line.png) repeat-x left 80%;
	 width:332px; height:40px;
     color:#ED1D24;
     border:#ED1D24 2px solid;
     padding:10px 5px 36px 5px;
     margin-top:-40px;
     z-index:3 !Important;
     position:relative;
   	visibility: visible;
   }
   
   .error_pass
	{
	 display:none;
     background:#fff  url(Images/valid_line.png) repeat-x left top;
	 width:332px; height:40px;
     color:#ED1D24;
     border-bottom:#ED1D24 2px solid;
     border-top:transparent 2px solid;
     border-left:#ED1D24 2px solid;
     border-right:#ED1D24 2px solid;
     padding:5px 5px 10px 5px;
     margin-top:-5px;
     z-index:3 !Important;
     position:relative;
    
    }
  .error_pass2
  {     
     display: inherit;
     background:#fff  url(Images/valid_line.png) repeat-x left top;
	 width:332px; height:40px;
     color:#ED1D24;
     border-bottom:#ED1D24 2px solid;
     border-top:transparent 2px solid;
     border-left:#ED1D24 2px solid;
     border-right:#ED1D24 2px solid;
     padding:5px 5px 10px 5px;
     margin-top:-5px;
     z-index:3 !Important;
     position:relative;
   }
   
 .help { width:347px;} 
 .help p{color:#fff; font-size:13px; padding:0; margin:20px 0 15px 0;max-width:347px;}
 .editor-labelhlp 
 {
 	width:80px;
 	color:#919195;
    text-align:left;
    float:left;
    margin:7px 0px 0px 0px;
    font-size:13px;
}
.editor-fieldhlp
{  float:left;
   width:340px;
   margin-top :5px;
   margin-bottom:7px;
   font-size:13px;   
}
 .editor-fieldhlp input, editor-fieldhlp select
  { 
      width:336px;
      height:20px;
      padding:0 4px 0 4px; 
      border:1px solid #6D6F71 !Important;
      line-height:20px;
      font-size:13px;
}
.validation-summary-errors ul{ margin:0; padding:0; display:none;}
.hlpselec 
{
	width:340px; overflow:auto;
	border: 1px solid #6D6F71;
    padding: 2px;
    font-size: 13px;
    color: #444;
    height:24px;
    }
    
.btn_cancel
 { 
   width:70px;
   min-height:12px;
   float:right;
   background:transparent url(Images/cancelico.gif) no-repeat right;
   border:none;
   text-transform:uppercase;
   text-align:right;
   padding-right:13px;
   letter-spacing:1;
   cursor:pointer;
   font-size:12px;
   color:#919195;
 } 
.btn_submit
 { 
   width: 70px;
   min-height:12px;
   float:right;
   background:transparent url(Images/submitico.gif) no-repeat right;
   border:none;
   text-transform:uppercase;
   text-align:right;
   padding-right:13px;
   letter-spacing:1;
   cursor:pointer;
   font-size:12px;
   color:#919195;
 }
#popupbtns{ padding:0px; margin:0px;}
#help input[type="submit"]{ color:White;}

 /* ------- for IE 7 see: Valid_mssgE76.css and Valid_mssg.css ----------

   .error_user2 {}


*/
 
 
  
   
.error_user span,
.error_pass span  { padding:5px 0 0 0}
.watermark {  z-index:4 !Important;}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    /*margin: 1em 0 0 0;*/
   
}

.display-field, 
.editor-field 
{
   margin-top :0px;
   margin-bottom: 0px;   
}
.editor-field  { text-align:left !important;}
.text-box {
    /*width: 30em;*/
}

.text-box.multi-line {
   /* height: 6.5em;*/
}

.tri-state {
    /*width: 6em;*/
}

