@charset "UTF-8";
/* CSS Document */
/* Set up page and containers */
body,p,h1,h2,h3,h4,td,th,a,a:visited,a:hover,a:active {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;;
	font-size:10px;
	text-decoration:none;
	line-height:normal;
	margin:0px;
    padding:0px;
}

body {
background-image:url(../images/blue_grid.jpg);
	width:100%;
    overflow:hidden;
}

#glow{
background:url(../images/glow.jpg) no-repeat;
z-index:-30;
float:left;
width:100%;
height:865px;
}

#header {
position:absolute;
top:0px;
width:880px;
height:100px;

text-align:left;
margin-left:185px;
margin-top:10px;
}

#main {
position:absolute;
top:180px;
bottom:70px;
width: 800px;

margin-left:185px;
text-align:left;
overflow-y:auto;
overflow-x:hidden;
background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=50&a=50);
}

#topbar {
background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=30&a=50);
position:absolute;
top:110px;
margin-left:185px;
width:800px;
height:35px;
}

#mainHead {
	position:absolute;
	top:155px;
	margin-left:185px;
	height:25px;
	width:800px;
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=30&a=50);
	text-align:left;
}

#footer {
	position:absolute;
    bottom:0px;
    width:800px;

	margin-left:185px;
	height:45px;
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=30&a=50);
}


img {
border:none;
}

h1,h2,h3,h4,th {
font:Gill Sans,Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
font-family:Gill Sans,Gill Sans MT,Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-weight:300;
font-size:24px;
}

h2 {
font-weight:300;
font-size:18px;
}

h3,th {
font-weight:200;
font-size:14px;
}

h4,a,a:visited,a:active,a:hover {
font-weight:200;
font-size:12px;
}

a:hover {
color:#99CCFF;
}




#dialog {
	position:relative;
	background-image:url(../images/fills/blue-slate.png);
	position:absolute;
	top: 55%;
	left: 185px;
	width:50em;
	height:36em;
	margin-top: -25em; /*set to a negative number 1/2 of your height*/
	border: 1px solid #888;
	padding:5px;
}

#errors {
	position:absolute;
	bottom:0px;
    font-size:13px;
	left:0px;
	width:800px;
    background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=255&g=30&b=30&a=50);
}

.toolbox {
 position:absolute;
 bottom:10px;
 margin-left:185px;
 width:800px;
 height:60px;
 overflow:hidden;
background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=30&a=50);

}

.tools,.tableHeaderActive {
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=90&g=90&b=90&a=100);
}

.tools:hover,.tableHeaderActive {
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=150&g=150&b=150&a=80);
}

.tableBody {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.tableHeader,.tableHeaderActive {
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.highlight1,.tr1 {
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=50&a=100);
}

.highlight2,.tr2 {
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=0&g=0&b=50&a=50);
   }

.highlight1:hover,.highlight2:hover,.highlight0:hover {
	background-image:url(../images/fills/blue-light.png);
}

.browserCell {
	background-color:#FFFFFF;
	border:thin solid #000000;
	width:100px;
	height:140px;
	overflow-x:hidden;
	overflow-y:scroll;
}

.browserContainer {
	width:300px;
	height:150px;
	overflow:scroll;
	overflow-y:hidden;
}

.browserBlock {
width:inherit;
	background-image:url(../images/fills/custom.img.php?r=50&g=50&b=255&a=50);
}

.confirm {
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=50&g=200&b=50&a=50);
 }
 
 .warning {
 	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=255&g=30&b=30&a=50);
}

.edit {
	background-image:url(http://www.lightswitchftp.net/images/fills/custom.img.php?r=120&g=255&b=120&a=90);
}