@import url("calendar.css");
@import url("rrs.css");
@import url("admin.css");

#divLogo          { position: absolute; left: 12px; top: 15px; width: 150px; }
#divLogoBar       { position: absolute; left: 10px; top: 67px; width: 150px; height: 8px; }
#divHeader        { position: absolute; left: 8px; top: 5px; height: 70px; width: 760px; background-color: rgb(241,241,238); }
#divMenuBar       { position: absolute; left: 8px; top: 69px; width: 760px; height: 18px; background-color: rgb(230,230,209); }
#divLineBar       { position: absolute; left: 8px; top: 89px; width: 760px; height: 2px; background-color: rgb(128,000,000); }
#divContent       { position: absolute; left: 235px; top: 105px; width: 443px; height: 355px; }
#divSideBar       { position: absolute; left: 695px; top: 103px; width: 75px; height: 505px; }
#divContact       { position: absolute; left: 8px; top: 380px; width: 160px; height: 60px; background-color: rgb(230,230,209); }
#divInfoArea      { position: absolute; left: 8px; top: 460px; width: 160px; height: 145px; background-color: rgb(230,230,209); }
#divMenu          { position: absolute; left: 8px; top: 103px; width: 210px; background-color: rgb(230,230,209); }

#divMenu P	      { margin-top: 7px; margin-bottom: 10px; margin-left: 2px; background-color: rgb(230,230,209); }
#divContact P     { margin-top: 3px; margin-bottom: 6px; margin-left: 3px; }
#divMenuBar P     { margin-top: 2px; margin-left: 2px; }
#divContent P     { margin-top: 2px; margin-left: 2px; }

#divMenu LI       { margin-top: 5px; margin-bottom: 10px; margin-left: 3px; list-style: none; }
#divMenu UL       { margin-top: 10px; margin-bottom: 10px; margin-left: 3px; list-style: none; }
#divContact UL    { margin-top: 6px; margin-bottom: 6px; margin-left: 3px; list-style: none; }
#divContact LI    { margin-top: 0px; margin-bottom: 0px; margin-left: 3px; list-style: none; }

img.link	  	  { cursor: pointer; }

body              { color: rgb(064,000,064); font-family: Verdana; font-size: 8pt; }

input             { font-family: "Verdana", sans-serif; font-size: 10pt; color: #000000; }
textarea          { font-family: "Verdana", sans-serif; font-size: 10pt; color: #000000; }

P				  { color: rgb(064,000,064); font-family: Verdana; font-size: 8pt; }
LI				  { color: rgb(076,034,043); font-family: Verdana; font-size: 8pt; }

A                 { color: rgb(064,000,064); font-family: Verdana; font-size: 8pt; text-decoration: none; }
A:Hover           { color: rgb(064,000,064); font-family: Verdana; font-size: 8pt; text-decoration: underline; }

td                { color: rgb(064,000,064); font-family: Verdana; font-size: 8pt; }


table.Feed {
		width: 350px;
}

table.Feed td.icon{
		width: 50px;
}


table.Feed img {
		border: none;
}


ul.bookmarks{
		margin-left: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0px;
	}
	
ul.bookmarks li{
		position: relative;		
		text-align:left;
		display:inline;
		margin: 0px;
		left: 0px;
		padding-left: 20px;
		padding-right: 15px;
		padding-bottom: 2px;
	}
		
ul.bookmarks li.digg{
		background:url("http://blogs.rrs.co.uk/revella/themes/rrs/images/digg.gif") no-repeat -0px 0px;
	}
ul.bookmarks li.reddit{
		background:url("http://blogs.rrs.co.uk/revella/themes/rrs/images/reddit.gif") no-repeat 0px 0px;
	}
ul.bookmarks li.delicious{
		background:url("http://blogs.rrs.co.uk/revella/themes/rrs/images/delicious.gif") no-repeat 0px 0px;
	}

.bodyContentStyle H1 { 
	color: rgb(064,000,064); 
	font-family: Verdana; 
	font-size: 16pt; 
	margin-top: 20px;
	}

.bodyContentStyle H2 { 
	color: rgb(064,000,064); 
	font-family: Verdana; 
	font-size: 12pt;
	font-weight: bold; 
	margin-top: 20px;
}

.bodyContentStyle P { 
	color: rgb(064,000,064); 
	font-family: Verdana; 
	font-size: 8pt; 
	}