/* CSS Document */
/* 

****************
****************
****************

This CSS document is for The Backroom portion of WSYC, or the members and staff
access site through which they can change the content of the webpage.

****************
****************
****************
*/




.account {
	background-color: #FDFCBD;
	border: 1px solid #3C0F2C;
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;

}
.account A:link {text-decoration: none; color: black;}
.account A:visited {text-decoration: none; color: black;}
.account A:active {text-decoration: none; color: black;}
.account A:hover {text-decoration: none; color: #000033; font-weight: bold;}


.actions{
	background-color: #FEBCBE;
	border: 1px solid #3C0F2C;
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}

.actions A:link {text-decoration: none; color: black;}
.actions A:visited {text-decoration: none; color: black;}
.actions A:active {text-decoration: none; color: black;}
.actions A:hover {text-decoration: none; color: #000033; font-weight: bold;}


.page{
	border: 1px solid #000066;
background-color: #FDF4E3;
width: 800;

}
.wsyclogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	width: 200px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #A0C9F1;
	background-color: #1E0B77;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	width: 200;
}
.broomlogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #7A0E11;
	font-style: italic;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	width: 600;
}
.broomlogo A:link {text-decoration: none; color: #FFFFFF;}
.broomlogo  A:visited {text-decoration: none; color: #FFFFFF;}
.broomlogo  A:active {text-decoration: none; color: #FFFFFF;}
.broomlogo  A:hover {text-decoration: none; color: #EE2BCC; font-weight: bold;}


/* the following are for the specific page's content */

.room_main {
	border: 1px dotted #3C0F2C;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.room_news {
	border: 1px none #3C0F2C;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
