html {
	overflow: auto;
}
html, form {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #f1f1f1;
	background-color: #5EABE7;
	color: #454545;
	min-width: 1000px;
	height: 100%;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
h1, h2 {
	color: #333;
	display: inline;
	font-weight: normal;
	font-size: 11px;
}
a, a:visited, a:active {
	font-family: Verdana, Arial;
	color: #6090be;
	color: #5eabe7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #356a9e;
}

select, input, textarea {
	border: 0px;
	color: #000000;
	background-color: #e5e5e5;
	margin: 2px;
	padding: 4px 0px 0px 4px;
	vertical-align: middle;
	font-size: 12px;
	font-family: Verdana, Arial;
}

.input_checkbox {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent!important;
	background-image: none!important;
	width: auto!important;
	float: none;
}

.input-submit {
	background-image: url('../forum-hosting-images/button.png')!important;
	border: 0px;
	width: 133px!important;
	height: 37px!important;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding-top: 0px;
}


/* New Design */

/* Header Wrapper */
#logo {
	height: 150px;
	width: 100%;
	background-color: #5c8bb9;
	background-image: url('../forum-hosting-images/logo-background.png');
	background-repeat: repeat-x;
	background-position: top center;
}

#logo h1 {
	margin-top: 0px;
	width: 534px;
	height: 146px;
	display: block;
	background-image: url('../forum-hosting-images/logo.png');
	padding-top: 4px;
	color: #2E80C0;
	font-size: 14px;
}

#logo-icon {
	position: absolute;
	top: 2px;
	right: 11px;
}

#sub-logo {
	position: absolute;
	top: 80px;
	left: 7px;
}

/* Menu Bar */
#menu_holder {
	height: 31px;
	background-image: url('../forum-hosting-images/menu-background.jpg');
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 13px;
}

#menu_links {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#menu_holder li {
	padding-left: 5px;
	padding-right: 5px;
}

#menu_holder a {
	color: #6c98c4;
	font-size: 15px;
}

#menu_holder a:hover {
	color: #3b76b0;
}

#menu_left {
	margin-top: -13px;
	height: 44px;
	width: 2px;
	background-image: url('../forum-hosting-images/menu-left.jpg');
	float: left;
}

#menu_right {
	margin-top: -13px;
	height: 44px;
	width: 2px;
	background-image: url('../forum-hosting-images/menu-right.jpg');
	float: right;
}

.menu-divider {
	background-image: url('../forum-hosting-images/menu-divider.jpg');
	background-repeat: no-repeat;
	width: 2px;
	height: 8px;
	display: block;
	float: left;
	position: relative;
	top: 6px;
}

/* Drop Down Menus */

#menu_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_links li {
	float: left;
	width: auto;
}

#menu_links li ul {
	width: 110px;
	margin-left: -8px;
	
	position: absolute;
	float: none;
	display: block;
	visibility: hidden;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	
	padding-top: 11px;
	z-index: 150;

	background-image: url('../forum-hosting-images/menu-footer.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu_links li ul li {
	width: 93px;
	padding-left: 10px;
	background-color: #e7e7e7;	
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

#menu_links li ul li.menu_footer {
	border-width: 0px;
	height: 16px;
	background-color: transparent;
}

#menu_links li ul li a {
	font-size: 11px;
}

#menu_links li:hover ul, #menu_links li.over ul {
	display: block;
	visibility: visible;
}

/* Main Content */
#outer_wrapper {
	margin-left: 13px;
	margin-right: 13px;
	border-top: 1px solid #f1f1f1;
	background-color: #dedede;
}

#inner_wrapper {
	min-height: 250px;
	border: 1px solid #d0d0d0;
	padding: 10px;
}

/* Inner Boxes */

.wide_box {
	width: 262%;
	z-index: 10;
}

.box_header {
	height: 15px;
	background-image: url('../forum-hosting-images/top-corner.png');
	background-repeat: repeat-x;
}

.box_header_left {
	float: left;
	background-image: url('../forum-hosting-images/top-left-corner.png');
	width: 18px;
	height: 15px;
}

