/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Metro Blue
	Based on style:		prosilver
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PixelGoose Studio ( http://pixelgoose.com/ )
    --------------------------------------------------------------
*/

/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	/*font-size: 0.813em;*/
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: 'Open Sans', sans-serif;
	color: #828282;
	background-color: #F6F6F6;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 0.813em;
	margin: 0;
	padding: 12px 0;
}

h1 {
	/* Forum name */
	font-family: 'Open Sans', sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: -1px;
}

h2 {
	/* Forum header titles */
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	letter-spacing: -1px;
}

h2.solo {
	margin-bottom: 1em;
}
#message h2, #confirm h2 {
	border-bottom: solid 1px #E4E4E4;
}
h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: 'Open Sans', sans-serif;
	font-size: 1.077em;
	color: #989898;
}

h4 {
	/* Forum and topic list titles */
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #E4E4E4;
	height: 1px;
	margin: 6px 0 12px;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px solid #E4E4E4;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
	width: 1180px;
	margin: 0 auto;
}

#simple-wrap {
	padding: 6px 12px;
	background-color: #fff;
	border: solid 1px #E4E4E4;
	margin: 0 12px;
}
#simple-wrap h2 {
	border-bottom: solid 1px #E4E4E4;
}
#page-body {
	clear: both;
	overflow: hidden;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}


/* Search box
--------------------------------------------- */
.search-box {
	color: #2B547E;
	float: left;
	white-space: nowrap; /* For Opera */
}
.search-box-inner {
	display: inline-block;
    height: 28px;
    width: 250px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    height: 26px;
	padding: 2px;	
}
.search-box #keywords {
    height: 20px;
    width: 200px;
	background-color: #FFF;
}

.search-box input {
	border: 1px solid #b0b0b0;
}
.search-box .inputbox {
	padding: 2px 0 2px 6px;
}
.topic-actions .search-box {
	margin: 0 0 12px;
}
/* .button1 style defined later, just a few tweaks for the search button version */
.search-box input.button1 {
	padding: 1px 5px;
}

.search-box li {
	text-align: right;
	margin-top: 4px;
}

.search-box img {
	vertical-align: middle;
	margin-right: 3px;
}
.search-adv-link {
	line-height: 31px;
	display: inline-block;

}
.search-form {
	overflow: hidden;
}
/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}


/* Header and tabs
---------------------------------------- */

#above-headerbar {
	height: 36px;
	margin-bottom: 12px;
}
#header {
	height: 120px;
	background-color: #2B547E;
	margin-bottom: 12px;
	position: relative;
	background-image:url('/forum/images/grasstest.jpg');
}
#header #logo {
	position: absolute;
	left: 12px;
	bottom: 12px;
}
#header .tabs {
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header li {
	float: left;
	padding: 0;
	margin: 0;
	height: 120px;
	width: 120px;
	border-left: solid 12px #F6F6F6;
}
#header li a {
	color: #fff;
	height: 120px;
	width: 120px;
	display: block;
	position: relative;
	font-size: 1.231em;
	text-transform: lowercase;
}
#header li a:hover {
	background-color: #2E3539;
}
#header li a span {
	position: absolute;
	left: 12px;
	bottom: 12px;
}
#header li#members-link a {
	background-image: url("./styles/SAFOOTYv2/imageset/tab-icon-members.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
}
#header li#faq-link a {
	background-image: url("./styles/SAFOOTYv2/imageset/tab-icon-faq.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
}
#header li#contacts-link a {
	background-image: url("./styles/SAFOOTYv2/imageset/tab-icon-contacts.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
}
#header li#news-link a {
	background-image: url("./styles/SAFOOTYv2/imageset/tab-icon-news.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
}
#header li#sample-link a {
	background-image: url("./styles/SAFOOTYv2/imageset/tab-icon-sample.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
}

#subheader-menu {
	background-color: #2E3539;
	height: 34px;
	margin-bottom: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 12px;
}
#subheader-menu .links.right {
	float: right;
}
#subheader-menu .links.right li {
	margin-right: 0;
}
#subheader-menu .links li {
	float: left;
	list-style: none;
	margin-right: 12px;
}
#subheader-menu .links li a {
	color: #ffffff;
}

#new-pm-notify {
	background-color: #4CC417;
	height: 34px;
	margin-bottom: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 12px;

}
#new-pm-notify .links.right {
	margin:0 auto;width:100px;
}
#new-pm-notify .links.right li {
	margin-right: 0;
}
#new-pm-notify .links li {
	margin:0 auto;width:300px;
	list-style: none;
	margin-right: 12px;
}
#new-pm-notify .links li a {
	color: #ffffff;
}

#post-review {
	background-color: #FF0055;
	xheight: 34px;
	margin-bottom: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 12px;
        color: #FFFFFF;
}
#post-review .links.right {
	margin:0 auto;width:100px;
}
#post-review .links.right li {
	margin-right: 0;
}
#post-review .links li {
	margin:0 auto;width:300px;
	list-style: none;
	margin-right: 12px;
}
#post-review H3 {
	color: #ffffff;
}






#breadcrumbs {
	margin-bottom: 12px;
}
.navbit-arrow {
	margin: 0 6px;
	vertical-align: middle;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	padding: 12px 0;
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
	margin-bottom: 12px;
}

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 12px;
	clear: both;
}

.forumbg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 12px;
	clear: both;
}
.forum-moderators,
.forum-subforums {
	margin-top: 6px;
	font-size: 0.846em;
}
.forum-moderators + .forum-subforums {
	margin-top: 0;
}
.forum-name {
	padding-left: 12px;
}
.panel {
	margin-bottom: 12px;
	padding: 0 10px;
	color: #3f3f3f;
}
.panel.no-topics {
	padding: 48px 0;
	text-align: center;
	font-size: 1.231em;
	background-color: #fff;
}
.panel.bg2 {
	border: 0;
	background-color: transparent;
	padding: 0;
}
.post {
	padding: 12px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	border: solid 1px #CCCCCC;
	position: relative;
}
#preview {
	overflow: hidden;
}
.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #e2e2e2;
}

.fieldsbg {
	background-color: #eaeaea;
}



/* Horizontal lists
----------------------------------------*/

.user-links {
	float: right;
}
.user-links li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 12px;
}
.user-links li:last-child {
	margin-right: 0px;
}

.user-links {
	/*font-size: 1.077em;*/
}
.user-links, .user-links a {
	line-height: 31px;
}


ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}
.thread-icons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.thread-icons li {
	float: left;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.3em;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #E4E4E4;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #E4E4E4;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #E4E4E4;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}


/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	/*font-size: 1.1em;*/
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	float: left;
	width: 65%;
}

.dark-header {
	background-color: #2B547E;
	line-height: 48px;
	padding: 0 12px;
	color: #ffffff;
	font-weight: normal;
	clear: both;
}
.dark-header a {
	color: #ffffff !important;
}
.dark-header-content {
	background-color: #ffffff;
	padding: 12px;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
	margin-bottom: 12px;
}
/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 2px 6px;
	margin: 0 1px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 1px;
	padding: 2px 6px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #555555;
}

.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 12px;
}

.error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}
.reported + .reported {
    border-top: none !important;
}
div.rules {
	padding: 12px;
	margin: 12px 0;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}
.rules-header {
	font-size: 1.231em;
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.rules-header a {
	font-weight: 600;
	text-decoration: underline !important;
}
.rules-header a:hover {
	text-decoration: none !important;
}
#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* Animation
---------------------------------------- */

#header .tabs li a,
.topiclist.forums .row, .topiclist.topics .row,
.button1, .button2,
.inputbox,
#tabs li span,
#cp-menu #navigation li a,
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.search-box .button2 {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}



/* Popup Login
---------------------------------------- */

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.6;
	z-index: 999;
}

.login-popup {
	display:none;
	width: 364px;
	background: #fff;
	padding: 16px 0; 	
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #434343; /* CSS3 */
	-moz-box-shadow: 0px 0px 20px #434343; /* Firefox */
	-webkit-box-shadow: 0px 0px 20px #434343; /* Safari, Chrome */
}
#navbar_username,
#navbar_password_hint,
#navbar_password {
	width: 254px;
	padding: 0 12px 0 32px;
	border: solid 1px #ebebeb;
	height: 40px;
	line-height: 40px;
	background-attachment: scroll;
	background-image: url("./styles/SAFOOTYv2/theme/images/login-icons.png") !important;
	background-repeat: no-repeat;
	background-color: #FFF;
	outline: none !important;
	font-size: 11px;
}
#navbar_username {
	background-position: 12px 0;
}

#navbar_password_hint,
#navbar_password {
	background-position: 12px -40px;
}
.navbar_username_outer,
.navbar_password_outer {
	padding: 12px 32px;
}
.navbar_username_outer label,
.navbar_password_outer label {
	font-size: 11px;
}
.navbar_username_outer.active,
.navbar_password_outer.active {
	padding: 12px 32px 12px 26px;
	background-color: #f2f2f2;
	border-left: solid 6px #2B547E;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.quick-login {
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 12px;
}
.login-buttons {
	padding: 12px 32px;
}
#autologin_label {
	font-size: 11px;
	cursor: pointer;
	float: right;
}
#login-box .register-link {
	padding: 12px 32px;	
}

img.close-button { 
	float: right; 
	margin: -10px 6px 0 0;
}
#login-text {
	font: 24px 'Open Sans',sans-serif;
	color: #2B547E;
	text-transform: lowercase;
	padding: 0 32px;
	margin-bottom: 12px;
}
.login-popup fieldset { 
	border:none; 
}
.login-link {
	display: none;
}

/* Sidebar blocks
---------------------------------------- */

#sidebar {
	float: left;
	width: 252px;
	margin-bottom: 12px;
}

#sidebar2 {
	float: left;
	width: 130px;
	margin-bottom: 12px;
}

#page-body-inner {
	float: left;
	width: 916px;
	margin-right: 12px;
}

#page-body-inner2 {
	float: left;
	width: 1038px;
	margin-right: 12px;
}

.no-sidebar#page-body-inner {
	width: 100%;
	margin-right: 0;
}

#sidebar + #page-body-inner .forabg,
#sidebar + #page-body-inner .dark-header {
	clear: none;
}
.sidebar-block {
	margin-bottom: 12px;
}
.sidebar-block:last-child {
	margin-bottom: 0;
}
.sidebar-block-header {
	background-color: #2E3539;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 12px;
    letter-spacing: 0;
    margin: 0;
}
.sidebar-block-content {
    background: #FFFFFF;
    border: solid 1px #E4E4E4;
    color: #424242;
    padding: 16px 12px;
}
#sidebar ul {
	list-style-position: inside;
	margin-bottom: 1.5em;
}




/* Prefooter blocks
---------------------------------------- */

.prefooter-blocks {
	margin-bottom: 12px;
	overflow: hidden;
	clear: both;
}
.prefooter-blocks h2 {
	color: #FFF;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: lowercase;
    line-height: 1.23;
}
.prefooter-blocks h2, .prefooter-blocks h3, .prefooter-blocks h4 {
	color: #FFF;
}
#container1 {
	width: 100%;
	float: left;
	background-color: #2E3539;
	position: relative;
	right: 12px;
}
#container2 {
	width: 100%;
	float: left;	
	background-color: #F6F6F6;
	position: relative;
	right: 252px;
}
#container3 {
	width: 100%;
	float: left;
	background-color: #2B547E;
	overflow: hidden;
}
#col1 {
    float: left;
    left: 264px;
    margin-right: -264px;
    padding-right: 276px !important;
    position: relative;
    width: 100%;
}
#col1 a, a:link, a:visited, a:active {
color: #A9E2F3;

}
#col2 {
	width: 252px;
	float: right;
	position: relative;
	left: 264px;
}
#col1, #col2 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 12px 12px;
	color: #FFF;
}

.prefooter-block-01 {
	float: left;
	width: 70%;
	padding-right: 12px;
}
.prefooter-block-01.single {
	width: auto;
	padding-right: 0;
}
.prefooter-block-01 p {
	margin-bottom: 1em;
	line-height: 1.3em;
}
.about-block p:last-child {
	margin-bottom: 0;
}
.prefooter-block-02 {
	float: left;
	width: 30%;
}
.prefooter-block-02 li {
	line-height: 1.3em;
	margin-bottom: 6px;
}
.prefooter-right {
	float: right;
	width: 244px;
}
.prefooter-block-03 {
	margin-bottom: 24px;
	overflow: hidden;
}
.social-icons ul li {
	float: left;
	margin-right: 6px;
	list-style-type: none;
}
.social-icons ul li a {
	display: block;
	width: 37px;
	height: 37px;
	background-image: url("./styles/SAFOOTYv2/theme/images/social-icons.png");
	background-attachment: scroll;
	background-repeat: no-repeat;

}
.social-icons ul li a.twitter {
	background-position: -76px top;
}
.social-icons ul li a.twitter:hover {
	background-position: -76px -37px;
}
.social-icons ul li a.facebook {
	background-position: -38px top;
}
.social-icons ul li a.facebook:hover {
	background-position: -38px -37px;
}
.social-icons ul li a.youtube {
	background-position: -152px top;
}
.social-icons ul li a.youtube:hover {
	background-position: -152px -37px;
}
.social-icons ul li a.gplus {
	background-position: 0 top;
}
.social-icons ul li a.gplus:hover {
	background-position: 0 -37px;
}
.social-icons ul li a.myspace {
	background-position: -114px top;
}
.social-icons ul li a.myspace:hover {
	background-position: -114px -37px;
}
.prefooter-block-04 a {
	color: #ffffff;
	text-decoration: underline;
}
.prefooter-block-04 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer_divider {
	border-bottom: 1px solid #E4E4E4;
	clear: both;
	padding-top: 48px;
}	

