@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background: #dae3ec url(images/layout-2/bg-page.gif) repeat-x top;
}

a, a:visited {
	color: #255D8D;
}
a:hover {
	color: #01B0E7;
	text-decoration: none;
}

a.arrow, a.arrow:visited, a.arrow:hover {
	padding-left: 16px;
	background: url(images/arrow-1.gif) no-repeat center left;
}

a.link-selected, a.link-selected:visited {
	font-weight: bold;
	color: #01B0E7;
	text-decoration: none;
	/*cursor: default;*/
}

#header {
	height: 167px;
}

#header #header-wrapper {
	height: 167px;
	margin: 0 auto;
}

#top-header {
	position: absolute;
}

#main-page {
	clear: both;
	background: white url(images/layout-2/bg-page.gif) repeat-x 0px -167px;
}

#main-page #main-page-wrapper {
	/*background: #255D8D url(images/bg-middle.gif) repeat-y center;*/
	overflow: hidden;
	margin: 0 auto;
}

.content-wrapper {
	width: 894px;
	margin: 0 auto;
}

#top-left-descr {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 231px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	overflow: hidden;
}
#top-left-descr p {
	margin: 0 7px;
}
#top-left-descr b {
	color: 	#0164A7;
	font: 11px Tahoma, Arial, sans-serif;
	font-weight: bold;
}

#site-path {
	position: relative;
	top: 165px;
	left: 230px;
	width: 640px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 8px;
	height: 25px;
	line-height: 25px;
	display: block;
	color: white;
	z-index: 1000;
	/*background: url(images/bg-hr.gif) repeat-x bottom;*/
}

#site-path a,
#site-path a:visited {
	padding: 0 5px;
	color: gray;
}
#site-path a:hover {
	color: white;
}
#site-path a.selected-link,
#site-path a:visited.selected-link {
	color: white;
}

#mainContent { 
	float: left;
	width: 660px;
	margin: 10px 0; 
	padding: 0;
	background: url(images/layout-2/bg-content.gif) repeat-y left;
}
#mainContent-wrapper {
	min-height: 450px;
	background: url(images/layout-2/bg-content-top.gif) no-repeat top left;
}
#mainContent-close {
	height: 42px;
	background: url(images/layout-2/bg-content-bottom.gif) no-repeat top left;
}

#mainContent .main-box {
	margin-left: -3px;
	background: url(images/bg-main-box-middle.gif) repeat-y;
}
* > #mainContent .main-box {
	margin-left: 0;
}
#mainContent .main-box .open-box {
	height: 18px;
	background: url(images/bg-main-box-top.gif) no-repeat;
	margin: 0;
	padding: 0 3px 0px 35px;
	font: 14px Arial, Helvetica, sans-serif;
}
#mainContent .path, #mainContent .main-box .open-box p {
	margin: 0 25px 0 0;
	padding-top: 15px;
	color: gray;
	font: 10px Arial, Helvetica, sans-serif;
}
#mainContent .main-box .open-box p { font-size: 12px }

#mainContent .main-box h1, #mainContent .main-box h2 {
	font: 22px Palatino Linotype, Tahoma, sans-serif;
	font-weight: normal;
	color: #0164A7;
	margin: 0px 0 10px 0;
	padding: 0 0 5px 0;
	background: url(images/bg-hr.gif) repeat-x bottom;
}
#mainContent .main-box h2 { 
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

#mainContent .main-box .content-box {
	margin: 0 0 0 0;
	padding: 0 35px 0 35px;
	font-size: 13px;
	color: #333333;
}

#mainContent .main-box .close-box {
	height: 39px;
	background: url(images/bg-main-box-bottom.gif) no-repeat;
	text-align: right;
	padding: 0 35px 0 35px;
	color: gray;
	font-size: 11px;
}


#footer { 
	border-top: 4px solid #DDD;
	padding: 0;
	height: 130px;
	background: #D8E2EB url(images/bg-page.gif) repeat-x 0px -52px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	overflow: hidden;
} 
#footer #footer-wrapper {
	height: 125px;
	overflow: hidden;
}

#footer .content-wrapper {
	padding-top: 15px;
	padding-left: 30px;
	width: 888px;
}

#footer p {
	text-align: left;
	margin: 0;
	padding: 3px 0;
}

#footer #footer-logo-wrapper {
	position: absolute;
	background: red;
	width: 10px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#footer #footer-logo {
	display: block;
	width: 64px;
	height: 61px;
	float: left;
	margin-right: 15px;
	background: url(images/layout-2/futsalmania-small-logo.png) no-repeat;
}

#footer #footer-up-wrapper {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	position: absolute;
}
#footer #footer-up {
	width: 160px;
	height: 86px;
	position: relative;
	top: -173px;
	left: -85px;
	background: url(images/footer-up.gif) no-repeat;
}

#footer #bottom-stats {
	float: right;
	text-align: right;
	margin-right: 10px;
}
* > #footer #bottom-stats {
	margin-right: 20px;
}

#footer #design-by {
	margin-top: 18px;
	margin-left: 80px;
	font-size: 9px;
}