.box_header_right {
	float: right;
	background-image: url('../forum-hosting-images/top-right-corner.png');
	width: 18px;
	height: 15px;
}

.outer_box {
	background-color: #f2f2f2;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}

.inner_box {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.inner_header {
	color: #fff;
	min-height: 16px;
	background-color: #5EABE7;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1pt;
}
.inner_header a {
	color: #fff!important;
}

.header_arrow {
	color: #fff;
	float: right;
	margin-left: -11px;
	position: relative;
	right: 10px;
	top: 3px;
}

.inner_content {
	padding: 5px;
}

.inner_content p {
	margin-top: 2px;
	margin-bottom: 5px;
}

.box_footer {
	clear: both;
	margin-top: 0px;
	margin-bottom: 6px;
	height: 17px;
	background-image: url('../forum-hosting-images/bottom-corner.png');
	background-repeat: repeat-x;
}

.box_footer_left {
	float: left;
	background-image: url('../forum-hosting-images/bottom-left-corner.png');
	width: 18px;
	height: 17px;
}

.box_footer_right {
	float: right;
	background-image: url('../forum-hosting-images/bottom-right-corner.png');
	width: 19px;
	height: 17px;
}

/* Inner Box Content Format */
#plain-text a {
	color: #2E80C0;
	font-weight: normal;
	font-family: tahoma;
}

/* Home Page */
.news_title {
	font-size: 14px;
	color: #2E80C0;
	font-weight: bold;
}

.news_body {
	padding-top: 5px;
	text-align: justify;
	font-size: 11px;
}

.news_info {
	border-top: 1px solid #d0d0d0;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 11px;
}

.news_date {
	position: relative;
	width: 30%;
	float: left;
}

.news_link {
	position: relative;
	width: 70%;
	float: right;
	text-align: right;
}

#more_box {
	background-image: url('../forum-hosting-images/more.png');
	height: 17px;
	width: 40px;
	float: right;
	cursor: pointer;
	text-align: center;
	position: relative;
	top: -23px;
	right: 1px;
	z-index: 15;
}

#more_box a {
	position: relative;
	top: -2px;
	left: -3px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	font-family: arial;
}

/* Forum Signup Page */
input {
	background-image: url('../forum-hosting-images/input.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	height: 21px;
	width: 171px;
}
.input {
	background-image: url('../forum-hosting-images/input.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 175px;
	height: 15px;
	margin: 2px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
}
.input input {
	width: 23px!important;
	padding-left: 6px;
	float: none!important;
	background-image: none;
}
input.blank {
	border: 0px;
	width: auto;
	padding: 2px 5px 0px 0px!important;
	background-image: url('../forum-hosting-images/input-blank.gif');
	background-repeat: repeat;
	height: 17px;
}
.textarea {
	float: right;
	width: 289px;
	height: 74px;
	margin-right: -112px;
	background-image: url('../forum-hosting-images/textarea.gif');
	background-repeat: no-repeat;
	background-color: transparent;
}
textarea {
	overflow: auto;
	width: 279px;
	height: 60px;
	background-color: transparent;
}
select, option {
	margin-left: 3px;
	background-color: #e7e7e7;
	width: 169px;
	border: 0px;
	padding: 0px;
}

fieldset {
	margin-bottom: 15px;
}

legend {
	color: #2E80C0;
}

#your-details, #required-details {
	width: 300px;
}

#optional-details {
	width: 310px;
}

#required-details input, #optional-details input, #your-details input {
	float: right;
	width: 171px;
}

#required-details br, #optional-details br, #your-details br {
	clear: both;
}

label {
	padding-top: 8px;
	float: left;
}
.inner_header label {
	padding-top: 0px;
	float: none;
}


/* Forum Directory */

#directory .inner_header {
	min-height: 18px;
	max-height:48px;
	overflow: hidden;
	height: auto;
}
.directory_stat {
	min-width: 48px;
	width: 32%;
	height: 27px;
	text-align: center;
	padding-top: 21px;
	position: relative;
	float: left;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center center;
}

#directory-letter p {
	font-size: 10px;
	width: 48%;
	float: left;
	text-align: center;
}

