/* CSS Document */

/*--------------------------------------------------*/
/*						SHARED						*/
/*--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 16px;
	background: url(/images/bg.gif) repeat-x;
	background-color: #c7c5c5;
	color: #ededed;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #ededed;
	text-decoration: underline;
}

a:hover {
	color: #ededed;
	text-decoration: none;
}

h3 {
	padding-bottom: 5px;
}

span {
	display: none;
}

span.showspan {
	display: inline;
}

img {
	border: none;
}

.imgright {
	float: right;
	padding: 0px 15px 5px 10px;
	margin-right: 0px !important;
	margin-right: 25px;
	margin-left: 0px !important;
	margin-left: 10px;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	line-height: 14px;
}

#center {
	text-align: center;
}

.clear {
	font-size: 1px;
	height: 0px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding: 1px 3px;
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

textarea {
	padding: 1px 3px;
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

.checkbox {
	background-color: #111111 !ie;
	border: 0px;
}

.form_dropdown {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	width: 155px;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}


/*--------------------------------------------------*/
/*						 MAIN						*/
/*--------------------------------------------------*/

#container {
	margin: 0px auto;
	width: 768px;
}

#header_container {
	background: url(/images/header.gif) no-repeat;
	margin-bottom: 12px;
	border: 1px solid #b1b1b1;
	background-color: #ededed;
	width: 766px;
	height: 187px;
	overflow: hidden;
}

#menu {
	padding-top: 35px;
	padding-right: 29px;
	float: right;
}

#menu li {
	margin-bottom: 2px;
	margin-bottom: 0px !ie;
	width: 116px;
	border: 1px solid #b1b1b1;
	text-align: left;
	clear: both;
	float: none;
}

#menu li a {
	display: block;
	padding-bottom: 2px;
	width: 116px;
	height: 18px;
	color: #e3ecf8;
	background-color: #a52421;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#menu li a span {
	display: block;
	padding-top: 4px;
	text-align: center;
}

#menu li a:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}

#menu_loggedin {
	padding-top: 23px;
	padding-right: 29px;
	float: right;
}

#menu_loggedin li {
	margin-bottom: 2px;
	margin-bottom: 0px !ie;
	width: 116px;
	border: 1px solid #b1b1b1;
	text-align: left;
	clear: both;
	float: none;
}

#menu_loggedin li a {
	display: block;
	padding-bottom: 2px;
	width: 116px;
	height: 18px;
	color: #e3ecf8;
	background-color: #a52421;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#menu_loggedin li a span {
	display: block;
	padding-top: 4px;
	text-align: center;
}

#menu_loggedin li a:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}

#menu_admin {
	padding-top: 10px;
	padding-right: 29px;
	float: right;
}

#menu_admin li {
	margin-bottom: 2px;
	margin-bottom: 0px !ie;
	width: 116px;
	border: 1px solid #b1b1b1;
	text-align: left;
	clear: both;
	float: none;
}

#menu_admin li a {
	display: block;
	padding-bottom: 2px;
	width: 116px;
	height: 18px;
	color: #e3ecf8;
	background-color: #a52421;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#menu_admin li a span {
	display: block;
	padding-top: 4px;
	text-align: center;
}

#menu_admin li a:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}

#main_container {
	border: 1px solid #b1b1b1;
	background-color: #111111;
	float: left;
	width: 746px;
	min-height: 336px;
	height:auto !important;
	height:336px;
	padding: 15px 10px;
}

#page_footer {
	width: 768px;
	float: right;
	text-align: center;
	font-size: 10px;
	color: #333333;
}

#page_footer a {
	color: #333333;
	text-decoration: underline;
}

#page_footer a:hover {
	color: #000000;
}

.login_table{
	border-bottom: 2px solid #a52421;
}

#login_form {
	margin-bottom: 15px;
}

#login_form td {
	margin-bottom: 15px;
	font-size: 10px;
}

#login_form td.login_larger {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 11px;
}

#login_form form input {
	width: 70px;
	margin: 4px 0px 4px 0px;
}

#login_form form input.button {
	width: 55px;
	height: 16px;
	border: none;
}


/*--------------------------------------------------*/
/*						 HOME						*/
/*--------------------------------------------------*/

#login_page {
	width: 300px;
	margin: 0 auto;
}

#login_page label{
	float: left;
	width: 140px;
	font-weight: bold;
	padding-top: 4px;
}

#login_page form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#login_page form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 20px;
	width: 55px;
	height: 17px;
}

#login_page br{
	clear: left;
}

#welcome_container {
	float: left;
	width: 370px;
	padding: 5px 0px 10px 8px;
	margin-left: 7px;
	text-align: justify;
	font-size: 13px;
}

#welcome_container p {
	padding-bottom: 10px;
}

#news_container {
	float: right;
	border: 2px solid #a52421;
	width: 300px;
	height: 311px;
	padding: 10px 9px 10px 20px;
	margin-right: 5px;
}

