h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}
li,dd {
	margin-left: 1em;
}
.contentpane li {
	list-style-position: inside;
}
fieldset {
	padding: .5em;
}
img {
	border: 0;
}
a img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
}
/* This helps fix the relative font sizing problem with tables in IE */
table {
	font-size: 1em;
    margin-top: 0px;
}
.hidden {
	display: none;
}
/* Base Typography
*****************************************/
body {
	font: normal 62.5%/160% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#222222;
}
h1, h2, h3, h4 {
	padding-bottom: 2px;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 210%;
	line-height: 100%;
}
h2 {
	font-size: 185%;
	line-height: 100%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
pre {
	background: #1d1d1d;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}
pre p {
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	color: #FFFFFF;
	margin: 0;
	font-size: 100%;
	line-height: 110%;
	width: auto;
	padding: 15px 50px 15px 15px;
	margin: 0;
	border: 1px solid #2c2c2c;
	font-style: normal;
}
p.color-green {
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #98cb00;
	border-bottom: 3px solid #98cb00;
	background: #ffffff;
	color: #010101;
}
p.color-blue {
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #7db6fb;
	border-bottom: 3px solid #7db6fb;
	background: #ecf2fe;
	color: #010101;
}
p.color-orange {
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #f18b41;
	border-bottom: 3px solid #f18b41;
	background: #fdf6e4;
	color: #010101;
}
p.color-pink {
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #d5688f;
	border-bottom: 3px solid #d5688f;
	background: #fae8e8;
	color: #010101;
}
p.color-grey {
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	background: #fafafa;
	color: #010101;
}
/* @group Notice Styles */
p.error,
p.tips,
p.info {
	display: block;
	padding: 8px 10px 8px 35px;
	margin: 15px 0;
}
p.error {
	color: #cd3301;
	border-top: 3px solid #cd3301;
	border-bottom: 3px solid #cd3301;
	background: #fae8e8 url(../img/icon-typ.jpg) 10px 50% no-repeat;
}
p.tips {
	color: #2d84e3;
	border-top: 3px solid #adcefb;
	border-bottom: 3px solid #adcefb;
	background: #ecf2fe url(../img/icon-typ.jpg) 10px 50% no-repeat;
}
p.info {
	color: #ca6701;
	border-top: 3px solid #f2a378;
	border-bottom: 3px solid #f2a378;
	background: #fdf6e4 url(../img/icon-typ.jpg) 10px 50% no-repeat;
}
/* @end */
/* Lists Style
*****************************************/
#main ol {
	padding: 0;
	list-style-position: inside;
}
#main ol li {
	padding: 2px 0 2px 5px;
}
#content ul ul,
#content ul ul ul,
#content ul ul ul ul {
	margin-left: 25px;
}
#content ol ol,
#content ol ol ol,
#content ol ol ol ol {
	margin-left: 25px;
}
ul.li-round1,
ul.li-round2,
ul.li-arrow,
ul.li-star {
	padding-left: 10px;
	margin-left: 0;
}
ul.li-round1 li,
ul.li-round2 li,
ul.li-arrow li,
ul.li-star li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
}
ul.li-round1 li {
	background: url(../img/icon-li-.jpg) 2px 4px no-repeat;
}
ul.li-round2 li {
	background: url(../img/icon-li-.jpg) 2px 4px no-repeat;
}
ul.li-arrow li {
	background: url(../img/icon-li-.jpg) 2px 4px no-repeat;
}
ul.li-star li {
	background: url(../img/icon-li-.jpg) 2px 4px no-repeat;
}
/* Latest News Module */
#content ul.latestnews li,
#content ul.latestnews-sfx li,
#content ul.mostread li,
#content ul.mostread-sfx li {
	list-style-type: none;
	margin: 0;
	font-size: 1.2em;
}
#sidebar .moduletable ul li {
	color: #ccc;
}
.blog-categories,
.blog-archives,
.blog-blogger,
#sidebar #mainlevel,
#sidebar #mainlevel-sidenav1,
#sidebar #mainlevel-sidenav2 {
	margin: -6px 0pt 0pt -10px;
	padding: 0pt;
	width: 99%;
}
.blog-categories li,
.blog-archives li,
.blog-blogger li,
#main #sidebar #mainlevel li,
#main #sidebar #mainlevel-sidenav1 li,
#main #sidebar #mainlevel-sidenav2 li {
	background-image: none;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
