html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
html, body {
	height:100%;
	width:100%;
}
body {
	background-image:url(../_images/bgrd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
a {
	outline:none;
}
textarea {
	border: 1px solid #999;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.hide {
	display: none;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
#container {
	position: relative;
	width: 968px;
}
#logo {
	float: left;
}
#navigation {
	float: right;
	height: 135px;
	width: 545px;
	z-index: 1000;
}
#navigation #top_nav {
	float: right;
	padding: 8px 4px 0 0;
	width: 213px;
	height: 21px;
	text-align: center;
	background-image: url(../_images/mininav_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 9px;
}
#navigation #login {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 723px;
	padding: 35px 15px 0;
	width: 239px;
	height: 98px;
	background-image: url(../_images/bg_login.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation label {
	float: left;
	width: 60px;
	text-align: right;
	padding: 2px 5px 0 0;
}
#navigation input.field {
	float: left;
	width: 90px;
	height: 15px;
	border: 1px solid #ddd;
}
#navigation #bt-login {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
#navigation #main_nav {
	width:541px;
	height:106px;
	padding:0px;
	position:absolute;
	top:48px;
	background-image:url(../_images/bg_main_nav.gif);
	background-repeat:no-repeat;
}
#navigation #main_nav #bt_myprofile {
	position:absolute;
	left:47px;
	top:23px;
}
#navigation #main_nav #bt_browseby {
	position:absolute;
	left:165px;
	top:23px;
}
#navigation #main_nav div#searchbox {
	position:absolute;
	top:53px;
	left:395px;
}
#content {
	clear: both;
	background-image: url(../_images/bg_section_repeat.gif);
	background-repeat: repeat-y;
	padding: 0 0 50px 0;
}
#content #container_left {
	position: relative;
	float: left;
	width: 539px;
	padding-left: 110px;
}
#content #container_right {
	position: relative;
	float: left;
	width: 319px;/*position: absolute;
	top: 0px;
	left: 649px;*/
}
#footer {
	clear: both;
	height: 150px;
	width:100%;
	background-image:url(../_images/bg_bottom_repeat_X.gif);
	background-repeat:repeat-x;
}
#success, #error {
	display: block;
	position: absolute;
	padding: 10px 20px;
	top: 0;
	left: 50px;
	width: 400px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	font-size: 11px;
}
#success {
	background: #cfc;
	color: #051;
}
#error, .error {
	background: #a22;
	color: #fff;
}
#error a {
	color: #fff;
	font-weight: bold;
}
/* -------------------------------------------------------------------------
   Page Signup
   ------------------------------------------------------------------------- */

#signup #container {
	background-image:url(../_images/back_index.jpg);
	background-repeat:no-repeat;
}
#signup #content {
	position: relative;
	background-image: none;
}
#signup #footer {
	padding-top: 20px;
}
#container_signup #ul, #container_signup #li {
	list-style-type:circle;
}
#container_signup {
	position:relative;
	top:0px;
	left:420px;
	width:450px;
	padding-top:15px;
	font-size:12px;
}
#content_signup_intro {
	background-image:url(../_images/img_arrow_turcoise.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0 0 0 17px;
}
#content_signup_form {
	padding:25px 0 0 15px;
}
#container_signup .field td {
	padding: 2px 3px;
}
#container_signup .field input {
	padding: 2px 4px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 11px;
}
#container_signup #profile-name.yes {
	border-color: green;
}
#container_signup #profile-name.no {
	border-color: red;
}
.field input:focus {
	outline: none;
}
.field .desc {
	display: none;
	position: absolute;
	width: 100px;
	background: #eee;
	padding: 5px 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}
#already_member {
	background-image:url(../_images/bg_already_member.gif);
	background-repeat:no-repeat;
	width:373px;
	height:85px;
	position:relative;
	top:30px;
	padding:0px 0 0 0;
}
#already_member_content {
	padding:18px 0 0 15px;
}
#already_member_content td {
	padding-left: 4px;
}
/* -------------------------------------------------------------------------
   General
   ------------------------------------------------------------------------- */

#page #content {
	background-image: none;
	padding-left: 400px;
	font-size: 13px;
}
#page #content h1 {
	font-size: 200%;
}
#page #content h2 {
	font-size: 170%;
}
#page #content h3 {
	font-size: 150%;
}
#page #content h4 {
	font-size: 120%;
}
#page #content p, #page #content ul, #page #content ol, #page #content blockquote {
	margin-top:20px;
	margin-bottom:20px;
	font-size: 13px;
}
#page #content ul {
	list-style-type: square;
	font-size:10px;
}
#page #content ol, #page #content ol li {
	margin: 3px 0 0 20px;
	list-style-type: decimal;
	font-size:10px;
}
#page #content ul ul, #page #content ul ol, #page #content ol ul, #page #content ol ol {
	margin:5px 0px;
	font-size:10px;
}
#page #content form {
	margin:0px;
	padding:0px;
	display:inline;
}
.video-icon, .music-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
}
.video-icon {
	background-image: url(../_images/icon_video.gif);
}
.music-icon {
	background-image: url(../_images/icon_music.gif);
}
ol.orderlist li {
	margin: 3px 0 0 20px;
	list-style-type: decimal;
	line-height: 1.2em;
}
/* -------------------------------------------------------------------------
   Popup
   ------------------------------------------------------------------------- */

.hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
/* cropper */

.cropperWrapper {
	margin:auto;
	padding:0;
}
.cropperResize {
	border:2px dashed #ec008c;
	cursor:se-resize;
	background-image:url('/_images/cropper-corner.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}
.cropperMove {
	cursor:move;
}
.cropperMask {
	background-color:#000;
	cursor:pointer;
}
/* stef */

#navigation #teamname p {
	margin-top: 30px;
	font-size:28px;
	font-weight:bold;
	height:38px;
	padding-left:8px;
	padding-top:5px;
}
.wordrap {
	margin-top: 30px;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	height:38px;
	padding:5px;
	background-color:#666666;
	margin-right:3px;
}
#athletephoto {
	width:130px;
	height:175px;
	border:1px solid #e5e5e5;
}
