/* Theme Business for PHP-Fusion V7, by Harly Petersen, www.php-fusion.openworld.dk. */

/* Drop-Down Menu */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-family:Tahoma;
text-transform: uppercase;
width:125px;
height:17px;
padding-top:8px;
color:#F2F2F2;
background-color:#677D92;
background-image: url(images/titlebg2.gif);
background-repeat: repeat-x;
text-decoration:none;
margin-right:0px;
text-align:center;
font-weight:bold;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited{
color: red;
font-weight:normal;
text-transform: none;
}

.menu ul ul a.drop:hover{
color: orange;
background-color:#7D93AB;
background-image:url(images/titlebg.gif);
background-repeat: repeat-x;
}

/* style the links hover */
.menu :hover{
color: orange;
background-color:#7D93AB;
background-image: url(images/titlebg.gif);
background-repeat: repeat-x;
text-transform: uppercase;
text-decoration:none;
font-weight:bold;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


/* Comment element properties */

a {
	color: #36434E;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-size: 11px;
	text-decoration: underline;
}

a.side {
	color: #36434E;
	font-size: 11px;
	text-decoration: none;
}

a:hover.side {
	color: #000;
	font-size: 11px;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #516273;
	margin: 0;
	padding: 0;
}

hr {
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
}

hr.side-hr {
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #444;
}

.spacer {
	margin-bottom: 10px;
}

.spacer2 {
	margin-right: 2px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #677D92;
	font-weight: bold;
	background-color: #EAEAEA;
	border: 1px solid #AFBCC7;
	padding: 3px 4px 5px 4px;
	margin-bottom: 10px;
}

/* Form element properties */

form {
	margin: 0px;
}

img {
    border: 0px;
}

.center, *[align="center"] {margin: 0 auto;}

.button {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #677D92;
	border: 1px solid #C6CFD7;
	margin-top: 2px;
	padding: 2px 2px 3px 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E5E5E5;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
	padding: 0;
	margin: 0;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #EAEAEA;
	border-width: 0.1em;
	border-style: solid;
	border-color: #DBDBDB #fff #fff #DBDBDB;
	padding: 2px 1px 3px 1px;
	margin: 1px;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAEAEA;
	background-color: #677D92;
	border-left: 1px solid #607488;
	border-right: 1px solid #607488;
	border-bottom: 1px solid #607488;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #677D92;
	padding: 10px 10px 20px 10px;
	border-left: 1px solid #607488;
	border-right: 1px solid #607488;
}

.header-top{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F2F2F2;
	background-color: #677D92;
	background-image: url(images/titlebg3.gif);
    background-repeat: repeat-x;
}

.pm {
	font-size: 10px;
	color: #000;
	background-color: #EAEAEA;
	border: 1px solid #C6CFD7;
	padding: 2px;
}

.pm:hover{
	font-size: 10px;
	color: #F2F2F2;
	background-color: #516273;
	border: 1px solid #607488;
	padding: 2px;
    text-decoration:none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2F2F2;
	background-color: #677D92;
	background-image: url(images/titlebg3.gif);
    background-repeat: repeat-x;
	padding: 5px 20px 5px 20px;
	margin-bottom: 0;
}

.footer a {
    color: #343F50;
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover {
    color: #000;
	font-size: 10px;
	text-decoration: underline;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #677D92;
	padding: 5px;
	border-left: 1px solid #607488;
	border-right: 1px solid #607488;
}

.main-footer a {
	font-size: 10px;
}

/* Side-Panel properties */

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #000;
	background-color: #516273;
	padding: 10px 0 10px 10px;
	width: 190px;
	margin-bottom: 10px;
}

.side-border-right {
	color: #000;
	background-color: #516273;
	padding: 10px 10px 10px 0;
	width: 190px;
	margin-bottom: 10px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F2F2F2;
	background-color: #677D92;
	background-image: url(images/titlebg3.gif);
    background-repeat: repeat-x;
	padding: 3px 2px 0 4px;
	border-left: 1px solid #607488;
	border-right: 1px solid #607488;
}

.onoffbg {
	background-color: #677D92;
	background-image: url(images/titlebg2.gif);
    background-repeat: repeat-x;
	padding: 3px 2px 0 4px;
	border-right: 1px solid #607488;
}

.side-body {
	font-size: 11px;
	color: #000;
	background-color: #EAEAEA;
	border-width: 0.1em;
	border-style: solid;
	border-color: #C6CFD7 #AFBCC7 #AFBCC7 #AFBCC7;
	padding: 4px;
}

/* Center-Panel properties */

.main-body {
	font-size: 11px;
	color: #000;
	background-color: #EAEAEA;
	border-width: 0.1em;
	border-style: solid;
	border-color: #C6CFD7 #AFBCC7 #AFBCC7 #AFBCC7;
	padding: 4px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F2F2F2;
	background-color: #677D92;
	background-image: url(images/titlebg3.gif);
    background-repeat: repeat-x;
	padding: 3px 2px 0 4px;
	border-left: 1px solid #607488;
	border-right: 1px solid #607488;
}

.main-bg {
	color: #000;
	background-color: #516273;
	padding: 10px;
}

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #000;
	background-color: #E5E5E5;
	border-width: 0 0.1em 0.1em 0.1em;
	border-style: solid;
	border-color: #AFBCC7;
	padding: 3px 4px 4px 4px;
}