.blog-categories li a,
.blog-archives li a,
.blog-blogger li a,
#sidebar #mainlevel li span,
#sidebar #mainlevel-sidenav1 li span,
#sidebar #mainlevel-sidenav2 li span,
#sidebar #mainlevel li a,
#sidebar #mainlevel-sidenav1 li a,
#sidebar #mainlevel-sidenav2 li a,
#sidebar #mainlevel-sidenav1 li a:visited,
#sidebar #mainlevel-sidenav2 li a:visited,
#sidebar #mainlevel li a:visited {
	border-bottom: 1px solid #333333;
	color: #eee;
	display: block;
	padding: 6px 0pt 6px 10px;
	text-decoration: none;
	width: 99%;
}
.blog-categories li a:hover,
.blog-archives li a:hover,
.blog-blogger li a:hover,
#sidebar #mainlevel li a:hover,
#sidebar #mainlevel-sidenav1 li a:hover,
#sidebar #mainlevel-sidenav2 li a:hover,
#sidebar #mainlevel li a#active_menu,
#sidebar #mainlevel-sidenav1 li a#active_menu,
#sidebar #mainlevel-sidenav2 li a#active_menu {
	background-color: #272727 !important;
}
#sidebar ul.latestnews-sfx li,
#sidebar ul.latestnews li,
#sidebar ul.mostread li,
#sidebar ul.mostread-sfx li {
	padding-left: 10px;
	margin-left: 0;
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/icon-li-.jpg) 2px 4px no-repeat;
}
#sidebar ul.mostread li a:link,
#sidebar ul.latestnews-sfx li a:link,
#sidebar ul.mostread-sfx li a:link, 
#sidebar ul.mostread li a:visited,
#sidebar ul.latestnews-sfx li a:visited,
#sidebar ul.mostread-sfx li a:visited {
	color: white;
	display: block;
}
#sidebar ul.mostread li a:hover,
#sidebar ul.latestnews-sfx li a:hover,
#sidebar ul.mostread-sfx li a:hover {
	text-decoration: underline;
	background: none
}
/* Horizontal Rules
*****************************************/
hr {
	border: none;
	height: 1px;
	margin: 10px 0;
}
/* Links Styling
*****************************************/
a:link,a:visited {
	text-decoration: none;
	color: #93B723;
}
a:hover,a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.category:link,a.category:visited {
	font-weight: bold;
}
.contentpaneopen a.readon:link,
.contentpaneopen a.readon:visited,
.contentpaneopen a.readon:hover {
	display: block;
	text-decoration: none;
	font-size: 12px;
	background: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
#inset .module a {
	color: white;
	text-decoration: underline;
}
li a.category {
	font-size: 0.9em;
}
li span.small {
	font-size: 0.9em;
}
li br {
	display: none;
}
/* Joomla Specific
*****************************************/
.contentheading {
	width: 100%;
}
td.contentheading,
div.componentheading {
	font-size: 1.7em;
	line-height: 2em;
	font-weight: bold;
}
div.componentheading {
	margin-bottom: 5px;
}
table.contentpaneopen,
table.contentpane {
	font-size: 1.2em;
	line-height: 150%;
}
table.contentpaneopen p,
table.contentpane p {
	margin: 1.3em 0;
}
.moduletable .contentpaneopen,
.moduletable .contentpane {
	line-height: 135%;
}
/* Section Table Headers */
.sectiontableheader {
	background: url(../img/bg-secti.jpg) repeat-x;
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #111;
}
.sectiontableheader,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
	text-indent: 5px;
	border-bottom: 1px solid #222222;
	padding: 4px 0;
}
.sectiontableheader {
	font-weight: bold;
}
.sectiontableentry1 {
	background: #1a1a1a;
	color: #cccccc;
	font-size: 11px;
}
.sectiontableentry2 {
	background: #1d1d1d;
	color: #cccccc;
	font-size: 11px;
}
table.poll-sfx td {
	font-size: 12px;
	padding: 2px 3px;
}
table.poll-sfx thead tr td {
	font-size: 12px;
}
span.small {
	color: #eee;
	font-size: 11px;
}
td.createdate {
	background: transparent url(../img/icon-dat.jpg) no-repeat 0 45%;
	color: #777777;
	padding: 4px 0pt 5px 0px;
	text-indent: 20px;
}
td.modifydate {
	background: transparent url(../img/icon-las.jpg) 5px 50% no-repeat;
	text-indent: 25px;
	color: #adadad;
	font-size: 10px;
	padding-left: 0px;
	margin-top: 10px;
}
table.contenttoc {
	/*
NOTE: Keeps the blog tables from crowding */
	margin: 5px;
	padding: 0px;
	float: right;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}
