		/*HTML*/

body {
	background-color: black;
	margin-left: 2%;
        margin-right: 2%;
	font-family: "Lucida Console", Monaco, monospace;
	color: green;
        min-width: 900px;
        max-width: 100%;
        margin-left: 10%;
        min-height: 500px;
        max-height: 100%;

}

hr {
	border-color:#0b0;
}

p {
	color: green;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

h1{
	font-size: 35px;
	text-align:center;
	color: #33ff33;
}

h2{
	font-size: 25px;
	text-align:left;
	color: #44dd44;
}

h3 {
	font-size: 20px;
	text-align:center;
	color: #55cc55;
	background-color:#050505;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-color:#080808;
}

h4 {
	font-size: 17px;
	text-align:center;
	color: #55dd55;
	background-color:#020202;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color:#080808;
}

img {
	border-color:#101010;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}

newforumposts{
    text-align: center;
}
		/*Hyperlinks*/

a:link {
	color:#55ff55;
	text-decoration:none;
}

a:visited {
	color:#55aa55;
	text-decoration:none;
}

a:hover {
	background-color:	#444444;
}

a:active {
	color:#aaffaa;
}

		/* e107  */

.button {
	border-color:#00cc00;
	background-color: #111111;
	color:#00c500;
}

.center {
	text-align:center;
}

.defaulttext{
	font-size: 14px;
	text-align:left;
	color: #00cc00;
}

.fborder {
	border-style:dotted;
	border-width:1px;
	border-color:#002500;
}

.fcaption {
	color: #00dd00;
	background-color: #101010;
}

.forumheader {
	font-size: 25px;
	text-align:left;
	color: #33ff33;
}

.forumheader2 {
	font-size: 15px;
	text-align:left;
	color: #33ff33;
}

.forumheader3 {
	font-size: 12px;
	text-align:left;
	color: #22ff22;
}

.forumheader4{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 4px;
	border: #C3BDBD 1px solid;
}

.forumheader5{
	background-color: #BCD5EA;
	color: #000;
}

.indent {
	text-indent: 33px;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.smalltext {
	font-size: 13px;
		color: green;
}

.smallblacktext {
	font-size: 13px;
	color: green;		
}

.mediumtext {
	font-size: 15px;
	color: green;
}

.tbox { 
	font-size: 12px;
	color: #33ff33;
	border-color: #0a0a0d;
	background-color: #0c0c0c;
}

.login, .pass {
	width:60px;
	background-color: #101010;
	border: 1px dotted green;
}


.installed {
	background-color:yellow;
}

		/*Other*/


.menu { 
             border-style:	ridge;
             border-width:	2px;
             width:             inherit;
             height:            inherit;
             border-color:	#00cc00;
             background-image:	url(images/menu.png);
             background-repeat:	repeat;
             padding: 5px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
}

.menu2 {
             border-style:	inset;
             border-width:	3px;
             width:             inherit;
             height:            inherit;
             border-color:	#00cc00;
             background-image:  none;
             background-color: 	#001100;
             padding:           5px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
}

#container{
margin-bottom: 20px;
display: block;
}

#topmenu{
    position:           relative;
    padding:            8px;
    top:                0;
    width:              80%;
    height:             5%;
}

#topmenu.h4{
    text-align:         center;
}

#centermenu {
    float:              left;
    top:                10%;
    position:           relative;
    width:              50%;
    visibility:         visible;
}


#leftmenu, #rightmenu{
    float:              left;
    position:           relative;
    top:                10%;

    visibility:         visible;
}

#leftmenu{
    clear:left;
    margin-right:       10px;
    min-width:          10%;
    max-width:          25%; 
}

#rightmenu{
    margin-left:        10px;
    top:                10%;
    vertical-align:     top;
    z-index: 0;
    min-width:          10%;
    max-width:          15%;
}


#bottommenu{
    margin: 15px;
    padding: 15px;
    clear: both;
    position:  relative;
    z-index: 1;
    width: 60%;
    left: 25%;
    float:left;
}

#navmenu {
    position: relative;
    left:25%;
    top:10%;
    overflow:hidden;

}

#navmenu ul{
    list-style: none;
    
}

