body
{
	font-family: Verdana,sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #DDD;
	background-color: #222;
}

.advertisement
{
	width: 950px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#siteContainer
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #061626;
}

#shadow
{
	background: #222 url('/v3/images/bg_site.jpg') repeat-y center top;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#topMenu
{
	background-image: url('/v3/images/bg_top_menu.jpg');
	background-repeat: repeat-x;
	height: 47px;
}

#topMenu ul
{
	padding-top: 10px;
	padding-left: 10px;
}

#topMenu ul li
{
	display: inline;
}

#topMenu ul li a, #topMenu ul li a:visited
{
	padding: 10px;
	text-decoration: none;
	font-size: smaller;
	color: #DDD;
}

#topMenu ul li a:hover
{
	color: #666;
}

#topUsers
{
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: smaller;
}

#topUsers ul li
{
	display: inline;
}

#topUsers ul li a, #topUsers ul li a:visited,
#bottom a, #bottom a:visited
{
	color: #CC6;
}

#topUsers ul li a:hover,
#bottom a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#topRest
{
	background-image: url('/v3/images/bg_top.jpg');
	height: 99px;
	background-repeat: repeat-x;
	font-size: large;
	color: #777;
}

#topRest p
{
	padding-left: 20px;
	padding-top: 10px;
}

#topImage img
{
	position: absolute;
	right: 0;
	top: 47px;
}

#site
{
	overflow: hidden;
	background: transparent url('/v3/images/bg_sidemenu.jpg') repeat-y;
	padding-bottom: 30px;
}

#logo
{
	position: absolute;
	top: 22px;
	left: 350px;
}


#menu
{
	background-image: url('/v3/images/bg_menu.jpg');
	background-repeat: repeat-x;
	height: 58px;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}

#menu ul
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 20px;
}