#directory-contact form {
	text-align: left;
	width: 165px;
	margin: auto;
}

#directory-contact label {
	width: 100%;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
#directory_contact input {
	font-size: 11px;
	width: 165px;
	background-image: url('../forum-hosting-images/plain-mini-input.gif');
	margin: 0px;
}
#directory-contact textarea {
	width: 160px;
	height: 60px;
}
#directory_contact .textarea {
	width: 165px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	float: left;
	display: block;
	background-image: url('../forum-hosting-images/mini-textarea.gif');
	background-repeat: no-repeat;
	background-color: transparent;
}

#directory_contact .input-submit {
	margin: 0px;
	padding: 0px;
	margin-left: 17px;
}

/* Premium Services */
.bold {
	color: #3575A5;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 8px;
}

/* Partners Page */
.affiliate {
	min-height: 80px;
	width: 440px;
	margin: auto;
	margin-bottom: 20px;
	cursor: pointer;
}
.affiliate a {
	font-weight: bold!important;
	color: #333!important;
}

/* Support Us */
.support-us-title {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
.support-us-text {
	width: 75%;
	padding-bottom: 15px;
}
.signature-image {
	margin-top: 10px;
	font-family: courier;
}

/* Features */
.tab-button {
	font-family: verdana!important;
	font-size: 11px!important;
	text-align: center;
	color: #003399!important;
	cursor: pointer;
	width: auto;
	display: inline;
}

.tabOff {
	background-color: #c4e0f0;  
	border-top: #93bee2 1px solid;
	border-left: #93bee2 1px solid;
	border-right: #93bee2 1px solid;
	border-bottom: #c4e0f0 1px solid;
	padding: 3px;
}

#tabOn {
	color: #fff!important;
	font-weight: bold!important;
	background-color: #5eabe7;
	border-bottom: #5eabe7 1px solid;    
	padding: 5px;
}

#tab-holder {
	width: 545px;
	margin: auto;
}

.tabFrame {
	margin: auto;
	margin-top: 4px;
	#padding-top: 10px;
	border: 0;
	height: 90%;
	width: 545px;
	border: 5px #5eabe7 solid;
	color: #333;
}

.tabFrame li {
	margin-bottom: 5px;
}

.tabFrame a {
	color: #333!important;
	font-family: verdana!important;
	border-bottom: 1px dashed #666;
}

.tabFrame i {
	font-style: normal;
	display: block;
	width: 420px;
	font-size: 10px;
	color: #666;
}

.tabFrame i:hover {
	color: #333;
}

/* Quick Signup & Quick Contact */
#quick_signup .input input {
	width: 58px!important;
}
#quick_signup input {
	font-size: 11px;
	width: 146px;
	height: 25px;
	background-image: url('../forum-hosting-images/mini-input.png');
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 8px;
}
#quick_signup .desired {
	display: block;
	margin: auto;
	width: 140px;
	text-align: right;
	font-size: 10px;
	color: #5EABE7;
	margin-bottom: 10px;
}
#quick_signup .input-submit {
	padding: 0px;
}

#exmaple_forums {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#exmaple_forums li {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	background-image: url('../forum-hosting-images/bullet.png');
	background-repeat: no-repeat;
	height: 18px;
	overflow: hidden;
	position: relative;
}

#exmaple_forums li a {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -5px;
	left: 20px;
}

/* End Wrapper */
#pre_footer {
	padding-left: 26px;
	padding-right: 26px;
	height: 100px;
	background-image: url('../forum-hosting-images/footer.png');
	background-repeat: repeat-x;
}

#footer_inset_left {
	float: left;
	margin-top: 15px;
	width: 320px;
	height: 37px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 11px;
	line-height: 14px;
}

#footer_inset_left a {
	color: #fff;
	font-weight: bold;
}

#footer_inset_right {
	float: right;
	margin-top: 15px;
	width: 159px;
	height: 30px;
	color: #fff;
	font-size: 10px;
	padding-top: 18px;
	font-weight: bold;
	text-align: right;
}

#footer_inset_right a {
	color: #ffffff;
	font-size: 10px;
}