																																																					div.footer:after{content: " CMS by Leon Moorrees";}

A.link
{
	color: rgb(225,30,30);
}
A.link:hover
{
	color: rgb(234,97,97);
}

BODY 
{
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	background: rgb(185,196,255);
	background-image: url('./images/txtrback.png');
	background-repeat: repeat-x;
	overvlow:hidden;
	height:100%;
}
HTML
{
	height:100%;
}

HR
{
	border: none;
	background-color: rgb(165,176,235);
	height:1px;
	line-height: 1px;
}
DIV.footer
{
	font-size: 7pt;
	text-align:center;
	margin: 10px auto 10px auto;
	width:800px;
	color: rgb(85,96,155);
	cursor:default;
	padding-bottom: 12px;
}
DIV.footer a
{
	color: rgb(85,96,155);
	text-decoration: none;
	cursor:default;
}

DIV.page
{
	margin: 0px auto 10px auto;
	width:800px;
	z-index: 1;
	position:relative;
	overvlow:hidden;
}

INPUT, TEXTAREA
{
	background-color: rgb(255,255,255);
	border-color: rgb(243,165,165);
	border-width: 1px;
	border-style: solid;
	padding:2px 5px 2px 5px;

}


TH INPUT[type="text"]
{
	background-color: rgb(243,165,165); 
	border-color: rgb(234,97,97);
	border-width: 1px;
	font-size:7pt;
	font-weight:bold;
}
TH.inactive INPUT[type="text"], TD.inactive INPUT[type="text"], TD.inactive INPUT[type="file"]
{
	background-color: rgb(237,120,120); 
	border-color: rgb(231,75,75);
}


TEXTAREA
{
	width: 615px;
	height: 300px;
}
INPUT[type="submit"], INPUT[type="reset"]
{
	background-color: rgb(225,30,30);
	border-color: rgb(225,30,30);
	border-width: 2px;
	border-style: outset;
	font-weight:bold;
	width:100px;
	color: rgb(255,255,255);

}

INPUT[type="file"]
{

}

INPUT[disabled], A.btndisabled
{
	background-color: rgb(202,202,202);
	border-color: rgb(115,115,115);
	color: rgb(115,115,115);

}

A.btn, A.btnred, A.btndisabled
{
	padding: 2px 5px 2px 5px;
	border-style: outset;
	border-width: 1px;
	text-decoration:none;
	font-size: 7pt;
}
A.btn:hover, A.btnred:hover
{
	border-style: inset;
}

A.btn
{
	color: rgb(255,255,255);
	background-color: rgb(225,30,30);
	border-color: rgb(225,30,30);
}
A.btnred
{
	color: #F00;
	background-color: #700;
	border-color: #700;
}

span.led_on:before
{
	content:"||";
	font-size:6pt;
	color: #0C0;
}
span.led_off:before
{
	content:"||";
	font-size:6pt;
	color: #040;
}

DIV.page_inner
{
	z-index: 3;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	//padding-bottom: 0px;
	//margin-bottom:  0px;
	background-color: rgb(255,255,255);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	
}

DIV.page_outer
{
	//background: rgb(254,254,254);
	border: 1px solid rgb(165,176,235);
	border-top:none;
	position: relative; z-index:2;
	width:100%;
	overflow-x: hidden;
	overflow-y: hidden;



}

.border
{
	border: 1px solid rgb(165,176,235);
}