td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}
td.buttonheading a {
	background: none;
}
.mosimage {
	padding: 0;
	margin: 2px 10px 6px 3px;
	border: 3px solid #343433;
}
.mosimage img {
	padding: 0;
	margin: 0!important;
}
.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #B6B6B6;
	background: #343433;
}
/* Article Index */
table.contenttoc {
	background: #fff;
	margin: 7px;
	margin-right: 0;
	padding: 2px;
	border: 1px solid #ccc;
}
table.contenttoc td {
	padding: 0 7px;
}
table.contenttoc th {
	padding: 0 10px;
	font-size: 1em;
	color: #fff;
	background: #ccc;
}
.pagenav {
	border: 1px solid #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 1px;
	padding: 4px 10px;
	text-align: center;
	width: auto;
}
.article_seperator {
	border-bottom: 1px solid #292929;
	display: block;
	margin: 2% 10%;
	width: 80%;
}
.moduletable span.article_seperator,
#inset .moduletable .article_seperator {
	display: none!important;
}
.blog_more {
	font-size: 1.1em;
}
th.pagenav_prev,
	th.pagenav_next {
	width: 79%;
}
th.pagenav_prev a:link,
th.pagenav_prev a:visited,
th.pagenav_next a:link,
th.pagenav_next a:visited {
	padding: 5px 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #333;
}
th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #ababab;
}
.back_button {
	margin: 16px 10px;
}
.back_button a {
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #333;
}
.back_button a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #494949;
}
/* Send to a Friend Popup */
body.contentpane form table {
	margin: 20px;
	font-size: 12px;
}
body.contentpane form table .inputbox {
	width: 200px;
	margin-bottom: 5px;
}
body.contentpane form table input.button {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 3px 7px;
	background: #eee;
	color: #999;
}
/* Print Styling
*****************************************/
body.contentpane {
	background: #fff;
}
body.contentpane table.contentpaneopen {
	padding: 20px;
	background: #fff;
}
body.contentpane a span.small {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* Form Styling
*****************************************/
input,
textarea {
	background-color: #292929;
	border: 1px solid #444444;
	padding: 2px 5px;
	color: #ccc;
}
.button {
	
}
select,
select.inputbox {
	border: 1px solid #444444;
	background-color: #292929;
	color: #fff;
}
fieldset {
	border: 1px solid #444;
}
/* Modules
*****************************************/
.moduletable p,
.moduletable-sfx p {
	margin: 7px 0;
	line-height: 150%;
}
#sidebar .moduletable p,
#sidebar .moduletable-sfx p {
	margin: 7px 8px 7px 0;
}
#top .moduletable p {
	margin: 7px 0;
	line-height: 130%;
}
.moduletable .contentpaneopen,
.moduletable-sfx .contentpaneopen {
	font-size: 1.1em;
}
/* Top Module Styling */
#top .moduletable {
	font: lighter 25px/32px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 20px 2px 24px 4px;
	line-height: 130%;
}
#top .moduletable h3 {
	font: bold 31px/32px Arial, Helvetica, sans-serif;
}
/* Flickr Module Styling */
.moduletable-flickr h3 {
	text-indent: -44444px;
	background: url(../img/flickr00.gif) no-repeat left;
	height: 53px;
	width: 108px;
}
.moduletable-flickr {
	overflow: hidden;
}
.moduletable-flickr a:link, .moduletable-flickr a:visited {
	width: 75px;
	height: 75px;
	float: left;
	margin: 0pt 16px 23px 7px;
	border: 3px solid #DFE3EE;
	padding: 0;
}
.flickr4j_thumbnails a:hover {
	padding: 0;
	margin: 0;
	background: none
}
/* Inset Module Styling */
div#inset .module h3 {
	color: #fff;
	font-size: 1.3em;
	padding: 0;
	margin: 4px 0 8px 0;
}
div#inset table.contentpaneopen,
div#inset table.contentpaneopen p,
div#inset p {
	padding: 0;
	border: 0;
	margin: 0 0 5px 0;
	font-size: 1.1em;
}
.moduletable,
.moduletable-sfx,
.moduletable-sidenav1,
.moduletable-sidenav2 {
	font-size: 1.2em;
}
div#sidebar div.moduletable,
div#sidebar div.moduletable-sfx,
div#sidebar div.moduletable-sidenav1,
div#sidebar div.moduletable-sidenav2 {
	margin-bottom: 14px;
	padding: 0px 0px 10px 10px;
	color: #FFFFFF;
	width: 190px;
}
div#sidebar div.moduletable h3,
div#sidebar div.moduletable-sidenav1 h3,
div#sidebar div.moduletable-sidenav2 h3 {
	width: 188px;
	height: 30px;
	margin: 0 -10px 12px -10px;
	color: #fff;
	font: bold 1.31em/30px Arial, Helvetica, sans-serif;
	padding: 0;
	padding-left: 12px;
}
div.cat,
div.login,
div.online,
div.polls,
div.news,
div.darkh3,
div.darkbg,
div.darkh3,
div.colorh3 {
	margin-bottom: 14px;
	font-size: 1.2em;
	padding: 0px 0px 10px 10px;
	width: 279px;
}
div.darkbg {
	background: #1a1a1a;
}
div.darkbg h3 {
	background-color: #222;
}
div.darkh3 h3 {
	background-color: #1a1a1a;
}
div.cat h3,
div.login h3,
div.online h3,
div.polls h3,
div.news h3,
div.darkh3 h3,
div.darkbg h3,
div.darkh3 h3,
div.colorh3 h3 {
	width: 188px;
	height: 20px;
	margin: 0 -10px 10px -10px;
	color: #fff;
	font: bold 1.31em/30px Arial, Helvetica, sans-serif;
	padding-left: 12px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
div.cat h3,
div.login h3,
div.online h3,
div.polls h3,
div.news h3 {
	width: 172px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
div.cat h3 {
	background-image: url(../img/icon-cat.jpg);
}
div.login h3 {
	background-image: url(../img/icon-log.jpg);
}
div.online h3 {
	background-image: url(../img/icon-onl.jpg);
}
div.polls h3 {
	background-image: url(../img/icon-pol.jpg);
}
div.news h3 {
	background-image: url(../img/icon-new.jpg);
}
/* User 1 and 2 Module Styling */
#user1 .moduletable h3 {
	font-size: 1.4em;
	margin: 14px 0 0px 0;
}
#bottommodules #user2 ul {
	list-style: none;
}
#bottommodules #user2 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bottommodules #user2 ul li a {
	font-size: 12px;
	display: block;
	width: 95%;
	border-bottom: 1px solid #404040;
	color: #fff;
	padding: 6px 0 6px 5px;
}
#bottommodules #user2 ul li a:hover {
	background-color: #262626;
	color: #ddd;
}
#bottommodules #user2 ul.blog-tags li {
	padding: 0 10px 0 0;
	margin-bottom: 10px;
	display: inline;
	float: left;
}
#bottommodules #user2 ul.blog-tags li a {
	display: inline;
	border: 0;
}
#bottommodules #user2 ul.blog-tags .tag1 a {
	font-size: 15px;
}
#bottommodules #user2 ul.blog-tags .tag3 a {
	font-size: 18px;
}
/* Club Promo */
.club-promo {
	padding-top: 10px;
}
.club-promo p {
	background: #2A2A2A;
	padding: 7px 10px;
	margin: 10px -10px 0 -10px;
	font: bold 14px Arial;
}
/* Color Switcher Module Styling */
#sidebar ul#theme-switcher {
	border-top: 0 none;
	margin: 2px 0 -4px 0;
	overflow: hidden;
}
#sidebar ul#theme-switcher li {
	display: inline;
}
#sidebar ul#theme-switcher li a {
	background: #222;
	display: block;
	float: left;
	color: #999;
	margin: 0 5px 5px 0;
	padding: 2pt 6px;
}
#sidebar ul#theme-switcher li a:hover {
	text-decoration: none;
	color: #eee;
}
/* Tags Modules */
#blog-tags-mod .tag1 a {
	font-size: 15px;
}
#blog-tags-mod .tag2 a {
	font-size: 20px;
}

