﻿body
{
text-align: center;
}


/*Links*/

A
{
    text-decoration: none;
    color: #990000;
    font-size: 11px;
    font-family: Verdana;
}

A.copy
{
  color: #999;   
}

A:hover
{
    text-decoration: underline;
}

/*
INPUT
{
    height: 13px;
    border-width:1px;
    border-color:Gray;
   
}*/

HR {
    height:1px;
    width:90%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
   }
   
.DlsStandard
{
    font-size: 13px;
    font-family: Veranda;
    text-align: left;

}

.dlstext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*Dont think this is working*/
SELECT
{
    border-width: 1px;
    border-color: Gray;
}




/*
Enrolment Layout
*/

.formdetailbox
{
    background-color:#eeeeee;
    border-width:1px;
    border-color: #990000;
    border-style: solid;
    text-align:left;   
    display: table; width: auto;
    font-size: 13px;
    margin-left: auto;
    margin-right:auto;
}


input
{
    color:#666666;
    font-size:12px;
    border-style: inset;
    border-width: 1px;
    
}

textarea
{
	color:#666666;
    font-size:12px;
    border-style: inset;
    border-width: 1px;
}

.boxredborder
{
    background-color:#ffffff;
    border-width:1px;
    border-color: #990000;
    border-style: solid;
    text-align:left;   
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 600px;
    font-size: 13px;
    padding: 10px,20px,10px,20px;

}

.formdetaillabel
{
    font-size: 10px;
    font-family:Verdana;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.formdetailinfo
{
    font-size: 10px;
    font-family:Verdana;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 5px;
}

LABEL.formdetaillabel
{
    font-size: 10px;
    font-family:Verdana;
    font-weight: bold;
}

.formdetailsectionhead
{
    font-weight:bolder;
    font-family:Verdana;
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
}


.errorbox
{
    background-color:#ffffff;
    border-width:1px;
    border-color: #990000;
    border-style:solid;
    text-align:left;   
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.ErrorText
{
     color: Red;
     font-family: Veranda;
     font-size: 13px;
     text-align: justify;    
}

.InfoText
{
     color: Green;
     font-family: Veranda;
     font-size: 13px;
     text-align: justify;    
}


.formdetailboxwhite
{
    background-color:#eeeeee;
    border-width:1px;
    border-color: #990000;
    border-style: solid;
    text-align:left;   
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    font-size: 13px;

}

.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
    border:1px;
	border-bottom-style: solid;
}

/*USED FOR PAGES WITH INFO BOX ON LEFT*/

.infoboxes
{
   float:left;
   width:115px;
   margin-left: 10px;
}

.infobox
{
    margin-top:12px;
    background-color:#cccccc;
    border-width:1px;
    border-style:solid;
    border-color:#000;
    width:120px;
    height: 150px;
    margin-bottom: 20px;
}

.infobox h2
{
    font-size: 12px;
    font-family: Arial Sans-Serif;
    text-transform: lowercase;
    letter-spacing: 1.2px;
    margin-left:10px;
    
}
.infobox h3
{
    font-size: 11px;
    font-family: Arial Sans-Serif;
    text-transform: lowercase;
    letter-spacing: 1.2px;
    margin-left:10px;
}

.infobox p a
{
    color: #990000;
    text-decoration: none;
    font-family: Verdana;
}
.infobox p a:hover
{
    text-decoration: underline;
}

.infobox p
{
    padding-left:10px;
    padding-right:10px;
    color: #000;
    font-size:19px;
    font-family: Verdana;
}

.contentleft
{
    width:470px;
    float:left;
    
}


/*END INFO BOXES*/

.tabcontainer
{
    background-color:Red;
 font-size: 6px;
}


#contactform
{
    width: 400px;
    border: solid 1px #999999;
    background-color: #cccccc;
    /*background-image: url(../images/hrbg.gif);
    background-repeat: repeat;*/
}

#contactform input, textarea
{
	color: #990000;
}