﻿body
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	background-color: #cecfd8;
	margin: 0px;
}
#menubar
{
	background-color: Transparent;
    position: absolute;
    top: 120px;
    left: 285px;
}
#logon
{
	font-weight: normal;
	color: #cecfd8;
	font-size: 8pt;
	position: absolute;
	top: 5px;
	left: 285px;
}
#mainpage
{
	margin-top: 180px;
	margin-left: 80px;
	margin-right: 80px;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:280px; 
	height:150px; 
	background-image: url(images/RatCatcher-logo.jpg); 
	background-repeat: no-repeat;
}
#rat
{
	background-color: Black;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%; 
	height:150px; 
	background-position:right; 
	background-image: url(images/Rat1.jpg); 
	background-repeat: no-repeat;
}
#pagehead
{
	position: absolute;
	top: 60px;
	left: 285px;
	font-weight: bold;
	color: #cecfd8;
	vertical-align:top;
	font-size: 14pt;
	text-align:left; 
}
#perf_login
{
	width: 80%;
	border-bottom: black thin solid;
	border-left: black thin solid;
	border-top: black thin solid;
	border-right: black thin solid;
}
h1
{
    font-weight: bold;
    color: #b22222;
    font-size: 18pt;
}
h2
{
    font-weight: bold;
    color: #8b0000;
    font-size: 15pt;
}
h3
{
	font-weight: bold;
	color: #8b0000;
	font-size: 12pt;
}
input
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
}
select
{
	font-family: Verdana, Sans-Serif;
}
td
{
	font-size: 9pt;
	text-align: left;
}

.tdb
{
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
}
th
{
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
}
.menutd
{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.menu 
{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #cecfd8;
	text-decoration: none;
}
.menu:hover
{
	color: #ff0000;
}
.videolink
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.videolink:hover
{
	color: #ff0000;
}
.downloadlink
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.downloadlink:hover
{
	color: #ff0000;
}
.downloadgrey
{
	font-size: 8pt;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.logoff
{
	font-size: 8pt;
	font-weight: normal;
	color: #cecfd8;
	text-decoration: none;
}
.logoff:hover
{
	color: #ff0000;
}
.small
{
	font-size: 7pt;
}
.smallb
{
	font-size: 8pt;
	font-weight: bold;
}
.error
{
	color: red;
	font-size: 9pt;
	text-align: center;
}
.bigmenu
{
	font-weight: bold;
	color: navy;
	font-size: 10pt;
	text-decoration: none;
}
.bigmenu:hover
{
    color: #0000cd;
}

