/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* This file based on 'Tranquille' by Dave Shea */


body 
{ 
	font-family: 'Palatino Linotype', serif;
	color: #4B0082;
	background: #fff url(body.jpg) no-repeat bottom right; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-left: 0px;
}
p
{ 
	margin-top: 0px; 
}
a:link
{ 
	color: #DAA520;
	font-weight: bold; 
	text-decoration: none; 
}
a:visited
{
	color: #B8860B;
	font-weight: bold; 
	text-decoration: none; 
}
a:hover, a:active
{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFD700;
}
h3
{ 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #B8860B;
}


#container
{ 
	background: url(container.jpg) no-repeat top left; 
	padding: 0px 220px 0px 90px;  
	margin-top: 0px; 
	margin-left: 0px;
}

#intro
{ 
	/*min-width: 420px;*/
}

#mainLinks
{ 
	margin-bottom: 20px;
	font-size: 0.8em;
}
#mainLinks .general
{ 
	margin-top: 90px; 
	height: 187px; 
	float: left;
}
#mainLinks .general span
{ 
	padding-left: 50px;
}
#mainLinks .community
{ 
	background: url(community.gif) no-repeat top left;
	margin-top: 70px; 
	margin-bottom: 0px; 
	/*width: 300px; */
	float: right;
	padding-top: 35px;
}
#mainLinks p span
{
	padding-left: 15px;
}

#accountLinks
{
	clear:both; 
	/*margin: top right bottom left;*/
	margin: 5px 20px 20px 0px; 
	width: 100%; 
	float: left;
}
#accountLinks p
{
	background: url(personal.gif) no-repeat top left;
	padding-top: 30px;
	font-size: 0.8em;
	text-align:left;
}
#accountLinks p span
{
	padding-left: 15px;
}

#main
{
	clear: both; 
	margin-top: 0px;
	padding: 0px 10px 35px 10px;
	min-height: 500px;
}

#footer
{ 
	text-align: center; 
	font-size: small;
}

h4
{ 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #B8860B;
}

#schedule
{
	margin-left: 600px; 
	position: absolute;
	top: 0px; 
	right: 0px;
}
#scheduleLists
{ 
	padding: 10px; 
	margin-top: 250px; 
	width: 200px; 
}
#scheduleLists div
{
	background: url(links.jpg) repeat-x;
	background-color: white;
}
#scheduleLists div h4 a:link, a:visited
{
	text-decoration: none; 
	color: #B8860B;
}
#scheduleLists div h4 a:active, a:hover
{
	text-decoration: underline; 
	color: #B8860B;
}
#scheduleLists div li
{
	display: block; 
	list-style-type: none;	
}

#calendar
{ 
	background: url(schedule.gif) no-repeat;
	margin-left: 600px; 
	position: absolute; 
	top: 10px; 
	right: 15px;
	width: 200px; 
	height: 110px; 
	padding-top: 40px;
	text-align: center;
	padding-left: 10px;
}

img {border: none;}

.hidden {display:none;}
.shown {display:inline;}

a.linkopacity50 img {filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}
a.linkopacity50:hover img {filter:alpha(opacity=100);	-moz-opacity: 1.0; opacity: 1.0;}

a.linkopacity80 img {filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.80;}
a.linkopacity80:hover img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}

.errorMessage {color: black;}

.table
{
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: medium;
	background-color: #4B0082;
}

.table .errorMessage {color: black;}

.table .label
{
	color: black;
	background-color: #D8BFD8;
	font-weight: bold;
}

.table .content
{
	color: black;
	background-color: white;
	font-size: smaller;
}

.tableHeader
{
	background-color: #800080;
	text-align: center;
	color: white;
	font-weight: bold;
}

.table a:link
{
	color: #8B4513;
	text-decoration:underline;
}

.table a:hover
{
	text-decoration:underline;
	color: #0000FF;
}

.table a:visited
{
	text-decoration:underline;
	color: #8B4513;
}

.table a:active
{
	text-decoration:underline;
	color: #0000FF;
}

.row1
{
	background-color: #FFF0F5;
}

.row2
{
	background-color: #FFCCFF;
}

.clear
{
	text-align: left;
	font-size: small;
}

.clear .label
{
	text-align: left;
	font-size: medium;
	font-weight: bold; 
}

.clear .content
{
	text-align: left;
	font-size: smaller;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4B0082;
	border: 3px outset #708090;
	background-color: #D8BFD8;
}

.button:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4B0082;
	border: 3px ridge #D3D3D3;
	background-color: #D8BFD8;
}

.details {
	background-color: #FFFFE0;
	border: 1px solid #708090;
	color: #000000;
	font-size: small;
}

.calendarPage {
	font-size: medium;
	background-color: #4B0082;
}
.calendarPage .header {
	background-color: #D8BFD8;
}
.calendarPage .dayYes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-color: #FFF0F5; /*#FFF5EE;*/
}
.calendarPage .dayNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-color: #DDA0DD;
}
.calendarPage .dayToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	background-color: #FFFF00;
}
#preview {
	text-align: left;
	padding: 3px;
	margin-top: 0;
	color: #000;
	background-color: #FFFFCC;
	width: 90%;
	font-size: smaller;
}

#ads
{
	text-align: left;
}