a.toggleMenuButton {
    background-image: url("./styles/SAFOOTYv2/theme/images/toggleMenubg.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
}
#subheader-menu li {
    background-image: url("./styles/SAFOOTYv2/theme/images/submenu-icons.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
}
/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link	{ color: #898989; text-decoration: none; }
a:visited	{ color: #898989; text-decoration: none; }
a:hover	{ color: #d3d3d3; text-decoration: underline; }
a:active	{ color: #d2d2d2; text-decoration: none; }

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
	word-wrap: break-word;
}
/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-size: 1.077em;
	font-weight: bold;
	text-decoration: none;
}

/* a.forumtitle:visited { color: #898989; } */

a.forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.forumtitle:active {
	color: #898989;
}

a.topictitle {
    font-size: 1.077em;
	font-weight: bold;
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.topictitle:active {
	color: #898989;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}

/* .postlink:visited { color: #bdbdbd; } */

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.up		{ background: none no-repeat left center; }
a.down		{ background: none no-repeat right center; }
a.left		{ background: none no-repeat 0px 50%; }
a.right		{ background: none no-repeat 100% 50%; }

a.block-link {
	display: block;
	margin: 12px 0;
}
a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left center;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 50%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 50%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
/* Content Styles
---------------------------------------- */

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	background: #ffffff none repeat-x 0 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 12px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
ul.topiclist dt > span {
	padding-left: 12px;
}
ul.topiclist dd {
	display: block;
	float: left;
	padding: 4px 0;
}

ul.topiclist dfn {
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 16px;
}
.topiclist .header dt {
	font-size: 1.077em;
	padding-top: 14px;
}
.topiclist .header dt a {
	color: #ffffff !important;
	padding-left: 12px;
}
.topiclist .header dd {
	font-size: 0.923em;
	line-height: 48px;
}
.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.row:hover {
	background-color: #F2F2F2;
}

li.row:hover dd {
	
}

li.header dt, li.header dd {
	border-left-width: 0;
	margin: 0;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}


li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 5px 12px;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 0.846em;
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 25%;
	font-size: 0.846em;
}

dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom: 3px;
	height: 28px;
	min-height: 28px;
	overflow: hidden;
}
div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.077em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.077em;
	font-weight: 300;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	border-top: solid 1px #E4E4E4;
	padding-top: 12px;
	margin-top: 6px;
}

.search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}
h3#review {
	border-bottom: 0;
}
#topicreview {
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}
#topicreview h3 {
	border-bottom-width: 0;
}
.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #2B547E;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.panel h3 {
	margin: 0.5em 0;
	font-size: 1.231em;
	border-bottom: solid 1px #E4E4E4;
}
.pm .postbody h3 {
	border-bottom: none;
}
.panel p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
#qr_editor_div {
	overflow: hidden;
}
#qr_editor_div h2 {
	margin: 0 0 12px;
	border-bottom: solid 1px #E4E4E4;
}
.content p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
#faqlinks {
	overflow: hidden;
}
dl.faq {
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
}

.content dl.faq {
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post author */
p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	line-height: 1.2em;
	font-size: 0.846em;
}

/* Post signature */
.signature {
	margin-top: 24px;
	padding-top: 12px;
	border-top: 1px solid #E4E4E4;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
	color: #999999;
	font-size: 0.95em;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto; 
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}

.pm-message .attachbox {
	background-color: #f3f3f3;
}

.attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFF;
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
}
.pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.postprofile strong {
	font-weight: normal;
	color: #000000;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.section-viewtopic .post .online {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 58px;
}
#viewprofile .panel {
	overflow: hidden;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 65% !important;
	margin-bottom: 2px;
}

.last-post-small {
	font-size: 0.846em;
}
/* Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 12px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}
/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
.buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pmreply-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.buttons div.reply-icon		{ width: 116px; height: 32px; }
.buttons div.post-icon		{ width: 114px; height: 32px; }
.buttons div.locked-icon	{ width: 97px; height: 32px; }
.buttons div.pmreply-icon	{ width: 115px; height: 32px; }
.buttons div.newpm-icon		{ width: 100px; height: 32px; }
.buttons div.forwardpm-icon	{ width: 100px; height: 32px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 22px;
}

a.sendemail {
	background-image: none;
	width: 22px;
}

a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 3px 3px 0;
	background: none;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background-position: 0 100%; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon a		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon a		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon a	{ width: 60px; height: 20px; }
ul.profile-icons li.report-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon a	{ width: 52px; height: 20px; }
ul.profile-icons li.delete-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon a	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon a	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }
/* Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 5px;
}

#cp-main {
	float: left;
	width: 81%;
}

#cp-main .content {
	padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #bfbfbf;
}

#cp-main .panel p {
}

#cp-main .panel ol {
	margin-left: 2em;
}

#cp-main .panel li.row {
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #F9F9F9;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #cbcbcb;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main table.table1 thead th {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
	margin-bottom: 6px;
}

#cp-main ul.linklist {
	margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

.tabs-container h2 {
	float: left;
	margin-bottom: 0px;
}

.tabs-container #minitabs {
	float: right;
	margin-top: 19px;
}

.tabs-container:after {
	display: block;
	clear: both;
	content: '';
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin: 20px 0 -1px;
	min-width: 570px;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#tabs li.activetab a span {
	color: #ffffff;
	background-color: #2E3539 !important;
}
#tabs a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#tabs a span {
	float: left;
	display: block;
	padding: 12px;
	white-space: nowrap;
	background-color: #2B547E;
	color: #FFFFFF;
}


#tabs .activetab a {
	border-bottom: 1px solid #ebebeb;
}

#tabs .activetab a span {
}

#tabs a:hover {
}

#tabs a:hover span {
	background-color: #2E3539;
	color: #FFFFFF;
}

#tabs .activetab a:hover {
	background-position: 0 0;
}

#tabs .activetab a:hover span {
	color: #FFFFFF !important;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 2px;
}

#minitabs a {
}

#minitabs a:hover {
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	width: 100%;
	padding-top: 37px;
}

#navigation ul {
	list-style:none;
}

/* Default list state */
#navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	display: block;
	padding: 12px 6px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #cfcfcf none repeat-y 100% 0;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
	color: #bcbcbc;
	background-image: none;
}

#navigation #active-subsection a {
	display: block;
	color: #d3d3d3;
	background-color: #F9F9F9;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #333333;
}

#cp-main .panel {
	overflow: hidden;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: none;
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: none;
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: none;
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: none;
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: none;
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: none;
}

/* Friends list */
.cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px;
	margin: 10px 15px 10px 5px;
}

.cp-mini span.corners-top, .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

dl.mini dt {
	font-weight: bold;
	color: #676767;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.reply-all a.left {
	background-position: 3px 60%;
}

.reply-all a.left:hover {
	background-position: 0px 60%;
}

.reply-all {
	font-size: 11px;
	padding-top: 5px;
}

/* PM Message history */
.current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
	padding: 0 3px;
}

.pmlist li.bg2 {
	padding: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	padding: 0;
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	padding: 0;
	border: solid 3px #c2c2c2;
	border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	padding: 0;
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	padding: 0;
	border: solid 3px #000000;
	border-width: 0 3px;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-family: 'Open Sans', sans-serif;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-family: 'Open Sans', sans-serif;
}

select {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #DCDCDC;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	width: 60%;
	padding: 2px;
	line-height: 1.4em;
	font-size: 1em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
.homelogin {
	background-color: #fff;
	padding: 12px;
	border: solid 1px #e4e4e4;
	margin-bottom: 12px;
}
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 12px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 12px;
	margin-bottom: 12px;
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	width: 450px;
	height: 270px;
	min-width: 100%;
	max-width: 100%;
	color: #333333;
}

/* Emoticons panel */
#smiley-box {
	width: 17%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #eaeaea;
}

.inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding: 3px 12px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top left;
	border: 0;
}

a.button1, input.button1 {
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 0;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 6px 12px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 2px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	/*border: 1px solid #BCBCBC;*/
	background-color: #2E3539;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	float: left;
}

.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border: 0;
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 6px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
/* Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/SAFOOTYv2/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/SAFOOTYv2/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}

/* #minitabs fix for IE */
.tabs-container {
	zoom: 1;
}

#minitabs {
	white-space: nowrap;
	*min-width: 50%;
}
/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #000000;
	background-color: #f6f6f6;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #3E3E3E;
}

h3 {
	color: #3E3E3E;
}

hr {
	border-color: #E4E4E4;
}

hr.dashed {
	border-top-color: #E4E4E4;
}

/* Search box
--------------------------------------------- */

.search-box {
	color: #FFFFFF;
}

.search-box #keywords {
	background-color: #FFF;
}

.search-box input {
	border: 0;
}
.search-box .search-box-inner .button2 {
    border: 0;
    cursor: pointer;
    float: right;
    height: 26px;
    padding: 0;
    text-indent: -9999px;
    width: 26px !important;	
	
    background-attachment: scroll;
    background-image: url("./styles/SAFOOTYv2/theme/images/search-button-bg.png");
    background-position: left top;	
}
.search-box .search-box-inner .button2:hover {
    background-position: left bottom;	
}


/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #12A3EB;
	background-image: url("./styles/SAFOOTYv2/theme/images/bg_header.gif");
	color: #FFFFFF;
}

.navbar {
	/*background-color: #cadceb;*/
}

.forabg {
	background-color: #2B547E;
}

.forumbg {
	background-color: #2B547E;
}

.panel {
	background-color: #FFFFFF;
	border: solid 1px #E4E4E4;
	padding: 12px;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #fff; overflow: hidden; }
.bg2	{ background-color: #fff; overflow: hidden; }
.bg3	{ background-color: #fff; overflow: hidden; }

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

span.corners-top {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_right.png");
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
}

table.table1 tbody tr {
	border-color: #E4E4E4;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #F2F2F2;
	color: #000;
}

table.table1 td {
	color: #2B547E;
}

table.table1 tbody td {
	border-top-color: #E4E4E4;
}

table.table1 tbody th {
	border-bottom-color: #E4E4E4;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

#memberlist, .table-list {
	border-collapse: collapse;
}
#memberlist th, .table-list th {
	background-color: #2E3539;
	padding: 14px 0;
}
#memberlist th.name, .table-list th.name {
	padding-left: 6px;
}
/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
	font-weight: bold;
}

dl.details dd {
}

.sep {
	color: #2B547E;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #FFFFFF;
	background-color: #2E3539;
	border-color: #2E3539;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	background-color: #FFFFFF;
	border-color: #E4E4E4;
}

.pagination span a:hover {
	border-color: #2B547E;
	background-color: #2B547E;
	color: #FFF;
}

.pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("./styles/SAFOOTYv2/theme/images/icon_pages.png");
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}

.error {
	color: #BC2A4D;
}

.reported {
	
}
.post.reported, .row.reported {
	border: solid 3px #FF5500;
}

li.reported:hover {
	
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #2E3539;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url("./styles/SAFOOTYv2/theme/images/notice-exclamation.png");
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding-left: 60px;
}
div.rules a {
	color: #2B547E;
	font-weight: bold;
	text-decoration: underline;
}
div.rules a:hover {
	text-decoration: none;
}

p.rules {
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #2B547E; }
a:visited	{ color: #2B547E; }
a:hover	{ color: #2B547E; }
a:active	{ color: #2B547E; }

/* Links on gradient backgrounds */
.search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #2B547E;
}

.search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #2B547E;
}

.search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #2B547E;
}

.search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #2B547E;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #2E3539;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover {
	color: #2E3539;
}

a.forumtitle:active {
	color: #2E3539;
}

a.topictitle {
	color: #2B547E;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #2B547E;
}

a.topictitle:active {
	color: #2B547E;
}

/* Post body links */
.postlink {
	color: #2B547E;
	border-bottom-color: #2B547E;
}

.postlink:visited {
	color: #2B547E;
	border-bottom-color: #2B547E;
}

.postlink:active {
	color: #2B547E;
}

.postlink:hover {
	background-color: transparent;
	color: #2B547E;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #2B547E;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #2B547E;
}

.postprofile a:active {
	color: #2B547E;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #2B547E;
}

.search .postprofile a:hover {
	color: #2B547E;
}

/* Back to top of page */
a.top {
	background-image: url("./styles/SAFOOTYv2/imageset/icon_back_top.gif");
}

