/*
-----------------------------------------------
Title:    NYSGBOA Secondary Pages Sheet
Author:   Matthew J. Stellato | www.matthewstellato.com
Version:  2007.01
----------------------------------------------- */

#leftnav {
	background:#EBE7C3 url(../images/navornament.gif) bottom center no-repeat;
	border:1px solid #D8D098;
	padding:8px 8px 65px 8px;
	width:155px;
	float:left;
	}

#leftnav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#leftnav ul li a {
	display:block;
	padding:3px;
	border-bottom:1px solid #D8D098;
	color:#827f74;
	}

#leftnav ul li a:hover {
	background:#F8F7E5;
	color:#666;
	}

#leftnav ul li a.active {
	color:#333;
	background:#F0ECCD;
	}

#rightcontent {
	margin-left:205px;
	}

#rightcontent em {
	color:#827f74;
	font-size:.9em;
	}

#rightcontent strong {
	font-size:1.01em
	}
	
#rightcontent ul {
	padding: 0 0 0 1.5em;
	}

#rightcontent ul li {
	padding:.5em 0 0 0;
	}

h4 {margin:1em  0 0 0;
	padding:3px 0 0 0;
	font-size:1.05em;
	color:#958750;
	}

#content.mechanics {
	text-align:justify;
	}

#content.mechanics ul {
	padding: 0 0 0 1.25em;
	margin:1em 0 0 0
	}

.section {
	border-bottom:1px dashed #E6E1BD;
	padding:0 0 15px 0;
	margin:0 0 0 20px;
	position:relative;
	}

.section p {
	padding-top:0;
	}

.section a {text-decoration:underline}

.board table tr:hover {background:#FFFEF3;}
.board table {width:100%; border-bottom:1px solid #D1CAA6;}
.board table td{
	padding:11px 2px;
	border-bottom:1px solid #E6DEB6;
}


.faded {
	font-size:3em;
	position:absolute;
	bottom:5px;
	right:5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#D2CAAC;
	}



/* Meeting Style */
#rightcontent.meeting label {
	font-weight:bold;
	display:block;
	width:6.5em;
	float:left;
}

#rightcontent.meeting{
	margin-bottom:20px;
	border-bottom:1px solid #D1CAA6;
}

#rightcontent.meeting p {
	padding-left:20px;
}

#rightcontent.meeting p span {margin-left:6.5em; display:block;}
#rightcontent.meeting .state {margin-bottom:15px;}
#rightcontent.meeting .state img {float:left; margin:5px 0 0 20px;}

.interps table {
	width:100%;
	margin:0 0 30px 0;
	border-bottom:2px solid #C0B684;
}
.interps th {
	background:#292929; 
	color:#EEE; 
	font-weight:normal; 
	padding:3px 2px; 
	text-align:center
}
.interps td {
	padding:8px 2px;
	border-bottom:1px solid #D1CAA6;
}

.interps .time {
	text-align:center;
	width:100px;
}

.interps .date {
	text-align:left;
	width:170px;
}

.interps .meet {width:200px;}
.interps .meet, .interps .location {
	text-align:left;
}

.interps tr.alt td {background:#F0ECCD;}