/* CSS Document */
/* Navigation */
a {
	text-decoration:none;
	color: #333;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#thelistnav {
	width: 200px;
	background-color:#FFFFFF;
	margin-bottom: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#thelistnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#thelistnav li {
	width: 100%;
	display: block;
	font-weight:bold;
}
#thelistnav li a:link, #thelistnav li a:visited, #thelistnav li a:active {
	display: block;
	padding: 5px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
#thelistnav li a:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	display: block;
}
#thelistnav .current {
	background-color: #efefef;
	color: #333;
	text-decoration: none;
	display: block;
}
/* HEAD */
.headLogo
{
	height: 150px;
	background: url(images/head.jpg) no-repeat;
}




/* THE LIST BOX */

.thelistbox {
	width: 200px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border-width: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.thelistbox h3 {
	height: 22px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;
	background:url(images/thelistboxhead.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#333;
	color:#ffffff;
	font-weight: normal;
	font-size: 16px;
}
.thelistbox .content {
	margin: 0px;
	padding: 5px;
	border-width: 0px 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
	font-size:11px;
}
.thelistbox a {
	text-decoration: none;
	color: inherit;
}
/* THE LIST CONTENT */

#thelistevents .hl {
	border: 1px solid #000;
	width: 12px;
	font-size: 0px;
}
#thelistevents .stripe {
	width: 15px;
}
#thelistevents .eventh {
	height: 32px;
	background:url(images/eventheaderbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#101010;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border: 1px solid #000;
	border-left-width: 0px;
	padding: 5px;
}
#thelistevents .eventh_unof {
	border: 1px solid #ccc;
	border-left-width: 0px;
	background-color:#efefef;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding: 5px;
}
#thelistevents .eventh_unof img, #thelistevents .eventh img {
	margin-top: 5px;
}
#thelistevents .eventbody {
	padding: 10px;
	line-height: 120%;
	border: 1px solid #cccccc;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 20px;
}
#thelistevents .offtype {
	float: right;
	font-size: 12px;
	color: #333;
	text-align: right;
}
/* EVENT MANAGER NAV */
div.thelisteventnav {
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
div.thelisteventnav a {
	color: #000000;
	background: #ffffff;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	border:#999999;
}
div.thelisteventnav a:link, div.thelisteventnav a:active, div.thelisteventnav a:visited {
	color: #000000;
	background: #ffffff;
}
div.thelisteventnav a:hover {
	color: #000000;
	background: #cccccc;
}
table.thelisteventnav a {
	display: block;
	text-align: center;
	font-weight:bold;
}
table.thelisteventnav td {
	text-align: center;
	width: 25%;
}

/* nav days */
.navDaysBar
{
	background: url(images/breadbg.gif) top repeat-x;
	height: 40px; background-color:#000000; max-height: 40px;
}
.navDaysLogo
{
	background: url(/thelist/system/templates/thelist2010/images/naydayslogo.gif) no-repeat;
	display: inline-block;
	height: 40px;
	width: 95px;
	float: left;
}

.navDays a
{
	display: inline-block;
	width: 76px;
	height: 40px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right:8px;
}
.navDays a:hover {
	background-position: bottom center;
}

.navDays a.day1
{
	background-image: url(images/navdays/nav_day1.gif);
}
.navDays a.day2
{
	background-image: url(images/navdays/nav_day2.gif);
}
.navDays a.day3
{
	background-image: url(images/navdays/nav_day3.gif);
}
.navDays a.day4
{
	background-image: url(images/navdays/nav_day4.gif);
}
.navDays a.day5
{
	background-image: url(images/navdays/nav_day5.gif);
}
.navDays a.day6
{
	background-image: url(images/navdays/nav_day6.gif);
}
.navDays a.day7
{
	background-image: url(images/navdays/nav_day7.gif);
}


.navDaysShadow
{
	background: url(images/breadshadow.gif) top repeat-x;
	height: 8px;
}