a.top2 {
	background-image: url("./styles/SAFOOTYv2/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.up		{ background-image: url("./styles/SAFOOTYv2/theme/images/arrow_up.png") }
a.down		{ background-image: url("./styles/SAFOOTYv2/theme/images/arrow_down.png") }
a.left		{ background-image: url("./styles/SAFOOTYv2/theme/images/arrow_left.png") }
a.right		{ background-image: url("./styles/SAFOOTYv2/theme/images/arrow_right.png") }

a.up:hover {
	background-color: transparent;
	color: #2B547E;
}

a.left:hover {
	text-decoration: underline;
	color: #2B547E;
}

a.right:hover {
	text-decoration: underline;
	color: #2B547E;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #ffffff;
}
.ucp-main ul.topiclist {
	background-color: #2E3539;
	color: #fff;
	clear: both;
}
ul.topiclist li {
	
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/SAFOOTYv2/imageset/subforum_read.png");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/SAFOOTYv2/imageset/subforum_unread.png");
}

li.row {
	
}

li.row strong {
	color: #000000;
}

li.row:hover {
	background-color: #F2F2F2;
}

li.row:hover dd {
	
}

.rtl li.row:hover dd {
	
}

li.header dt, li.header dd {
	color: #FFFFFF;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}
.mcp-main .header {
	background-color: #2E3539;
    color: #FFFFFF;
}
/* Post body styles
----------------------------------------*/
.postbody {
	color: #000000;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

.content h2, .panel h2 {
	border-bottom-color:  #E4E4E4;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #E4E4E4;
}

/* Post noticies */
.notice {
	border-top-color:  #E4E4E4;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #F7F7F7;
	background-image: url("./styles/SAFOOTYv2/theme/images/quote.gif");
	border-color:#E4E4E4;
}

.rtl blockquote {
	background-image: url("./styles/SAFOOTYv2/theme/images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #E4E4E4;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #DDDDDD;
}

.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #000000;
}

.online {
	background-image: url("./styles/SAFOOTYv2/imageset/en/icon_user_online.png");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon span	{ background-image: url("./styles/SAFOOTYv2/imageset/en/button_topic_reply.png"); }
.post-icon span		{ background-image: url("./styles/SAFOOTYv2/imageset/en/button_topic_new.png"); }
.locked-icon span	{ background-image: url("./styles/SAFOOTYv2/imageset/en/button_topic_locked.png"); }
.pmreply-icon span	{ background-image: url("./styles/SAFOOTYv2/imageset/en/button_pm_reply.png") ;}
.newpm-icon span 	{ background-image: url("./styles/SAFOOTYv2/imageset/en/button_pm_new.png") ;}
.forwardpm-icon span	{ background-image: url("./styles/SAFOOTYv2/imageset/en/button_pm_forward.png") ;}

a.print {
	background-image: url("./styles/SAFOOTYv2/theme/images/icon_print.png");
}

a.sendemail {
	background-image: url("./styles/SAFOOTYv2/theme/images/icon_sendemail.png");
}

a.fontsize {
	background-image: url("./styles/SAFOOTYv2/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_home.png"); }
.icon-faq						{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_faq.gif"); }
.icon-members					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_members.gif"); }
.icon-home						{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_home.png"); }
.icon-ucp						{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_register.gif"); }
.icon-logout					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_bookmark.png"); }
.icon-bump						{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_subscribe.png"); }
.icon-unsubscribe				{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_unsubscribe.png"); }
.icon-pages						{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_email.png"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_aim.png"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_yahoo.png"); }
.web-icon, .web-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_www.png"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_msnm.png"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_icq.png"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/icon_contact_jabber.png"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/SAFOOTYv2/imageset/en/icon_contact_pm.png"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/en/icon_post_quote.png"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/icon_post_report.png"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/en/icon_post_edit.png"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/icon_post_delete.png"); }
.info-icon, .info-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/icon_post_info.png"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/SAFOOTYv2/imageset/icon_user_warn.png"); } /* Need updated warn icon */

/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #E4E4E4;
}

#cp-main .panel li.row {
	border-bottom-color: #E4E4E4;
}

ul.cplist {
	border-top-color: #E4E4E4;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	
}

#cp-main table.table1 thead th {
	border-bottom-color: #E4E4E4;
}

#cp-main .pm-message {
	border-color: #E4E4E4;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	
}

#tabs a span {
	
}

#tabs a:hover span {
	
}

#tabs .activetab a {
	
}

#tabs .activetab a span {
	color: #333333;
}

#tabs .activetab a:hover span {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	color: #fff;
	background-color: #2B547E;
}

.rtl #navigation a {
}

#navigation a:hover {
	background-image: none;
	background-color: #2E3539;
	color: #fff;
}

#navigation #active-subsection a {
	color: #fff;
	background-color: #2E3539;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #fff;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	
}

#cp-main .panel {
	
}

#cp-main .pm {
	background-color: #FFFFFF;
}

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_left2.gif");
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_right2.gif");
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_left2.gif");
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_right2.gif");
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_right.gif");
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("./styles/SAFOOTYv2/theme/images/corners_right.gif");
}

/* Friends list */
.cp-mini {
	background-color: #eef5f9;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #DCDCDC;
	background-color: #FFFFFF;
	color: #000;
}

label {
	
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #F7F7F7; 
	border-color: #E4E4E4;
	color: #333333;
	padding: 6px;
}

.inputbox:hover {
	border-color: #2B547E;
}

.inputbox:focus {
	border-color: #2B547E;
	background-color: #F7F7F7;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #FFFFFF;
	background-color: #2B547E;
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #FFFFFF;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	
	color: #FFFFFF;
}

input.search {
	
}

input.disabled {
	color: #666666;
}
/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}
/* Icon images
---------------------------------------- */
.icon-thanks, .icon-thanks_toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-thanks					{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("./styles/SAFOOTYv2/theme/images/icon_thanks_toplist.gif"); }

/* Set profile icon dimensions */
ul.profile-icons li.thanks-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.removethanks-icon	{ width: 20px; height: 20px; }