#news_container_logo {
	float: right;
	border: 2px solid #a52421;
	width: 300px;
	height: 311px;
	padding: 10px 9px 10px 20px;
	margin-right: 5px;
	background: url(/images/newsbackground.gif) no-repeat center;
}

#news {
	padding: 10px 17px 20px 12px;
	text-align: left;
}

#news h2 {
	font-size: 13px;
	padding-bottom: 2px;
}

#news h4 {
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
}

#news p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}

#news .link-more {
	text-align: right;
	font-weight: bold;
}

#news_container {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

#news_form {
	width: 380px;
	margin: 0 auto;
}

#news_form label{
	float: left;
	width: 120px;
	font-weight: bold;

	padding-top: 4px;
}

#news_form .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#news_form textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#news_form form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#news_form form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#news_form .event_checkbox {
	width: 25px;
	margin: 4px 0px 2px 0px;
}

#news_form form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 120px;
	margin-top: 5px;
	width: 55px;
	height: 17px;
}

#news_form br{
	clear: left;
}

#register_container {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

#account_form {
	width: 300px;
	margin: 0 auto;
}

#account_form label{
	float: left;
	width: 140px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
}

#account_form .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#account_form textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#account_form form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#account_form form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#account_form form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 120px;
	margin-top: 20px;
	width: 55px;
	height: 17px;
}

#account_form br{
	clear: left;
}


/*--------------------------------------------------*/
/*					    PROFILE						*/
/*--------------------------------------------------*/

#profile_container {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

#profile_container label {
	float: left;
	width: 115px;
	font-weight: bold;
	text-align: ;
	padding: 0px 10px 10px 5px;
	clear: left;
}

.label2 {
	text-align: left;
	padding: 0px 15px 10px 128px;
}

.profile_text {
	text-align: left;
	padding: 30px 15px 10px 16px;
}


/*--------------------------------------------------*/
/*					    PHOTOS						*/
/*--------------------------------------------------*/

td.viewphotos {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

td.viewphotos a, td.viewphotos a:visited {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

td.viewphotos a:hover {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#sport_form {
	width: 240px;
	margin: 0 auto;
}

#sport_form label{
	float: left;
	width: 80px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
}

#sport_form .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#sport_form .pick_date {
	width: 125px;
}

#sport_form textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#sport_form form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#sport_form form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 20px;
	width: 55px;
	height: 17px;
}

#sport_form br{
	clear: left;
}

#photo_form {
	width: 320px;
	margin: 0 auto;
	text-align: left;
}

#photo_form label{
	float: left;
	width: 91px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
}

#photo_form .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#photo_form .pick_date {
	width: 125px;
}

#photo_form textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#photo_form form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#photo_form form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 20px;
	width: 55px;
	height: 17px;
}

#photo_form form input.browse_button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 5px;
	width: 55px;
	height: 17px;
}

#photo_form form input.delete_button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 5px;
	width: 55px;
	height: 17px;
}

#photo_form br{
	clear: left;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 91px !important;
	left: 0px;
	z-index: 1;
}

input.file {
	margin: 0;
	position: relative;
	top: 0px;
	left: 35px;
	left: 75px !ie;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.new_fields {
	margin: 0;
	position: relative;
	top: 0px;
	left: 35px;
	left: 75px !ie;

	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#files_list {
	text-align: left;
	margin-top: 10px;
	padding: 5px 0px;
	background-color: #555555;
}

#pictures {
	position: relative;
	width: 500px;
	margin: 0px auto;
}
#pictures img {
	float: left;
	margin: 0px 15px 30px 15px;
	border: 2px solid #333;
}
* html #pictures a:hover {
	border: 2px solid #666;
}
#pictures a:hover img {
	border: 2px solid #666;
}

#delete_pictures_container {
	width: 500px;
	margin: 0px auto;
}
#delete_pictures {
	float: left;
	width: 100px
}
#delete_pictures img {
	float: left;
	margin: 0px 15px 10px 15px;
	border: 2px solid #333;
}
* html #delete_pictures a:hover {
	border: 2px solid #666;
}
#delete_pictures a:hover img {
	border: 2px solid #666;
}
#delete_pictures .delete_pic_checkbox {
	margin-bottom: 30px;
}


/*--------------------------------------------------*/
/*						FORUM						*/
/*--------------------------------------------------*/

.bl {
	background: #c33734;
	font-size: 11px;
}

.br {
	background: url(/images/forum/round_br.gif) 100% 100% no-repeat;
}

.tl {
	background: url(/images/forum/round_tl.gif) 0 0 no-repeat;
}

.tr {
	background: url(/images/forum/round_tr.gif) 100% 0 no-repeat;
	padding: 3px 5px;
}

td.forumhead {
	color: #c33734;
	padding-bottom: 5px;
}

td.forum {
	color: #ededed;
	padding: 3px 5px;
}

