/**********************************
*  Vellum Court Main Style Sheet
***********************************/

/*                                              HTML Standard Tags */
body {
font-family: arial,helvetica,verdana;
font-size:11pt;
margin-top:12px;
background-image: url(../images/grey_striped.gif);
background-repeat: repeat-x;
background-color: #484848;

}
img {
border-width:0px;
}
h1 {
clear:both;
font-size:18pt;
font-weight:normal;
margin: 10px 0 10px 0;
color: #878B8A;
border-bottom: 1px solid #148547; 
}
h2 {
font-size: 14pt;
font-weight:normal;
margin: 0 0 5px 0;
background-color:#8A9782;
color: #ffffff;
border-bottom: 5px solid #12190E;
padding: 2px 2px 0px 4px;
}
P {
margin-top: 0;
}
/*                                               LAYOUT */
/* wrapper layout */
#wrapper {
/* Reset alignment to compensate for 'text-align:center': */
text-align: left;
/* Specify the width of the element. This should be the same
   as 'body min-width': */
width: 780px;
/* Set left and right margins to auto, thus centering the 
   element in the containing (body) tag: */
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
padding:10px 10px 50px 10px;
}
/* footer layout*/
#footerLeft {
font-size:10pt;
float:left;
width:380px;
}
#footerRight {
font-size:10pt;
float:left;
width:380px;
text-align:right;
}
hr.separator {
clear:both;
height:0px;
border-top:1px dotted #9900CC;
border-bottom:0px;
}
/*                                               NAVIGATION 
http://web-graphics.com/mtarchive/001557.php                 */
/*   Top Level Menu   */
ul#minitabs{
clear:both;
list-style: none;
margin: 0;
padding: 7px 0;
border-bottom: 1px solid #148547;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
ul#minitabs li{
display: inline;
margin: 0 2px;
}
ul#minitabs a{
font-family: arial,helvetica,verdana;
font-size: 12pt;
text-decoration: none;
padding: 0 6px 3px;
border-bottom: 4px solid #FFFFFF;
color: #999999; 
}
ul#minitabs a.current{
border-color: #6FB58F;
color: #666666;
}
ul#minitabs a:hover{
border-color: #6FB58F;
color: #666666;
}
/*   Sub Menu   */
ul#minitabsSubMenu{
clear:both;
list-style: none;
margin: 0 0 0 35px;
padding: 7px 0;
font-weight: bold;
white-space: nowrap;
}
ul#minitabsSubMenu li{
display: inline;
margin: 0 2px;
}
ul#minitabsSubMenu a{
font-family: arial,helvetica,verdana;
font-size: 10pt;
text-decoration: none;
padding: 0 6px 3px;
border-bottom: 1px solid #FFFFFF;
color: #999999; 
}
ul#minitabsSubMenu a.current{
border-color: #6FB58F;
color: #666666;
}
ul#minitabsSubMenu a:hover{
border-color: #6FB58F;
color: #666666;
}
/*                                       TEXT FORMATTING */
.more {
text-align: right;
padding-right:3px;
}
span.mand {
font-family: arial,helvetica,verdana;
font-size: 10pt;
color:red;
}
/*                                       FORMS */
form.formNoBorder {
margin:0px 0px 0px 0px;
}
/* form : Used on most entry and read-only forms */ 
table.form {
width:100%;
border-color: #256341;
border-style:solid;
border-width: 2px 0 2px 0;
margin-top: 2px;
margin-bottom: 2px;
}
.form td {
font-family: arial,helvetica,verdana;
font-size: 10pt;
color: #000000;
background-color: #E9F1ED;
padding: 2px 5px 2px 5px;
}
td.formLabel {
font-family: arial,helvetica,verdana;
font-size: 10pt;
font-weight: bold;
color: #330033;
text-align:right;
background-color: #D3E3DB;
vertical-align: top;
padding: 2px 5px 2px 5px; 
width:25%;
}
/*                                               Error Messages and Information Messages */ 
.errorBox {
font-family: arial,helvetica,verdana;
font-size: 10pt;
color:#993333;
border: 1px solid #ff0000;
padding:3px;
margin:3px 0px 3px 0px;
background-color:#ffcccc;
}
.errorBox B{
color:#ff0000;
}
.msgBox {
font-family: arial,helvetica,verdana;
font-size: 10pt;
color:#006600;
border: 1px solid #006600;
padding:3px;
margin-bottom:2px;
background-color:#ccffcc;
}