/* Profile & navigation icons */
.thanks-icon, .thanks-icon a		{ background-image: url("./styles/SAFOOTYv2/imageset/thankposts.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("./styles/SAFOOTYv2/imageset/removethanks.gif"); }
/* source: http://www.ehow.com/how_12214447_make-collapsing-lists-java.html */

.FAQ { 
    vertical-align: top; 
    height:auto !important; 
}
.dmlist {
    display:none; 
    height:auto;
    margin:0;
    float: left;
}
.show {
    display: none;
}
.hide:target + .show {
    display: inline; 
}
.hide:target {
    display: none;
}
.hide:target ~ .dmlist {
    display:inline;
}

/*style the (+) and (-) */
.hide, .show {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #666;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px #000;
    background: #cccbbb;
    opacity: .95;
    margin-right: 0;
    float: left;
    margin-bottom: 25px;
}

.hide:hover, .show:hover {
    color: #eee;
    text-shadow: 0 0 1px #666;
    text-decoration: none;
    box-shadow: 0 0 4px #222 inset;
    opacity: 1;
    margin-bottom: 25px;
}

.dmlist p{
    height:auto;
    margin:0;
}
.question {
    float: left;
    height: auto;
    width: 90%;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-style: italic;
}
/**************************************************************************
*	@name		    Zozo UI Tabs
*	@descripton	    Create awesome tabbed content area
*	@version	    5.3
*   @requires       jQuery v1.7 or later
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   @URL:           http://www.zozoui.com
**************************************************************************/
.z-tabs *, .z-tabs:before, .z-tabs:before{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}.z-tabs,.z-tabs > ul.z-tabs-nav,.z-tabs > ul.z-tabs-nav > li,.z-tabs > ul.z-tabs-nav > li > a.z-link{}.z-tabs{margin: auto; padding: 0; clear: both; color: #333; font: 12px/1.7em "Helvetica Neue",Helvetica,Arial,sans-serif; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;} .z-tabs > ul.z-tabs-nav {position: relative; margin: 0; padding: 0; border: 0; outline: 0; list-style: none;} .z-tabs > ul.z-tabs-nav > li {background: #F9F9F9; background:#fff; position: relative; display: block; list-style-type: none; padding: 0; margin: 0; overflow: hidden;} .z-tabs > ul.z-tabs-nav > li:hover {outline: 0 none; text-decoration: none;} .z-tabs > ul.z-tabs-nav > li.z-active, .z-tabs > ul.z-tabs-nav > li.z-active:hover {background: #fff; font-weight: bold;} .z-tabs > ul.z-tabs-nav > li, .z-tabs > ul.z-tabs-nav > li > a.z-link {cursor: pointer;} .z-tabs > ul.z-tabs-nav > li.z-active, .z-tabs > ul.z-tabs-nav > li.z-active > a.z-link {cursor: default; font-weight: bold;} .z-tabs > ul.z-tabs-nav > li > a.z-link {display: block; position: relative; outline: 0; color: #111; line-height: 18px; text-decoration: none; font-weight: inherit; font-size: 1.11em;} .z-tabs > ul.z-tabs-nav, .z-tabs > ul.z-tabs-nav > li, .z-tabs > .z-container {border-color: #CECECE; border-style: solid;} .z-tabs > .z-container {padding: 0; margin: 0; border-width: 1px; background: #fff; position: relative; font-size: 1.2em;} .z-tabs > .z-container > .z-content {display: none; background: none;} .z-tabs > .z-container > .z-content > .z-content-inner {padding: 16px 12px; height: auto;} .z-tabs > .z-container > .z-content::after, .z-tabs > .z-container > .z-content > .z-content-inner::after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .z-tabs > .z-container > .z-content, .z-tabs > .z-container > .z-content > .z-content-inner {zoom: 1;} .z-tabs.z-slide > .z-container {overflow: hidden;} .z-tabs.z-slide > .z-container > .z-content, .z-tabs > .z-container.z-animating > .z-content {position: absolute; width: 100%; height: 100%; overflow: hidden; padding: 0; z-index: 7;} .z-tabs.z-slide > .z-container > .z-content.z-active {z-index: 8;}.z-tabs.vertical.mini > ul.z-tabs-nav > li > a.z-link,.z-tabs.vertical.small > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.mini > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.small > ul.z-tabs-nav > li > a.z-link {font-weight: inherit;}.z-tabs.vertical.mini > ul.z-tabs-nav > li.z-active > a.z-link,.z-tabs.vertical.small > ul.z-tabs-nav > li.z-active > a.z-link,.z-tabs.horizontal.mini > ul.z-tabs-nav > li.z-active > a.z-link,.z-tabs.horizontal.small > ul.z-tabs-nav > li.z-active > a.z-link {font-weight: bold;} .z-tabs.vertical.mini > ul.z-tabs-nav > li > a.z-link {height: 34px;line-height: 34px;margin:0 10px 0 0;font-size: 11px;}.z-tabs.vertical.small > ul.z-tabs-nav > li > a.z-link {height: 40px;line-height: 40px;margin:0 12px;font-size: 11px;}.z-tabs.vertical.medium > ul.z-tabs-nav > li > a.z-link {height: 46px;line-height: 46px;margin:0 14px;font-size: 12px;}.z-tabs.vertical.large > ul.z-tabs-nav > li > a.z-link {height: 52px;line-height: 52px;margin:0 18px;font-size: 13px;}.z-tabs.vertical.xlarge > ul.z-tabs-nav > li > a.z-link {height: 58px;line-height: 56px;margin:0 20px;font-size: 14px;}.z-tabs.vertical.xxlarge > ul.z-tabs-nav > li > a.z-link{height: 62px;line-height: 60px;margin:0 22px 0 20px;font-size: 14px;} .z-tabs.vertical.top-left > ul.z-tabs-nav > li > a.z-link {padding-left:20px;margin-left:0;}.z-tabs.vertical.top-right > ul.z-tabs-nav > li > a.z-link {padding-right:20px;margin-right:0;}.z-tabs.vertical.mini > ul.z-tabs-nav{min-width: 180px;width:25%;}.z-tabs.vertical.small > ul.z-tabs-nav {min-width: 180px;width:25%;}.z-tabs.vertical.medium > ul.z-tabs-nav {min-width: 200px;width:25%;}.z-tabs.vertical.large > ul.z-tabs-nav {min-width: 220px;width:25%;}.z-tabs.vertical.xlarge > ul.z-tabs-nav {min-width: 240px;width:25%;}.z-tabs.vertical.xxlarge > ul.z-tabs-nav {min-width: 260px;width:25%;}.z-tabs.horizontal.mini > ul.z-tabs-nav > li > a.z-link {font-size: 11px;padding: 7px 20px;}.z-tabs.horizontal.small > ul.z-tabs-nav > li > a.z-link {font-size: 11px;padding: 10px 12px;}.z-tabs.horizontal.medium > ul.z-tabs-nav > li > a.z-link {font-size: 12px;padding: 13px 24px;}.z-tabs.horizontal.large > ul.z-tabs-nav > li > a.z-link {font-size: 13px;padding: 16px 28px;}.z-tabs.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {font-size: 14px;padding: 19px 32px;}.z-tabs.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {font-size: 14px;padding: 22px 36px;}.z-tabs.horizontal.top-compact.mini > ul.z-tabs-nav > li > a.z-link {font-size: 11px;padding: 7px 10px;}.z-tabs.horizontal.top-compact.small > ul.z-tabs-nav > li > a.z-link {font-size: 11px;padding: 10px 11px;}.z-tabs.horizontal.top-compact.medium > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.top.responsive.medium > ul.z-tabs-nav > li > a.z-link {font-size: 12px;padding: 13px 12px;}.z-tabs.horizontal.top-compact.large > ul.z-tabs-nav > li > a.z-link {font-size: 13px;padding: 16px 13px;}.z-tabs.horizontal.top-compact.xlarge > ul.z-tabs-nav > li > a.z-link {font-size: 13px;padding: 19px 14px;}.z-tabs.horizontal.top-compact.xxlarge > ul.z-tabs-nav > li > a.z-link {font-size: 14px;padding: 22px 15px;}.z-tabs .z-video{position: relative; padding-bottom: 46.25%; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;} .z-tabs .z-video iframe, .z-tabs .z-video object, .z-tabs .z-video embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:none; z-index: 50;}.z-tabs > ul.z-tabs-nav > li > a.z-link i{font-size: 16px; display: inline; width: auto; height: auto; line-height: normal;}.z-tabs > ul.z-tabs-nav > li > a.z-link > span.z-icon,.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon,.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span.z-icon{width: 20px; display: inline-block; font-size: inherit; font-weight: normal; text-transform: initial; text-align: left;}.z-tabs.vertical > ul.z-tabs-nav > li > a.z-link > span.z-icon,.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon,.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span.z-icon{width: 24px;} .z-tabs.center > ul.z-tabs-nav > li > a.z-link, .z-tabs.center.mobile > ul.z-tabs-nav > li > a.z-link {text-align: center !important;} .z-tabs.right > ul.z-tabs-nav > li > a.z-link, .z-tabs.right.mobile > ul.z-tabs-nav > li > a.z-link {text-align: right !important;} .z-tabs.left > ul.z-tabs-nav > li > a.z-link, .z-tabs.left.mobile > ul.z-tabs-nav > li > a.z-link {text-align: left !important;} .z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner {padding: 0;}.clearfix{*zoom: 1;} .clearfix:before, .clearfix:after {display: table; content: ""; line-height: 0;} .clearfix:after {clear: both;} .z-tabs .z-container{position: relative;}.z-tabs span.z-spinner{position: absolute; top: 50%; left: 50%; z-index: 1000; text-indent: -999em; width: 55px; height: 55px; margin: -53px 0 0 -50px; padding: 24px; background: rgb(255, 255, 255) url(.styles/SAFOOTYv2/theme/img/loading-image.gif) no-repeat 50% 50%;}.z-tabs.z-rounded span.z-spinner{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} .z-tabs.vertical > ul.z-tabs-nav{float: left; border-width: 1px 0 1px 1px; min-width: 200px; width: 25%;} .z-tabs.vertical > ul.z-tabs-nav > li {border-width: 0 0 1px 0; min-width: 100%;} .z-tabs.vertical > ul.z-tabs-nav > li > a.z-link {margin: 0 14px; height: 46px; line-height: 46px; margin: 0 14px; font-size: 12px;} .z-tabs.vertical > ul.z-tabs-nav > li.z-active {border-right-width: 0; z-index: 10;} .z-tabs.vertical > ul.z-tabs-nav > li.z-first.z-active {border-bottom-width: 1px;} .z-tabs.vertical > ul.z-tabs-nav > li.z-last {border-bottom-width: 0;}.z-tabs.vertical.top-left > ul.z-tabs-nav{margin-left:0; margin-right: -1px;}.z-tabs.vertical.top-right > ul.z-tabs-nav{margin-right:0; margin-left: -1px;}.ie7 body .z-tabs.vertical.top-left > ul.z-tabs-nav{margin-right: 0;}.ie7 body .z-tabs.vertical.top-right > ul.z-tabs-nav{margin-left: 0;}.ie7 body .z-tabs.vertical.top-left > ul > li, .ie7 body .z-tabs.vertical.top-left > ul > li > .z-link,.ie7 body .z-tabs.vertical.top-left > ul {z-index: 10 !important;}.ie7 body .z-tabs.vertical.top-left > ul > li.z-active {border-right: 1px solid #fff !important;}.ie7 body .z-tabs.vertical.top-left > .z-container {}.z-tabs.vertical.top-right > ul.z-tabs-nav{float: right;border-width: 1px 1px 1px 0;}.ie7 body .z-tabs.vertical.top-right > ul.z-tabs-nav > li.z-active {border-right-width: 0 !important; border-left: 1px solid #fff !important; left:-1px;}.ie7 body .z-tabs.vertical.top-right > ul.z-tabs-nav > li, .ie7 body .z-tabs.vertical.top-right > ul {z-index: 10 !important;}.ie7 body .z-tabs.vertical.top-right > .z-container {} .z-tabs.vertical.z-rounded > .z-container {-webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;} .z-tabs.vertical.z-rounded > ul.z-tabs-nav {-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;} .z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-first, .z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-first > a.z-link {-webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0;} .z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-last, .z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link {-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;} .z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav {-webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;} .z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-first, .z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-first > a.z-link {-webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0;} .z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-last, .z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-last > a.z-link {-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;} .z-tabs.vertical.z-rounded.top-right > .z-container {-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;}.z-tabs.vertical.z-shadows > ul.z-tabs-nav,.z-tabs.vertical.z-shadows > .z-container{-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);} .z-tabs.vertical.z-shadows > ul.z-tabs-nav > li{-webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);}.z-tabs.horizontal > ul.z-tabs-nav > li{float: left; margin-right: -1px; border-width: 1px 1px 0;} .z-tabs.horizontal > ul.z-tabs-nav > li > a.z-link {font-size: 12px; padding: 13px 24px;} .z-tabs.horizontal > ul.z-tabs-nav > li.z-active {margin-bottom: -1px; padding-bottom: 1px; z-index: 1;}.z-tabs.horizontal > .z-container{clear: both; width: 250px; zoom: 1;}.z-tabs.horizontal.top-center{width: 100%; overflow: hidden; padding-right: 2px;} .z-tabs.horizontal.top-center > ul.z-tabs-nav {clear: left; float: left; left: 50%; text-align: center;} .z-tabs.horizontal.top-center > ul.z-tabs-nav > li {right: 50%; float: left;} .z-tabs.horizontal.top-center > .z-container, .z-tabs.horizontal.bottom-center > .z-container {width: 100%;}.z-tabs.horizontal.top-right > .z-container{margin-right: 0; padding-right: 0; margin-left: 0; padding-left: 0;}.z-tabs.horizontal.top-right > ul.z-tabs-nav{float: right; margin: 0 -1px 0 0;}.ie7 body .z-tabs.horizontal.top-right > .z-container{clear: none;}.ie7 body .z-tabs.horizontal.top-right{margin-right: 2px;}.z-tabs.horizontal.bottom-left > ul.z-tabs-nav > li{border-width: 0px 1px 1px;} .z-tabs.horizontal.bottom-left > ul.z-tabs-nav > li.z-active {margin-bottom: 0px; padding-bottom: 0px; margin-top: -1px; padding-top: 1px;}.z-tabs.horizontal.bottom-center{width: 100%; padding-right: 2px;} .z-tabs.horizontal.bottom-center > ul.z-tabs-nav {float: left; left: 50%; text-align: center;} .z-tabs.horizontal.bottom-center > ul.z-tabs-nav > li {border-width: 0px 1px 1px; right: 50%; float: left;} .z-tabs.horizontal.bottom-center > ul.z-tabs-nav > li.z-active {margin-bottom: 0px; padding-bottom: 0px; margin-top: -1px; padding-top: 1px;}.z-tabs.horizontal.bottom-right > ul.z-tabs-nav{float: right; margin-right: -1px;} .z-tabs.horizontal.bottom-right > ul.z-tabs-nav > li {border-width: 0px 1px 1px;} .z-tabs.horizontal.bottom-right > ul.z-tabs-nav > li.z-active {margin-bottom: 0px; padding-bottom: 0px; margin-top: -1px; padding-top: 1px;}.ie7 body .z-tabs.horizontal.bottom-right{margin-right: 2px;}.z-tabs.horizontal.top-compact > ul.z-tabs-nav{width: 100%; margin-left: -1px; padding-left: 1px;} .z-tabs.horizontal.top-compact > ul.z-tabs-nav > li {margin: 0 -2px 0 0; display: inline-block;} .z-tabs.horizontal.top-compact > ul.z-tabs-nav > li.z-active {font-weight: normal; margin-bottom: -1px; padding-bottom: 1px;}.z-tabs.horizontal.top-compact > .z-container{width: initial; margin-right: -2px !important;}.ie7 body .z-tabs.horizontal.top-compact > ul.z-tabs-nav > li.z-first{padding-left: 1px;}.ie7 body .z-tabs.horizontal.top-compact > ul.z-tabs-nav,.ie7 body .z-tabs.horizontal.top-compact{width: auto;}.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li{margin-right: -3px;} .ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-last {margin-right: 0;}.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav{width: 100%; margin-left: -1px; padding-left: 1px;} .z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li {margin: 0 -2px 0 0; display: inline-block; border-width: 0px 1px 1px;} .z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li > a.z-link {padding-left: 0; padding-right: 0;} .z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li.z-active {margin-top: -1px; padding-top: 1px; margin-bottom: 0px; padding-bottom: 0px;}.z-tabs.horizontal.bottom-compact > .z-container{width: initial; margin-right: -2px !important;}.ie7 body .z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li.z-first{padding-left: 1px;}.ie7 body .z-tabs.horizontal.bottom > ul.z-tabs-nav{margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px;}.z-tabs.horizontal.responsive > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.top-compact > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.top-center > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.bottom-center > ul.z-tabs-nav > li > a.z-link{text-align: center;}.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-first,.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-first > a.z-link{-webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0;}.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last,.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link{-webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0;}.z-tabs.horizontal.top-left.z-rounded > .z-container{-webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px;}.z-tabs.horizontal.top-center.z-rounded > .z-container{-webkit-border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;}.z-tabs.horizontal.top-right.z-rounded > .z-container{-webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px;}.z-tabs.horizontal.z-rounded.top-compact > .z-container{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -khtml-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-first,.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-first > a.z-link{-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;}.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-last,.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-last > a.z-link{-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;}.z-tabs.horizontal.z-rounded.bottom-left > .z-container{-webkit-border-radius: 6px 6px 6px 0; -moz-border-radius: 6px 6px 6px 0; border-radius: 6px 6px 6px 0;}.z-tabs.horizontal.z-rounded.bottom-center > .z-container{-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}.z-tabs.horizontal.z-rounded.bottom-right .z-container{-webkit-border-radius: 6px 6px 0 6px; -moz-border-radius: 6px 6px 0 6px; -khtml-border-radius: 6px 6px 0 6px; border-radius: 6px 6px 0 6px;}.z-tabs.horizontal.z-rounded.bottom-compact > .z-container{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -khtml-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}.z-tabs.horizontal.responsive.top.z-rounded > .z-container{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile,.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile,.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}.z-tabs.horizontal.z-shadows > .z-container{-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .125); -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .125); box-shadow: 0px 0px 3px rgba(0, 0, 0, .125);}.z-tabs.horizontal.z-shadows > ul.z-tabs-nav > li{box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, .1);}.z-tabs.horizontal.top-left.z-shadows > ul.z-tabs-nav li.z-first,.z-tabs.horizontal.top-compact.z-shadows > ul.z-tabs-nav > li.z-first{box-shadow: -3px 1px 1px -3px rgba(0, 0, 0, .2);}.z-tabs.horizontal.top-right.z-shadows > ul.z-tabs-nav > li.z-last,.z-tabs.horizontal.top-compact.z-shadows > ul.z-tabs-nav > li.z-last{box-shadow: 3px 1px 1px -3px rgba(0, 0, 0, .2);} .z-tabs.black > ul.z-tabs-nav, .z-tabs.black > ul.z-tabs-nav > li, .z-tabs.black > .z-container{border-color: #gray; border-style: solid;}.z-tabs.black > ul.z-tabs-nav > li{color: white; background: #333333; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555)); background: -webkit-linear-gradient(top, #333333, #555555); background: -moz-linear-gradient(top, #333333, #555555); background: -ms-linear-gradient(top, #333333, #555555); background: -o-linear-gradient(top, #333333, #555555); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555',GradientType=0 );}.z-tabs.black > ul.z-tabs-nav > li a.z-link{color: white;-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black > ul.z-tabs-nav > li.z-active > a.z-link {text-shadow: 0 1px 1px white;color: Black}.z-tabs.black > ul.z-tabs-nav > li:hover {background: #353434;} .z-tabs.black > ul.z-tabs-nav > li.z-active{background: #fff; color: #3E3E3E; text-shadow: none; box-shadow: none; filter: none;}.z-tabs.black2 {color: #dadada;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black2 > .z-container {background: #222;}.z-tabs.black2 > ul.z-tabs-nav, .z-tabs.black2 > ul.z-tabs-nav > li, .z-tabs.black2 > .z-container{border-color: #191919; border-style: solid;}.z-tabs.black2 > ul.z-tabs-nav > li{color: #dadada; background: #454545; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626)); background: -webkit-linear-gradient(top, #303030, #262626); background: -moz-linear-gradient(top, #303030, #262626); background: -ms-linear-gradient(top, #303030, #262626); background: -o-linear-gradient(top, #303030, #262626); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#262626',GradientType=0 );}.z-tabs.black2 > ul.z-tabs-nav > li a.z-link{color: #dadada;text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black2 > ul.z-tabs-nav > li.z-active > a.z-link {text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.black2 > ul.z-tabs-nav > li:hover {background: #353434;} .z-tabs.black2 > ul.z-tabs-nav > li.z-active{background: #222; color: #dadada; text-shadow: none; box-shadow: none; filter: none;} .z-tabs.blue > ul.z-tabs-nav, .z-tabs.blue > ul.z-tabs-nav > li, .z-tabs.blue > .z-container{border-color: #0487BD;border-style: solid;}.z-tabs.blue > ul.z-tabs-nav > li{background: #1abde7; background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abde7), color-stop(100%,#1c9dd1)); background: -webkit-linear-gradient(top, #1abde7 0%,#1c9dd1 100%); background: -o-linear-gradient(top, #1abde7 0%,#1c9dd1 100%); background: -ms-linear-gradient(top, #1abde7 0%,#1c9dd1 100%); background: linear-gradient(to bottom, #1abde7 0%,#1c9dd1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abde7', endColorstr='#1c9dd1',GradientType=0 );} .z-tabs.blue > ul.z-tabs-nav > li a.z-link {color: white;text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);}.z-tabs.blue > ul.z-tabs-nav > li.z-active > a.z-link {text-shadow: 0 1px 1px white;color: Black}.z-tabs.blue > ul.z-tabs-nav > li:hover {background: #21ADDF;} .z-tabs.blue > ul.z-tabs-nav > li.z-active{background: #fff; color: #000F4D; text-shadow: 0 1px rgba(78, 78, 78, 0.1); filter: none;} .z-tabs.crystal > ul.z-tabs-nav, .z-tabs.crystal > ul.z-tabs-nav > li, .z-tabs.crystal > .z-container{border-color: #ddd; border-color: #b4b4b4; border-style: solid;}.z-tabs.crystal > ul.z-tabs-nav > li{background: rgb(255,255,255); background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );}.z-tabs.crystal > ul.z-tabs-nav > li:hover {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); background: whiteSmoke; background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ececec), color-stop(50%,#e0e0e0), color-stop(100%,#f2f2f2)); background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%); background: -o-linear-gradient(top, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%); background: -ms-linear-gradient(top, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%); background: linear-gradient(to bottom, #ffffff 0%,#ececec 50%,#e0e0e0 50%,#f2f2f2 100%);} .z-tabs.crystal > ul.z-tabs-nav > li.z-active{background: #fff; text-shadow: 0 1px 1px white; color: Black; filter: none;} .z-tabs.deepblue > ul.z-tabs-nav, .z-tabs.deepblue > ul.z-tabs-nav > li, .z-tabs.deepblue > .z-container{border-color: #1E69DE;border-style: solid;}.z-tabs.deepblue > ul.z-tabs-nav > li{background: #479fed; background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#479fed), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); background: -webkit-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); background: -o-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); background: -ms-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); background: linear-gradient(to bottom, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479fed', endColorstr='#1e69de',GradientType=0 );} .z-tabs.deepblue > ul.z-tabs-nav > li a.z-link {color: white;text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);}.z-tabs.deepblue > ul.z-tabs-nav > li.z-active > a.z-link {text-shadow: 0 1px 1px white;color: Black}.z-tabs.deepblue > ul.z-tabs-nav > li:hover {background: #238dea; background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#238dea), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#065cdd)); background: -webkit-linear-gradient(top, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); background: -o-linear-gradient(top, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); background: -ms-linear-gradient(top, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); background: linear-gradient(to bottom, #238dea 0%,#54a3ee 50%,#3690f0 51%,#065cdd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238dea', endColorstr='#065cdd',GradientType=0 );} .z-tabs.deepblue > ul.z-tabs-nav > li.z-active{background: #fff; color: #000F4D; text-shadow: 0 1px rgba(78, 78, 78, 0.1); filter: none;} .z-tabs.gray > ul.z-tabs-nav, .z-tabs.gray > ul.z-tabs-nav > li, .z-tabs.gray > .z-container{border-color: #B3B3B3; border-style: solid;}.z-tabs.gray > ul.z-tabs-nav > li{background: whiteSmoke; background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2)); background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 );}.z-tabs.gray > ul.z-tabs-nav > li:hover {background: #e8e8e8; background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f7f7f7)); background: -webkit-linear-gradient(top, #e8e8e8 0%,#f7f7f7 100%); background: -o-linear-gradient(top, #e8e8e8 0%,#f7f7f7 100%); background: -ms-linear-gradient(top, #e8e8e8 0%,#f7f7f7 100%); background: linear-gradient(to bottom, #e8e8e8 0%,#f7f7f7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f7f7f7',GradientType=0 );} .z-tabs.gray > ul.z-tabs-nav > li.z-active{background: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: 0 1px 1px white; filter:none;} .z-tabs.green > ul.z-tabs-nav, .z-tabs.green > ul.z-tabs-nav > li, .z-tabs.green > .z-container{border-color: #336c2b; border-style: solid;}.z-tabs.green > ul.z-tabs-nav > li{color: white; background: #5fae53; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33)); background: -webkit-linear-gradient(top, #5fae53, #3b7c33); background: -moz-linear-gradient(top, #5fae53, #3b7c33); background: -ms-linear-gradient(top, #5fae53, #3b7c33); background: -o-linear-gradient(top, #5fae53, #3b7c33);}.z-tabs.green > ul.z-tabs-nav > li > a.z-link {color: white;text-shadow: 0 1px 0 #387031;}.z-tabs.green > ul.z-tabs-nav > li.z-active > a.z-link{text-shadow: 0 1px 1px white;color: Black}.z-tabs.green > ul.z-tabs-nav > li:hover {background: #3b7c33;} .z-tabs.green > ul.z-tabs-nav > li.z-active{background: #fff; color: #2C3F0A; text-shadow: none; box-shadow: none; filter: none;} .z-tabs.orange > ul.z-tabs-nav, .z-tabs.orange > ul.z-tabs-nav > li, .z-tabs.orange > .z-container{border-color: #D64817; border-style: solid;}.z-tabs.orange > ul.z-tabs-nav > li{background: #F2825B; background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2825B), color-stop(50%,#E55B2B), color-stop(100%,#F07146)); background: -webkit-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -o-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -ms-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: linear-gradient(to bottom, #F2825B 0%,#E55B2B 50%,#F07146 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );}.z-tabs.orange > ul.z-tabs-nav > li:hover {background: #F2825B; background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2825B), color-stop(50%,#E55B2B), color-stop(100%,#F07146)); background: -webkit-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -o-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: -ms-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%); background: linear-gradient(to bottom, #F2825B 0%,#E55B2B 50%,#F07146 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );} .z-tabs.orange > ul.z-tabs-nav > li.z-active{background: #fff;text-shadow: 0 1px 1px white;color: Black;filter: none;}.z-tabs.orange > ul.z-tabs-nav > li > a.z-link {color: white;text-shadow: 0 1px #5E1902;}.z-tabs.orange > ul.z-tabs-nav > li.z-active > a.z-link {color: black;text-shadow: 0 1px white;} .z-tabs.red > ul.z-tabs-nav, .z-tabs.red > ul.z-tabs-nav > li, .z-tabs.red > .z-container{border-color: #951100; border-style: solid;}.z-tabs.red > ul.z-tabs-nav > li{color: #fff; text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8); background: #d84a38; background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b39), color-stop(100%,#d14836)); background: -webkit-linear-gradient(top, #dd4b39 0%,#d14836 100%); background: -o-linear-gradient(top, #dd4b39 0%,#d14836 100%); background: -ms-linear-gradient(top, #dd4b39 0%,#d14836 100%); background: linear-gradient(to bottom, #dd4b39 0%,#d14836 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#d14836',GradientType=0 );} .z-tabs.red > ul.z-tabs-nav > li:hover {background: #d34332; background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b39), color-stop(100%,#c53727)); background: -webkit-linear-gradient(top, #dd4b39 0%,#c53727 100%); background: -o-linear-gradient(top, #dd4b39 0%,#c53727 100%); background: -ms-linear-gradient(top, #dd4b39 0%,#c53727 100%); background: linear-gradient(to bottom, #dd4b39 0%,#c53727 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727',GradientType=0 );} .z-tabs.red > ul.z-tabs-nav > li.z-active{background: white; color: #951100; text-shadow: none; filter: none;}.z-tabs.red > ul.z-tabs-nav > li > a.z-link {color: white;text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);}.z-tabs.red > ul.z-tabs-nav > li.z-active > a.z-link {text-shadow: 0 1px 1px white;color: Black} .z-tabs.silver > ul.z-tabs-nav, .z-tabs.silver > ul.z-tabs-nav > li, .z-tabs.silver > .z-container{border-color: #CECECE;border-style: solid;}.z-tabs.silver > ul.z-tabs-nav > li{filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFCFC', endColorstr='#FBF9F9'); background-color: #F2F0F0; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6)); background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}.z-tabs.silver > ul.z-tabs-nav > li > a.z-link{color:#444;text-shadow: 0 1px #eee;}.z-tabs.silver > ul.z-tabs-nav > li:hover {background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#fbf9f9), color-stop(50%,#f7f5f6), color-stop(100%,#fcfcfc)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); background: linear-gradient(to bottom, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fbf9f9',GradientType=0 );} .z-tabs.silver > ul.z-tabs-nav > li.z-active{filter: none;background: #fff; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}.z-tabs.silver > ul.z-tabs-nav > li.z-active > a.z-link{color:black;text-shadow: 0 1px #fff;} .z-tabs.white > ul.z-tabs-nav, .z-tabs.white > ul.z-tabs-nav > li, .z-tabs.white > .z-container{border-color: #CECECE; border-style: solid;}.z-tabs.white > ul.z-tabs-nav > li{background: #fff;}.z-tabs.white > ul.z-tabs-nav > li a.z-link{color:#333;text-shadow: 0 1px #f5f5f5;}.z-tabs.white > ul.z-tabs-nav > li.z-active > a.z-link {text-shadow: 0 1px 1px white;color: #333}.z-tabs.white > ul.z-tabs-nav > li:hover {} .z-tabs.white > ul.z-tabs-nav > li.z-active{background: #fff; color: #333;text-shadow: none;box-shadow: none;filter: none;} .z-tabs.underlined,.z-tabs.underlined > ul.z-tabs-nav,.z-tabs.underlined > ul.z-tabs-nav > li,.z-tabs.underlined > ul.z-tabs-nav > li.z-first,.z-tabs.underlined > ul.z-tabs-nav > li.z-last,.z-tabs.underlined > ul.z-tabs-nav > li.z-first.z-active,.z-tabs.underlined > ul.z-tabs-nav > li.z-last.z-active,.z-tabs.underlined > ul.z-tabs-nav > li.z-active,.z-tabs.underlined > ul.z-tabs-nav > li:hover,.z-tabs.underlined > ul.z-tabs-nav > li > a.z-link,.z-tabs.underlined > ul.z-tabs-nav > li > a.z-link:hover,.z-tabs.underlined > .z-container{border-width: 0; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; background: none; filter: none;} .z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {padding: 0 2em;} .z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {padding: 1.4em 0;}.z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first,.z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first{margin-left:0;}.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last,.z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last{margin-right:0;}.z-tabs.underlined.horizontal > ul.z-tabs-nav > li,.z-tabs.underlined.horizontal > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.horizontal > ul.z-tabs-nav > li:hover{filter:none;background: transparent;padding:0;margin-left:16px;}.z-tabs.underlined.horizontal > ul.z-tabs-nav > li{opacity: 0.80;}.z-tabs.underlined.horizontal > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.horizontal > ul.z-tabs-nav > li:hover{opacity: 1;}.z-tabs.horizontal.underlined > ul.z-tabs-nav{border-width: 0;} .z-tabs.horizontal.underlined > ul.z-tabs-nav > li:hover,.z-tabs.horizontal.underlined > ul.z-tabs-nav > li.z-active{font-weight: normal; margin-bottom: 0;padding-bottom: 0;border-bottom: 3px solid}.z-tabs.horizontal.underlined > ul.z-tabs-nav > li.z-active {font-weight: bold;}.z-tabs.horizontal.underlined > ul.z-tabs-nav > li > a.z-link{text-shadow: 0 1px 1px white;color: #333}.z-tabs.horizontal.underlined > .z-container{border-width: 1px 0 0 0;}.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active, .z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover {margin-left: 0;}.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav > li,.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav > li,.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav > li,.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav > li{background: transparent; border-width: 0;margin:0;margin-left:16px;padding:0;}.z-tabs.horizontal.underlined.bottom-left > .z-container,.z-tabs.horizontal.underlined.bottom-center > .z-container,.z-tabs.horizontal.underlined.bottom-right > .z-container,.z-tabs.horizontal.underlined.bottom-compact > .z-container{border-width: 0 0 1px 0;}.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav > li:hover,.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav > li:hover,.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav > li:hover,.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav > li:hover{background: transparent; border-width: 0;padding:0;color:#111;}.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav > li.z-active,.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav > li.z-active,.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav > li.z-active,.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav > li.z-active{font-weight: bold; margin-bottom: 0;padding-bottom: 0;border-width:3px 0 0 0;background: #FCFCFC;}.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav.z-tabs-desktop > li,.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav.z-tabs-desktop > li,.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav.z-tabs-desktop > li,.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav.z-tabs-desktop > li{margin-left: 0;}.z-tabs.vertical.underlined > ul.z-tabs-nav > li,.z-tabs.vertical.underlined > ul.z-tabs-nav > li:hover{filter:none;background: transparent;border-width: 0 1px 0 0;margin:0;padding:0;}.z-tabs.vertical.underlined > ul.z-tabs-nav > li > a.z-link{text-shadow: 0 1px 1px white;color: #333}.z-tabs.vertical.underlined > .z-container{border-width: 0;}.z-tabs.vertical.underlined >.z-container > .z-content .z-content-inner {padding: 0 2em;}.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li,.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li:hover{filter:none;background: transparent;border-width: 0 0 0 1px;margin:0;padding:0;}.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active,.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li:hover{font-weight: bold; margin-bottom: 0;padding-bottom: 0;border-right: 3px solid;background: #eee;}.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active,.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li:hover{font-weight: bold; margin-bottom: 0;padding-bottom: 0;border-left: 3px solid;background: #eee;}.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav{border-width:0;} .ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {border-right-width: 0 !important; border-left: 3px solid #444 !important; left:-1px;}.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {border-right: 3px solid #444 !important;}.z-tabs.horizontal.underlined.mini > ul.z-tabs-nav > li > a.z-link {padding: 6px 6px;}.z-tabs.horizontal.underlined.small > ul.z-tabs-nav > li > a.z-link{padding: 8px 8px;}.z-tabs.horizontal.underlined.medium > ul.z-tabs-nav > li > a.z-link{padding: 10px 10px;}.z-tabs.horizontal.underlined.large > ul.z-tabs-nav > li > a.z-link{padding: 10px 12px;}.z-tabs.horizontal.underlined.xlarge > ul.z-tabs-nav > li > a.z-link{padding: 12px 14px;}.z-tabs.horizontal.underlined.xxlarge > ul.z-tabs-nav > li > a.z-link{padding: 14px 16px;}.z-tabs.horizontal.underlined.mini > ul.z-tabs-nav > li:hover, .z-tabs.horizontal.underlined.mini > ul.z-tabs-nav > li.z-active,.z-tabs.horizontal.underlined.small > ul.z-tabs-nav > li:hover, .z-tabs.horizontal.underlined.small > ul.z-tabs-nav > li.z-active {border-bottom-width: 2px;}.z-tabs.underlined.red > .z-container,.z-tabs.underlined.red > ul.z-tabs-nav > li,.z-tabs.underlined.blue > .z-container,.z-tabs.underlined.blue > ul.z-tabs-nav > li,.z-tabs.underlined.deepblue> .z-container,.z-tabs.underlined.deepblue > ul.z-tabs-nav > li,.z-tabs.underlined.orange > .z-container,.z-tabs.underlined.orange > ul.z-tabs-nav > li,.z-tabs.underlined.green > .z-container,.z-tabs.underlined.green > ul.z-tabs-nav > li,.z-tabs.underlined.white > .z-container,.z-tabs.underlined.white > ul.z-tabs-nav > li,.z-tabs.underlined.silver > .z-container,.z-tabs.underlined.silver > ul.z-tabs-nav > li,.z-tabs.underlined.gray > .z-container,.z-tabs.underlined.gray > ul.z-tabs-nav > li,.z-tabs.underlined.black > .z-container,.z-tabs.underlined.black > ul.z-tabs-nav > li {border-color:#e6e6e6;}.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.red.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.red.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.red > ul.z-tabs-nav > li:hover{border-color:#DD4B39;}.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.blue.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.blue.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.blue > ul.z-tabs-nav > li:hover{border-color:#00B0D8;}.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.deepblue.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.deepblue.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover{border-color:#1E69DE;}.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.orange.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.orange.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.orange > ul.z-tabs-nav > li:hover{border-color:#FD9C00;}.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.green.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.green.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.green > ul.z-tabs-nav > li:hover{border-color:#093;}.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.white.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.white.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.white > ul.z-tabs-nav > li:hover{border-color:#D8D8D8;}.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.crystal.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.crystal.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.crystal > ul.z-tabs-nav > li:hover{border-color:#999;}.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.silver.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.silver.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.silver > ul.z-tabs-nav > li:hover{border-color:#777;}.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.gray.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.gray.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.gray > ul.z-tabs-nav > li:hover{border-color:#333;}.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.black.vertical > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.black.vertical > ul.z-tabs-nav > li:hover,.z-tabs.underlined.black > ul.z-tabs-nav > li:hover{border-color:black;} .z-tabs.z-multiline.white > ul.z-tabs-nav > li{opacity: .85;} .z-tabs.z-multiline.white > ul.z-tabs-nav > li.z-active, .z-tabs.z-multiline.white > ul.z-tabs-nav > li:hover {opacity: 1;}.z-tabs.z-multiline.vertical > ul.z-tabs-nav > li > a.z-link,.z-tabs.z-multiline.horizontal > ul.z-tabs-nav > li > a.z-link{line-height: 18px; display: block; margin: 0px; padding: 16px 20px 16px 20px; text-transform: uppercase; letter-spacing: 1px;}.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span,.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span{display: block; font-size: .9em; font-weight: normal; text-transform: none; line-height: 1.65em; opacity: 1; margin-top: 0.05em; letter-spacing: 0px;} .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon, .z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span.z-icon {line-height: 1em;}.z-tabs.z-multiline.mini > ul.z-tabs-nav > li > a.z-link {padding: 12px 28px 12px 12px;height: 32px;}.z-tabs.z-multiline.small > ul.z-tabs-nav > li > a.z-link {padding: 14px 32px 14px 14px;height: 34px;}.z-tabs.z-multiline.medium > ul.z-tabs-nav > li > a.z-link {padding: 16px 36px 16px 16px;height: 34px;}.z-tabs.z-multiline.large > ul.z-tabs-nav > li > a.z-link {padding: 17px 40px 17px 17px;height: 36px;}.z-tabs.z-multiline.xlarge > ul.z-tabs-nav > li > a.z-link {padding: 18px 44px 18px 18px;height: 36px;}.z-tabs.z-multiline.xxlarge > ul.z-tabs-nav > li > a.z-link{padding: 18px 48px 18px 18px;height: 38px;} .z-tabs.horizontal.z-multiline.top-compact.mini > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom-compact.mini > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.top.responsive.mini > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom.responsive.mini > ul.z-tabs-nav > li > a.z-link {padding: 12px}.z-tabs.horizontal.z-multiline.top-compact.small > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom-compact.small > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.top.responsive.small > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom.responsive.small > ul.z-tabs-nav > li > a.z-link {padding: 14px}.z-tabs.horizontal.z-multiline.top-compact.medium > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom-compact.medium > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.top.responsive.medium > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom.responsive.medium > ul.z-tabs-nav > li > a.z-link {padding: 16px}.z-tabs.horizontal.z-multiline.top-compact.large > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom-compact.large > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.top.responsive.large > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom.responsive.large > ul.z-tabs-nav > li > a.z-link {padding: 17px}.z-tabs.horizontal.z-multiline.top-compact.xlarge > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom-compact.xlarge > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.top.responsive.xlarge > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom.responsive.xlarge > ul.z-tabs-nav > li > a.z-link {padding: 18px;}.z-tabs.horizontal.z-multiline.top-compact.xxlarge > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom-compact.xxlarge > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.top.responsive.xxlarge > ul.z-tabs-nav > li > a.z-link,.z-tabs.horizontal.z-multiline.bottom.responsive.xxlarge > ul.z-tabs-nav > li > a.z-link {padding: 18px} .z-tabs.horizontal.top.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {margin-top: -2px;}.z-tabs.horizontal.top.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {border-top: 3px solid #D13636;}.z-tabs.horizontal.bottom.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {margin-bottom: -2px;}.z-tabs.horizontal.bottom.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {border-bottom: 3px solid #D13636;}.z-tabs.horizontal.top.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {margin-top: 0;}.z-tabs.horizontal.top.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {border-top: none}.z-tabs.horizontal.bottom.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {margin-bottom: 0;}.z-tabs.horizontal.bottom.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {border-bottom: 1px solid #CECECE;}.z-tabs.vertical.top-left.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {border-left: 3px solid #D13636;}.z-tabs.vertical.top-right.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {border-right: 3px solid #D13636;}.z-tabs.vertical.mobile.top-left.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link,.z-tabs.vertical.mobile.top-right.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {border-left:inherit} .z-tabs.clean.horizontal.top > ul.z-tabs-nav > li.z-active,.z-tabs.clean.horizontal.bottom > ul.z-tabs-nav > li.z-active{background: #fff; margin-top: 0; padding-top: 0; margin-bottom: 0; padding-bottom: 0;}.z-tabs.clean.horizontal > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {margin-top: 0; margin-bottom: 0;}.z-tabs.clean.horizontal.top > ul.z-tabs-nav.z-tabs-desktop > li,.z-tabs.clean.horizontal.bottom > ul.z-tabs-nav.z-tabs-desktop > li{border-top-width: 1px; border-bottom-width: 1px;}.z-tabs.clean > .z-container{border-width: 0; background: none;}.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner{padding: 2em 0;}.z-tabs.clean.vertical.z-shadows > ul.z-tabs-nav,.z-tabs.clean.vertical.z-shadows > .z-container{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;} .z-tabs.clean.horizontal.z-shadows > ul.z-tabs-nav > li.z-active, .z-tabs.clean.vertical.z-shadows > ul.z-tabs-nav > li.z-active {-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13); box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13); background: rgb(243, 243, 243);}.z-tabs.clean.horizontal.z-shadows.large > ul.z-tabs-nav > li.z-active{-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.13); box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.13);}.z-tabs.clean.horizontal.z-shadows.xlarge > ul.z-tabs-nav > li.z-active,.z-tabs.clean.horizontal.z-shadows.xxlarge > ul.z-tabs-nav > li.z-active{-webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13); box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13);}.z-tabs.clean.top.z-shadows > .z-container,.z-tabs.clean.bottom.z-shadows > .z-container{-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}.z-tabs.clean.horizontal.z-rounded.top > ul.z-tabs-nav > li.z-first,.z-tabs.clean.horizontal.z-rounded.top > ul.z-tabs-nav > li.z-first > a.z-link{-webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;}.z-tabs.clean.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last,.z-tabs.clean.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link{-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}.z-tabs.clean.vertical > ul.z-tabs-nav.z-tabs-desktop{border-width: 1px 1px 1px 1px;}.z-tabs.clean.vertical > ul.z-tabs-nav > li.z-active{z-index: 7;}.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner{padding: 0 2em;}.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop{-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-first,.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-first > a.z-link{-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last,.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link{-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}.z-tabs.horizontal.clean.responsive.top > ul.z-tabs-nav > li{border-bottom-width: 0;}.z-tabs.horizontal.clean.responsive.bottom > ul.z-tabs-nav > li{border-top-width: 0;}.z-tabs.horizontal.clean.responsive.z-rounded.top > ul.z-tabs-nav > li.z-first,.z-tabs.horizontal.clean.responsive.z-rounded.top > ul.z-tabs-nav > li.z-first > a.z-link{-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0;}.z-tabs.clean.horizontal.responsive.z-rounded.top > ul.z-tabs-nav > li.z-last,.z-tabs.clean.horizontal.responsive.z-rounded.top > ul.z-tabs-nav > li.z-last > a.z-link{-webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}.z-tabs.clean.top.responsive > .z-container{border-top-width: 1px;}.z-tabs.clean.bottom.responsive > .z-container{border-bottom-width: 1px;}.z-tabs.clean.horizontal.mobile.top > ul.z-tabs-nav.z-tabs-desktop > li,.z-tabs.clean.horizontal.mobile.bottom > ul.z-tabs-nav.z-tabs-desktop > li{border-bottom-width: 0;} .z-grid {margin : 0 auto; padding : 0 0 0 1%;}.z-grid-1200 {max-width : 1220px;}.z-grid-1000 {max-width : 1020px;}.z-row {clear : both; padding : 0 10px;} .z-row :after {content: "."; height: 0; clear: both; visibility: hidden;}.z-row {zoom : 1;} .z-row [class*="col"] {margin-left: 1.81818%; float: left; display: block; margin: 1% 0 1% 1.6%; margin: 0 0 0 1.6%; min-height: 1px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}.col12 {width : 100%;}.col11 {width : 91.46%;}.col10 {width : 83%;}.col9 {width : 74.54%;}.col8 {width : 66.08%;}.col7 {width : 57.62%;}.col6 {width : 49.16%;}.col5 {width : 40.7%;}.col4 {width : 32.24%;}.col3 {width : 23.78%;}.col2 {width : 15.32%;}.col1 {width : 6.86%;}.z-row [class*="col"]:first-child {margin-left : 0;}.z-row [class*="col"] img {width : 100%; height : auto; display : block;}@media all and (min-width: 1024px) {.z-grid-1000 {max-width: 1000px;} .z-grid-1000 .z-row {padding: 0;}}@media all and (max-width: 768px){.z-row [class*="col"]{float : none; width : auto; margin : 10px 0 10px 0;}} .z-tabs > ul.z-tabs-nav.z-tabs-mobile{display: none;}.z-tabs.horizontal > ul.z-tabs-nav.z-tabs-mobile,.z-tabs.horizontal > ul.z-tabs-nav.z-tabs-mobile > li{width: 100%; float: none;}.z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop > li{float: left; margin: 0 -2px 0 0;} .z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop > li.z-last:nth-child(odd) {width: 100%;}.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop > li{margin-right: -3px;}.z-tabs.horizontal.responsive > ul.z-tabs-nav{width: 100%;} .z-tabs.horizontal.responsive > ul.z-tabs-nav > li.z-active {margin-bottom: 0px; padding-bottom: 0px; z-index: initial;}.z-tabs.horizontal.responsive.bottom-left > ul.z-tabs-nav > li.z-active{margin-top: 0px; margin-bottom: 0px; padding: 0; z-index: initial;}.z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop{display: block; width: 100%;}.z-tabs.horizontal.responsive.underlined > ul.z-tabs-nav{border-width: 0;} .z-tabs.horizontal.responsive.underlined > ul.z-tabs-nav > li.z-active, .z-tabs.horizontal.responsive.underlined > ul.z-tabs-nav > li:hover {border-top-width: 0; border-bottom-width: 0;}.z-tabs.underlined.horizontal > ul.z-tabs-nav.z-tabs-mobile > li{margin-left: 0;} .z-tabs.underlined.horizontal > ul.z-tabs-nav.z-tabs-mobile > li a.z-link {padding-left: 0;}.z-tabs.responsive.top-left.z-rounded > ul.z-tabs-desktop > li.z-right,.z-tabs.responsive.top-left.z-rounded > ul.z-tabs-desktop > li.z-right > a.z-link{-webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0;}.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-first,.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-first > a.z-link{-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-left,.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-left > a.z-link{-webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;}.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-right,.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-right > a.z-link{-webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;} .z-tabs.mobile > ul.z-tabs-nav,.z-tabs.mobile > ul.z-tabs-nav > li,.z-tabs.mobile > ul.z-tabs-nav > li.z-active,.z-tabs.mobile > .z-container,.z-tabs.mobile > .z-container > .z-content{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: none;}.z-tabs.mobile > ul.z-tabs-desktop{height: auto; opacity: 1; visibility: visible; -webkit-transition: opacity 400ms ease-in-out; -moz-transition: opacity 400ms ease-in-out; transition: opacity 400ms ease-in-out;}.z-tabs.mobile.z-shadows > ul.z-tabs-mobile{-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset;}.z-tabs.mobile > ul.z-tabs-nav.z-tabs-desktop > li{float: none; display: block;}.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu{opacity: 0; height: 0; visibility: hidden;}.z-tabs.mobile > .z-container{margin-top: 2px; width: auto;}.z-tabs.mobile.horizontal.top-compact > .z-container,.z-tabs.mobile.horizontal.bottom-compact > .z-container {margin-right: 0px !important;}.z-tabs.mobile > ul.z-tabs-mobile > li > a.z-link > span.z-title{margin-left: 6px; opacity: 1;}.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-title{margin-left: 6px; opacity: 1;}.z-tabs.mobile.horizontal > ul.z-tabs-nav > li > a.z-link,.z-tabs.mobile.vertical > ul.z-tabs-nav > li > a.z-link{padding-left: 0 !important; padding-right: 0 !important; margin: 0 18px !important;}.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-arrow{-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); opacity: 1;}.z-tabs.mobile > ul.z-tabs-mobile > li > a.z-link > span.z-arrow{right: -10px; position: absolute; opacity: .25; background: url(.styles/SAFOOTYv2/theme/img/z-tabs-icons.png) no-repeat top left; background-position: -132px -4px; width: 25px; height: 40px; top: 50%; margin-top: -23px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg);}.z-tabs.mobile.right > ul.z-tabs-mobile > li > a.z-link > span.z-arrow{left: -10px; margin-top: -16px; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); transform: rotate(-90deg);}.z-tabs.mobile.right > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-arrow{opacity: 1; margin-top: -23px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);}.z-tabs.mobile > ul.z-tabs-mobile > li > a.z-link > i.z-icon-menu{background: url(.styles/SAFOOTYv2/theme/img/z-tabs-icons.png) no-repeat top left; background-position: -1470px -3px; width: 28px; height: 30px; margin-top: -24px; margin-left: -6px; display: inline-block;}.z-tabs.mobile.z-icons-light > ul.z-tabs-mobile > li > a.z-link > i.z-icon-menu {background-position: -1470px -60px;}.z-tabs.mobile.z-icons-light > ul.z-tabs-mobile > li > a.z-link > span.z-arrow {background-position: -132px -61px;}.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-arrow {right: 0px;}.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile.z-state-closed{border-width: 1px;}.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed,.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed{-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;} .z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li, .z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a.z-link, .z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li, .z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a.z-link {-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile,.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile{-webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -khtml-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;} .z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile > li, .z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile > li {-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-nav > li.z-last,.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link,.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-nav > li.z-last,.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link{-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-desktop,.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-desktop{-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -khtml-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;} .z-tabs.mobile.horizontal > ul.z-tabs-nav > li.z-active{margin: 0; padding: 0;}.z-tabs.mobile.horizontal > ul.z-tabs-nav > li{border-width: 0px 0px 1px 0px;} .z-tabs.mobile.horizontal > ul.z-tabs-nav > li > a.z-link {text-align: left;}.z-tabs.mobile.horizontal > ul.z-tabs-nav.z-tabs-desktop > li.z-last{border-bottom-width: 0;}.z-tabs.mobile.horizontal > ul.z-tabs-nav > li{margin: 0;}.z-tabs.mobile.underlined.horizontal > ul.z-tabs-nav > li, .z-tabs.mobile.underlined.horizontal > ul.z-tabs-nav > li.z-active, .z-tabs.mobile.underlined.horizontal > ul.z-tabs-nav > li:hover {margin-left: 0;}.z-tabs.mobile.horizontal.underlined > .z-container {border-width: 0;}.z-tabs.mobile.horizontal.underlined > ul.z-tabs-nav > li:hover, .z-tabs.mobile.horizontal.underlined > ul.z-tabs-nav > li.z-active {border-bottom-width: 1px;}.z-tabs.mobile.vertical > ul.z-tabs-nav,.z-tabs.mobile.horizontal > ul.z-tabs-nav {width: auto; border-width: 1px 1px 0 1px; float: none; border-bottom-width: 1px; display:block; padding:0; margin:0; min-width:0 !important;}.z-tabs.mobile.vertical ul.z-tabs-mobile,.z-tabs.mobile.horizontal ul.z-tabs-mobile {border-bottom-width: 0px;} .z-tabs.mobile.vertical ul.z-tabs-mobile > li, .z-tabs.mobile.horizontal ul.z-tabs-mobile > li{float: none; border-width: 0px;}.z-tabs.mobile.horizontal.bottom > .z-container {margin-bottom: 4px;}.z-tabs.mobile.vertical.z-rounded > .z-container,.z-tabs.mobile.horizontal.z-rounded > .z-container {-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}.z-tabs.mobile.vertical >.z-container > .z-content .z-content-inner{padding: 2em;}.z-tabs.mobile.horizontal.top > ul.z-tabs-nav.z-tabs-desktop > li.z-first, .z-tabs.mobile.horizontal.bottom > ul.z-tabs-nav.z-tabs-desktop > li.z-first {border-top-width: 0;}.z-tabs.mobile.underlined > ul.z-tabs-nav > li > a.z-link {text-transform: uppercase;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}.z-tabs.mobile.underlined > ul.z-tabs-desktop > li,.z-tabs.mobile.underlined > ul.z-tabs-desktop > li > a {-moz-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; -o-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; -webkit-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; -ms-transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out; transition: background-color 200ms ease-out, color 200ms ease-out,text-shadow 200ms ease-out;} .z-tabs.underlined.mobile > ul.z-tabs-nav > li,.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-active,.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-last,.z-tabs.underlined.mobile > ul.z-tabs-nav > li:hover,.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-last:hover{border-color: #E6E6E6; background: #fff; border-width: 0 0 1px 0 !important; opacity: 1; border-style: dotted;}.z-tabs.underlined.horizontal.mobile > ul.z-tabs-nav > li.z-last {border-width: 0 0 1px 0;}.z-tabs.underlined.mobile > ul.z-tabs-nav.z-tabs-mobile,.z-tabs.underlined.mobile > ul.z-tabs-nav.z-tabs-desktop{border-width:0;} .z-tabs.underlined.mobile.hover > ul.z-tabs-nav.z-tabs-desktop > li.z-active,.z-tabs.underlined.mobile.hover > ul.z-tabs-nav.z-tabs-desktop > li:hover {background: #FAFAFA;}.z-tabs.underlined.mobile.hover > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a{color: #333;text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25);} .z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a{color: #DD4B39;}.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li:hover > a{color: #00B0D8;}.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a{color: #1E69DE;}.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a{color: #FD9C00;}.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a,.z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a{color: #093;}.z-tabs.z-tabs *,.z-tabs ul,.z-tabs ul li,.z-tabs ul li a,.z-tabs .z-container .z-content {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-touch-callout: none;outline: none;}
/* Reset */
.dcsmt ul, .dcsmt li, .dcsmt h3 {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
}

/* Main widget styles */
.dcsmt {
	font-size: 12px;
	color: #666;
}
.active.dcsmt .dcsmt-slider {
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
}
.dcsmt a {
	text-decoration:none;
}
.dcsmt-content {
	position: relative;
}

/* Tabs */
.social-tabs li {
	padding: 3px 3px 3px 4px;
	width: 27px;
	height: 26px;
	background: #777;
	z-index: 10;
}
.active .social-tabs li {
	z-index: 10;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
.active .social-tabs li.active {
	z-index: 11;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
}
/** Static **/
.static .social-tabs {
	padding-left: 8px;
}
.static .social-tabs li {
	float: left;
	margin-right: 2px;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
/** Top **/
.top .social-tabs {
	padding-left: 8px;
}
.top.align-right .social-tabs {
	padding-left: 0;
	padding-right: 8px;
}
.top .social-tabs li {
	padding: 3px 4px;
	margin-right: 2px;
	float: left;
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
/** Right **/
.right .social-tabs {
	padding-top: 8px;
}
.right .social-tabs li {
	margin: 0 0 2px 0;
	border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
/** Bottom **/
.bottom .social-tabs {
	padding-left: 8px;
}
.bottom.align-right .social-tabs {
	padding-left: 0;
	padding-right: 8px;
}
.bottom .social-tabs li {
	padding: 4px 4px 2px 4px;
	margin: 0 2px 0 0;
	float: left;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
/** Left **/
.left .social-tabs {
	padding-top: 8px;
}
.left .social-tabs li {
	margin: 0 0 2px 0;
	border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

/* Tab Content */
.dcsmt-slider {
	clear: both;
	overflow: hidden;
}
.tab-content {
	position: relative;
	overflow: hidden;
	z-index: 11;
	background: url(/forum/images/social/loader.gif) no-repeat center 200px;
}
.tab-content ul {
	font-size: 11px;
}
.tab-content .tab-inner {
	background: #fff;
	overflow: hidden;
}
.tab-inner ul {
	padding: 0 10px;
}
.tab-inner .profile {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}
.tab-inner .profile h3 {
	margin: 0;
	padding: 5px 0 3px 26px;
	position: relative;
	font-size: 14px; 
	line-height: 20px;
}
.tab-inner .profile h3 a {
	text-decoration: none;
}
.tab-inner .profile h3, .tab-inner .profile h3 a {
	color: #555; 
	text-shadow: 0 1px 0 #fff;
}
.tab-inner .dcsmt-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font: bold 12px/14px Arial, sans-serif;
	display:inline-block;
	text-decoration:none;
	outline:none;
	padding: 5px 8px;
	background: #fcfcfc url(/forum/images/social/btn.png) repeat-x 0 0;
    color: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.tab-inner .dcsmt-btn:hover{
	background-position: 0 100%;
    color: #fff;
}
.tab-inner .profile a.avatar{
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
	margin:0 10px 0 0
}
.tab-inner .profile a.avatar img{
	padding:1px;
	background: #fff;
	border: 3px solid #ccc;
	display:block
}
/** Network specific profile header **/
.tab-rss .profile h3 {
	background: url(/forum/images/social/rss.png) no-repeat 0 1px;
}
.tab-flickr .profile h3 {
	background: url(/forum/images/social/flickr.png) no-repeat 0 1px;
}
.tab-delicious .profile h3 {
	background: url(/forum/images/social/delicious.png) no-repeat 0 1px;
}
.tab-twitter .profile h3 {
	background: url(/forum/images/social/twitter.png) no-repeat 0 1px;
}
.tab-facebook .profile h3 {
	background: url(/forum/images/social/facebook.png) no-repeat 0 1px;
}
.tab-fblike .profile h3 {
	background: url(/forum/images/social/fblike.png) no-repeat 0 1px;
}
.tab-fbrec .profile h3 {
	background: url(/forum/images/social/fbrec.png) no-repeat 0 1px;
}
.tab-google .profile h3 {
	background: url(/forum/images/social/google.png) no-repeat 0 1px;
}
.tab-youtube .profile h3 {
	background: url(/forum/images/social/youtube.png) no-repeat 0 1px;
}
.tab-pinterest .profile h3 {
	background: url(/forum/images/social/pinterest.png) no-repeat 0 1px;
}
.tab-lastfm .profile h3 {
	background: url(/forum/images/social/lastfm.png) no-repeat 0 1px;
}
.tab-dribbble .profile h3 {
	background: url(/forum/images/social/dribbble.png) no-repeat 0 1px;
}
.tab-vimeo .profile h3 {
	background: url(/forum/images/social/vimeo.png) no-repeat 0 1px;
}
.tab-stumbleupon .profile h3 {
	background: url(/forum/images/social/stumbleupon.png) no-repeat 0 1px;
}
.tab-tumblr .profile h3 {
	background: url(/forum/images/social/tumblr.png) no-repeat 0 1px;
}
.tab-deviantart .profile h3 {
	background: url(/forum/images/social/deviantart.png) no-repeat 0 1px;
}
.tab-linkedin .profile h3 {
	background: url(/forum/images/social/linkedin.png) no-repeat 0 1px;
}
.tab-instagram .profile h3 {
	background: url(/forum/images/social/instagram.png) no-repeat 0 1px;
}

/** Static **/
.static .dcsmt-slider {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.static .tab-content {
	padding: 10px;
}
.static .tab-inner {
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/** Top **/
.top .dcsmt-slider {
	border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.top .tab-inner {
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.top .tab-content {
	padding: 0 10px 10px 10px;
}
/** Right **/
.right .dcsmt-slider {
	border-radius: 10px 0 0 10px; 
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
}
.right .tab-inner {
	border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
.right .tab-content {
	padding: 10px 0 10px 10px;
}
/** Bottom **/
.bottom .dcsmt-slider {
	border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
.bottom .tab-inner {
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.bottom .tab-content {
	padding: 10px 10px 0 10px;
}
/** Left **/
.left .dcsmt-slider {
	border-radius: 0 10px 10px 0; 
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
}
.left .tab-inner {
	border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
.left .tab-content {
	padding: 10px 10px 10px 0;
}
/** Network specific colors **/
.tab-content.tab-rss, .social-tabs li.active.dcsmt-rss, .social-tabs li.dcsmt-rss:hover, .tab-rss .dcsmt-btn {
	background-color: #FF9800;
}
.tab-content.tab-flickr, .social-tabs li.active.dcsmt-flickr, .social-tabs li.dcsmt-flickr:hover, .tab-flickr .dcsmt-btn {
	background-color: #f90784;
}
.tab-content.tab-delicious, .social-tabs li.active.dcsmt-delicious, .social-tabs li.dcsmt-delicious:hover, .tab-delicious .dcsmt-btn {
	background-color: #3271CB;
}
.tab-content.tab-twitter, .social-tabs li.active.dcsmt-twitter, .social-tabs li.dcsmt-twitter:hover, .tab-twitter .dcsmt-btn{
	background-color: #4ec2dc;
}
.tab-content.tab-facebook, .social-tabs li.active.dcsmt-facebook, .social-tabs li.dcsmt-facebook:hover, .tab-facebook .dcsmt-btn {
	background-color: #3b5998;
}
.tab-content.tab-fblike, .social-tabs li.active.dcsmt-fblike, .social-tabs li.dcsmt-fblike:hover, .tab-fblike .dcsmt-btn {
	background-color: #3b5998;
}
.tab-content.tab-fbrec, .social-tabs li.active.dcsmt-fbrec, .social-tabs li.dcsmt-fbrec:hover, .tab-fbrec .dcsmt-btn {
	background-color: #3b5998;
}
.tab-content.tab-google, .social-tabs li.active.dcsmt-google, .social-tabs li.dcsmt-google:hover, .tab-google .dcsmt-btn {
	background-color: #2d2d2d;
}
.tab-content.tab-youtube, .social-tabs li.active.dcsmt-youtube, .social-tabs li.dcsmt-youtube:hover, .tab-youtube .dcsmt-btn {
	background-color: #DF1F1C;
}
.tab-content.tab-digg, .social-tabs li.active.dcsmt-digg, .social-tabs li.dcsmt-digg:hover, .tab-digg .dcsmt-btn {
	background-color: #195695;
}
.tab-content.tab-pinterest, .social-tabs li.active.dcsmt-pinterest, .social-tabs li.dcsmt-pinterest:hover, .tab-pinterest .dcsmt-btn {
	background-color: #CB2528;
}
.tab-content.tab-lastfm, .social-tabs li.active.dcsmt-lastfm, .social-tabs li.dcsmt-lastfm:hover, .tab-lastfm .dcsmt-btn {
	background-color: #C90E12;
}
.tab-content.tab-dribbble, .social-tabs li.active.dcsmt-dribbble, .social-tabs li.dcsmt-dribbble:hover, .tab-dribbble .dcsmt-btn {
	background-color: #F175A8;
}
.tab-content.tab-vimeo, .social-tabs li.active.dcsmt-vimeo, .social-tabs li.dcsmt-vimeo:hover, .tab-vimeo .dcsmt-btn {
	background-color: #4EBAFF;
}
.tab-content.tab-stumbleupon, .social-tabs li.active.dcsmt-stumbleupon, .social-tabs li.dcsmt-stumbleupon:hover, .tab-stumbleupon .dcsmt-btn {
	background-color: #EB4924;
}
.tab-content.tab-tumblr, .social-tabs li.active.dcsmt-tumblr, .social-tabs li.dcsmt-tumblr:hover, .tab-tumblr .dcsmt-btn {
	background-color: #365472;
}
.tab-content.tab-deviantart, .social-tabs li.active.dcsmt-deviantart, .social-tabs li.dcsmt-deviantart:hover, .tab-deviantart .dcsmt-btn {
	background-color: #B8C529;
}
.tab-content.tab-linkedin, .social-tabs li.active.dcsmt-linkedin, .social-tabs li.dcsmt-linkedin:hover, .tab-linkedin .dcsmt-btn {
	background-color: #006DA7;
}
.tab-content.tab-instagram, .social-tabs li.active.dcsmt-instagram, .social-tabs li.dcsmt-instagram:hover, .tab-instagram .dcsmt-btn {
	background-color: #413A33;
}

/* Feeds */
.dcsmt .stream {
	overflow: hidden;
}
.stream p {
	margin: 0;
	padding: 0;
}
.tab-inner ul.stream > li {
	padding: 5px 0 25px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	line-height: 1.4em;
}
.tab-inner ul li .thumb {
	float: left;
	margin: 0 10px 0 0;
}
.tab-inner ul li .thumb img {
	border: 3px solid #ececec;
	padding: 1px;
	background: #fff;
}
.tab-inner ul li .logo {
	margin-bottom: 3px;
}
.tab-inner ul li .title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.tab-inner ul li .title.clear {
	clear: both;
}
.tab-inner ul li .text {
	display: block;
}
.tab-inner ul li  br{
	display: block;
}
.tab-inner ul li .date {
	position: absolute;
	bottom: 5px;
	left: 0;
	font-style: italic;
	color: #999;
	font-size: 90%;
}
.tab-inner ul li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.tab-inner ul li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.tab-inner ul li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.tab-inner ul li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.tab-inner ul li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.tab-inner ul li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.tab-inner ul li .section-share {
	bottom: 5px;
    right: 0;
    position: absolute;
	z-index: 2;
}
.tab-inner ul li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(/forum/images/social/share.png) no-repeat 0 0;
}
.tab-inner ul li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.tab-inner ul li .section-share a.share-reply {
	background-position: 0 -32px;
}
.tab-inner ul li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.tab-inner ul li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.tab-inner ul li .section-share a.share-google {
	background-position: 0 -80px;
}
.tab-inner ul li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.tab-inner ul li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.tab-inner ul li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.tab-inner ul li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.tab-inner ul li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.tab-inner ul li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.tab-inner ul li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.tab-inner ul li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}
/* feeds network specific styles */
.tab-dribbble .tab-inner ul li .thumb img {
	margin-bottom: 5px;
}
.tab-lastfm .tab-inner ul li .title {
	background: url(/forum/images/social/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
.tab-google .tab-inner ul li .title {
	margin-bottom: 5px;
}
.tab-vimeo .tab-inner ul li .text {
	margin-bottom: 5px;
}
.tab-inner ul li .meta span.plusones {
	padding-left: 0;
}
.tab-inner ul li .meta span.shares {
	background: url(/forum/images/social/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.tab-inner ul li .meta span.views {
	background: url(/forum/images/social/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.tab-inner ul li .meta span.likes {
	background: url(/forum/images/social/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.tab-inner ul li .meta span.comments {
	background: url(/forum/images/social/comments.png) no-repeat 0 0;
}
.tab-inner ul li .meta span.users {
	background: url(/forum/images/social/users.png) no-repeat 0 0;
}
.tab-inner ul li .meta span.videos {
	background: url(/forum/images/social/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.tab-inner ul li.dcsmt-error {
	color: #990000;
}
.dcsmt-loading {
	background: url(/forum/images/social/loader.gif) no-repeat 10px center;
	padding: 10px 30px 10px 42px;
}

/* Controls */
.dcsmt .controls {
	position: absolute;
	left: 10px;
	height: 20px;
	padding: 5px 0;
	z-index: 12;
	/*
	display: none;
	*/
	background: url(/forum/images/social/bg_white.png) repeat 0 0;
}
.dcsmt .controls ul {
	padding: 0 10px;
}
.dcsmt .controls li {
	display: inline;
}
.dcsmt .controls a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 4px;
	background: url(/forum/images/social/controls.png) no-repeat 0 0;
}
.dcsmt .controls .prev {
	background-position: -40px 0;
}
.dcsmt .controls .next {
	background-position: -60px 0;
}
.dcsmt .controls .play {
	background-position: 0 0;
}
.dcsmt .controls .pause {
	background-position: -20px 0;
}
.dcsmt .controls .dcsmt-close {
	background-position: -80px 0;
}
.dcsmt .controls .prev:hover {
	background-position: -40px -20px;
}
.dcsmt .controls .next:hover {
	background-position: -60px -20px;
}
.dcsmt .controls .play:hover {
	background-position: 0 -20px;
}
.dcsmt .controls .pause:hover {
	background-position: -20px -20px;
}
.dcsmt .controls .dcsmt-close:hover {
	background-position: -80px -20px;
}
/** Static **/
.dcsmt.static .controls {
	bottom: 10px;
}
/** Top **/
.dcsmt.top .controls {
	bottom: 10px;
}
/** Right **/
.dcsmt.right .controls {
	bottom: 10px;
	right: 0;
}
/** Bottom **/
.dcsmt.bottom .controls {
	bottom: 0;
}
/** Left **/
.dcsmt.left .controls {
	bottom: 10px;
	left: 0;
}
/* twitter */
.tab-twitter .tab-inner ul li a {
	color: #38AEAE;
}
.tab-twitter .tab-inner ul li a:hover {
	color: #38AEAE;
	text-decoration: underline;
}
.tab-twitter .tab-inner ul li span.twitter-user a {
	color: #999;
	line-height: 1.5em;
}
.tab-twitter .tab-inner ul li span.twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.tab-twitter .tab-inner ul li span.twitter-user a strong{
	color: #444;
}
.tab-twitter .tab-inner ul li span.twitter-user a:hover strong {
	color: #38AEAE;
	text-decoration: underline;
}
.tab-twitter .tab-inner ul li .thumb img {
	border: 1px solid #ececec;
	padding: 1px;
	background: #fff;
}
.tab-twitter .tab-inner ul li .twitter-image {
	display: block;
	clear: both;
	text-align: center;
}
.tab-twitter .tab-inner ul li .twitter-image img {
	border: 1px solid #ececec;
	padding: 1px;
	background: #fff;
}
/* google */
.tab-google .tab-inner .google-page {
	overflow: hidden;
	height: 55px;
	border-bottom: 1px solid #ccc;
}
.tab-google .tab-inner .google-page.standard {
	height: 117px;
}
.tab-google .tab-inner .google-page.small iframe{
	height: 69px;
	margin-bottom: 0;
}
.tab-google .tab-inner .google-page.standard iframe{
	height: 131px;
	margin-bottom: 0;
}
/** rss **/
.tab-rss .tab-inner ul li p {
	padding: 3px 0;
}
/** Facebook **/
.tab-facebook .tab-inner ul li p {
	padding: 3px 0;
}
.tab-facebook .tab-inner li img{
	float: left;
	margin: 0 7px 5px 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #ececec;
}
.tab-facebook .tab-inner li .section-share .share-facebook {
	display: none;
}
/** Flickr **/
.tab-flickr .tab-inner ul {
	padding-top: 5px;
}
.tab-flickr .tab-inner ul.stream li {
	float: left;
	clear: both;
	padding: 0;
	margin: 0 5px 5px 0;
	border: none;
}
.tab-flickr .tab-inner li .thumb {
	margin: 0;
}
.tab-flickr .tab-inner li img{
	max-width: 100%;
}
.tab-flickr .tab-inner li .section-share {
	bottom: 10px;
	right: 5px;
}
/** Youtube **/
.youtube-subscribe {
	overflow: hidden; 
	height: 105px; 
	width: 100%; 
	border: 0;
}
/* Digg */
.tab-digg .digg-widget .digg-widget-head.premium, .tab-digg .digg-widget .digg-widget-head {
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    white-space: nowrap;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.tab-digg .digg-widget .digg-widget-head h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 26px;
    white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
	background: url(/forum/images/social/digg.png) no-repeat 0 0;
}
.tab-digg .digg-widget .digg-widget-head a {
	top: 12px;
}
.tab-digg .digg-widget-content {
	border-top: 1px solid #ccc;
}
/* Pinterest */
.tab-pinterest .tab-inner ul li {
	background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    font-size: 11px;
    padding: 15px 15px 45px 15px;
    width: 192px;
	margin: 10px auto;
}
.tab-pinterest .tab-inner ul li a {

}
.tab-pinterest .tab-inner ul li img {
	background: #fff;
	margin-bottom: 2px;
	border: none;
	padding: none;
}
.tab-pinterest .tab-inner ul li p {
	text-align: left;
	padding: 0;
	line-height: 1.35em;
}
.tab-pinterest .tab-inner ul li .date {
	background-color: #F2F0F0;
    padding: 10px 15px;
	width: 192px;
	left: -5px;
	bottom: 0;
	color: #8C7E7E;
	font-style: normal;
	font-weight: bold;
}
.tab-pinterest .tab-inner ul li .date {
	margin-left: 0;
}
.tab-pinterest .tab-inner ul li .section-share {
	right: 5px;
	bottom: 9px;
}
/* dribbble */
.tab-dribbble .tab-inner li .meta {
	clear: both;
}
/* deviantart */
.tab-deviantart .tab-inner li img {
	margin: 5px 0;
}
/* tumblr */
.tab-tumblr .tab-inner ul li img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.tab-tumblr .tab-inner ul li p {
	padding: 3px 0;
}
.tab-tumblr .tab-inner ul li .track {
	display: block;
	background: url(/forum/images/social/tracks.png) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	margin-bottom: 0;
}
/* instagram */
.tab-instagram .tab-inner ul li .thumb {
	margin-bottom: 3px;
}
.tab-instagram .tab-inner ul li .meta .comments, .tab-instagram .tab-inner ul li .meta .likes {
	margin-top: 5px;
}