#menu ul li
{
	display: inline;
	background-image: url('/v3/images/football.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px;
	padding-left: 30px;
}

#menu ul li a.selected
{
	color: #CCC;
}

#homeMiddle h2, h2
{
	color: #369;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: normal;
}

.pollQuestion
{
	color: #369;
}

#middle
{
	padding: 10px 20px;
}

.fullWidth
{
	witdh: 100%;
}

#siteNoMenu
{
	background: none;
	overflow: hidden;
}

#middle h2, h3
{
	margin: 20px 20px 20px 0;
}

#middleLeft h3
{
	color: #888888;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: uppercase;
}

#middle h3
{
	border-bottom: 2px solid #19324D;
	padding-bottom: 5px;
}

#middleLeft
{
	float: left;
	width: 250px;
}

#middleRight
{
	float: left;
	padding-left: 10px;
	width: 625px;
	margin-top: 20px;
}

#middle table th, #middleRight table th
{
	font-weight: bold;
	vertical-align: top;
	padding-top: 4px;
}

#middleRight table th, #middle table th
{
	text-align: left;
	padding-right: 10px;
}

#middleRight .borderTable th,
#homeMiddle .borderTable th
{
	background-color: #0C2746;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

.padding th,
.padding td
{
	padding: 5px;
}

#middleRight .borderTable td
{
	padding: 5px;
	border-bottom: 1px dashed #0c2746;
}

#homeMiddle .borderTable th,
#homeMiddle .borderTable td
{
	padding: 2px;
}

#bottom
{
	background-image: url('/v3/images/bg_footer.jpg');
	background-repeat: repeat-x;
	height: 47px;
	color: #FFF;
	font-size: x-small;
	position: relative;
}

#bottomLeft p
{
	padding: 5px;
}

#bottomRight
{
	position: absolute;
	top: 15px;
	right: 10px;
}

#bottomRight ul li
{
	display: inline;
	font-size: small;
}

.extraPadding
{
	padding: 10px;
}

.smallBottomMargin
{
	margin-bottom: 10px;
}

.small
{
	font-size: 11px;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

table td
{
	vertical-align: top;
}

.alignRight
{
	text-align: right;
}

#box
{
	width: 230px;
}

#box ul
{
}

#box ul li
{
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #000;
}

#box ul li a, 
#box ul li a:visited
{
	display: block;
}

#box ul li a.selected
{
	color: #CCC;
}

.comment
{
	margin-left: 50px;
	padding: 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.commentAlternate
{
	background-color: #001a33;
}

/* ==[ INPUT ]== */
input.text, input[type="text"], input.password, input[type="password"], select, textarea
{
	padding: 5px;
	border: 1px solid #666;
	color: #CCC;
	background-color: #061626;
	margin: 3px;
}

input.text, input[type="text"], input.password, input[type="password"]
{
	width: 200px;
}

select
{
	padding: 5px;
	padding-left: 2px;
	margin: 3px;
}

input.button, input.submit, 
input[type="button"], input[type="submit"],
input.image, input[type="image"]
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	font-weight: bold;
	background-color: #061626;
}

input.submit, input[type="submit"]
{
	border: 1px solid #999;
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
	color: #CCC;
}



#menu a, #menu a:visited
{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.topPadding
{
	padding-top: 10px;
}

.smaller
{
	font-size: smaller;
}

.larger
{
	font-size: larger;
}

.bold, .pollQuestion
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.noMargin
{
	margin: 0;
}

.darker
{
	color: #999;
}

.lighter
{
	color: #fff;
}

.fullWidth
{
	width: 100%;
}

.borderBottomDashed
{
	border-bottom: 1px dashed #666;
}

.shopCart
{
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.alternate
{
	background-color: #001a33;
}

.cellMiddleAlign
{
	text-align: center;
}

a, a:visited
{
	color: #93b300;
	text-decoration: none;
	font-weight: bold;
}

a:hover, #menu a:hover
{
	color: #CCC;
}

a:focus
{
    outline: 0;
}

a img
{
	border: 0;
	vertical-align: middle;
}

#errorTop p
{
	font-weight: bold;
	font-size: larger;
	color: #6A6A5A;
	text-align: center;
}

#errorBottom
{
	font-weight: bold;
	color: #FE4902;
	text-align: center;
}

.error, .subError
{
	color: #FE4902;
	font-weight: bold;
}

.subError
{
	font-size: smaller;
}

div#ok, div.ok
{
	color: #006600;
	padding: 10px;
	font-weight: bold;
	padding-left: 30px;
	background-image: url('/v3/images/ok.gif');
	background-position: 8px 10px;
	background-repeat: no-repeat;
}

div#warning, div.warning
{
	color: #CE8527;
	padding: 10px;
	padding-left: 30px;
	font-weight: bold;
	background-image: url('/v3/images/warning.png');
	background-position: 8px 10px;
	background-repeat: no-repeat;
}

div.error, div#error
{
	color: #FF0000;
	padding: 10px;
	font-weight: bold;
	padding-left: 30px;
	background-image: url('/v3/images/error.png');
	background-position: 8px 10px;
	background-repeat: no-repeat;
}


.tblCalendar
{
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tblCalendar thead td, .tblCalendar thead th
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#middle .tblCalendar thead th
{
	font-size: large;
	text-align: center;
	background-color: #061626;
	border: 1px solid #061626;
	padding-bottom: 15px;
}

.tblCalendar thead td
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0E365D;
}

#bigCalendar #Calendar .tblCalendar tbody td
{
	vertical-align: top;
	text-align: left;
	padding: 10px;
	height: 100px;
	width: 110px;
	border: 1px solid #666;
}

.tblCalendar tbody td:hover
{
	border: 1px solid #1E70C8;
	background-color: #0E365D;
}

.tblCalendar tbody .dayNextMonth:hover, .tblCalendar tbody .dayPrevMonth:hover
{
	border: 1px solid #ccc;
	background-color: #555;
}

.tblCalendar tbody .today
{
	background-color: #345D0E;
}

.eventContainer
{
	margin-bottom: 20px;
}




/* ALBUM STUFF */
.albumGroupItem
{
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.albumGroupImage
{
}

.albumGroupOther
{
	position: absolute;
	top: 12px;
	left: 80px;
}

.albumItem
{
	padding: 10px;
	float: left;
	width: 30%;
	margin-right: 5px;
}

.albumImage
{
	float: left;
}

.albumOther
{
	width: 80%;
}

/* THUMBNAILS */
.thumbnail
{
	float: left;
	width: 21%;
	padding: 15px;
}

.thumbNailsPages, .pages
{
	padding: 10px;
}

.thumbnailMiddle
{
	text-align: center;
}

.thumbnail img, .thumbnailMiddle img, #thumbnailStream
{
	border: 1px solid #666;
	padding: 12px;
}

.thumbnailPageCurrent, .thumbnailPage a, .thumbnailPage a:visited,
.pages a, .pages a:visited
{
	padding: 5px;
}

.thumbnailPage a, .thumbnailPage a:visited,
.pages a, .pages a:visited
{
	border: 1px solid #666;
}

.thumbnailPage a:hover,
.pages a:hover
{
	background-color: #333;
	border: 1px solid #CCC;
}

#thumbnailStream
{
	border: 1px dashed #666;
	padding: 10px;
}

#thumbnailStream
{
	margin-top: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 555px;
}

.thumbnailStreamPhotoCurrent img
{
	border: 2px solid;
}

.thumbnailStreamPhoto img, .thumbnailStreamPhotoCurrent img
{
	float: left;
	padding: 5px;
}

.opponentItem, .playerItem
{
	width: 290px;
	margin-right: 15px;
	position: relative;
	float:left;
	margin-bottom: 10px;
}

.opponentLogo
{
	width: 70px;
}

.opponentDescription, .playerDescription
{
	position: absolute;
	left: 75px;
	top:0px;
}

.playerLogo
{
	width: 110px;
}

.playerDescription
{
	left: 115px;
}

.playerName
{
	border-bottom: 1px dashed #CCC;
	font-weight: bold;
}



#userLogin
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	font-size: larger;
}

#userLoginTitle, .registerHeader
{
	color: #E5DBCF;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
	border-bottom: 1px solid #204060;
	padding: 10px 0;
}

#userLoginTitle img
{
	vertical-align: top;
}

#userLogin table
{
	border-spacing: 10px;
}

#userLogin table th
{
	padding-right: 40px;
	text-align: left;
	font-family: Century gothic;
}

#userLogin table td
{
	font-size: smaller;
}

#frmUserRegister th, .userProfile th, .tblProfileDetails th
{
	text-align: right;
	padding-right: 10px;
}

.tblProfileDetails th
{
	width: 200px;
}

#frmUserRegister table
{
	border-spacing: 5px;
}

div#scrollable 
{
	height: 1.5em;
	overflow: hidden;
	border: 1px solid gray;
	position: relative; 
}

div#scrollable span 
{
	display: block;
	white-space: nowrap;
	position: absolute; 
}

.newsItem h3
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 20px;
	line-height: 21px;
}

.newItem h3 a,
.newItem h3 a:visited
{
	font-weight: normal;
}

.newsItem
{
	padding-top: 15px;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	overflow: hidden;
}

.newsItem img
{
	border: 1px solid;
}

.newsItemRight
{
	float: left;
	width: 450px;
}

.newsItemLeft
{
	width: 150px;
	padding: 0 15px 0 0;
	float: left;
}

.media li
{
	padding: 5px 0 5px 0;
	border-top: 1px solid #004080;
}

.media li a,
.media li a:visited
{
	display: block;
}

ul.wistjedat li
{
	border-bottom: 1px solid #204060;
	padding-bottom: 2px;
	padding-top: 2px;
}