#navmenu li{
    float:left;
    margin-left: 1%;
    right:25%;
    overflow:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#navmenu li a{
    background-color: #022;
    font-size: 25pt;
}

#navmenu li a:hover{
    background-color: #144;
}

#navmenu li a:active{
    background-color: #151;
}

#loginc_div{
    margin-left: 25%;
}


	/*
	syntax for sprites:
	 image declaration | image url| left| top
	background-image:url(image url) 0px  20px;
	height = image height (the section you are sampling)
	width = image width (for the section you want to sample.
		These are like the size of the window you want to see
	left = the left side of the image to start
	top = top of the image to start
		These positions should be in negitive values
		because it is seen as if on a cartesean plane with the image 
		in the bottom left
	*/


	

/*** SPRITES!! i did it!!!!!*/	
.image {
	background: url('images/twotone.png');
	height: 16px;
	width: 16px;
	border: 0px;
}
	/*Base class to load image*/
.home {
	background-position: 0 -303px ;
/*	
Code:  
<img class='image home' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.office {
	background-position: -17px -303px ;
/*	
Code:  
<img class='image office' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.calander {
	background-position: -34px -303px ;
/*	
Code:  
<img class='image calander' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.magnify {
	background-position: -51px -303px ;
/*	
Code:  
<img class='image magnify' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.heart {
	background-position: -68px -303px ;
/*	
Code:  
<img class='image heart' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.edit {
	background-position: -85px -303px ;
/*	
Code:  
<img class='image edit' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.cart {
	background-position: -102px -303px ;
/*	
Code:  
<img class='image cart' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.paper {
	background-position: -119px -303px ;
/*	
Code:  
<img class='image paper' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.person {
	background-position: -136px -303px ;
/*	
Code:  
<img class='image person' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.compass {
	background-position: -153px -303px ;
/*	
Code:  
<img class='image compass' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.hourglass {
	background-position: -170px -303px ;
/*	
Code:  
<img class='image hourglass' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.save {
	background-position: -187px -303px ;
/*	
Code:  
<img class='image save' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.work {
	background-position: -204px -303px ;
/*	
Code:  
<img class='image work' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.check {
	background-position: -221px -303px ;
/*	
Code:  
<img class='image check' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.quote {
	background-position: -238px -303px ;
/*	
Code:  
<img class='image quote' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_right {
	background-position: -255px -303px ;
/*	
Code:  
<img class='image arrow_right' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_down {
	background-position: -272px -303px ;
/*	
Code:  
<img class='image arrow_down' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_left {
	background-position: -289px -303px ;
/*	
Code:  
<img class='image arrow_left' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_up {
	background-position: -306px -303px ;
/*	
Code:  
<img class='image arrow_up' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_up_right {
	background-position: -323px -303px ;
/*	
Code:  
<img class='image arrow_up_right' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_down_right {
	background-position: -340px -303px ;
/*	
Code:  
<img class='image arrow_down_right' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_down_left {
	background-position: -357px -303px ;
/*	
Code:  
<img class='image arrow_down_left' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_up_left {
	background-position: -374px -303px ;
/*	
Code:  
<img class='image arrow_up_left' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_double_right {
	background-position: -391px -303px ;
/*	
Code:  
<img class='image arrow_double_right' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.arrow_double_left {
	background-position: -408px -303px ;
/*	
Code:  
<img class='image arrow_double_left' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

/*Line 2*/

.skull {
	background-position: 0 -320px ;
/*	
Code:  
<img class='image skull' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.print {
	background-position: -17px -320px ;
/*	
Code:  
<img class='image print' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.bulb {
	background-position: -34px -320px ;
/*	
Code:  
<img class='image bulb' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.double_arrow {
	background-position: -51px -320px ;
/*	
Code:  
<img class='image double_arrow' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.empty_folder {
	background-position: -68px -320px ;
/*	
Code:  
<img class='image empty_folder' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.folder {
	background-position: -85px -320px ;
/*	
Code:  
<img class='image folder' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.mail {
	background-position: -102px -320px ;
/*	
Code:  
<img class='image mail' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.refresh {
	background-position: -119px -320px ;
/*	
Code:  
<img class='image refresh' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.undo {
	background-position: -136px -320px ;
/*	
Code:  
<img class='image undo' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.shield {
	background-position: -153px -320px ;
/*	
Code:  
<img class='image shield' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.small_info {
	background-position: -170px -320px ;
	
/*	
Code:  
<img class='image small_info' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.important {
	background-position: -187px -320px ;
/*	
Code:  
<img class='image important' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.delete {
	background-position: -204px -320px ;
/*	
Code:  
<img class='image delete' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.plus {
	background-position: -221px -320px ;
/*	
Code:  
<img class='image plus' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.multi-paper {
	background-position: -238px -320px ;
/*	
Code:  
<img class='image multi-paper' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.clipboard {
	background-position: -255px -320px ;
/*	
Code:  
<img class='image clipboard' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.lock {
	background-position: -272px -320px ;
/*	
Code:  
<img class='image lock' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.caution {
	background-position: -289px -320px ;
/*	
Code:  
<img class='image caution' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.clock {
	background-position: -306px -320px ;
/*	
Code:  
<img class='image clock' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.eject {
	background-position: -323px -320px ;
/*	
Code:  
<img class='image eject' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.stop {
	background-position: -340px -320px ;
/*	
Code:  
<img class='image stop' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.play {
	background-position: -357px -320px ;
/*	
Code:  
<img class='image play' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.pause {
	background-position: -374px -320px ;
/*	
Code:  
<img class='image pause' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.skip_to_end {
	background-position: -391px -320px ;
/*	
Code:  
<img class='image skip_to_end' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.skip_to_begining {
	background-position: -408px -320px ;
/*	
Code:  
<img class='image skip_to_begining' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}


/*Line 3*/

.trash {
	background-position: 0 -337px ;
/*	
Code:  
<img class='image trash' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.menu {
	background-position: -17px -337px ;
/*	
Code:  
<img class='image menu' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.link {
	background-position: -34px -337px ;
/*	
Code:  
<img class='image link' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.charge {
	background-position: -51px -337px ;
/*	
Code:  
<img class='image charge' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.key {
	background-position: -68px -337px ;
/*	
Code:  
<img class='image key' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.flag {
	background-position: -85px -337px ;
/*	
Code:  
<img class='image flag' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.clip {
	background-position: -102px -337px ;
/*	
Code:  
<img class='image clip' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.paperclip {
	background-position: -119px -337px ;
/*	
Code:  
<img class='image paperclip' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.music {
	background-position: -136px -337px ;
/*	
Code:  
<img class='image music' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.phone {
	background-position: -153px -337px ;
/*	
Code:  
<img class='image phone' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.zoom_in {
	background-position: -170px -337px ;
/*	
Code:  
<img class='image zoom_in' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.zoom_out {
	background-position: -187px -337px ;
/*	
Code:  
<img class='image zoom_out' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.topic {
	background-position: -204px -337px ;
/*	
Code:  
<img class='image topic' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.stats {
	background-position: -221px -337px ;
/*	
Code:  
<img class='image stats' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.headphones {
	background-position: -238px -337px ;
/*	
Code:  
<img class='image headphones' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.camera {
	background-position: -255px -337px ;
/*	
Code:  
<img class='image camera' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.menus {
	background-position: -272px -337px ;
/*	
Code:  
<img class='image menus' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.bullet {
	background-position: -289px -337px ;
/*	
Code:  
<img class='image bullet' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.transfer {
	background-position: -306px -337px ;
/*	
Code:  
<img class='image transfer' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.font_larger {
	background-position: -323px -337px ;
/*	
Code:  
<img class='image font_larger' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.font_smaller {
	background-position: -340px -337px ;
/*	
Code:  
<img class='image font_smaller' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.unable {
	background-position: -357px -337px ;
/*	
Code:  
<img class='image unable' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.question {
	background-position: -374px -337px ;
/*	
Code:  
<img class='image question' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.database {
	background-position: -391px -337px ;
/*	
Code:  
<img class='image database' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

.network {
	background-position: -408px -337px ;
/*	
Code:  
<img class='image network' src='".e_THEME."ExtortionNight/images/trans.gif' alt='' width='1' height='1' />
*/
}

