﻿
div#hptop{
	margin: 0 0 0 0;
	width: 753px;
	height: 236px;
}

div#banner{
	background-color: #888;
	float: left;
	width: 450px;
	height: 234px;
	border: 1px #666 solid;
	
}

	
div#banner img{
	border: 0;
	width: 450px;
	height: 234px;
}

ul#nav{
	float: left;
	margin: 0;
	padding: 0;
	width: 301px;
	list-style: none;	
	background-color: #fff;
}

ul#nav.expanded{
	
}

ul#nav li{
	background: transparent url(../images/nav_item_bvl.gif) repeat-x left bottom;
	border-bottom: 1px #000 solid;
}

ul#nav.expanded li.sel{
	height: 145px;
}

ul#nav li h2{
	margin: 0;
	padding: 0;
}

ul#nav li h2 a{
	display: block;
	margin: 0 0 0 0;
	padding-left: 35px;
	height: 58px;
	line-height: 58px;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #666;
	background: transparent url(../images/nav_item_arrow.jpg) no-repeat left center;
}

ul#nav.expanded li h2 a{
	height: 29px;
	line-height: 29px;
}

ul#nav.expanded li.sel h2 a{
	color: #cc0000;
	background: transparent url(../images/nav_item_arrow_dn.gif) no-repeat left center;
	margin-left: 5px;
}

ul#nav li h2 a:hover{
	color: #cc0000;
}


.navxtra{
	display: none;
	height: 75px;
	padding: 5px;
	text-align: left;
	font-size: 9pt;
}

.navxtra p{
	margin: 5px 0 5px 0;
}

.navxtra label{
	display: inline-block;
	width: 60px;
}

.navxtra input{
	
}



ul#nav li.sel .navxtra{
	display: block;
}

ul#nav li .navxtra li{
	background: none;
	border: none;
}






div.grouping{
	position: relative;
	margin: 0 0 15px 0;
	padding: 20px 10px 0 10px;
	min-height: 150px;
	border-top: 1px #fff top;
	background: transparent url(../images/group_bg.gif) repeat-x left top;
	border-top: 1px #fff solid;
}

div.grouping .left{
	position: absolute;
	left: -1px;
	top: -1px;
	width: 6px;
	height: 230px;
	background: transparent url(../images/group_left.gif) no-repeat left top;
}

div.grouping .right{
	position: absolute;
	right: -1px;
	top: -1px;
	width: 6px;
	height: 230px;
	background: transparent url(../images/group_right.gif) no-repeat left top;
}

div#auclane h2{
	margin: 0 0 5px 0;
	padding: 0;
	height: 35px;
	text-indent: -10000px;
	background: transparent url(../images/auclane_title.png) no-repeat center top;
}

div#comingaucs h2{
	margin: 0 0 5px 0;
	padding: 0;
	height: 35px;
	text-indent: -10000px;
	background: transparent url(../images/upcoming_title.png) no-repeat center top;
}



table#calendar{
	width: 100%;
	background: #040404 url(../images/auccal_bg.jpg) repeat-x left top;
}

table#calendar td{
	
	width: 180px;
	height: 100%;
}

table#calendar td.daycell{
	width: 33%;
	border: 1px #fee312 solid;
}

table.day{
	width: 100%;
}

table.day th{
	position: relative;
	text-align: left;
	color: #fff;
	border: 0;
	border-bottom: 1px #fee312 solid;	
	padding: 2px;
}

table.day th.today{
	background: #fee312;
	color: #000;
}


table.day th .date{
	position: absolute;
	right: 5px;
	
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
}

table.day tr td{
	width: 100%;
	height: 300px;
	text-align: left;
	vertical-align: top;
	color:#fff;
	padding: 3px;
}


table.day ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

table.day ul li{
	margin: 0 5px 0 5px;
	padding: 4px 0 4px 12px;
	text-align: left;
	background: transparent url(../images/bullet_arrw2.gif) no-repeat left center;
}

table.day ul li a{
	color: #fff;
	font-size: 8pt;
	text-decoration: none;
}

table.day ul li a:hover{
	text-decoration: underline;
}






