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

body
{
	background-color:#EEEEEE;
	padding:0px;
	margin:0px;
	min-width:720px;
	background-image:url("Images/bg.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:"Franklin gothic medium", sans-serif;
}

a.links
{
	background-color:#09F;
	border: 1px solid black;
	min-width: 146px;
	min-height: 28px;
	max-width: 146px;
	max-height: 28px;
	color:white;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	text-align:center;
	margin:7px;
	//line-height:28px;
	padding-top:7px;
}

a.links:hover
{
	background-color:#3F0;
}

div.link
{
	width: 166px;
	min-width: 146px;
	background-color:#0071bc;
	height:505px;
	text-align:center;
	border-right:1px solid black;
	border-bottom:1px solid black;
	float:left;
	position:fixed;
}

div.main
{
	min-height:700px;
	margin-left:167px;
}

h1, h2, h3
{
	text-align:center;
}

b.title
{
	font-size:42px;
	margin-left:20px;
	margin-right:20px;
}

div.title
{
	width:100%;
	text-align:center;
}

img.top
{
	background-image:url("Images/bar.png");
	background-repeat:repeat;
	padding-top:4px;
	padding-bottom:4px;
}

img.img
{
	background-image:url("Images/bar.png");
	background-repeat:repeat;
	padding-top:4px;
	padding-bottom:4px;
	width:70%;
	max-width:1600px;
}

div.container
{
	height:100%;
	width:100%;
	min-height:700px;
	padding:0px;
	margin:0px;
}


div.calendardate
{
	height:20px;
	width:600px;
	background-color:#09F;
	border: 1px solid black;
	text-align:left;
	padding-left:2px;
}

div.event
{
	width:498px;
	margin-left:104px;
	position:absolute;
}
div.event:hover .expand
{
	visibility:visible;
	z-index:1;
}

div.drop
{
	height:4px;
	width:498px;
	background-color:#C00;
	border: 1px solid black;
	border-top:0px;
	padding:0px;
}

div.expand
{
	width:498px;
	background-color:#CFF;
	border: 1px solid black;
	border-top:0px;
	visibility:hidden;
	position:absolute;
}


div.date
{
	position:absolute;
	float:left;
	height:30px;
	width:40px;
	background-color:#09F;
	background-image:url("Images/date.png");
	border: 1px solid black;
	margin-top:-31px;
	margin-left:60px;
	text-align:center;
	padding-top:10px;
}

div.month
{
	width:600px;
}



td.date
{
	max-height:10px;
	height:5px;
	text-align:left; 
	border-bottom:1px solid black; 
}

a.stdlink
{
	color:white;
	text-decoration:none;
}

a.stdlink:hover
{
	color:#06F;
	text-decoration:none;
}

i.desc
{
	font-size:13px;
}

p.writing
{
	max-width:550px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

table.addpara
{
	border:1px solid black;
}

table.addpara th
{
	background:#09C;
}

table.addpara td
{
	background:#0CF;
}

div.content
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

a.members 
{
	display: block;
	border:1px solid black;
	width:130px;
	float:left;
	margin-right:20px;
	background:#0099FF;
	text-decoration:none;
	color:white;
	padding:2px;
	font-family:"Franklin gothic medium", sans-serif;
	font-size:14px;
	margin-bottom:5px;
	min-height: 153px;
}

a.members img
{
	border:0;
}
a.members:hover
{
	background:#3F0;
	color:black;
}

p
{
}

input.login
{
	height:9pt;
	font-size:7pt;
	width:70px;
}

input.loginsub
{
	font-size:9pt;
}

label
{
	font-size:9pt;
}
/*
input {float:left;}

br {clear:both;}
*/
div.modify
{
	float:right; 
	margin-top:-15px; 
	margin-right:-9px;
}

img.image
{
	margin:7px;
	margin-right:14px;
}

textarea
{
	width:550px;
	height:200px;
}