/* shinepresents.com stylesheet 1.0 ***********************************
*  by clint@syntheticnation.com					* 
*								*
*	tagname		-	redifine defaults for a tag	*
*	#name		-	<div id=name properties		*
*	.name		-	<span class=name properties	*	
*	tag.name	-	<tag class=name properties	*
*								*
****************************************************************/


/* Global Attributes 
*************************************/

body {
	background-color: #999999;
	color:#000000;
	font-family: Veranda, Arial, Helvetica, sans-serif ; 
	font-size: 15px
}

img.left { 
	float:left;
	padding: 10px; 
}

.clearboth { clear: both; }

#main {
	background-color: #ffffff;
}

tr.withShadow {
	background-image: url('img/shadow.jpg');
}


h3 {
        text-decoration: underline;
}

#content {
	background-color: white;
	color:#8a1d02;
}

#header {
	background-color: white;
        color:#000000;
	font-size: 15px
}

.section_header {
        background-color:#B32400;
	color:#FFECBF;
        font-size: 20px;
        font-weight: bold;
	border-color: #FF9980;
        border-bottom-style: solid;   
}

p.event_title {
        background-color:#B32400;
	color:#FFECBF;
        font-size: 20px;
        font-weight: bold;
	border-color: #FF9980;
        border-bottom-style: solid;   
}

.grey_box {
        background-color:#eeeeee;
	border-color: #cccccc;
        border-style: solid;   
}

.leftDashed {
   padding: 10px;
   border-color:#B32400;
   background-color:#EAEAD4;
	border-left-width: 5px;
   border-left-style: dashed; 
}

#footer {
        background-color:#B32400;
	color:#FFECBF;
	font-size: 10px;
	text-align: right;
}
/* Links for the Footerr */
a.navFooter:active { text-decoration : underline; color : #FFECBF; font-weight: bold }
a.navFooter:link { text-decoration : underline; color : #FFECBF; font-weight: bold }
a.navFooter:visited { text-decoration : underline; color : #FFECBF; font-weight: bold }
a.navFooter:hover { text-decoration : none; color : white; font-weight: bold }

/* Links for the nav bar */
a.navHeader:active { text-decoration : underline; color : #B32400; font-weight: bold }
a.navHeader:link { text-decoration : underline; color : #B32400; font-weight: bold }
a.navHeader:visited { text-decoration : underline; color : #B32400; font-weight: bold }
a.navHeader:hover { text-decoration : none; color : orange; font-weight: bold }

hr {
	color:#ffffff;
	background-color:#ffffff;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


.page_header {
	background-color: #666666;
	font-size: 20px;
	font-weight: bold;
	border-bottom-style: solid;
}

tr.section_header {
        background-color: #666666;
        font-size: 15px;
        font-weight: bold;
}

.date {
	font-size: 10px;
	color: red;
}

/* News Attributes
*************************************/

td.newstitle {
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
}

/* Right Column Attributes
*************************************/

/* Links for the nav bar */
a.box:active { text-decoration : underline; color : lightgrey; font-size: 10px; font-weight: bold }
a.box:link { text-decoration : underline; color : lightgrey; font-size: 10px; font-weight: bold }
a.box:visited { text-decoration : underline; color : lightgrey; font-size: 10px; font-weight: bold }
a.box:hover { text-decoration : none; color : orange; font-size: 10px; font-weight: bold }

a.event_name:active { text-decoration : underline; color : #8a1d02; font-size: 10px; font-weight: bold }
a.event_name:link { text-decoration : underline; color : #8a1d02; font-size: 10px; font-weight: bold }
a.event_name:visited { text-decoration : underline; color : #8a1d02; font-size: 10px; font-weight: bold }
a.event_name:hover { text-decoration : none; color : red; font-size: 10px; font-weight: bold }


.box {
	border-right: 2px solid #63828C;
	border-left: 2px solid #63828C;
	border-bottom: 2px solid #63828C;
	background-image: url("img/testbg1.jpg"); 
}

tr.boxHeader {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	text-align: right;
        background-color:#63828C;
        font-weight: bold;
}

/* Link Attributes
*************************************/
a:active { text-decoration : underline; color : orange; font-weight: bold }
a:link { text-decoration : underline; color : orange; font-weight: bold }
a:visited { text-decoration : underline; color : orange; font-weight: bold }
a:hover { text-decoration : none; color : #B32400; font-weight: bold }

/* Form Attributes 
*************************************/

input, select
{   
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3C4E65;
	border-top: 2px solid #3C4E65;
	border-left: 2px solid #3C4E65;
	border-right: 2px solid #3C4E65;
	border-bottom: 2px solid #ffffff;
	cursor:pointer
}
