@charset "utf-8";
/* CSS Document */


/********* page elements ****************/
body 
{
	margin: 0px;
	padding: 0px;
	background-color: #383838;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: center;
}

table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}

h1
{
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}

h2
{
	font-size: 18px;
	line-height: 24px;
}

h3
{
	font-size: 16px;
	line-height: 22px;
}

h4 /* Styles headers on the Artist info pages */
{
	font-size: 14px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	clear: both;
	padding-left: 3px;
	background-color: #dddddd;
}

h5
{
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul
{
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	list-style-type: square;
	list-style-position: inside;
}

p
{
	padding-left: 3px;
}

hr
{
	clear: both;
	color: #DFDFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}

/********* Containers *************************/

#container /* Contains all other divs */
{
	text-align: center; /* centers content for IE */
	margin-left: auto; /* centers content for Mozilla */
	margin-right: auto;
	width: 777px;
	background-image: url(http://www.artsedshowcase.org/images/background_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

#menu /* Top menu */
{
	background-image: url(http://www.artsedshowcase.org/images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 777px;
	text-align: left;
}

#header_home /* Header image for home page*/
{
	background-image: url(http://www.artsedshowcase.org/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 175px;
	width: 777px;
}

#header_sub /* Header image for sub pages */
{
	
	height: 130px;
	width: 777px;
}

#header_print /* Displays for print style only */
{
	display: none;
}

#content /* Contains #text and #sidebar */
{
	width: 777px;
	padding-top: 20px;

}

#text /* Contains main content */
{
	float: left;
	width: 539px;
	text-align: left;
}

#text div /* fixes padding bug in ie */
{
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
}

#text table /* Sets table width */
{
	width: 460px;
}

#sidebar /* Sidebar information */
{
	float: right;
	width: 238px;
	text-align: left;
	
}

#sidebar div /* fixes padding bug in ie */
{
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	overflow: hidden; /* compensate for really long urls and email addresses */
}

#footer /* Contains footer elements */
{
	height: 97px;
	width: 777px;
	clear: both;
	background-image: url(http://www.artsedshowcase.org/images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer_right /* text links in footer */
{
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: right;
}

#footer_left /* partners logos */
{
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#footer_left img/* images in #footer_left */
{
	padding-right: 10px;
	padding-left: 10px;
	
}

#form1 div /* Styles div containers inside #form1 on search page */
{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 220px;
}

#form1 br /* Styles br inside #form1 on search page*/
{
	clear: both;
}

#scroll /* Styles #text div to scroll */
{
	height: 325px;
	overflow: scroll;
	margin-left: 10px;
	padding: 0px;
}

#search /* Displays for screen style only */
{

}

#video /* Displays for screen style only */
{

}

/************************** Containers for database admin layout ****************************************/

#data /* Contains content - database admin layout */
{
	width: 777px;
	padding-top: 20px;
	background-image: url(http://www.artsedshowcase.org/images/background_data.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

#data div /* fixes padding bug in ie - database admin layout */
{
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
}

#data table /* Styles table for data - database admin layout */
{
	width: 707px;
	line-height: 18px;
	border: 0px;
}

#data table div /* no padding on table divs - database admin layout */
{
	padding: 0px;
}

#data td /* padding for table cell - database admin layout */
{
	padding: 3px;
}

/********** Links *********************************/

#footer a:link /* styles links in footer */
{
	color: #666666;
	text-decoration: none;
}

#footer a:visited /* styles links in footer */
{
	color: #999999;
	text-decoration: none;
}

#footer a:active /* styles links in footer */
{
	color: #666666;
	text-decoration: none;
}

#footer a:hover /* styles links in footer */
{
	color: #666666;
	text-decoration: underline;
}


a:link /* styles links */
{
	color: #3366CC;
	text-decoration: none;
}

a:visited /* styles links */
{
	color: #993399;
	text-decoration: none;
}

a:active /* styles links */
{
	color: #3366CC;
	text-decoration: none;
}

a:hover /* styles links */
{
	color: #3366CC;
	text-decoration: underline;
}

a img /* styles image links to have no border */

{
	border: 0px;
}

/********** Class styls *******************/

.imgleft /* Styles image to float left */
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.imgright /* Styles image to float right */
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.clear /* Styles image to clear elements */
{
	clear: both;
}

.oddrow /* Color for alternating table row */
{
	background-color: #F0F0F0;	
}

.red
{
	color: #CC0000;	
}

.head /* Color for table header */
{
	background-color: #CCCCCC;	
}

.ballet /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_ballet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bus /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_bus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.hands /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_hands.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.drummers /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_drummers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.painting /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_painting.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.piano /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_piano.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.dancers /* Sub page header image */
{
	background-image: url(http://www.artsedshowcase.org/images/header_sub_dancers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


label.grey /* greyed out label */
{
	color: #bbb;
}

 /* .directory  (Styles ul as 2 column for directory listing page )
{
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	list-style-type: square;
	list-style-position: inside;
	float: left;
    width: 220px;
}*/



