body {
	background: URL('http://savageguitarstudio.co.uk/images/main_bg.jpg');
	font-family: tahoma, arial;
	color: #d3d1ad;
	font-size: 12px;
}

a {
	font-family: tahoma, arial;
	color: #d3d1ad;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: tahoma, arial;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav {
	font-family: tahoma, arial;
	color: #d3d1ad;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	font-family: tahoma, arial;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

input {
	font-size: 10px;
}

ul {
	font-family: verdana, tahoma, arial, times new roman;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 102px;
	background: #5e431e;
	z-index: 100;
	color: #d3d1ad;
}
ul li {
	color: #d3d1ad;
	position: relative;
	width: 102px;
	height: 24px;
	margin-bottom: -1px;
	text-align: left;
	z-index: 100;
	border: 1px solid #5e431e;

}
li ul {
	color: #d3d1ad;
	width: 175px;
	position: absolute;
	left: 102px;
	top: 0;
	display: none;
	z-index: 100;
}
li ul li {
	border: 1px solid black;
	color: #d3d1ad;
	width: 175px;
	z-index: 100;
	padding-left: 4px;
	padding-top: 3px;
}

li:hover ul, li.over ul { 
	display: block; 
	z-index: 100;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

table.layout {
	/*background: #231307;*/
}

table.layout td.nav_container {
	width: 127px;
	text-align: right;
	vertical-align: top;

}

table.content {

}
table.content td.vert_border {
	width: 3px;
	padding: 0px;
	vertical-align: top;
	background-color: #cba56e;
}
table.content td.horiz_border {
	height: 3px;
	padding: 0px;
}
table.content td.corner_grad {
	width: 3px;
	height: 3px;
	padding: 0px;
}
table.content td.main_content {
	background: #151306;
	border: 6px solid #403626;
	vertical-align: top;
}
table.content td.footer {
	color: #000000;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
}

table.header {

}
table.header td.student_login {
	background: #231307 url('http://savageguitarstudio.co.uk/images/student_login_bg.gif') no-repeat;
	color: #d3d1ad;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	padding-right: 3px;
}

table.s_login {
	color: #d3d1ad;
	font-size: 9px;
}
table.s_login td {
	color: #d3d1ad;
	font-family: tahoma;
	font-size: 10px;
	text-align: right;
	padding-right: 13px;
}
table.s_login td.title {
	color: #d3d1ad;
	width: 100px;
	font-family: tahoma;
	font-size: 10px;
	text-align: right;
	padding-right: 3px;
}
table.s_login td.sub {
	color: #d3d1ad;
	font-family: tahoma;
	font-size: 10px;
	text-align: right;
	padding-top: 2px;
	padding-right: 9px;
}

#content_title {
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 16px;
	font-weight: bold;
}

.board_title {
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
}
.board_description {
	color: #d3d1ad;
	font-family: tahoma, arial;
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 5px;
}
a.board_link {
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.board_link:hover {
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.post_title {
	width: 50%;
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	float: left;
}
.post_date {
	width: 50%;
	color: #d3d1ad;
	font-family: tahoma, arial;
	font-size: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	float: left;
}
.post_excerpt {
	color: #d3d1ad;
	font-family: tahoma, arial;
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 5px;
}
.post {
	color: #d3d1ad;
	font-family: tahoma, arial;
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c0c0c0;
	padding-left: 5px;
}

table.month_table {
	background: white;
	border-top: 1px solid black;
	border-left: 1px solid black;

}
table.month_table caption {
	background: #348821;
	color: white;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 2px;
}
table.month_table td {
	color: black;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 50px;
	width: 50px;
	vertical-align: top;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
	text-align: left;
}
table.month_table td.is_day {
	background: white url('http://savageguitarstudio.co.uk/images/cal_date_bg.gif') no-repeat;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top;
	padding: 2px;
}
table.month_table td.is_event {
	background: #348821 url('http://savageguitarstudio.co.uk/images/cal_date_bg.gif') no-repeat;
	color: black;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 50px;
	width: 50px;
	vertical-align: top;
	padding: 2px;
}
table.month_table td.days {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 15px;
	width: 50px;
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

table.events_day {
	width: 350px;
	background: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.events_day caption {
	background: #348821;
	color: white;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 2px;
}
table.events_day td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.events_day td.time {
	width: 75px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	vertical-align: top;
	padding: 3px;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.events_day td.event {
	background: #e5e5e5;
	border: 0px;
	padding: 3px;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
table.events_day td.event_alt {
	background: #c7dec2;
	border: 0px;
	padding: 3px;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.event {
	width: 350px;

}
table.event caption {
	background: #348821;
	color: white;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 2px;
}
table.event td {
	vertical-align: top;
	padding: 3px;
	background: white;
	text-align: left;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.reply_title {
	width: 50%;
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	float: left;
}

.reply_title_alt {
	width: 50%;
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	float: left;
}

.reply_detail {
	color: #ffffff;
	font-size: 10px;
}

.reply_detail_alt {
	color: #ffffff;
	font-size: 10px;
}

.reply {
	border-bottom: 1px solid white;
}

.reply_alt {
	border-bottom: 1px solid white;
}

#post_info {
	color: #ffffff;
	font-size: 10px;
}

#post {
	border-bottom: 1px solid white; 
}

a.forum_link {
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.forum_link:hover {
	color: #dbbc46;
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
