
.header1 {font-family: "Verdana"; color: #000066 !important; font-size: 30pt; font-weight: normal}
.header2 {font-family: "Verdana"; color: #c62929 !important; font-size: 11pt; font-weight: normal}
a {cursor:pointer; cursor:hand; text-decoration:none;}
.nav-current {font-family: "Verdana", "arial"; color: #FFE100; font-size: 8pt; font-weight: bold; }
.nav-link {font-family: "Verdana", "arial"; color: white; font-size: 8pt; font-weight: bold; }
.nav-text {font-family: "Verdana", "arial"; color: white; font-size: 8pt; font-weight: normal}
.body-title {font-family: "Verdana", "arial"; color: #333333; font-size: 8pt; font-weight: bold}
.body-text {font-family: "Verdana", "arial"; color: #333333; font-size: 8pt; font-weight: normal}
.body-large {font-family: "Verdana", "arial"; color: #333333; font-size: 12pt; font-weight: bold}
.body-error {font-family: "Verdana", "arial"; color: red; font-size: 8pt; font-weight: normal}
.body-link {font-family: "Verdana", "arial"; color: blue; text-decoration: underline; cursor:pointer; cursor:hand; font-size: 8pt; font-weight: normal}
.body-hidden-link {font-family: "Verdana", "arial"; color: #333333; text-decoration: none; cursor:text; font-size: 8pt; font-weight: normal}
.body-q {font-family: "Verdana", "arial"; color: #333333; font-size: 8pt; font-weight: normal;  font-style: italic;}
.copyright {font-family: "Verdana", "arial"; color: #333333; font-size: 6pt; font-weight: normal}
.testimonial {font-family: "Verdana", "arial"; color: #ffe100; font-size: 8pt; font-weight: normal; font-style: italic}
.border-text {font-family: "Verdana", "arial"; color: #000066; font-size: 8pt; font-weight: normal}


ul {list-style-type: square}

.Lookup    {width:250px; height: 150px;
	        border: 2px #000066 solid; 
	        background : #ffffff; 
	        padding : 1px; 
	        visibility : hidden;
	        z-index:2
	       }
	      
.shim	   {width:250px; height: 150px;
	        border: 1px #000066 solid; 
	        visibility : hidden;
	        z-index:1;
	       }	      

.options   {width:460px; height: 300px;
	        border: 2px #000066 solid; 
	        background : #ffffff; 
	        padding : 1px; 
	        visibility : hidden;
	        z-index:2;
	       }

.testimonial    {width:200px; height: 300px;
	        border: 0px #000066 solid; 
	        background : #000066; 
	        padding : 10px; 
	        visibility : hidden;
	        z-index:2
	       }

.OrderPopup    {width:500px; height: 50px;
	        border: 1px #000066 solid; 
	        background : #ffff99; 
	        padding : 15px; 
	        visibility : hidden;
	        z-index:2
	       }
	       
.tooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    font-family: "Verdana", "arial";
    font-size: 8pt;
    font-weight: normal; 
    font-color: #555500;
    padding: 10px; 
    border: solid 1px;
    background : #FFFF99;
}	       	       
	       
.calendar
{
border-style: solid;
border-width: 1px;
border-color: #ffffff;
width: 185px;
height: 200px;
padding: 8px 8px 18px 8px;
text-align: center;
}
.monthname
{
position: relative;
float: left;
width:155px;
text-align: center;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
}
.datebox, .todaybox, .emptybox
{
position: relative;
float: left;
width: 20px;
height: 20px;
padding: 2px 2px 2px 2px;
font-family: Verdana;
font-size: 10px;
text-align:center;
}
.daybox
{
position: relative;
float: left;
width: 20px;
height: 20px;
padding: 2px 3px 2px 3px;
font-family: Verdana;
font-size: 10px;
text-align:center;
color: #000000;
height: 12px;
margin-bottom: 0px;

}
.datebox, .todaybox
{
border: 1px solid #cccccc;
background-color: #ffffff;
text-decoration: none;
}
.todaybox
{
border: 1px solid #ff0000;
background-color: #ffffff;
}
.emptybox
{
border: 1px solid #ffffff;
background-color: #ffffff;
}
.datebox:hover, .todaybox:hover
{
border: 1px solid #ffff00;
background-color: #ffff00;
}
.control
{
/* position:absolute;
top: 230px; */
font-family: Verdana;
font-size: 10px;
width: 140;
text-align: center;
}

.SelectedCalendarDay
{
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    padding: 2px;
    font-family: Verdana;
    font-size: 10px;
	font-weight: bold;    
	background-color:#ffff00;
    text-decoration: none;
    border: 1px solid #ffff00;

}	       
	       