DIV.header
{
	background-image: url('./images/headlogo.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height:100px;
	line-height:100px;

}
SPAN.header
{
	position: relative;
	left: 230px;
	font-size: 26pt;
	color: rgb(0,0,0);
	text-shadow: 0px 0px 10px rgb(0,0,0);
}

DIV.content
{
	padding: 30px;
	background-color: transparant;
	color: rgb(0,0,0);
	z-index:4;
	position:relative;
}

DIV.backlogo
{
	background-image: url('./images/txtrlogo.gif');
	background-repeat:no-repeat;
	background-position: top left;
	height:100%;
}

DIV.window
{
	margin: 10px auto 10px auto;
	background: rgb(251,232,232);
	
}

DIV.window_top
{
	background: rgb(225,30,30);
	color: rgb(255,255,255);
	line-height:28px;
	height:28px;
	text-align:center;
	font-weight:bold;
	/*border-top: 2px outset rgb(225,30,30);*/
	border-bottom: 1px solid rgb(255,255,255);
}
DIV.window_content
{
	padding:10px;
	border-width: 0px 1px 1px 1px;
	border-color: rgb(246,187,187);
	border-style: solid;
}
DIV.window_bottom
{
	border:1px solid #555;
}


TABLE.admin
{
	border-width: 1px;
	background-color: rgb(250,221,221);
	border-color: rgb(237,120,120);
	border-style: solid;
	width:100%;
}

TABLE.admin TR TH
{
	background: rgb(240,142,142);
}
TABLE.admin TR TH.inactive, TABLE.admin TR TD.inactive
{
	background: rgb(234,97,97);
}

TABLE.admin TR TD
{
	background: rgb(246,187,187);
}



/* Begin menu */
.menu {
	width: 100%;
}
.menu UL {
	border: 1px solid rgb(175,0,0);
	border-bottom:none;
	padding: 0px;
	margin: 0px; 
	text-align:left;
	background: rgb(225,30,30);
	border-bottom: 2px solid rgb(255,80,80);
	list-style:none;
	float: left;
	width: 100%;
}


.menu UL LI {
	height:23px;
	line-height:23px;
	margin:0px;
	float: left;
	white-space: nowrap;
	
}

.menu UL LI.menuLogo
{
	color: rgb(175,0,0);
	padding: 3px 10px 3px 10px;	
	font-style:italic;
	text-shadow: 0px 1px 0px rgb(255,60,60);
}



.menu UL LI A {
	font-weight:bold;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgb(255,60,60);
	border-left: 1px solid rgb(245,50,50);
	border-right: 1px solid rgb(205,10,10);
	color: rgb(255,255,255)}

.menu UL LI A.selected {
	border-bottom: 2px solid rgb(185,0,0);
}
.menu UL LI A:Hover {
	border-bottom: 2px solid rgb(255,255,255);
}

/* End menu */
/* Begin verticalmenu */
.menuV {
	width: 150px;
	
}


.menuV UL {
	padding: 3px 0 3px 0;
	margin: 0px;
	text-align:left;
	list-style-type:none;
	background: rgb(150,175,235);
	border-color: rgb(100,125,185);
	border-width: 1px;
	border-style: solid;
}

.menuV UL LI.menuLogo
{
	height:20px;
	line-height:20px;
	text-align: center;
	color: rgb(60,70,94);
	font-style:italic;
	text-shadow: 0px 1px 0px rgb(100,125,185);
}

.menuV UL LI A {
	height:20px;
	line-height:20px;
	font-weight:bold;
	display:block;
	width:100%;
	background:rgb(150,175,235);
	text-decoration: none;
	color: rgb(15,17,23);
	text-shadow: 0px 1px 0px rgb(100,125,185);
	border-top: 1px solid rgb(160,185,245);
	border-bottom: 1px solid rgb(140,165,225);
}
.menuV UL LI A.selected
{
	background:rgb(190,215,255);
	color: rgb(45,6,6);
	text-shadow: 0px 1px 0px rgb(130,155,215);
	border-top: 1px solid rgb(210,235,255);
	border-bottom: 1px solid rgb(170,195,255);
}

.menuV UL LI A:Hover {
	background:rgb(225,30,30);
	color: rgb(249,210,210);
	text-shadow: 0px 1px 0px rgb(175,0,0);
	border-top: 1px solid rgb(235,40,40);
	border-bottom: 1px solid rgb(215,20,20);
}
/* End verticalmenu */
