﻿body 
{
	/* body styles here */
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;

}

h1, .h1
{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc6600;
	line-height:1.25;
}

h2 
{
	font-family: Arial, Sans-Serif;
	font-size:12Pt;
	font-weight: bold;
	color: #666600;
	/*text-transform: uppercase; */
}

h3 
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #cc6600;
	font-weight: bold;
}

p, .p
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height:1.5;
	/* color: #939393; */
	margin-bottom:10px;

}

HR {

margin : 0 0%; 

} 


/* Calendar CSS 
------------------------------------------------------------------------------------------------ */

.eventDate
{
    color: #cc6600;
    font-size:16pt;
    font-family: Times New Roman;
}

.eventTitle
{
    font-size:12pt;
    font-weight: bold;
    font-family: Arial;
}

.eventDesc
{        	
    font-size:10pt;
    font-family: Arial;
}

.eventTime
{        	
	color: #666600;
    font-size:10pt;
    font-family: Arial;            
}

.Calendar A:link {text-decoration: none;}   
.Calendar A:visited {text-decoration: none;}   
.Calendar A:hover {text-decoration: none;}   
.Calendar A:active {text-decoration: none;}

.roundTextBox
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 4px;
    BACKGROUND: url(/Calendar/Images/input_left.png) no-repeat;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 1px;
    PADDING-TOP: 0px;
    height: 32px;
}

.roundTextBox SPAN
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 0px;
    BACKGROUND: url(/Calendar/Images/input_right.png) no-repeat right top;
    FLOAT: left;
    PADDING-BOTTOM: 8px;
    PADDING-TOP: 1px;
}

.roundTextBox SPAN INPUT
{
    font-family: Arial;
    BACKGROUND: #CCCCCC;
    COLOR: #4c4c4c;
    border:none;
}

.dropDownContent
{
	margin-top:2px;
	height:100px;
    float:left;
    position:absolute;
    display:none;
    left:0;
    background-color:#CCCCCC;
    width:97%;
    overflow:auto;
    border:solid 1px gray;
    border-top:none;
    padding-left:2px;
}

.dropDownContent A:link 
{
	text-decoration: none;
	color:#4c4c4c;
}   
.dropDownContent A:visited 
{
	text-decoration: none;
	color:#4c4c4c;
}   
.dropDownContent A:hover 
{
	text-decoration: none;
	color:white;
	background-color:Highlight;
}   
.dropDownContent A:active 
{
	text-decoration: none;
	color:white;
}  	



/* Directory table fix and styles
--------------------------------------------------------------------------------------------------- */

.dirTable {border: 1px solid #ccccff;
           font-family: Arial, Sans-Serif;
           font-size: 12px;}
.dirTable td {  border:none; padding: 3px;}


.dirRightBar 
{
	margin: 10px 0 10px 0;	
}
.dirRightBar li 
{
	list-style-type: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #003366;
}

.dirListings 
{
	margin-left: -5px;	
}
.dirListings li 
{
	list-style-type: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	
}
    

