@charset "utf-8";
/* CSS Document */

#search input {
	background-image: url(../_img/bg-green-search.jpg);
	height: 24px;
	width: 100%;
	border: 1px solid #333;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li {
	display: block;
	float: left;
	width: auto;
	margin-right: 20px;
	color: #FFF;
	font-weight: bold;
	margin-left: 20px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #000;
}
#lc-box1-mid ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#lc-box1-mid ul li {
	display: block;
	float: none;
	margin-bottom: 5px;
}

#lc-box1-mid ul li a {
	color: #000;
	text-decoration: none;
}
#lc-box1-mid ul li a:hover {
	color: #F39;
}
#lc-box2-mid ul {
	padding: 0px;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 11px;
	color: #000;
}
#lc-box2-mid ul li {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#lc-box2-mid ul li a {
	color: #60C;
	font-weight: bold;
	text-decoration: none;
}
#lc-box2-mid ul li a:hover {
	color: #F09;
}
#lc-box4 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
#lc-box4 ul li {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 11px;
}
#mc-box1 a, #mc-box2 a, #mc-box3 a, #mc-box4 a{
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}

#mc-box1 a:hover, #mc-box2 a:hover, #mc-box3 a:hover, #mc-box4 a:hover{
	font-weight: bold;
	color:#66cc00;
	text-decoration: none;
}
#weekbyweek_cal table a {
	color: #666600;
	text-decoration: none;
	font-size: 12px;
	display: block;
}
#weekbyweek_cal a:hover {
	color: #990;
	background-color: #FFF;
}
#weekbyweek_cal a.active {
	color: #FFF;
}




.div-signin {
	float: left;
	height: auto;
	width: 120px !important;
	width: 125px;
	margin: 5px;
}
.signin-txtbox {
	width: 120px;
	height: auto;
}
.btn-signin {
	background-image: url(../_img/btn-signin.png);
}
.btn-signinover {
	background-image: url(../_img/btn-signin-over.png);
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.orangelink a{
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}

.orangelink a:hover{
	color:#6C3;
	text-decoration:none;
	font-weight:bold;
}
	.head-blue {
	font-size: 16px;
	text-transform: uppercase;
	color: #0099cc;
	font-weight: bold;
}
.head-pink {
	text-transform: uppercase;
	color: #cc6699;
	font-size: 16px;
	font-weight: bold;
}

.head-red {
	font-size: 16px;
	text-transform: uppercase;
	color: #F25100;
	font-weight: bold;
}
.head-green {
	font-size: 16px;
	text-transform: uppercase;
	color: #669933;
	font-weight: bold;
}
.head-white {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}

.head-orange {
	font-size: 16px;
	text-transform: uppercase;
	color: #ED1C24;
	font-weight: bold;
}
.pinkborder {
	border: 2px solid #F9C;
}

.grayborder {
	border: 2px solid #666;
}

.blueborder {
	border: 2px solid #0099cc;
}
.greenborder {
	border: 2px solid #669933;
}
.redborder {
	border: 2px solid #ff3333;
}
.width-250px {
	width: 250px;
}
.grayborder {
	border: 2px solid #CCC;
}
.width-190px {
	width: 190px;
}

.rowheight-30px{
	padding-top:5px;
	padding-bottom:5px;


}

.border-left-right-blue {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009FD5;
	border-left-color: #009FD5;
}

.border-left-right-red {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F25100;
	border-left-color: #F25100;
}

.border-left-right-green {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #669933;
	border-left-color: #669933;
}
.border-right-blue {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009FD5;

}
.border-right-green {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #669933;

}
.border-right-red {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff3333;

}

.link-blue a {color: #0099cc; text-decoration: none;}
.link-blue a:hover {color:#333333;text-decoration: none;}

.link-red a {color: #ff3333; text-decoration: none;}
.link-red a:hover {color:#333333;text-decoration: none;}

.link-green a {color: #669933; text-decoration: none;}
.link-green a:hover {color:#333333;text-decoration: none;}


.bg-blue {
background-color:#DDFFFC;
 
}
.bg-red {
	background-image: url(../_img/images/bg-red.png);
}
.bg-green {
	background-image: url(../_img/images/bg-green.png);
}
.txt-blue {
	color: #0099cc;
}
.txt-red {
	color: #ff3333;
}
.margin-top-btm-10px {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-left-20px {
	margin-left: 20px;
}
.txt-green {
	color: #669933;
}
.txt-orange {
	color: #ff6600;
}
.txt-gray {
	color: #666666;
}
.txt-bold {
	font-weight: bold;
}
.border-btm-blue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FD5;
}
.border-btm-green {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C7C15;
}
.border-btm-orange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
}

.border-btm-red {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F25100;
}

.border-btm-pink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6699;
}

.weekbyweek a{
	color:#FFF;
	text-decoration:
}
.border-white tr td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.float-left {
	float: left;
}