﻿/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/
/* General tags */
* {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
}
body {
	background: #cccccc url('casino/bodybg.gif');
	font: verdana,tahoma,sans-serif;
	color: #000000;
}
a {
	background-color: inherit;
	color: #286ea0;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 16px 0;
}
ul, ol {
	margin: 0 0 16px 15px;
	padding-left: 5px;
}
ul ul, ol ol {
	margin: 3px 0 0 15px;
}
img {
	float: left;
	margin: 0 10px 50px 0;
}
/* Headers */
h1 {
	border-width: 0pt;
	padding: 0pt;
	margin: 0pt;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
}
h2 {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	margin: 0px 0 0px 0;
}
/* Left sidebar and menu */
#leftside {
	clear: left;
	float: left;
	margin: 0 0 0px 0;
	padding: 0;
	width: 150px;
}
#leftside ul.avmenu {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	width: 150px;
}
#leftside ul.avmenu li {
	display: inline;
	padding: 0;
	width: 150px;
}
#leftside ul.avmenu li a {
	background: url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	color: #171717;
	float: left;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	width: 138px;
	border-color: #CECECE #CECECE #CECECE #A3A3A3;
}
#leftside ul.avmenu li a:hover, #leftside ul.avmenu li a.current {
	background: url(img/menubg2.gif) repeat-x bottom left #eaeaea;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px solid #505050;
	border-right: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	color: #000000;
	border-color: #494949 #494949 #494949 #1F1F1F;
}
#leftside ul.avmenu ul {
	font-size: 0.9em;
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	width: 133px;
}
#leftside ul.avmenu ul a {
	padding: 3px 1px 3px 5px;
	width: 123px;
}
#leftside ul.avmenu ul ul {
	font-size: 1em;
	width: 120px;
}
#leftside ul.avmenu ul ul a {
	width: 108px;
}
#leftside h2 {
	font-size: 1.5em;
	font-weight: 400;
}
#leftside .announce {
	background: url(img/menubg.gif) repeat-x bottom left #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	clear: left;
	color: #4A4A4A;
	line-height: 1.3em;
	margin: 10px 0;
	padding: 5px 5px 5px;
	width: 134px;
	border-color: #D8D8D8;
}
#leftside p, .announce p {
	font-size: 0.9em;
}
/* IDs */
#title {
	padding: 0px;
	margin: -14px auto 0px auto;
	width: 700px;
	border-top-style: none;
}
#container {
	background: #fff no-repeat left bottom;
	border: 10.5pt solid #1F1F1F;
	color: #232323;
	margin: 0 auto 15px;
	padding: 0px;
	width: 700px;
	line-height: 1.3em;
	background-attachment: fixed;
}
#sidebar {
	float: left;
	padding-left: 0px;
	width: 0px;
}
#sidebar p {
	margin: 10px 0 5px 10px;
	text-align: left;
	font-size: 0.8em;
}
#sidebar p a {
	font-weight: 400;
}
#main {
	float: right;
	width: 385px;
}
#footer {
	clear: both;
	color: #aaa;
}
/* Menu */
.menu {
	margin: 0px;
	border: 1px solid #ffffff;
	color: #286EA0;
	display: block;
	font-size: 12.5pt;
	font-weight: bold;
	padding: 0px;
	width: 110px;
	font-style: normal;
	letter-spacing: -1pt;
	text-align: left;
}
.menu:hover {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	color: #333333;
	text-decoration: none;
}
/* Various classes */
.credits {
	color: #777;
	font-size: 0.9em;
	margin-bottom: 0;
}
.credits a {
	color: #777;
}