/* Simple Feed Modules */
.blog-rss {
	background: transparent url(../img/simplefe.png) no-repeat 92%;
	color: #eee;
	padding-right: 45px;
}
/* Bottom Modules */
div#bottommodules div.moduletable h3 {
	height: 25px;
	margin: 0 -10px 12px -10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	padding-left: 12px;
}
/* Login Form Styling */
div#sidebar input.inputbox {
	border: 1px solid #2b2b2b;
	background: #000000;
	width: 160px;
	padding: 2px 5px;
	color: #f2f2f2;
}
div#sidebar input#mod_login_remember {
	border: none;
	width: 12px;
	padding: 0;
	margin-left: 3px;
	background: none;
}
div#sidebar label {
	margin-top: 3px;
	color: #ffffff;
}
input.button {
	font-weight: bold;
	text-transform: lowercase;
}
div#sidebar input.button {
	width: 60px;
	height: 22px;
	color: #ffffff;
	border: none;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	vertical-align: middle;
	margin: 6px 0;
/*
hand-shaped cursor */
}
form>div#sidebar div.moduletable-login input.button {
	/*
For non-IE browsers*/
height: 0px;
}
input#mod_login_username.inputbox,
input#mod_login_password.inputbox {
	margin: 5px 0 5px 0;
}
#sidebar div.moduletable-login label {
	font-size: 1em;
}
div#sidebar div.moduletable-login div input.button {
	
}
label#mod_login_remember {
	font-size: 11px;
}
/* Styling for the Polls Module */
div.moduletable table.pollstableborder td.sectiontableentry1,
div.moduletable table.pollstableborder td.sectiontableentry2 {
	
}
div.moduletable table.poll thead td {
	color: #B7B7B7;
	padding: 5px;
}
div.moduletable table.poll td {
	padding: 2px 3px 0px 5px;
	text-align: left;
	font-size: 1.1em;
}
div.moduletable table.poll td label {
	width: 128px;
	display: block;
}
div.moduletable table.poll td input {
	margin-top: 5px;
	border: none;
	background: none;
	padding: 0;
}
div.moduletable table.poll td input.button {
	width: 60px;
	height: 19px;
	line-height: 19px;
	color: #ffffff;
	background: #fff url(../img/bg-butto.jpg) repeat-x;
	margin-top: 6px;
	border: 1px solid #e8315f;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
}
html:first-child div.moduletable table.poll td label {
	width: 123px;
}
/* Polls Results */
div#content img.polls_color_1 {
	background: #f02;
	border: 1px solid #FF7FE4;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_2 {
	background: orange;
	border: 1px solid #FFDC7F;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_3 {
	background: #75c925;
	border: 1px solid #D2EF59;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_4 {
	background: #52c8ff;
	border: 1px solid #A4D8FD;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_5 {
	background: #ff6657;
	border: 1px solid #FF4F56;
	height: 10px;
	margin-top: 2px;
}
div#content table.pollstableborder {
	border: 1px solid #ccc;
	padding: 3px;
}
div#content table.pollstableborder td.sectiontableheader {
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	padding-left: 43px;
	width: 500px;
	background: #E1EAEF;
}
div#content table.pollstableborder td.sectiontableheader img {
	display: none;
}
td.smalldark {
	font-size: 0.8em;
}
/* Contact Page Styling */
div.contact_email input,
div.contact_email textarea {
	font-size: 13px;
	color: #ccc;
	font-family: inherit;
}
div.contact_email input {
	padding: 2px 5px;
}
div.contact_email textarea {
	padding: 7px;
	overflow: auto;
}
/*
intelligent modules
*/
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#user1, #user2 {
	height: 1%;
	width: 100%;
	padding-bottom: 5px;
}
#user1 .moduletable {
	background: #1a1a1a;
	height: 100%!important;
	padding: 0 10px 10px 10px;
}
#user2 .moduletable {
	height: 100%!important;
}
div.moduletable.first, div.moduletable.middle {
	float: left;
	display: inline;
}
div.moduletable.last {
	float: right;
	display: inline;
}
#user2 .moduletable.middle {
	position: relative;
	left: 40px;
}
/* narrow mode */
#user2 div.countin3 {
	width: 270px;
	overflow: hidden;
	margin-bottom: 7px;
	height: auto;
}
#user2 div.countin2 {
	width: 427px;
	overflow: hidden;
	margin-bottom: 7px;
}
#user2 div.countin1 {
	width: 905px;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
