/* Default CSS Stylesheet for a new Web Application project */

body { /* Default Font & margins for page */
	font-family: Arial, serif;
	font-size: 11px;
	color: #33333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	}

p, tr, td { /* Default font for paragraphs rows and data */
    font-family: Arial, serif;
    font-size: 11px;
	color: #333333;
}

a:link, a:visited {	/* Default text links */
	text-decoration:	none;
	color:	#000000;
	}	
		
a:active {	
	text-decoration:	underline;
	color:	#FF0000;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
.WhiteText { /* White text */
	font-family: Arial, serif;
	font-size: 11px;
	color: #FFFFFF;	
}

.WhiteText:link, .WhiteText:visited, .WhiteText:active  { /* White text */
	font-family: Arial, serif;
	font-size: 11px;
	color: #FFFFFF;	
}

.WhiteText:hover  { /* White text */
	font-family: Arial, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.contentHeading { /* Heading for page titles */
	font-family: Arial, serif;
	font-size: 16px;
	color: #006600;
	letter-spacing: 1px;
}

.boxHeading { /* Heading for event listing boxes */
	font-family: Arial, serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 10px;
}

.headerTagline {
	font: 16px Arial, Helvetica, sans-serif;
	color: #8481A7;
}

.headerMenuText {  /* Horizontal menu bar text in header */
	font-family: Arial, serif;
	font-size: 11px;
	color: #8481A7;
}

.headerMenuButtons:link, .headerMenuButtons:visited, .headerMenuButtons:active {  /* Horizontal menu bar links in header */
	font-family: Arial, serif;
	font-size: 11px;
	color: #ffffff;
	height: 18px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}

.headerMenuButtons:hover {
	font-family: Arial, serif;
	font-size: 11px;
	color: #ffffff;
	height: 18px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: underline;
}

.footer, .footer:link, .footer:visited, .footer:active { /* Footer text */
	font-family: Arial, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.footer:hover { /* Footer text */
	font-family: Arial, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.headerSearchField {  /* Search field in header */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px none #999999;
	height: 16px;
	background-image: url(img/search_bg.jpg);
	margin-top: 2px;
}

.button { /* Form Buttons */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(img/button_bg.gif);
	height: 18px;
	background-repeat: no-repeat;
	text-align: center;
	width: 100px;
}

.inputBox {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	height: 18px;
}

.inputBoxRequired {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CC0000;
	height: 18px;
}

.inputTextBox {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}

.inputTextBoxRequired {  /* Form fields */
	font-family: Arial, serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CC0000;
}

.list {
	background-attachment: fixed;
	background-image: url(img/bullet.gif);
	text-align: left;
	text-indent: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
}	

.list_sub {
	background-attachment: fixed;
	background-image: url(img/list_bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 20px;
	display: block;
}	

ul li	{	
	list-style-image: url(img/bullet_small.gif);
	padding-left: 0;
	margin-left: 0;
	}	

ul li li	{	
	list-style-image: url(img/bullet_small.gif);
	padding-left: 0;
	margin-left: 0;
	}	

ul li li li	{	
	list-style-image: url(img/bullet_small.gif);
	}	
	
ol li	{	
	list-style-image: url(img/bullet.gif);
	}	

ol ol li	{	
	list-style-image: url(img/bullet_small.gif);
	}	

ol ol ol li	{
	list-style-image: url(img/bullet_small.gif);
	}	

hr {
	border: none;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}

/* Not currently used 

h1, h2, h3, h4, h5, th, thead, tfoot { 
    color: #003366;
}
h1	{	
	font-family: Arial, serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family: Arial, serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family: Arial, serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family: Arial, serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family: Arial, serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family: Arial, serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

small	{	
	font-size:	9px;
	}	

big	{	
	font-size:	14px;
	}	

blockquote, pre	{	
	font-family:	Courier New, monospace;
	}	
	
*/
