.print_only {
	display: none;
}

body {
	min-width: 930px;
	background-color: #305F06;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-position:0 -50px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

#body_padding {
	padding: 0;
}

#header {
	min-width: 750px;
	height: 48px;
	margin: 0px auto 80px auto;
	background-image: url(../images/layout/header_background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #0D0D0D;
	border: 1px solid #6E6E6E;
	text-align: left;
}
#logo {
	margin: 5px 0px 0px 18px;
}
#login {
	width: 220px;
	float: right;
	margin: 5px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#login #un, #login #pw {
	width: 84px;
	color: #346DF6;
	font-size: 11px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #3D3D3D;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#login #px {
	padding-top: 4px;	!important
}
#login #submit {
	width: 24px;
	height: 17px;
	margin: 0px 0px -3px 0px;
	padding: 0px 0px 0px 0px;
}




#main_container {
	width: 99%;
	min-width: 930px;
	margin: 0px auto 0px auto;
}
#table_left_col {
	width: 215px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#table_center_col {
	padding: 0px 0px 0px 0px;
}
#table_right_col {
	width: 215px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}




#menu {
	width: 200px;
	margin: 0px 15px 15px auto;
	background-image: url(../images/layout/menu_background.gif);
	background-position: top left;
	background-repeat: repeat;
	border: 1px solid #BFBFBF;
	text-align: left;
}
#menu .bar {
	width: 100%;
	height: 9px;
	/*background-image: url(../images/layout/menu_bar.gif);
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: #F7960B;
}	#menu .bar img {
		float: right;
		margin: 0px 2px 0px 0px;
	}
#menu ul {
	display: block;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 14px 14px;
}
#menu a {
	color: #B9B9B9;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	#menu a:hover {
		color: #FFFFFF;
	}
	#menu .on {
		color: #F7960B;
		font-size: 15px;
		line-height: 20px;
	}


.right {
	margin: 0px 0px 15px auto;
}

.left {
	margin: 0px auto 15px 0px;
}

.box {
	width: 200px;
	text-align: left;
	background-image: url(../images/layout/left_box_background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	border: 1px solid #606060;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	.box .bar {
		height: 9px;
		background-color: #F7960B;
	}
	.box .bar img {
		float: right;
		margin-right: 2px;
	}
	.box .text {
		padding: 8px;
	}
	.box .text-center {
		padding: 8px;
		text-align: center;
	}
	.box .title {
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 5px;
	}
	.box h4 {
		color: #F7960B;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px 0px 0px 0px;
	}
	.box small {
		color: #777777;
		font-size: 9px;
		line-height: 12px;
	}
	.box a {
		color: #9AC64B;
		text-decoration: none;
	}
	.box a:hover {
		color: #FFFFFF;
	}

	
#maincontent {
	min-width: 318px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/layout/main_background.gif);
	background-position: top left;
	background-repeat: repeat;
	border: 1px solid #383D4E;
}	#maincontent .bar {
		height: 9px;
		text-align: right;
		/*background-image: url(../images/layout/main_bar.gif);
		background-position: top left;
		background-repeat: repeat-x;*/
		background-color: #F7960B;
	}
	#maincontent .bar img {
		margin-right: 2px;
	}
	#maincontent .text {
		overflow: hidden;
		color: #E2E2E2;
		font-size: 12px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 10px 10px 10px 10px;
	}
	#maincontent .text small {
		color: #777777;
		font-size: 11px;
	}
	#maincontent a:link, #maincontent a:visited {
		color: #9AC64B;
		text-decoration: none;
	}
	#maincontent a:hover {
		text-decoration: underline;
	}
	#maincontent hr {
		height: 2px;
		border-bottom: 1px solid #1B50D0;
		border-top: 1px solid #6491FF;
		margin: 10px auto 10px auto;
	}
	
	
a:link img, a:visited img, a:hover img {
	border: none;
}
	
h1 {
	color: #9AC64B;
	display: inline-block;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #F7960B;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
	
.icon-ul {
	margin: 6px 12px 6px 8px;/* space around entire list */
	padding: 0;
	list-style: none;
}
.icon-ul li {
	margin-bottom: 6px;/* space between list items */
	padding-bottom: 3px;
	padding-left: 24px;/* distance from left to text */
	background: transparent url('/images/icon_empty.gif') no-repeat top left;
}	
.arrowitem {
	background-image: url('../images/arrow_right.gif') !important;
}
.www {
	background-image: url('../images/icon_www.gif') !important;
}
.acrobat {
	background-image: url('../images/icon_acrobat.gif') !important;
}
.office {
	background-image: url('../images/icon_office.gif') !important;
}
.word {
	background-image: url('../images/icon_word.gif') !important;
}
.excel {
	background-image: url('../images/icon_excel.gif') !important;
}



.photo-outside {
	float: left;
	width: 120px;
	padding: 0px 5px 5px 5px;
	margin: 6px 6px 6px 6px;
	border: 1px solid #000000;
	background-image: url(../images/layout/main_background_dark.gif);
	overflow: hidden;
}
.photo-outside-sample {
	clear: both;
	padding: 0 5px 0 5px;
	margin: 6px;
	border: none;
	text-align: center;
}
.photo-outside-sample img {
	margin: 6px 0 6px 0;
	border: none;
}
.photo-imageholder {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: middle center;
	text-align: center;
}
.photo-title {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border: none;
}
.photo-subtitle {
	color: #666666;
	border: none;
	font-weight: none;
	font-size: 9px;
	text-align: center;
}
.photo-main {
	border: none;
	text-align: center;
	color: #999999;
	margin: 6px;
	clear: both;
}
.photo-main img {
	margin: 4px;
}


/* free agents */
.fa-fs-M {
	border: 1px solid #3EACD9;
	margin: 5px;
	padding: 5px;
}
.fa-le-M {
	color: #3EACD9;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
.fa-le-M:hover {
	color: #FFFFFF;
}
.fa-fs-F {
	border: 1px solid #FE4973;
	margin: 5px;
	padding: 5px;
}
.fa-le-F {
	color: #FE4973;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
.fa-le-F:hover {
	color: #FFFFFF;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2E2E2;
	margin-top: 4px;
	margin-bottom: 8px;
}
#footer a:link, #maincontent a:visited {
	color: #9AC64B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.cal_header_month {
	height: 12px;
	color: #E0E0E0;
	background-image: url(../images/layout/main_bar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #5A5E6C;
}
.cal_header_month a {
	color: #FFFFFF;
	text-decoration: none;
}
.cal_header_month a:hover {
	color: #9AC64B;
}
.cal_header_day {
	background-color: #383D4E;
	color: #FFFFFF;
}
.cal_day_off {
	color: #9E9E9E;
	background-color: #131317;
}
#cal_day_on {
	color: #000000;	!important
	background-color: #9AC64B;
}
#cal_day_on a {
	color: #000000;
	text-decoration: none;
}
.cal_link_month_view a {
	font-size: 10px;
	color: #E0E0E0;
	text-decoration: none;
	text-align: center;
}
.cal_link_month_view a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* standings page */
.stand-fs {
	border: 1px solid white;
	margin: 5px;
	padding: 5px;
}
.stand-le {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	border: none;
	background: transparent;
}

.error{
	color:orange;
}
