﻿body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
    line-height:17px;
}

a{text-decoration:none;cursor:pointer}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* AJAX
----------------------------------------------------------*/
.loading {
  background: url(../images/design/loading5.gif) center no-repeat;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.blur {
  
  -moz-opacity: .70;
  
}


#formHeaderBlue{
display:block;
width:700px;
height:70px;
background: url(../images/design/formHeaderBlue.png) center no-repeat;
}
#formBodyOuter{
display:block;
width:700px;
background: url(../images/design/formBodyBlue.png)  repeat-y;
}
#formBodyInner{
display:block;
min-height:350px;
padding:35px 75px 75px 55px;
background: url(../images/design/formFooterBlue.jpg) center bottom no-repeat;
}


input.txtBlue,input.txtBlueValid,input.txtBlueLarge,.txtAreaBlue{
border:solid 1px #ccc;
color:#555;
height:24px;
padding:6px 2px 0 2px;
    display:block;
    float:left;
font-size:18px;
width:190px;
background:#F3F6FB url(../images/design/bgInputBlue.png)  repeat-x;
margin-bottom:4px;
}
.txtAreaBlue{
font-size:.95em;
height:49px;
line-height:15px;
font-family:Tahoma;
}
input.txtBlueLarge{
height:28px;
padding:2px 2px 0 2px;
font-size:24px;
}
input.txtBlueValid{
color:#677900;
}
#formBodyInner label{
padding:7px 0 0 0 ;
width:160px;
display:block;
float:left; 
}

#formBodyInner select{
height:26px;
color:#446488;
font-size:1.2em;
font-family:Tahoma;
min-width :170px;
display:block;
float:left;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px  solid #CCC;

}

fieldset p 
{
display:block;float:left;width:100%;
margin:0;
padding:5px 0;

}





legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 2px 4px;
    color:#555;
}
/*
input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
*/


.lnkGreen,.lnkBlue{
cursor:pointer;
float:right;
}
.lnkBlue{
float:left;
}
.lnkGreen b,.lnkBlue b{
background:url(../images/design/bgBtnGreen.png) ;
line-height:14px;
height:14px;
color:#fff;
padding:11px 6px 1px 10px;
height:23px;
float:left;
display:block;
}
.lnkBlue b{
background:url(../images/design/bgBtnBlue.png) top right;
float:right;
}

.lnkGreen:hover b,.lnkBlue:hover b{
background:url(../images/design/bgBtnGreenHover.png)  ;
color:#F1FFC1;
padding:12px 5px 0 11px;
}
.lnkBlue:hover b{
background:url(../images/design/bgBtnBlueHover.png) top right;
}

.next span, .back span{
background: url(../images/design/bgBtnGreenNext.png)  right top;
display:block;
width:35px;
height:35px;
float:left;
}
.back span{
background: url(../images/design/bgBtnBlueBack.png)  left top;
float:right;
}
.next:hover span{
background: url(../images/design/bgBtnGreenNextHover.png)  right top;
}
.back:hover span{
background: url(../images/design/bgBtnBlueBackHover.png)  right top;
}

.lnkAdd,.lnkDelete{
background: url(../images/design/add.png) no-repeat left top;
padding:6px 0 5px 25px;
text-align :left;
color:#496200;
font-weight:bold;
}
.lnkDelete{
background: url(../images/design/delete.png) no-repeat left top;
color:#DF0000;
padding:0 0 3px 25px;
}
.lnkAdd:hover{
color:#759B00
}
.lnkDelete:hover{
color:#FF0000;
}












/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#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;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error,input.input-validation-error
{
    border: 1px solid #ff0000;
  /*  background:none;
    background-color: #ffeeee;*/
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    display:block;
    float:left;
    width:175px;
    /*white-space:nowrap;
    /*clear:both;*/
    font-size:.9em;
    padding-left:2px;
    line-height:15px;

}


