




/*
     FILE ARCHIVED ON 9:23:19 Mar 22, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:34:03 Aug 30, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
* {	padding: 0; margin: 0; outline: 0;}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(/images/main_shadow.gif);
	padding-left: 7px;
	padding-right: 7px;
}

#faux {
	background: url(/images/rc_background.gif) repeat-y right;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}

#header {
	background-image: url(/images/top_banner.jpg);
	width: 960px;
	height: 252px;
}

#navigation {
	background-image: url(/images/menu_background.gif);
	height: 40px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	height:40px;
	background: url(/images/separator.gif) repeat-y right;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	color: white;
	font-weight: bold;
	text-decoration: none;

}

#navigation ul li a:hover {
	text-decoration: underline;
	color:black;
	font-style:italic;
}


#rightColumn {
	display: inline;
	width: 255px;
	float: right;
}

#rightColumn h5 {
	display: block;
	background-image: url(/images/rc_heading.gif);
	width:100%;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
}

#leftColumn {
	float: left;
	width: 685px; /* 705px total */
	display: inline;
	position: relative;
	padding:10px;
}

#footerStripe {
	width: 100%;
	background-image: url(/images/footer_stripe.jpg);
}

#footer {
	width: 968px; /*976-8*/
	clear: both;
	background-image: url(/images/bottom.gif);
	height:30px; /*55-10*/
	margin: 0 auto;
	padding-left: 8px;
	padding-top: 10px;
}

.clear {
	clear: both;
	background: none;
}

hr#line1, hr#line2 {
	height:5px;
	width:100%;
	background-color: white;
	border: 0;
}

hr#line2 {
	background-color: #ff6000;
	margin-top: 1px;
}

div#breadcrumbsArea{
	padding:3px;
	font-family:Tahoma;
	font-size:11px;
	border-bottom:1px dotted silver;
	margin-bottom:10px;
}

div#breadcrumbsArea a{
	color:navy;
}

div#breadcrumbsArea a:hover{
	text-decoration:none;
	color:blue;
}

h1{
	font-size:23px;
	font-weight:normal;
	padding:0px 0px 15px 0px;
	color:orange;
}

p{
	margin-top:5px;
}

ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}

h2{
	color:orange;
	padding:10px 0px 15px 0px;
	font-weight:normal;
}

h3{
	color:orange;
	padding:5px 0px 7px 0px;
	font-weight:normal;
}

h2.hp{
	font-weight:normal;
	font-size:15px;
	padding:0px;
}

h2.hp a{
	color:red;
}

table#workroom_categories_list{
	padding:0px 0px 0px 10px;
}

table#workroom_categories_list td{
	padding:10px;
}

table#workroom_categories_list td p{
	text-indent:0px;
	font-size:11px;
}

div#rightColumn div.content{
	padding:10px;
}

div.workroom_block{
	border-bottom:1px dotted silver;
}

div.workroom_block div.address{
	padding:0px 0px 0px 115px;
	background:url(/images/envelope.jpg) top left no-repeat;
	min-height:100px;
}

table#workroom th{
	text-align:left;
}

table#workroom h2.env{
	background:url(/images/envelope_small.jpg) left center no-repeat;
	padding-left:35px;
}

table#workroom h2.clock{
	background:url(/images/clock_small.jpg) left center no-repeat;
	padding-left:35px;
}

table#workroom h2.info{
	background:url(/images/info_small.jpg) left center no-repeat;
	padding-left:35px;
}

table#timetable td{
	padding:4px;
}

table#timetable th{
	padding:4px;
}

input#WorkroomCommentHackField{
	display:none;
}

input#ArticleCommentHackField{
	display:none;
}

input[type=text] {
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom : 1px solid #D9D9D9;
	border-right : 1px solid #D9D9D9;
	width : 250px;
}

textarea {
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom : 1px solid #D9D9D9;
	border-right : 1px solid #D9D9D9;
	width : 400px;
}

input[type=password] {
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom : 1px solid #D9D9D9;
	border-right : 1px solid #D9D9D9;
	width : 250px;
}

select {
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom : 1px solid #D9D9D9;
	border-right : 1px solid #D9D9D9;
}

#flashMessage {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}