﻿body
{
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4
{
    font-family: Arial, Helvetica, sans-serif;
}

.AntigoRed{
    color:#C21224;
}
.masterTable{
    border-collapse:collapse;
    border-color:Black;
    border-width:2px;
    width: 800px;
    
}
.menu1 {
     border: 1px solid #C21224;
     text-decoration: none;
     background-color: #ffffff;
     padding: 5px;
     color: #C21224;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
     margin-top: 5em;
   
}
.menu1:hover {
     border: 1px solid #C21224;
     text-decoration: none;
     background-color: #C21224;
     padding: 5px;
     color: #ffffff;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
     margin-top: 5em;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-align: left;
}

p.indent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    text-align: left;
    margin: 0.5em;
}

p.highlight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    text-align: left;
    background-color: #C21224;
    color: #ffffff;
    padding-left: 0.2em;
    margin-right: 0.2em;
}



.form
{
    font-size: 10px;
    color: #C21224;
    background-color: #efefef;
    border: 1px solid #C21224;
}
.formHeader
{
    color: #ffffff;
    background-color: #C21224;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px;
    font-weight: bold;
    letter-spacing: .3em;
}
.formLable
{
    color: #C21224;
    font-size: 11px;
    margin-right: 5px;
    float: right;
    white-space:nowrap;
    text-align: center;
}

.formCheckbox {
    color: #084F0B; 

}
.formInput-box
{
    float: left;
    margin-bottom: 5px;
    background-color: #ffffff;
    border:1px solid #C21224; 
}
.sectionDivider
{
border-right: thin solid #000000;
    font-size: xx-small;
}

.thinborderfloat {
  float:left;
  border:solid 1px #cccccc;
  padding:5px;
  margin-right:5px;
  margin-top:5px;
  width: 153px;
  } 

clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* -------------------------- */
/*        START MENU          */
/* -------------------------- */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
width: 150px; /* Main Menu Item widths */
border: 1px solid #C21224;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #C21224;
text-decoration: none;
padding: 6px;
border: 1px solid #ffffff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #C21224;
}

.sidebarmenu ul li a:hover{
background-color: #C21224;
color: #ffffff;
border: 1px solid #C21224;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

                    
                    