/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(images/bg.jpg);
}

#main_table
{
	margin: 0 auto;
	width: 95%;
	background-color: #FFFFFF;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid; 
}

#menu_table, #content
{
	width: 100%;
}

/*Menu*/
td.menu_item, td.meeting_list
{
	background-color: #2c2c2c;
	border-left: 4px solid #ad0000;
	text-align: center;
	color: #ffffff;
	padding: 0px;
}

td.races_list
{
	text-align: center;
	width: 40px;
	height: 40px;
}

td.races_list a
{
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
}


td.menu_item:hover, td.meeting_list:hover
{
	background-color: #2c2c2c;
	border-left: 4px solid #33a0e3;
}

td.menu_item a.menu_link, td.meeting_list a.meeting_link
{
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

td.menu_item a.menu_link:hover, td.meeting_list a.meeting_link:hover
{
	text-decoration: underline;
}

/*Content*/
#content
{
	margin-top: 5px;
	width: 100%;
}

#content #left, #content #right
{
	width: 18%;
}

#content #body
{
	width: 60%;
}

#content #spacing
{
	width: 2%;
}

/*Body*/
div.news_item, div.blog_left, div.blog_right, div.comments
{
	margin-bottom: 2px;
}

div.news_text, div.meetings_div, div.comments
{
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

div.meetings_div
{
	margin-bottom: 2px;
	padding: 2px;
}

div.blog_left, div.blog_right
{
	border-bottom: 1px #000000 solid;
}

#content #left div.blog_text
{
	border-right: 1px #000000 solid;
}

#content #right div.blog_text
{
	border-left: 1px #000000 solid;
}

div.news_header, div.blog_header
{
	background-color: #2c2c2c;
	border-left: 4px solid #ad0000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.news_header span.news_title, div.blog_header span.blog_title
{
	font-size: 13px;
	font-weight: bold;
}

div.blog_text
{
	padding: 2px;
}

div.news_text
{
	padding: 5px;
}

div.news_header span.news_date
{
	font-weight: normal;
	padding-left: 10px;
}

div.blog_text span.year
{
	font-size: 13px;
}

div.blog_text span.month
{
	padding-left: 10px;
}

span.meeting
{
	padding-left: 20px;
}

img.list
{
	vertical-align: text-bottom;
	cursor: pointer;
}

a
{
	outline: none;
}

a:link, a:visited, a:focus
{
	color: #ad0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.meetinginfo
{
	border: 1px #ad0000 solid;
	background-color: #FFFFFF;
	padding: 2px;
}

div.white_top
{
	background-image: url(images/white_top.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

div.white_middle
{
	background-image: url(images/white_middle.jpg);
	background-repeat: repeat-y;
	width: 500px;
}

div.white_bottom
{
	background-image: url(images/white_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

div.grey_top
{
	height: 25px;
	background-image: url(images/grey_top.jpg);
	background-repeat: no-repeat;
}

div.grey_middle
{
	background-image: url(images/grey_middle.jpg);
	background-repeat: repeat-y;
	width: 500px
}

div.grey_bottom
{
	background-image: url(images/grey_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

legend
{
	font-size: 16px;
	font-weight: bold;
	color: #ad0000;
}

td.submit input[type=submit], input[type=button]
{
	border: 1px #ad0000 solid;
	background-color: #FFFFFF;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

td.submit input[type=submit]:hover, td.submit input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus
{
	border: 1px #33a0e3 solid;
}

td.withborder
{
	border: 1px solid #000000;
}

form
{
	margin: 0px;
}

input[type=text], textarea
{
	font-family: Tahoma;
	font-size: 10px;
}

select
{
	font-family: Tahoma;
	font-size: 10px;
}

div.guestbooksuccess {
	background-color: #049c00;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
