/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background-color: #efefef;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Tahoma;
	font-size: 12px;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	border: 0px;
	padding: 5px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.successbox {
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading td {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
    font-size: 12px;
	padding: 4px;
}

.clientareatable td, tr.clientareatableactive td {
	background-color: #ffffff;
	text-align: center;
    padding: 2px;
}

tr.clientareatablepending td {
	background-color: #FFFFE2;
	text-align: center;
    padding: 2px;
}

tr.clientareatablesuspended td {
	background-color: #E9FFD2;
	text-align: center;
    padding: 2px;
}

tr.clientareatableterminated td {
	background-color: #FFE1E1;
	text-align: center;
    padding: 2px;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   KNOWLEDGEBASE
-------------------------------------------------------------- */

.kbarticle {
    padding: 2px 5px 5px 15px;
}

.kbviews {
    color:#A8A8A8;
    font-size:10px;
}

.kbalsoread {
    padding: 5px 5px 5px 15px;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* --------------------------------------------------------------
   BUTTONS
-------------------------------------------------------------- */

input.button,input.buttongo,input.buttonwarn {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 7px 3px 7px;
}
input.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
input.buttongo:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
input.buttonwarn:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number jSharing.com
|| # Licensed to - Joomla Just for Sharing
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved.           ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

body{text-align:center; padding:0; margin:0 0 10px 0; font-family:Helvetica,Arial,sans-serif; color:#3d3b3b;  line-height:120%; background-color:#FFF}

a:focus{outline:0px}
focus{outline:0px}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{margin:0.5em 0}
ul{margin:0px; padding:0px; list-style:none}
.insidem ul{margin:0 0 0 10px}
ul li, ul li:hover{padding-left:15px}
fieldset{padding:.5em}
body a, body a:hover{cursor:pointer}
a:link, a:visited{text-decoration:none}
a:hover{text-decoration:none}
h1{font:italic bold 3em/1.2em "Trebuchet MS",sans-serif}
h2{font:italic bold 1.7em/1.2em "Trebuchet MS",sans-serif}
h3{font:italic bold 1.3em/1.2em "Trebuchet MS",sans-serif}
h4{font:italic bold 1.2em/1.2em "Trebuchet MS",sans-serif}
h5{font:italic bold 1.1em/1.1em "Trebuchet MS",sans-serif}
h6{font:italic bold 1em/1em "Trebuchet MS",sans-serif}
.small, .createdate, .modifydate, .mosimage_caption, .createby{text-transform:uppercase; font:10px Tahoma,Verdana,"Lucida Sans"}
.clr{clear:both; height:1px}
.input{border:0}
.contentdescription img{padding:5px; margin:15px}
.contentheading, 
.contentheading a:link, 
.contentheading a:visited{letter-spacing:normal; font:normal bold 17px/22px "Trebuchet MS",sans-serif; padding:6px 0 0 15px; margin:0 0 5px 0px; display:block}

.contentheading a:hover{text-decoration:underline}
.componentheading{letter-spacing:normal; font:normal bold 18px/36px "Trebuchet MS",sans-serif; text-indent:15px; margin:0 0 10px 0px; height:35px; display:block}
.contentpaneopen{width:100%; padding:0 15px; text-align:left}
.contentpane{width:98% !important; margin:0 0 0 10px !important}
#searchForm{padding:15px}
.contentpaneopen, 
.contentpane, 
table.blog{width:100%}
.contentpaneopen{border-collapse:separate; border-spacing:3px}
table.contenttoc{margin:0 0 10px 10px; padding:0; width:30%; float:right}
.toclink{padding:5px; display:block; margin:2px 0}
.article_separator{display:block; height:10px; clear:both; background:url(http://extremeseed.com/templates/youhostit/images/sep.png) repeat-x left center; margin:0 12px}
.inputbox{margin-top:5px}
img a, img{border:0; padding:0}
.contentdescription img{padding:0 3px}
input#search_searchword{padding:2px}
table.searchintro{padding:10px 0; width:100%}
table.searchintro td{padding:5px!important}

.button{height:21px; border:none; margin-top:5px; width:71px; padding:0 0 2px 0; border:0}
.validate{height:21px; border:none; margin:5px 0 0 15px; width:71px; padding:0 0 2px 0; border:0}
.back_button{padding:0 5px}
.readon{height:21px; padding:0 0px; display:block; float:left; width:71px; margin:5px 0 0 15px}
a.pagenav, 
.pagenav_prev a, 
.pagenav_next a, 
.pagenavbar a, .back_button a{height:21px; text-transform:uppercase; font-weight:normal; line-height:21px; padding:0 5px}

table.pollstableborder td.sectiontableentry0, 
table.pollstableborder td.sectiontableentry1, 
table.pollstableborder td.sectiontableentry2, 
table.pollstableborder tr.sectiontableentry0 td, 
table.pollstableborder tr.sectiontableentry1 td, 
table.pollstableborder tr.sectiontableentry2 td{height:20px; padding-left:5px; text-align:left; padding-right:10px; line-height:18px; margin-bottom:5px; background:none; border:none}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, 
td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2{height:20px; padding:0 10px; line-height:29px}
table.pollstableborder{border:none; padding:0; width:100%; text-align:left}
table.pollstableborder img{vertical-align:baseline}
table.pollstableborder td{padding:0 5px !important}
.sectiontableheader{padding:5px; font-weight:bold}

.tool-tip{float:left; background:#ffc; border:1px solid #D4D5AA; padding:5px; max-width:200px; text-align:left}
.tool-title{padding:0; margin:0; font-size:12px; font-weight:bold; margin-top:-15px; padding-top:15px; padding-bottom:5px; text-align:left; background:url(http://extremeseed.com/system/images/selector-arrow.png) no-repeat}
.tool-text{font-size:11px; margin:0; text-align:left}

input.system-openid{background:url(http://openid.net/login-bg.gif) no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px}

.system-unpublished{background:#e8edf1; border-top:4px solid #c4d3df; border-bottom:4px solid #c4d3df}

#system-message{margin-bottom:10px; padding:0}
#system-message dt{font-weight:bold}
#system-message dd{margin:0; font-weight:bold; text-indent:30px}
#system-message dd ul{color:#05B; margin-bottom:10px; list-style:none; padding:10px; border-top:3px solid #84A7DB; border-bottom:3px solid #84A7DB}

#system-message dt.message{display:none}
#system-message dd.message{}

#system-message dt.error{display:none}
#system-message dd.error ul{color:#c00; background-color:#E6C0C0; border-top:3px solid #DE7A7B; border-bottom:3px solid #DE7A7B}

#system-message dt.notice{display:none}
#system-message dd.notice ul{color:#c00; background:#EFE7B8; border-top:3px solid #F0DC7E; border-bottom:3px solid #F0DC7E}

#system-debug{color:#ccc; background-color:#fff; padding:10px; margin:10px}
#system-debug div{font-size:11px}

.invalid{border-color:#f00}
label.invalid{color:#f00}

#editor-xtd-buttons{padding:5px}
.button2-left, 
.button2-right, 
.button2-left div, 
.button2-right div{float:left}
.button2-left a, 
.button2-right a, 
.button2-left span, 
.button2-right span{display:block; height:22px; float:left; line-height:22px; font-size:11px; color:#666; cursor:pointer}
.button2-left span, 
.button2-right span{cursor:default; color:#999}
.button2-left .page a, 
.button2-right .page a, 
.button2-left .page span, 
.button2-right .page span{padding:0 6px}
.page span{color:#000; font-weight:bold}
.button2-left a:hover, 
.button2-right a:hover{text-decoration:none; color:#0B55C4}
.button2-left a, 
.button2-left span{padding:0 24px 0 6px}
.button2-right a, 
.button2-right span{padding:0 6px 0 24px}
.button2-left{background:url(http://extremeseed.com/templates/youhostit/images/j_button2_left.png) no-repeat; float:left; margin-left:5px}
.button2-right{background:url(http://extremeseed.com/templates/youhostit/images/j_button2_right.png) 100% 0 no-repeat; float:left; margin-left:5px}
.button2-left .image{background:url(http://extremeseed.com/templates/youhostit/images/j_button2_image.png) 100% 0 no-repeat}
.button2-left .readmore{background:url(http://extremeseed.com/templates/youhostit/images/j_button2_readmore.png) 100% 0 no-repeat}
.button2-left .pagebreak{background:url(http://extremeseed.com/templates/youhostit/images/j_button2_pagebreak.png) 100% 0 no-repeat}
.button2-left .blank{background:url(http://extremeseed.com/templates/youhostit/images/j_button2_blank.png) 100% 0 no-repeat}

div.tooltip{float:left; background:#ffc; border:1px solid #D4D5AA; padding:5px; max-width:200px; z-index:13000}
div.tooltip h4{padding:0; margin:0; font-size:95%; font-weight:bold; margin-top:-15px; padding-top:15px; padding-bottom:5px; background:url(http://extremeseed.com/templates/youhostit/images/selector-arrow.png) no-repeat}
div.tooltip p{font-size:90%; margin:0}

.img_caption.left{float:left; margin-right:1em}
.img_caption.right{float:right; margin-left:1em}
.img_caption.left p{clear:left; text-align:center}
.img_caption.right p{clear:right; text-align:center}

a img.calendar{width:16px; height:16px; margin-left:3px; background:url(http://extremeseed.com/templates/youhostit/images/calendar.png) no-repeat; cursor:pointer; vertical-align:middle}
.blog_more{margin-left:15px !important}
/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number jSharing.com
|| # Licensed to - Joomla Just for Sharing
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved.           ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
#centertop{text-align:left; margin:0 auto}
#centerbottom{text-align:left; margin:0 auto; overflow:hidden}
#header{text-align:left; height:125px; position:relative}
#logo{height:125px; width:330px; float:right; text-align:left}
#tags h1 a{text-indent:-7500px; display:block; width:280px; height:125px; text-decoration:none}
#tags{width:280px; height:125px; float:left; overflow:hidden; margin:0; padding:0}

#banner{height:125px; float:left; margin:0px; padding:0; overflow:hidden}

.search{}
.search .inputbox{}

#pathway{margin-top:0px; padding:10px 0 0px 0px; text-indent:15px; background:url(http://extremeseed.com/templates/youhostit/images/sep.png) repeat-x left top}

#topmodule{margin:0 10px 0 0; text-align:left; overflow:hidden}

#wrap, #wrapblank{width:100%; margin:0 auto; text-align:left; height:100% !Important; height:1%}
#insidewrap, #insidewrapblank{height:100% !Important; height:1%}

#holder{height:100% !Important; height:1%; overflow:hidden; margin:0 auto; text-align:center}
#leftblock{float:left; height:100% !Important; height:1%; overflow:hidden; text-align:left; clear:right}
#midblock{float:left; height:100% !Important; height:1%; overflow:hidden; text-align:left; clear:right}
#rightblock{float:left; height:100% !Important; height:1%; overflow:hidden; text-align:left; clear:right}

.insidel{padding:0px 0px 0 10px; overflow:hidden}
.insider{padding:0px 0px 0 10px; overflow:hidden}
.inside{overflow:hidden}

.insidem{padding:0px}

#bottommodule{margin:0 auto; text-align:left; overflow:hidden; margin-bottom:10px}

#footer{clear:both; text-align:center; overflow:hidden; margin:5px auto; height:85px; padding:0; background:url(http://extremeseed.com/templates/youhostit/images/fr.gif) no-repeat right top}
#tools{width:38%; float:right; clear:right; text-align:right; height:85px; padding:15px 15px 0 0}
#tools span{margin:0 5px 0 0}
#youjoomla{clear:both; text-align:left; padding:0px; margin:0; overflow:hidden; width:60%; height:85px; float:left; clear:left; background:url(http://extremeseed.com/templates/youhostit/images/fl.gif) no-repeat left top}
#footmod{clear:both; text-align:left; padding:0px; margin:10px 0px 0 10px; overflow:hidden}
#cp{text-align:left; padding:0px; margin:0px 0px 0 10px; overflow:hidden; line-height:25px}

.news_item{margin:0 0px 0 0}
.news_item_f{margin:5px 0px 5px 0!Important; padding:0!Important; background:url(http://extremeseed.com/templates/youhostit/images/ni_fl.gif) repeat-y left top !Important; width:100%; height:100% !Important; height:1%; clear:both; overflow:hidden}
.news_item_fr{margin:0!Important; padding:0!Important; background:url(http://extremeseed.com/templates/youhostit/images/ni_fr.gif) repeat-y right top !Important; width:100%; height:100% !Important; height:1%; clear:both; overflow:hidden}
/***/
.news_item_f .yjround{margin:0px 0 0px 0px !Important; padding:0; float:left; clear:both; width:100%; height:100% !Important; height:1%}
.news_item_f .yjround div div div{padding:0px  0px 15px 0px; overflow:hidden}
.news_item_f .yjround div div div div{overflow:hidden; margin:0; padding:0; width:100%; overflow:hidden; background:none}
.news_item_f .yjround h3{margin:0; background:none; padding:0; font:italic bold 1.3em/1.2em "Trebuchet MS",sans-serif}
.news_item_f .yjround_in{overflow:hidden; width:100%; padding:20px}
.newsitem_tools{display:block; width:98%; margin:0px 0px 0 15px !Important}
.newsitem_info{width:60% !Important; display:block; height:10px; float:left}
.buttonheading{width:33% !Important; display:block; overflow:hidden; float:right; padding:0; margin-right:20px !Important}
.buttonheading img{border:0}
.email, .print, .pdf{float:right; margin:0px 2px 0 0; width:16px}
.createby{padding:0 3px 0 0px}
.createdate{padding:0 3px 0 0px}
.newsitem_section{padding:0 3px 0 0px}
.newsitem_category{padding:0 3px 0 0px}
.newsitem_section a{padding:0 3px 0 0px}
.newsitem_category a{padding:0 3px 0 0px}
.newsitems_link{}
.newsitem_text{display:block; width:96% !Important; overflow:hidden; margin:0px 0px 0 15px !Important}
.modifydate{width:98%; display:block; margin:5px 0px 10px 15px !Important; clear:both}
.fptops{position:relative}
.news_item_article{padding:25px 0 0 0}

a.category:link, 
a.category:visited, 
a.category:focus{font-weight:bold; font-size:100%}
.small{}

ul.pagination{margin:15px auto 10px; padding:10px 0 0}
ul.pagination li, 
ul.pagination li:hover{background:none; display:inline; margin:3px; padding:0}
ul.pagination li span{padding:2px 5px}
ul.pagination a{padding:2px 3px; text-decoration:none}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus{}
.pagenavbar{font-weight:bold; padding-left:14px}
.pagenavcounter{font-weight:bold; padding:8px 14px 0 14px}

.yjround, 
.yjround_yj1, 
.yjround_yj2{margin:5px 0 5px 0px !Important; padding:0; float:left; clear:both; width:100%; height:100% !Important; height:1%}
.yjround div div div, 
.yjround_yj1 div div div, 
.yjround_yj2 div div div{padding:15px 15px 15px 15px; overflow:hidden}
.yjround div div div div, 
.yjround_yj1 div div div div, 
.yjround_yj2 div div div div{overflow:hidden; margin:0; padding:0; width:100%; overflow:hidden}
.yjround_in{overflow:hidden; width:100%}
.yjround h3, 
.yjround_yj1 h3, 
.yjround_yj2 h3{margin:0 -15px 0 -15px; padding:0 0 10px 10px}
.yjround h3 span{}
.yjround div, 
.yjround_yj1 div, 
.yjround_yj2 div{ !Important; height:1%}
.yjround .syndicate div, 
.moduletable .syndicate div{margin:0px; padding:3px 0}
.yjround p, 
.yjround_yj1 p, 
.yjround_yj2 p{overflow:hidden; padding:3px}

.yjround{background:url(http://extremeseed.com/templates/youhostit/images/tl.gif) no-repeat left top}
.yjround div{background:url(http://extremeseed.com/templates/youhostit/images/tr.gif) no-repeat right top}
.yjround div div, 
.yjround_yj1 div div{background:url(http://extremeseed.com/templates/youhostit/images/bl.gif) no-repeat left bottom}
.yjround div div div, 
.yjround_yj1 div div div{background:url(http://extremeseed.com/templates/youhostit/images/br.gif) no-repeat right bottom}
.yjround div div div div, 
.yjround_yj1 div div div div, 
.yjround_yj2 div div div div, 
.news_item .yjround div div div div{background:none}
/*yj1*/
.yjround_yj1{background:url(http://extremeseed.com/templates/youhostit/images/yj1tl.gif) no-repeat left top}
.yjround_yj1 div{background:url(http://extremeseed.com/templates/youhostit/images/yj1tr.gif) no-repeat right top}
/*yj2*/
.yjround_yj2{background:url(http://extremeseed.com/templates/youhostit/images/yj2tl.gif) no-repeat left top}
.yjround_yj2 div{background:url(http://extremeseed.com/templates/youhostit/images/yj2tr.gif) no-repeat right top}
.yjround_yj2 div div{background:url(http://extremeseed.com/templates/youhostit/images/yj2bl.gif) no-repeat left bottom}
.yjround_yj2 div div div{background:url(http://extremeseed.com/templates/youhostit/images/yj2br.gif) no-repeat right bottom}

.yjsquare h3{overflow:hidden; font-size:14px; padding:0; margin:10px 5px}
.yjsquare h3 span{overflow:hidden}
.yjsquare p{overflow:hidden; padding:3px}
.yjsquare_in{overflow:hidden; padding:0 10px}

.yjsquare{margin:5px 0 7px 0px; padding:0px; float:left; clear:both; width:100%; height:100% !Important; height:1%}

#footmod .yjsquare{margin:3px auto; text-align:left; padding:3px 0; background:none; font-size:11px; overflow:hidden; width:99%}
#footmod .yjsquare h3{margin:0; padding:0 4px; text-align:left; font-size:10px; border:none; text-transform:uppercase}
#footmod .yjsquare h3 span{}
#footmod li, #footmod li:hover{list-style-type:none; list-style-image:none; background:none}
#footmod ul li{border:none; text-decoration:none; display:inline; margin-left:0; text-decoration:none; list-style-type:none; list-style-image:none}

.pollbuttons{margin:0 auto; width:80%; text-align:center; height:30px}

#modlgn_passwd, #modlgn_username{width:95%; height:19px; padding-left:3px; padding-top:3px}

#tops{margin:0 auto; text-align:center; padding:0; margin:0; overflow:hidden; clear:both; height:100%}
#user1, #user2, #user3{float:left; text-align:left; clear:right}

#bottoms{margin:0 auto; text-align:center; padding:0; margin:0; overflow:hidden; clear:both; height:100%}
#user4, #user5, #user6{float:left; text-align:left; clear:right}

#foots{margin:5px auto !Important; text-align:center; padding:0; height:180px; margin:0; overflow:hidden; clear:both; background:url(http://extremeseed.com/templates/youhostit/images/foots_bg.gif) repeat-x left top}
#foots_l{margin:0 auto; text-align:center; padding:0; height:180px; margin:0; overflow:hidden; clear:both; background:url(http://extremeseed.com/templates/youhostit/images/foots_l.gif) no-repeat left top}
#foots_r{margin:0 auto; text-align:center; padding:0 5px; height:180px; margin:0; overflow:hidden; clear:both; background:url(http://extremeseed.com/templates/youhostit/images/foots_r.gif) no-repeat right top}
#user7, #user8, #user9, #user10, #user11{float:left; text-align:left; clear:right; background:url(http://extremeseed.com/templates/youhostit/images/foots_shade.gif) no-repeat right top}
#user11{background:none}
.polls_color_1{background-color:#8D1B1B !Important; border:2px ridge #B22222; margin-bottom:10px !Important}

.polls_color_2{background-color:#6740E1 !Important; border:2px ridge #4169E1; margin-bottom:10px !Important}

.polls_color_3{background-color:#8D8D8D !Important; border:2px ridge #D2D2D2; margin-bottom:10px !Important}

.polls_color_4{background-color:#CC8500 !Important; border:2px ridge #FFA500; margin-bottom:10px !Important}

.polls_color_5{background-color:#5B781E !Important; border:2px ridge #6B8E23; margin-bottom:10px !Important}
/*======================================================================*\
|| #################################################################### ||
|| # Youjoomla LLC - YJ- Licence Number jSharing.com
|| # Licensed to - Joomla Just for Sharing
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2006-2009 Youjoomla LLC. All Rights Reserved.           ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
#top_menu{height:77px; padding:0; padding:0 0px 0 11px}
#top_menu_s{height:77px; padding:0; padding:0 0px 0 11px}
#top_menu_r{height:77px; padding:0; padding:0 0px 0 0px}
.menu_description{color:#908d8d; clear:both; display:block; line-height:1px; padding:0 0px; margin-top:-10px; font-weight:normal; font-size:11px; text-transform:capitalize}
#horiznav{height:77px; z-index:500; float:none}
#horiznav ul{list-style:none; line-height:57px; padding-top:0px}
#horiznav ul li{position:relative; margin:0}
#horiznav a{text-transform:uppercase; display:block; cursor:pointer; height:68px; padding:0px 0px 0px 10px; margin:0px 0px 0px 0px; font:bold 13px/57px Arial,Helvetica,sans-serif}
#horiznav li a:hover{height:68px}
#horiznav li{float:left; padding:0; padding:0px 10px 0px 0px}
#horiznav ul ul a{background:none}
#horiznav ul ul{border:none}
#horiznav li li a{font-weight:normal; font-size:11px; padding:0; margin:0; height:32px; line-height:32px; text-indent:5px}
#horiznav ul ul a{display:block; text-decoration:none; text-transform:uppercase; height:auto}
#horiznav li li{padding:0; background:none}
#horiznav li li{float:left; padding:0}
#horiznav li:hover, #horiznav li.sfHover{left:0}
#horiznav ul ul a:hover{background:none; height:auto; line-height:32px; padding:0; margin:0}
#horiznav li ul{position:absolute; left:-999em; height:auto; font-weight:normal; border-width:0; margin:0px 0 0 0px; padding:0; border-bottom:none}
#horiznav li:hover, #horiznav li.sfHover{position:static}
#horiznav li:hover ul ul, #horiznav li:hover ul ul ul, #horiznav li:hover ul ul ul ul,  #horiznav li.sfHover ul ul, #horiznav li.sfHover ul ul ul, #horiznav li.sfHover ul ul ul ul{left:-999em}
#horiznav li:hover ul, #horiznav li li:hover ul, #horiznav li li li:hover ul, #horiznav li li li li:hover ul, #horiznav li.sfHover ul, #horiznav li li.sfHover ul, #horiznav li li li.sfHover ul, #horiznav li li li li.sfHover ul{z-index:100; left:auto}
#horiznav ul ul li a{border-right:none}
#horiznav ul li:hover li:hover, #horiznav ul li#current ul li a, #horiznav ul li#current ul li, #horiznav ul li#current ul li a:hover, #horiznav ul li#current ul li.hover, #horiznav li.haschild:hover li span, #horiznav li.haschild.sfHover li span, #horiznav li.sfHover li span, #horiznav ul li li a, #horiznav ul li.haschild li#current a, #horiznav ul li.haschild li#current, #horiznav ul li.sfHover li.sfHover, #horiznav ul li ul li a:hover, #horiznav ul li ul li:hover, #horiznav ul li ul li.sfHover{background-image:none}
#horiznav li ul ul{margin:-32px 0 0 173px}
#horiznav ul li:hover li a, #horiznav ul li.sfHover li a{background-image:none}
#horiznav ul ul a, #horiznav li ul{width:173px}
#horiznav li li, #horiznav li.haschild ul li#current:hover, #horiznav li.haschild ul li#current.sfHover{width:173px}

#mainlevel ul, 
.menu ul{list-style:none; margin:0; padding:0}
#mainlevel{padding:0; text-align:left; margin-left:-19px; margin-right:-8px}
.menu{padding:0; text-align:left; margin-left:-15px; margin-right:-8px}
#mainlevel li, 
.menu li, 
.menu li:hover{background-image:none}
#mainlevel li a, 
.menu li a{height:26px; line-height:20px; text-decoration:none; display:block; font-size:12px; text-decoration:none; text-indent:22px; padding-top:5px}

a.mainlevel{display:block; width:100%; font-size:12px; height:26px; line-height:20px; padding-top:5px; text-decoration:none; text-indent:24px}
a.sublevel{display:block; padding:2px 4px 0px 15px; text-decoration:none}
a.sublevel:hover, 
a.sublevel:active, 
a.sublevel:focus{text-decoration:underline}
.module a.sublevel{display:block; padding:0px 4px 12px 15px; margin:0}
img.border{padding:5px; margin:2px 3px 0 0}
.special{padding:10px; text-align:center}
.error{padding:5px 5px 5px 25px !Important}
.message{padding:5px 5px 5px 25px !Important}
.tips{padding:5px 5px 5px 25px !Important}
.highlight{padding:0 5px}
pre, .code{padding:10px 15px !Important; margin:5px 0 15px !Important; white-space:normal !Important; width:auto !Important}
div.blockquote{width:auto !Important; padding:5px 0px 5px 0px !Important}
div.blockquote blockquote{padding:15px 0px 5px 40px !Important}
.dropcap{float:left; padding:4px 8px 0 0; display:block; font-family:Georgia,Times,serif; font-size:50px; line-height:40px}
p.sticky{padding:20px 20px 10px 40px; margin-top:10px; margin-bottom:10px}
p.pin{padding:20px 20px 10px 40px; margin-top:10px; margin-bottom:10px}
p.clip{margin-top:10px; margin-bottom:10px; padding:20px 20px 10px 40px}
p.down{padding:20px 20px 10px 40px; margin-top:10px; margin-bottom:10px}
.blocknumber{clear:both; position:relative; padding-top:5px; padding-right:15px; padding-bottom:10px; padding-left:15px}
.bignumber{float:left; margin-right:15px; margin-bottom:5px; padding:5px 5px 5px 6px; display:block; font-weight:bold; background-position:left top; font-family:Arial,sans-serif; font-size:23px; line-height:normal}
ul.video li, 
li.video, 
li.video:hover, 
ul.check li, 
li.check, 
li.check:hover, 
ul.star li, 
li.star, 
li.star:hover{padding-bottom:5px; padding-left:25px; list-style-image:none; list-style-type:none}
body ol{list-style:decimal outside}
body ol li, body ol li:hover{margin-left:0px; padding:5px 0px; list-style-image:none; background:none}

img.border{border:1px solid #e7e7e7; background:#F6F6F6}
.special{background:#FFC; border:1px solid #9E9F63}
.error{color:#C00; background:url(http://extremeseed.com/templates/youhostit/images/typ/error.gif) no-repeat center left}
.message{color:#069; background:url(http://extremeseed.com/templates/youhostit/images/typ/info.gif) no-repeat center left}
.tips{color:#FF5A00; background:url(http://extremeseed.com/templates/youhostit/images/typ/tips.gif) no-repeat center left}
.highlight{border-bottom:1px dashed #888; background:#FEFAE1}
pre, .code{border-left:5px solid #e7e7e7 !Important; border-right:1px solid #e7e7e7 !Important; border-top:1px solid #e7e7e7 !Important; border-bottom:1px solid #e7e7e7 !Important; background:#F6F6F6 !Important}
div.blockquote{border:1px solid #e7e7e7; background-color:#F6F6F6; background:#F6F6F6 url(http://extremeseed.com/templates/youhostit/images/typ/qlg.gif) no-repeat 0px 2px  !Important}
div.blockquote blockquote{background:url(http://extremeseed.com/templates/youhostit/images/typ/qrg.gif) no-repeat right bottom}
.dropcap{color:#e7e7e7; font-family:Georgia,Times,serif}
p.sticky{border-right:1px solid #e7e7e7; border-top:1px solid #e7e7e7; border-left:5px solid #e7e7e7; border-bottom:1px solid #e7e7e7; background:#F6F6F6 url(http://extremeseed.com/templates/youhostit/images/typ/sticky.gif) no-repeat left center}
p.pin{border-right:1px solid #e7e7e7; border-top:1px solid #e7e7e7; border-left:5px solid #e7e7e7; border-bottom:1px solid #e7e7e7; background:#F6F6F6 url(http://extremeseed.com/templates/youhostit/images/typ/pin.gif) no-repeat left center}
p.clip{border-right:1px solid #e7e7e7; border-top:1px solid #e7e7e7; border-left:5px solid #e7e7e7; border-bottom:1px solid #e7e7e7; background:#F6F6F6 url(http://extremeseed.com/templates/youhostit/images/typ/clip.gif) no-repeat left center}
p.down{border-right:1px solid #e7e7e7; border-top:1px solid #e7e7e7; border-left:5px solid #e7e7e7; border-bottom:1px solid #e7e7e7; background:#F6F6F6 url(http://extremeseed.com/templates/youhostit/images/typ/down.gif) no-repeat left center}
.bignumber{color:#e7e7e7; background-position:left top}
body ul.star li, 
body li.star{background:url(http://extremeseed.com/templates/youhostit/images/typ/star.gif)   no-repeat 0 1px}
body ul.video li, 
body li.video, 
body li.video:hover{background:url(http://extremeseed.com/templates/youhostit/images/typ/video.gif) no-repeat 0px 0px}
.price{width:40%!Important; float:right!Important; margin-top:-25px!Important; text-align:center!Important; clear:right}
.clrm{width:100%; clear:both; text-align:center; overflow:hidden}