td.forum a, td.forum a:visited {
	color: #ededed;
	text-decoration: none;
}

td.forum a:hover {
	color: #ededed;
	text-decoration: underline;
}

.forum_avatar {
	float: left;
	border-left: 2px solid #c33734;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 9px 7px;
	width: 75px;
	clear: both;
}

.forum_message {
	float: right;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 9px 7px;
	width: 600px;
}

.forum_textarea {
	width: 227px;
}


/*--------------------------------------------------*/
/*					   CALENDAR						*/
/*--------------------------------------------------*/

td.events {
	color: #111111;
	padding: 5px 8px;
}

td.events a, td.events a:visited {
	color: #111111;
	text-decoration: underline;
}

td.events a:hover {
	text-decoration: none;
}

.event_dropdown {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	width: 49px;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#calendar_container {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

#calendar_form {
	width: 300px;
	margin: 0 auto;
}

#calendar_form label{
	float: left;
	width: 140px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
}

#calendar_form .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#calendar_form textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#calendar_form form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#calendar_form form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#calendar_form form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 120px;
	margin-top: 20px;
	width: 55px;
	height: 17px;
}

#calendar_form br{
	clear: left;
}

#calendar_form2 {
	width: 380px;
	margin: 0 auto;
}

#calendar_form2 label{
	float: left;
	width: 120px;
	font-weight: bold;

	padding-top: 4px;
}

#calendar_form2 .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#calendar_form2 textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#calendar_form2 form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#calendar_form2 form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#calendar_form2 .event_checkbox {
	width: 25px;
	margin: 4px 0px 2px 0px;
}

#calendar_form2 form input.button {
	background-color: #eeeeee;
	border: 1px solid #b1b1b1;
	color: #222222;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	margin-left: 120px;
	margin-top: 5px;
	width: 55px;
	height: 17px;
}

#calendar_form2 br{
	clear: left;
}

/* SMALL CALENDAR */

/*  MONTH NAVIGATION SECTION */

.small_calendar_navigation_side {
	background-color: #a52421;
	font-size: 10px;
}

.small_calendar_navigation_center {
	background-color: #a52421;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.small_calendar_navigation_side a, .small_calendar_navigation_side a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.small_calendar_navigation_side a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}


/*  DAY LABELS SECTION */

.small_calendar_header {
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-bottom:4px;
}


/*  DATE BOXES SECTION */

.small_calendar_day, .small_calendar_day:visited {
	float: left;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	padding: 7px 0px 7px 0px;
}

.small_calendar_day:hover {
	float: left;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background-color: #eeeeee;
	color: #000000;
	padding: 7px 0px 7px 0px;
}

.small_calendar_normal {
	background-color: #cccccc;
}

.small_calendar_highlightday {
	background-color: #a52421;
}

.small_calendar_highlightboldday {
	font-weight: bold;
	background-color: #a52421;
}

.small_calendar_boldday {
	font-weight: bold;
	background-color: #cccccc;
}


/* BIG CALENDAR */

/*  MONTH NAVIGATION SECTION */

.calendar_navigation_side {
	background-color: #a52421;
	font-size: 10px;
	padding: 3px 7px 3px 7px;
}

.calendar_navigation_center {
	background-color: #a52421;
	text-align: center;
	font-size: 12px;
}

.calendar_navigation_side a, .calendar_navigation_side a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.calendar_navigation_side a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}


/*  DAY LABELS SECTION */

.calendar_header {
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}


/*  DATE BOXES SECTION */

.calendar_day, .calendar_day:visited {
	float: left;
	width: 100%;
	height: 75px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
}

.calendar_day:hover {
	float: left;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	background-color: #eeeeee;
	color: #000000;
	padding-top: 2px;
}

.calendar_normal {
	background-color: #cccccc;
}

.calendar_highlightday {
	background-color: #a52421;
}

.calendar_highlightboldday {
	font-weight: bold;
	background-color: #a52421;
}

.calendar_boldday {
	font-weight: bold;
	background-color: #cccccc;
}


/*--------------------------------------------------*/
/*					   CONTACT						*/
/*--------------------------------------------------*/

#contact_form {
	width: 380px;
	margin: 35px auto 0px auto;
	text-align: left;
}


#contact_form label{
	float: left;
	width: 120px;
	font-weight: bold;
	padding-top: 6px;
}

#contact_form .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#contact_form textarea{
	width: 250px;
	height: 150px;
	margin-top: 4px;
}

#contact_form form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#contact_form form input {
	width: 149px;
	margin: 4px 0px 4px 0px;
}

#contact_form form input.button {
	margin-left: 120px;
	width: 75px;
	height: 18px;
	border: none;
}

#contact_form br{
	clear: left;
}



/*--------------------------------------------------*/
/*						ADMIN						*/
/*--------------------------------------------------*/

td.admin {
	padding: 0px 10px;
}