/* CSS Document */

body {
	margin: 0px;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

.body_text,
.body_text td{
	font-size: 14px;
	line-height: 22px;
}

th{
	background-image:url(default_images/th.gif);
	color: white;
}

th a:link,
th a:visited{
	color: white;
}

h2{
	color: #CA1E25;
	padding: 4px;
	font-size: 18px;
	line-height: 26px;
}

h3{
	color: #CA1E25;
	padding: 4px;
	font-size: 18px;
	line-height: 24px;
	border: solid 1px #DEDEDE;
}

h4{
	color: #CA1E25;
	display: block;
	border-bottom: double 3px #ABABAB;
	padding: 2px;
	font-size: 14px;
	line-height: 22px;
}

a:link, a:visited{
	color: #CA1E25;
	text-decoration: none;
}

a:hover{
	color: #ABABAB;
	text-decoration: none;
}

select{
	font-size: 11px;
	background-color: #F7F2F7;
}

input{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CA1E25;
}

hr{
	line-height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
}

.sidemenu a:link,
.sidemenu a:visited{
	color: #CA1E25;
	font-size: 12px;
	background-color: #E8DBDB;
	border-bottom: solid 2px #552255;
	border-top: solid 1px #F1EAF2;
	border-right: solid 1px #ABABAB;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sidemenu a:hover{
	color: #660000;
	background-color: #CDCDCD;
	border-bottom: solid 2px #CA1E25;
}

.sideheader{
	margin-left: 14px;
	font-weight: bold;
	color: #660000;
}

.sidebox{
	font-size: 10px;
}

.maintable{
	border: solid 1px #5A2E57;
	background-color: #F7F2F7;
}

.copyright{
	font-size: 11px;
	background-color: #CA1E25;
	font-weight: bold;
	color: white;
	border-top: double 3px #565656;
	border-bottom: solid 2px #3E0D40;
}

.copyright a:link,
.copyright a:visited{
	font-weight: bold;
	color: #FFA4A6;
}

.error{
	display: block;
	background-color: #970000;
	border: solid 1px red;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.msg{
	display: block;
	background-color: #336239;
	border: solid 1px black;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.confirm{
	display: block;
	background-color: #AAAAAA;
	border: solid 1px black;
	color: purple;
	font-weight: bold;
	padding: 4px;
}

.button:hover { 
	color: red;
}

.editbox{
	font-size: 10px;
	padding: 3px;
	border-right: solid 1px #9F53A6;
	border-bottom: solid 1px #724277;
	color: #5F3F5C;
	text-align: right;
	margin-bottom: 6px;
}

.activetab:link,
.activetab:visited{
	background-image: none;
	background-color: #EFEFEF;
	padding: 5px;
	border-left: solid 1px #531C4F;
	border-right: solid 1px #531C4F;
	border-top: solid 1px #64426C;
	border-bottom: solid 1px white;
	color: #6D4374;
}

.activetab:hover{
	background-image: none;
	background-color: #D8CCD9;
	padding: 5px;
	border-left: solid 1px #531C4F;
	border-right: solid 1px #531C4F;
	border-top: solid 1px #64426C;
	border-bottom: solid 1px #D8CCD9;
	color: #6D4374;
}

.midtab:link,
.midtab:visited{
	background-image: none;
	background-color: #E0D9E1;
	padding: 5px;
	border-left: solid 2px #ABABAB;
	border-top: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
	color: purple;
}

.midtab:hover{
	background-image: none;
	background-color: #800080;
	padding: 5px;
	border-left: solid 2px #ABABAB;
	border-top: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
	color: white;
}

.righttab:link,
.righttab:visited{
	background-image: none;
	background-color: #E0D9E1;
	padding: 5px;
	border-left: solid 1px #ABABAB;
	border-top: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
	border-right: solid 2px #ABABAB;
	color: purple;
}

.righttab:hover{
	background-image: none;
	background-color: #800080;
	color: white;
	padding: 5px;
	border-left: solid 1px #531C4F;
	border-top: solid 1px #64426C;
	border-bottom: solid 1px #64426C;
	border-right: solid 2px #531C4F;
}

.page_link{
	font-size: 12px;
	color: #6C5483;
	font-weight: bold;
	text-align: center;
}

.page_link:link,
.page_link:visited{
	padding: 3px;
	font-size: 12px;
	color: #6C5483;
	border: solid 1px #6C5483;
	background-image: none;
}

.page_link:hover{
	padding: 3px;
	font-size: 12px;
	color: #6C5483;
	background-color: #B8A5BC;
	border: solid 1px #6C5483;
	background-image: none;
}