html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {
	padding-bottom:		100px;
}
#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}

html {
	overflow-y:			scroll;
}
body {
	font-family:		"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background:			url("/media/images/wood126.gif");
}

.container {
}

#header {
	font-family:		Georgia;
	padding:15px 0px;
	background-color:	#fff;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header a {
    color:				#B80719;
	text-decoration:	none;
}
#header a:hover {
    color:				#B80719;
}
#header h1 {
	padding:			0;
	margin:				0 15px;
	font-weight:		bold;
	display:			inline;
}
#header h3 {
	padding:			0;
	margin:				0;
	text-shadow:		2px 2px 4px #777;
	display:			inline;
}


#header .firstlogo {
	color:				#000;
}
#header .lastlogo {
	color:				#fff;
	background-color:	#000;
}

#content {
	background-color:	#fff;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
}


#content h1 {
	font-size:			2.3em;
}

#content h2 {
	font-weight:		bold;
	font-size:			1.8em;
}

a, a:visited, a:active {
    color:				#B80719;
	text-decoration:	none;
}

a:hover {
	color:				#750102;
}

::selection { /* Safari and Opera */
	background:			#778899;
	color:				#fff;
}
::-moz-selection { /* Firefox */
	background:			#778899;
	color:				#fff;
}


.menu {
	background: url("/media/images/wood139.gif") repeat;
	font-family:		Verdana, Tahoma;
	font-size:			1.3em;
	font-weight:		bold;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 5px 5px 2px black;
	-moz-box-shadow: 5px 5px 2px black;
	-webkit-box-shadow: 5px 5px 2px black;
	margin-bottom: 0;
	padding: 10px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.menu ul li {
	list-style: none;
}
.menu a {
	text-decoration:	none;
	padding:			2px 0 2px 0;
	margin:				2px 0 2px 0;
	color:				#fff;
}

.menu a:hover {
	cursor: 			pointer;
	color:				#aaa;
}

.box {
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 0;
}

p + p {
	text-indent:		0;
	margin-top:			0;
}

.smalltable, .halfwidth {
	width:				50%;
}

div.date { 
    text-align:			center;
    float:				left;
    width:				33px;
    height:				42px;
    background:			url(/media/images/date.gif) no-repeat;
} 
div.date span.month {
	display:			block;
	font-size:			.8em;
	text-transform:		uppercase;
	height:				12px;
	line-height:		12px;
	color:				#fff;
}
div.date span.day {
	display:			block;
	font-size:			1.2em;
	font-weight:		bold;
	height:				30px;
	line-height:		30px;
	color:				#000;
}

.dateinfo {
    padding: 5px;
	border: 1px solid #ddd;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.listdate {
	color:				#777;
}

.next, .next:visited {
	background: #222 url(/media/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.next:active			{ top: 1px; }
.next, .next:visited	{ background-color: #B80719; }
.next:hover				{ background-color: #750102; }

#footer {
	background: url("/media/images/wood139.gif") repeat-x;
	color:#fff;
	font-size:.9em;
	font-family:Verdana, Arial, sans-serif;
}
#footer a {
	color:#ccc;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
.info {
	padding-top: 20px;
}

dd p {
	margin:			0;
}
tr.over td {
	background: #bcd4ec;
}

.convert { width: 650px; height: 100px; }

ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: white;
    background: red url(/media/admin/img/admin/icon_alert.gif) 5px .3em no-repeat;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}
