/*
+---------------------------------------------------------------+
|	e107 website system
|
|	?William Moffett 2001-2005
|	http://e107.net
|	que@e107.net
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/

/* core */

body { 
    color: #000;
    background: #5CA5FF;
    /*background: #000 url(images/bg.png) repeat-x top;  */
    margin: 0; 
    padding: 0; 
    font: 11px Verdana, Trebuchet MS,Arial, Helvetica, sans-serif; 
}

a { 
    /*color: #CC0000; */
    font-size: 10pt;
    color: #303030;
    text-decoration: none;
}

a:hover { color: #006DFF; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
	padding: 0;
	margin: 0 0 0 0;
	font: bold 10pt verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center;
    height: 37px;
}

h1 {
    font-size: 24px;
}

/* heading style */

.login_top { background: #E9E9E9 url(images/usenetmenu1.jpg) no-repeat; }
.login_middle { 
    background: #E9E9E9 url(images/usenetmenu2.jpg) repeat-y;
    padding: 4px 4px 4px 4px; 
}
.login_bottom { 
    background: #E9E9E9 url(images/usenetmenu3.jpg) no-repeat; 
    height: 35px;
    margin-bottom: 15px;
}

.right_top { 
    background: #FFFFFF url(images/usenetmidden1.jpg) no-repeat;
    height: 37px;
    width: 100%;
    float: left;
 }
.right_middle { 
    background: #FFFFFF url(images/usenetmidden2.jpg) repeat-y;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    /*padding: 4px 4px 4px 4px; */
}
.right_bottom { 
    background: #FFFFFF url(images/usenetmidden3.jpg) no-repeat; 
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.left_top { background: #FFFFFF url(images/usenetextra1.jpg) no-repeat; }
/* table style */

/*table { margin: 0px; padding: 0px; border: none; border-collapse: collapse; }*/

/*.hbleft { background: url(images/bbottom.gif) no-repeat left top; }

.hbright { height: 8px; background: url(images/bbottom.gif) no-repeat right top; text-align: right; }*/

/*td 
{ text-align:left; vertical-align:top; padding-left:2px; padding-right:2px; }*/

.clear { clear: both; }

/* theme layout */

.wrapper { margin: 0 auto; padding: 0; width: 990px; border: 1px solid #000; }

.head1 {
width: 990px;
height: 200px;
margin: 0 auto;
background: url(images/usenetbyorder.jpg) no-repeat;
}

.head2 {
width: 990px;
height: 35px;
margin: 0;
padding: 0;
background: url(images/usenetbyorder1.jpg) no-repeat;
}

.scrollm { margin: 0; padding: 4px; width: 57%; }

/* main menu */

.menu
{
    margin: 0;
    /*padding-right: 20px;*/
    /*list-style-type: none;*/
	font-size: 10pt;
    float: right;
}

.menu li
{
    display: inline;
}

.menu a
{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
	font-weight: bold;
    color: #000;
    text-align: center;
	background-color: #FFF;
}

.effect {
    display: inline;
    position: relative;
    top: 8px; 
    padding-left: 15px;
}

.effect a {
    background-image: url(images/title1.gif);
    background-repeat: no-repeat;
    padding-left: 17px;
    font-weight: bold;
}

.effect a:hover {
    background-image: url(images/title.gif);
    background-repeat: no-repeat;
    padding-left: 17px;
    font-weight: bold;
}
/*.menu a:hover
{
    color: #006DFF;
	font-weight: bold;
	text-decoration: none;
	background: #FFF url(images/title.gif) no-repeat left;
} */

/* center area */

.container {
width: 990px;
margin: 0 auto;
min-height: 349px;
background-color: #fff;
}

.news {
width: 710px;
float: right;
margin: 0;
padding-right: 5px;
}

/* news style */

.story { margin: 0; text-align: left; }

.newsleft { width: 20%; float: left; padding: 0 8px 0 0; margin: 0 0 0 8px; } 

.newsimage {}

.newsdate { margin: 7px 0 0 0; }

.newsid { font: bolder 46px verdana, tahoma, arial, helvetica, sans-serif; margin: 7px 0 0 0; color: #eeeeee; text-align: center; }

.newstext { float: right; padding: 0 2px 10px 7px; width: 76%; border-left: 1px solid #DFDFDF;}

.postby { margin: 0; text-align: right; background: #eeeeee; padding: 4px; }

/* left menu */

.leftmenu {
width: 265px;
float: left;
/*background: url(images/rightmenu.jpg) no-repeat;*/
}

.lmenu {
vertical-align: bottom;
text-align: left;
color: #000000;
/*padding: 0 0 0 4px;*/
}

.footer
{
   background: #000 url(images/title.png) no-repeat left;
   margin: 0 0 0 0;
   color: #fff;
   clear: both;
   }
   
.copyright {
background: url(images/titler.png) no-repeat right;
padding: 4px 0 0 4px;
height: 20px;
text-align: center;
}

   
   
 
   /************* #search styles ***************/

#search{
	margin: 12px 200px 0 0;
	padding: 0;
	font-size: 90%;
	text-align:right;
	display:inline;
	float: right;
}

/* IE FIX */

html #search{
	margin: 12px 100px 0 0;
	padding: 0;
	font-size: 90%;
	text-align:right;
	display:inline;
	float: right;
}
	
#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	margin: 0px;
	padding: 0px;
}


/* E107 STYLES */

.button {
	background-color:#F3F3F3;
	margin: 2px auto;
	color: #7B7A7A;
	font-weight:bold;
	font-size:11px;
	border: 1px solid #CCCCCC;
}

.button:hover { border: 1px solid #000; color: #000; }

.indentchat{

	padding:4px; 
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
	color: #666666;
	background: #FBFBFB url(images/chatbox.jpg) repeat-x bottom;
	margin: 2px 0;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}

.small {

	color: #666666;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.smalltext {
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color: #666666;
}

.smallbottom {
	font-size: 10px;
	color: #666666;
	text-align:left;
}

.tbox {
	background-color: #fff;
	border: 1px solid #BABABA;
	color: #000;
	font-size: 10px;
	margin: 2px auto;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}

.tbox .chatbox { width: 98%; margin: 5px auto; }

.tbox:hover { border: 1px solid #000; }

.helpbox {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #000;
	font-size: 9px;
	padding: 4px 5px 4px 5px;
}


/* FORUM STYLES */

.fcaption {
	padding: 4px;
	line-height:21px;
	color: #fff;
	background: #000;
	font: bold 12px verdana, tahoma, arial, helvetica, sans-serif;
}

.fcaption span.smalltext{
	color: #CC0000;
}

.fcaption span.smalltext a:hover{
	color: #fff;
}

.fcaption a {
	color: #CC0000;
	text-decoration: none;
}

.fcaption a:hover {
	color: #fff;
}

a.forumlink{
	color: #CC0000;
	text-decoration: none;
}

a.forumlink:hover{
	color: #fff;
}

.fborder {
    border: 0px;
	background-color: transparent;
}

.forumheader{
    background: #FBFBFB url(images/chatbox.jpg) repeat-x bottom;
	padding: 7px 5px 7px 5px;
	height:20px;
	line-height:16px;
	font-weight:bold;

}

.forumheader2{
   
	color: #000;
	padding: 7px 5px 7px 5px;

	}
	
 .forumheader3{
   
	color: #000;
	padding: 7px 5px 7px 5px;
	
	
}

 .forumheader4{

	color: #000;
	padding: 7px 5px 7px 5px;
	
}

.finfobar{

	padding: 4px;
	background:#000;
	height: 20px;
	color: #fff;

	}

.ubolite {
    width: 160px;
    height: 144px;
    padding-right: 20px;
}

.ubosmall {
    width: 160px;
    height: 144px;
    padding-left: 20px;
}

.ubobasic {
    width: 160px;
    height: 144px;
    padding-right: 20px;
}

.uboplus {
    width: 160px;
    height: 144px;
    padding-left: 20px;
    padding-right: 20px;;
}

.ubogold {
    width: 160px;
    height: 144px;
    padding-left: 20px;
}

#firstrow {
    position: relative;
    top: 56px;
    left: 90px;
}

#secondrow {
    position: relative;
    top: 103px;
    left: -10px;
}

.status td, th {
    padding-left: 5px;
    padding-right: 5px;
}

.prices td, th {
    font-size: 8pt;
}