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

body {
	margin:0;
	background:url(images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
	
#container {
	margin:0 auto;
	width:1204px;

	}

#banner {width:1127px; margin:0 auto; border:0;


}

#header {
	height:270px;
	margin:0 auto;
	}
	
#menu {
	margin:0px auto 0 auto;
	font-size:17px;
	font-weight:bold;
	height:103px;
	background:url(images/menubg.png) no-repeat top center;
	
	}

#menu2 {
	margin:0px auto 0 auto;
	font-size:17px;
	font-weight:bold;
	height:103px;
	background:url(images/menubg2.png) no-repeat top center;
	
	}
#menu2 ul {
	list-style:none;
	margin:0 auto;
	padding:10px 0 0 30px;
	}

#menu2 ul li {
	float:left;
	padding:0 30px;
	}

#menu2 a {text-decoration:none;color:#FFF;}

#menu2 a:hover {
	color:#F0C6DE;
}



#menu ul {
	list-style:none;
	margin:0 auto;
	padding:10px 0 0 30px;
	}

#menu ul li {
	float:left;
	padding:0 30px;
	}

#menu a {text-decoration:none;color:#FFF;}

#menu a:hover {
	color:#F0C6DE;
}

.clear {clear:both;}

#sidebar {
	background:#be556f;
	  -moz-border-radius: 10px;

  -khtml-border-radius: 10px;

  -webkit-border-radius: 10px;
  border-radius: 10px;
  width:300px;
	float:left;
	padding:5px;
	margin-left:10px;
	}

#content {
	background:#fff;
	width:1119px;
	margin:0 auto;
	padding:10px 0 10px 0;
	}
	
#main-content {
	width:750px;
	float:right;
	margin-right:20px;
	}	
	
#content p {
	line-height:1.3em;
	
	}

h2 {
	height:75px;
	background: url(images/h2.png) no-repeat;
	color:#146169;
	padding:25px 0 0 80px;
	}
	
	
#footer {
	background:url(images/bottom.png) no-repeat top center;
	height:50px;
	
	}
	
#footer ul {
	list-style:none;
	margin:0 auto;
	padding:3px 0 0 30px;

	}

#footer ul li {
	float:left;
	padding:0 11px;
	}

#footer a {text-decoration:none;color:#00000;}

#footer a:hover {
	color:#F0C6DE;
}

	
#legal {
	width:1000px;
	margin:0 auto;
	text-align: center;
}
.studioname {
	color: #6CC;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#container #content #main-content-full table {
	text-align: center;
	font-weight: bold;
}
#container #content #main-content-full center p .studioname strong {
	font-size: 36px;
}
#container #content #main-content-full center .studioname strong {
	font-size: 24px;
}
#container #content #main-content-full table tr .studioname {
	font-size: 24px;
}

#menusoon {
	margin:0px auto 0 auto;
	font-size:17px;
	font-weight:bold;
	height:103px;
	background:url(images/menubgsoon.png) no-repeat top center;
	
	}
#menusoon ul {
	list-style:none;
	margin:0 auto;
	padding:10px 0 0 30px;
	}

#menusoon ul li {
	float:left;
	padding:0 30px;
	}

#menusoon a {text-decoration:none;color:#FFF;}

#menusoon a:hover {
	color:#F0C6DE;
}

span {
	color:#CD4D24;
	}
	
.blue	{color:#0058AA;
	}
	
.week01 {
	color:#8CBEDA;
	}
	
.week02 {
	color:#2E74B5;
	}	
	
.week03 {
	color:#ECA34A;
	}
	
.week04 {
	color:#F15A2C;
	}
	
.due {
	color:#CA0202;
	}	
	
	.hidden {
	display:none;
}

#datepicker {
	margin:auto;
	width:600px;
}

.month {
	float:left;
	height:225px;
	margin-right:5px;
	width:175px;
}

.day {
	padding: 5px 0;
	float: left;
	height:20px;
	width:25px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}

.day a {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}

.header_day {
	font-weight: bold;	
}

.calHeader {
background-color:#344C92;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding:2px;
}

div.due_date { background: #CA0202; }
div.week_15_20 { background: #8CBEDA; }
div.week_20_25 { background: #2E74B5; }
div.week_25_30 { background: #ECA34A; }
div.week_30_36 { background: #F15A2C; }

span.due_date { color: #CA0202; }
span.week_15_20 { color: #F15A2C; }
span.week_20_25 { color: #ECA34A; }
span.week_25_30 { color: #2E74B5; }
span.week_30_36 { color: #8CBEDA; }

.legend {
	list-style:none;
	width: 550px;
	margin:auto;
}

.legend li {
	float: left;
	margin-right:10px;
}

.legend p { 
	color: #000000; 
	float: left;
}

.legend span { 
	float: left;
	padding-right:10px;
	font-size:25px;
	margin-top:10px;
	*margin-top:-5px;
}