
body {
	background-color: #dbf3fd;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	color: #444;
}

body.popup {
	background: #ffffff;
}

body.popup #header,
body.popup #menu,
body.popup .breadcrumbs,
body.popup .backtotop,
body.popup #footer {
	display: none;
}

p {
	margin-bottom: 0.5em;
}

a {
	text-decoration: underline;
	color: #3B8CDE;
}

a:hover {
	color: #4CA7BC;
}

ul {
	list-style-image: url('ul_bullet.png');
	list-style-position: outside;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 0.5em;
}

li {
	font-style: italic;
	font-weight: bold;
	line-height: 1.75em;
}

a.external {
	padding-right: 18px;
	background: transparent url('icon-external-link.png') no-repeat right center;
}


/* Structure */

#wrapper {
	background: #fff url('bg-body.png') repeat-y center top;
	margin: 0 auto;
	width: 890px;
	padding: 0 10px;
	font-size: 1.2em;
}

body.popup #wrapper {
	background: transparent;
	width: auto;
}

#header {
	height: 140px;
	width: 890px;
	background: #666 url('bg-header.jpg') no-repeat;
}

#header h1 {
	/* text content is included in background image */
	display: none;
}

#header a.logo {
	float: left;
	display: block;
	height: 125px;
	width: 500px;
}

#menu {
	height: 35px;
	background: url('bg-menu.png') repeat-x;
	padding: 0 10px;
}

#content {
	float: left;
	width: 640px;
	padding: 15px 15px 0pt;
}

#content-body {
	float: left;
	clear: both;
	padding: 15px 15px 0pt;
	width: 860px;
}

.clear {
	clear: both;
}

body.popup #content-body {
	width: auto;
}

#footer {
	height: 50px;
	width: 870px;
	padding: 20px 30px 0;
	margin: 0 auto;
	background: transparent url('bg-footer.png') no-repeat top center;
}


/* Entries */

.entry {
	padding: 0.3em 0 1.4em;
	text-align: justify;
	line-height: 1.70em;
}


/* Menu */

#menu ul {
	list-style: none outside none;
	padding: 0pt;
	margin: 0pt;
}

#menu li {
	float: left;
	font-style: normal;
	font-weight: normal;
}

#menu li a {
	line-height: 35px;
	padding: 0 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
/*
	margin-right: 2px;
	border-left: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	line-height: 25px;
	margin-top: 4px;
	border-top: 1px solid #4A4A4A;
	border-bottom: 1px solid #0B0B0B;
*/
}

#menu li a:hover {
	background: url('bg-menu-hover.png') repeat-x;
}

#menu li a.active {
	background: url('bg-menu-active.png') repeat-x;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 205px;
	margin: 5px 0 0;
}

#sidebar .block {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 0 3px 3px;
}

#sidebar .block div {
	background: #fff url('box-bgr.gif') repeat-x bottom left;
	margin: 0px auto;
	padding: 8px 10px 8px;
	text-align: justify;
}

#sidebar p cite {
	font-style: italic;
}

#sidebar ul {
	background: #fff url('box-bgr.gif') repeat-x bottom left;
	list-style: none outside none;
	padding: 3px 0 0;
	margin: 0;
}

#sidebar li {
	font-style: normal;
	font-weight: normal;
	border-top: 1px dotted #ddd;
}

#sidebar li.first {
	border-top: none;
}

#sidebar li a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #222;
	padding-left: 15px;
	text-decoration: none;
	font-weight: normal;
}

#sidebar li a:hover {
	background-color: #e7e7e7;
	color: #000;
}

#sidebar li a.active,
#sidebar li a.active:hover {
	background-color: #d7d7d7;
	color: #000;
}

#sidebar h2 {
	line-height: 1.55em;
	background-color: #666666;
	margin: 3px 0 0;
	padding: 0pt;
	color: #ddd;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0pt;
	font-weight: bold;
}

#sidebar h2 a {
	color: #ddd;
	text-decoration: none;
}

#sidebar h2 a:hover {
	color: #eee;
	text-decoration: underline;
}


/* Footer */

#footer {
	color: #d2e7f0;
	line-height: 30px;
}

#footer a, #footer span {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #444;
	text-decoration: underline;
}

a.button-netenzo {
	float: right;
	display: block;
	width: 106px;
	height: 30px;
	background: transparent url('netenzo-logo.gif') scroll no-repeat 0 0;
}

a.button-netenzo:hover {
	background-position: 0 -30px;
}


/* Heading's */

h1 {
	font-size: 2.5em;
	font-weight: normal;
	position: relative;
	top: 50px;
	left: 30px;
	letter-spacing: 1px;
	color: #aaa;
	font-style: italic;
}

h2 {
	font-size: 1.70em;
	font-weight: bold;
	color: #B4C835;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.0em;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.5em;
}

blockquote {
	padding-left: 22px;
	background: transparent url('quote_top.jpg') no-repeat 0 5px;
	margin: 0 0 10px;
}

hr {
	border-top: 1px dotted #E0E0E0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 0 15px;
}

.photo {
	padding: 2px;
	border: 1px solid #888;
	margin: 4px;
}

.photo.left {
	float: left;
	margin-right: 10px;
}

.photo.right {
	float: right;
	margin-left: 10px;
}

.keywords {
	font-size: 0.75em;
	color: #CCC;
}

.keywords a {
	color: #CCC;
	font-weight: normal;
}

.breadcrumbs, .backtotop {
	font-size: 85%;
	margin-bottom: 7px;
	color: #AAA;
}

.breadcrumbs {
	margin-bottom: 7px;
}

.backtotop {
	text-align: right;
	margin-top: 7px;
}

.breadcrumbs a, .backtotop a {
	text-decoration: none;
	font-weight: normal;
	color: #AAA;
}

.breadcrumbs a:hover, .backtotop a:hover {
	text-decoration: underline;
	color: #CCC;
}

.input_success {
	padding: 7px 6px 7px 30px;
	margin-bottom: 10px;
	background: #E8FFDF url('success.gif') no-repeat scroll 8px 11px;
	color: #444;
}

.input_error {
	color: #FF0000;
	padding: 7px 6px 7px 30px;
	margin-bottom: 10px;
	background: #FFECEC url('error.gif') no-repeat scroll 8px 11px;
	color: #444;
}

.input_fieldset {
	padding: 5px 0;
}

.input_label {
	display: block;
	font-weight: bold;
}

.input_submit {
	margin: 0;
	padding: 3px 8px;
}

.input_text {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 3px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}

.input_text.blur {
	color: #999999;
}

.score_hand_pos {
	background: transparent url('score_hands.gif') no-repeat scroll 0 0;
	padding: 4px 8px 0 21px;
}

.score_hand_neg {
	background: transparent url('score_hands.gif') no-repeat scroll 0 -30px;
	padding: 4px 8px 0 21px;
}