.news-footer a {
	font-size: 10px;
}

/* General table properties */

.tbl-border {
	border-width: 0.1em;
	border-style: solid;
	border-color: #DBDBDB #fff #fff #DBDBDB;
}

.tbl {
	font-size: 11px;
	color: #000;
	background-color: #DDDDDD;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #000;
	background-color: #EAEAEA;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #000;
	background-color: #E5E5E5;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #F2F2F2;
	background-color: #677D92;
	border: 0.1em solid #C6CFD7;
	padding: 4px;
}

.quote {
	font-size: 11px;
	color: #000;
	background-color: #E5E5E5;
	padding: 4px;
	margin: 2px 20px 2px 20px;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
}

.poll {
	height: 12px;
	border: 0.1em solid #DBDBDB;
}

.comment-name {
	font-weight: bold;
}

.shoutboxname {
	font-weight: bold;
}

.shoutbox {
	color: #000;
}

.shoutboxdate {
	font-size: 10px;
	color: #444;
}

.small {
	color: #444;
	font-size: 10px;
	font-weight: normal;
}

.tbl1 .small {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	color: #444;
	font-size: 10px;
	font-weight: normal;
}

.side-small {
	color: #444;
	font-size: 10px;
	font-weight: normal;
}

.side-label {
    color: #444;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
	margin: 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
    color: #444;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
	border-width: 0.1em;
	border-style: solid;
	border-color: #fff #DBDBDB #DBDBDB #fff;
	margin: 0;
	padding: 2px 2px 3px 2px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #36434E;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #677D92;
	padding: 2px;
	text-decoration: none;
}

/* Page Navigation */

.pagenav {
	color: #EAEAEA;
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #677D92;
	border: 1px solid #607488;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #36434E;
	background-color: #E2E2E2;
	border: 1px solid #AFBCC7;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #677D92;
	border: 1px solid #607488;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

/* TinyMCE specific rules */

body.mceContentBody {
    background-color: #EAEAEA;
    color: #000;
}

.mceContentBody a {
   color: blue !important; /* FX requires a important here */
}
/*end style for first page*/
#front_plans {
	width: 610px;
	height: 290px;
	position: relative;
	margin: 0 auto 10px auto;
}
div.front_plan {
	width: 295px;
	height: 135px;
	position: absolute;
}
#front_plan_1 {
	top: 0;
	left: 0;
	background: url(images/plan_1_bg.gif);
}
#front_plan_2 {
	top: 0;
	right: 0;
	background: url(images/plan_2_bg.gif);
}
#front_plan_3 {
	bottom: 0;
	left: 0;
	background: url(images/plan_3_bg.gif);
}
#front_plan_4 {
	bottom: 0;
	right: 0;
	background: url(images/plan_4_bg.gif);
}
div.front_plan ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 33px;
	left: 40px;
	line-height: 25px;
	width: 149px;
}
div.front_plan ul li.large {
	line-height: 27px;
	font-size: 16px;
	font-weight: normal;
}
div.front_plan ul li .highlight {
	color: #FF0000;
}
div.front_plan ul li {
	line-height: 21px;
	font-size: 13px;
}
div.front_plan a.info {
	position: absolute;
	bottom: 0;
	right: 50px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.front_plan a.buy {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
}
div.front_plan div.price {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 95px;
	vertical-align: middle;
}
div.front_plan div.price p {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
	height: 95px;
	display: table-cell;
	text-align: center;
	width: 90px;
}
div.front_plan div.price span.price {
	font-size: 45px;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
}
div.front_plan div.price span.price span.symbol {
	font-size: 50%;
	vertical-align: middle;
}
div.front_plan div.price span.price span.change {
	font-size: 40%;
	vertical-align: super;
}
/*end style for first page*/


/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/*IE Fixes*/
* html #main-bg {
	height: 1%;
	width: auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="middle"] {margin: 0 auto;}
