/* Quietroom CSS File */

/* Body Style */
/*
Font Size Chart
12pt = larger
10pt = medium
8pt = small
7pt = x-small
*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: small;
	font-family : Arial,Verdana;
	background: url('../images/bg.gif');
	background-color: #E0EEFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Link Style */
A, A: Link, A:Active {
	color: blue;
}
A:Visited {
	color: purple;
}
A:Hover{
	color: red;
}

/* Table Style */
TABLE {
	font-size: x-small;
	font-family: Arial, Verdana;
}

/* Form Style */
.Fields { 
	font-family : Arial, Verdana; 
	font-size: x-small; 
	background-color: #FFFFFF; 
	border: 1px solid; 
	border-color: #DEDEDE0; 
	color: #000000; 
}
.Buttons { 
	font-family : Arial, Verdana; 
	font-size: x-small; 
	background-color: #C1D8F3; 
	border: 1px solid; 
	border-color: #DEDEDE0; 
	color: #000000; 
}

.SearchFields { 
	font-family : Arial, Verdana; 
	font-size: xx-small; 
	background-color: #FFFFFF; 
	border: 1px solid; 
	border-color: #DEDEDE0; 
	color: #000000; 
}
.SearchButtons { 
	font-family : Arial, Verdana; 
	font-size: xx-small; 
	background-color: #C1D8F3; 
	border: 1px solid; 
	border-color: #DEDEDE0; 
	color: #000000; 
}

/* Breadcrumps Style */
.Breadcrumps {
	border: 1px black solid;
	background-color: #EFF3F8;
	background: url('../images/breadcrumb_bg.gif');
}

/* Message Style */
.Message {
	border: 1px black solid;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
}

/* Module Style */
.Module {
	font-family: Arial, Verdana;
	border: 1px black solid;
}

/* Title HR Rule Style */
HR.Title {
	height : 1px;
	color: #000000;
}

/* Left/Right Menu Style */
.MenuTop {
	font-weight: bold;
	text-align: center;
	color: #000000;
	background: url('../images/module_top_bg.gif');
	background-color: #82BEFB;
	border-bottom: 1px solid;
	border-color: #000000;
}
.MenuBottom {
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
}

/* Center Content Style */
.ContentTop {
	font-weight: bold;
	text-align: center;
	color: #000000;
	background: url('../images/module_top_bg2.gif');
	background-color: #82BEFB;
	border-bottom: 1px solid;
	border-color: #000000;
}
.ContentBottom {
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
}

/* Bottom Menu Style */
.BottomMenu {
	border: #000000 1px solid;
	font-weight: bold;
	background: url('../images/module_top_bg2.gif');
	background-color: #EFF3F8;
}
TABLE.BottomMenu A:link {
	text-decoration: none;
	color: #000000;
}
TABLE.BottomMenu A:active {
	text-decoration: none;
	color: #000000;
}
TABLE.BottomMenu A:visited {
	text-decoration: none;
	color: #000000;
}
TABLE.BottomMenu A:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Article Style */
.ArticleTitle {
	font-size: medium; 
	font-weight: bold;
	color: #000000; 
}
.ArticlePosted {
	font-size: xx-x-small; 
	color: #3B8300; 
}
.ArticleContent {
	font-size: small; 
	font-family: Arial, Verdana;
	color: #000000; 
}

/* News Update Style */
.NewsTitle {
	font-size: small; 
	font-weight: bold;
	color: #000000; 
}
.NewsPosted {
	font-size: xx-x-small; 
	color: #000000; 
}
.NewsContent {
	font-size: x-small; 
	font-family: Arial, Verdana;
	color: #000000; 
}

/* Links Style */
.LinksTitle {
	font-size: medium; 
	font-weight: bold;
	color: #000000; 
}