div.countin3 {
	width: 207px;
	overflow: hidden;
	margin-bottom: 7px;
}
div.countin2 {
	width: 324px;
	overflow: hidden;
	margin-bottom: 7px;
}
div.countin1 {
	width: 675px;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
div.middle {
	margin-left: 7px;
	width: 207px;
	margin-bottom: 7px;
}
.scheme_3 div.first.countin2 {
	width: 254px;
}
/* wide mode */
.scheme_1 div.countin3 {
	width: 278px;
}
.scheme_1 div.countin2 {
	width: 431.5px;
}
.scheme_1 div.countin1 {
	width: 890px;
	clear: both;
}
.scheme_1 div.middle {
	margin-left: 7px;
	width: 280px;
}
.moduletable-sfx .search-sfx {
	padding: 0;
}
#sidebar .moduletable-sfx .search-sfx input#mod_search_searchword,
#sidebar .moduletable .search input#mod_search_searchword {
	background: #000;
	border: 1px solid #2b2b2b;
	color: #fff;
	width: 125px;
	margin: 2px 5px 0 0;
}
#sidebar .moduletable-sfx div.search-sfx input.button-sfx,
#sidebar .moduletable div.search input.button {
	background: #000;
	border: 1px solid #2b2b2b;
	color: #666;
	margin: -3px 0px 0 0;
	padding: 1px;
	width: 40px;
}
div.search-sfx {
	margin: 5px 0;
}
/* Vcard Module */
#sidebar .simple-vcard {
	background: transparent url(../img/vcard000.gif) no-repeat 0% 49%;
	padding: 8px 0 8px 45px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: -10px;
}
#sidebar .simple-vcard a {
	font: normal 13px "Tahoma";
}
#sidebar .simple-vcard p.svc-subtext {
	color: #999;
	font-size: 11px;
	margin: 0 0 1px 0;
}
/*About me module */
#about-profile {
	margin: 0 -8px 0 -6px;
	overflow: hidden;
}
.profile-pic {
	float: left;
	width: 62px;
	text-indent: -9999px;
	background: transparent url(../img/profile-.png) no-repeat 0% 49%;
	height: 61px;
	margin: 1px 10px 0 5px;
}
#sidebar .moduletable p.profile-text,
#sidebar .moduletable-sfx p.profile-text {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#sidebar .moduletable-sfx div.search-sfx input.button-sfx,
#sidebar .moduletable div.search input.button {
	background: #000;
	border: 1px solid #2b2b2b;
	color: #666;
	margin: -3px 0px 0 0;
	padding: 1px;
	width: 40px;
}
div.search-sfx {
	margin: 5px 0;
}
/* Vcard Module */
#sidebar .simple-vcard {
	background: transparent url(vcard000.gif) no-repeat 0% 49%;
	padding: 8px 0 8px 45px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: -10px;
}
#sidebar .simple-vcard a {
	font: normal 13px "Tahoma";
}
#sidebar .simple-vcard p.svc-subtext {
	color: #999;
	font-size: 11px;
	margin: 0 0 1px 0;
}
/*About me module */
#about-profile {
	margin: 0 -8px 0 -6px;
	overflow: hidden;
}
.profile-pic {
	float: left;
	width: 62px;
	text-indent: -9999px;
	background: transparent url(profile-.png) no-repeat 0% 49%;
	height: 61px;
	margin: 1px 10px 0 5px;
}
#sidebar .moduletable p.profile-text,
#sidebar .moduletable-sfx p.profile-text {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.browser-sup {
	background: transparent url(browsers.png) no-repeat 0% 49%;
	height: 60px;
	width: 190px;
	text-indent: -9999px;
	margin-left: -5px;
}



