
/*------------------------------------------------------------------------
# Soapbox -> Style CSS (v2.3.0)
# ------------------------------------------------------------------------
# Copyright (C) 2011 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* !LAYOUT */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !LAYOUT: Body */
/* ----------------------------------------------------------------------*/
body						{ color: #4c5b58; background: #fff url(../images/bg.png) repeat top center; }

/* !Printable page & Mailto Page Popups */
body.contentpane			{ color: #4c5b58; background: #fff; }

/* !Modal Pane Popups */
body.modalpane				{ color: #4c5b58; background-color: #fff; }

/* !Table */
th						{}
td,div					{}


/* ------------------------------------------------------------------------
/* !LAYOUT: Containers */
/* ----------------------------------------------------------------------*/
#sbx-wrapper 									{ width: 960px; margin: 0 auto; padding: 0; position: relative; }

/* !Common */
.sbx-cw										{ background: #fff; }
#sbx-header,
#sbx-footer,
#sbx-mainnav,
#sbx-container									{}

/* !3 Column & Common */
#sbx-containerwrap								{}
#sbx-containerwrap2								{}
#sbx-container									{}
#sbx-container2								{}
#sbx-mainbody									{ width: 520px; display: inline; float: left; }
#sbx-content									{ padding-bottom: 20px; }

/* !Full */
#sbx-containerwrap-f							{}
#sbx-containerwrap-f #sbx-containerwrap2			{}
#sbx-containerwrap-f #sbx-container,
#sbx-containerwrap-f #sbx-container2				{}
#sbx-mainbody-f								{}
#sbx-mainbody-f #sbx-content						{}

/* !Full left */
#sbx-containerwrap-fl							{}
#sbx-containerwrap-fl #sbx-containerwrap2,
#sbx-containerwrap-fl #sbx-container				{}
#sbx-containerwrap-fl #sbx-container2				{ background: url(../images/dots-vert.png) repeat-y 669px 0px; }
#sbx-mainbody-fl								{ width: 670px; display: inline; float: left; }
#sbx-mainbody-fl #sbx-content						{ padding-right: 60px; }

/* !Full right */
#sbx-containerwrap-fr							{}
#sbx-containerwrap-fr #sbx-containerwrap2			{}
#sbx-containerwrap-fr #sbx-container,
#sbx-containerwrap-fr #sbx-container2				{}
#sbx-mainbody-fr								{ width: 760px; display: inline; float: left; }
#sbx-mainbody-fr #sbx-content						{}

/* !Left & Right Columns */
#sbx-leftCol									{ width: 160px; display: inline; float: left; }
#sbx-leftCol-inner								{}
#sbx-rightCol									{ width: 290px; display: inline; float: left; }
#sbx-rightCol-inner								{ padding-bottom: 20px; }
#sbx-leftCol .article_separator,
#sbx-rightCol .article_separator					{ display: none; }

.pHome #sbx-content								{ padding-bottom: 0px; }
.content-bot									{ clear: both; background: url(../images/content-bot.gif) no-repeat left top; }


/* ------------------------------------------------------------------------
/* !LAYOUT: Header */
/* ----------------------------------------------------------------------*/
#sbx-headerwrap			{ position: relative; z-index: 999; background: #fff; }
#sbx-header				{ position: relative; height: 145px; z-index: 999; background: url(../images/hd-div.png) repeat-x left bottom; }

a#logo					{ position: absolute; top: 20px; left: 20px; display: block; }

.sbxModTable-social			{ position: absolute; top: 20px; left: 210px;}
.sbxModTable-social a		{ margin-right: 4px; }

.sbxModTable-donate			{ position: absolute; top: 4px; right: 0px; }
a.btn-donate				{ display: block; width: 136px; height: 46px; background: url(../images/btn-donate.png) no-repeat left top; }
a.btn-donate:hover			{ background-position: left bottom; }
a.btn-donate span			{ display: none; }

.sbxModTable-gm					{ /*position: absolute; top: 0px; right: 140px; width: 510px;*/ float: right; margin-right: 140px; }
ul.menu-gm						{ margin: 0; padding: 0 0 0 4px; height: 31px; float: right; background: url(../images/gm-left.png) no-repeat left top; }
ul.menu-gm li						{ margin: 0; padding: 0 11px 0 9px; display: block; float: left; background: url(../images/gm-div.png) no-repeat right center; line-height: 31px; height: 31px; }
ul.menu-gm li a					{ display: block; color: #637773; font-size: 11px; line-height: 31px; text-decoration: none; text-transform: uppercase; font-family: DINRegular; }
ul.menu-gm li a:hover				{ color: #3d4947; text-decoration: none; }
ul.menu-gm li.last-item				{ background: url(../images/gm-right.png) no-repeat right top !important;; }

.sbxModTable-srch								{ float: right; width: 150px; height: 31px; background: url(../images/srch-bg.png) no-repeat top right; }
.sbxModTable-srch input#mod_search_searchword		{ background: transparent url(none); border: none; font-family: DINRegular; color: #637773; font-size: 11px; margin: 6px 0 0 10px; width: 105px !important; }
.sbxModTable-srch button.button					{ width: 12px; height: 12px; background: url(../images/srch-btn.png) no-repeat left top !important; border: none; padding: 0px; margin: 10px 15px 0 0; float: right; }
.sbxModTable-srch button.button:hover				{ background-position: left bottom !important; }
.sbxModTable-srch button.button span				{ display: none; }


/* ------------------------------------------------------------------------
/* !LAYOUT: Footer */
/* ----------------------------------------------------------------------*/
#sbx-footerwrap					{ clear: both; }
#sbx-footer						{ position: relative; color: #d2d6d5; font-size: 12px; font-family: DINRegular; padding: 24px 25px 16px 25px; background: url(../images/ft-div.png) repeat-x left top; }
#sbx-footer p						{ margin: 0px; }

ul.menu-fm						{ margin: 0; padding: 0; height: auto; float: right; }
ul.menu-fm li						{ margin: 0; padding: 0 8px; display: block; float: left; background: url(../images/fm-div.png) no-repeat right center; height: auto; }
ul.menu-fm li a					{ display: block; color: #a2c8ce; font-size: 12px; text-decoration: none; font-family: DINRegular; }
ul.menu-fm li a:hover				{ color: #bfecf5; text-decoration: none; }
ul.menu-fm li.last-item				{ background: none; padding-right: 0px; }


/* ------------------------------------------------------------------------
/* !LAYOUT: Breadcrumbs */
/* ----------------------------------------------------------------------*/
#sbx-pathway										{ font-size: 11px; font-family: DINRegular; color: #b1bbbc; padding-top: 2px; padding-bottom: 25px; }
#sbx-pathway .mod-breadcrumbs							{}
#sbx-pathway .mod-breadcrumbs span.pathway a				{ text-decoration: none; color: #b1bbbc; }
#sbx-pathway .mod-breadcrumbs span.pathway a:hover		{ text-decoration: none; color: #637773; }
#sbx-pathway .mod-breadcrumbs span.pathway img			{}
#sbx-pathway .mod-breadcrumbs span.pathway span.sep		{ padding: 0px 4px; }










/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* !MENUS */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !MENU: Mainmenu > Menu */
/* ----------------------------------------------------------------------*/
/* !1st Level */
ul.menu 												{ margin: 0; padding: 0; list-style: none; }
ul.menu li 											{ margin: 0; padding: 0; background: none !important; height: auto; }
ul.menu li a,
ul.menu li a:active,
ul.menu li a:visited									{ font-size: 12px; font-family: DINBold; color: #fff; line-height: 30px; padding: 0 0 0 18px; text-decoration: none; text-transform: uppercase; display: block; outline: none; background: url(../images/mSM-top.png) no-repeat left top; height: 33px; }
ul.menu li a:hover 										{ text-decoration: none; }
ul.menu li a span 										{}

/* !1st Level > Parent (has sub items) */
ul.menu li.parent a										{}
ul.menu li.parent a:hover								{}
ul.menu li.parent a span 								{}

/* !1st Level > Active */
ul.menu li.active a,
ul.menu li.active a:active,
ul.menu li.active a:visited								{}
ul.menu li.active a:hover								{}
ul.menu li.active a span 								{}

/* !1st Level > Seperator */
ul.menu li span.separator								{}
ul.menu li span.separator span							{}

/*-----------------------------------------------------------------------*/

/* !2nd Level */
ul.menu li ul 											{ margin: 0; padding: 14px 10px 14px 24px; list-style: none; }
ul.menu li ul li 										{ padding: 9px 0; list-style: none; }
ul.menu li ul li a,
ul.menu li ul li a:active,
ul.menu li ul li a:visited,
ul.menu li.active ul li a,
ul.menu li.active ul li a:active,
ul.menu li.active ul li a:visited							{ color: #4c5b58; padding: 0px; background: none !important; font-size: 18px; line-height: 1.1em; font-weight: normal; font-family: MemphisLTStdBoldItalic; text-transform: none; height: auto; }
ul.menu li ul li a:hover,
ul.menu li.active ul li a:hover 							{ color: #8dc63f; }
ul.menu li ul li a span									{}

/* !2nd Level > Parent (has sub items) */
ul.menu li.active ul li.parent a							{}
ul.menu li.active ul li.parent a:hover						{}
ul.menu li.active ul li.parent a span 						{}

/* !2nd Level > Active */
ul.menu li.active ul li.active a,
ul.menu li.active ul li.active a:active,
ul.menu li.active ul li.active a:visited					{ color: #aad46f; }
ul.menu li.active ul li.active a:hover						{ color: #8dc63f; }
ul.menu li.active ul li.active a span 						{}

/* !2nd Level > Seperator */
ul.menu li ul li span.separator							{}
ul.menu li ul li span.separator span						{}

/*-----------------------------------------------------------------------*/

/* !3rd Level */
ul.menu li ul li ul										{}
ul.menu li ul li ul li									{}
ul.menu li ul li ul li a,
ul.menu li ul li ul li a:active,
ul.menu li ul li ul li a:visited,
ul.menu li.active ul li.active ul li a,
ul.menu li.active ul li.active ul li a:active,
ul.menu li.active ul li.active ul li a:visited				{ color: #006699; font-weight: normal; }
ul.menu li ul li ul li a:hover,
ul.menu li.active ul li.active ul li a:hover 				{ color: #333; }
ul.menu li.active ul li.active ul li a span					{}

/* !3rd Level > Parent (has sub items) */
ul.menu li.active ul li.active ul li.parent a				{}
ul.menu li.active ul li.active ul li.parent a:hover			{}
ul.menu li.active ul li.active ul li.parent a span 			{}

/* !3rd Level > Active */
ul.menu li.active ul li.active ul li.active a,
ul.menu li.active ul li.active ul li.active a:active,
ul.menu li.active ul li.active ul li.active a:visited			{ font-weight: normal; color: #333; }
ul.menu li.active ul li.active ul li.active a:hover			{}
ul.menu li.active ul li.active ul li.active a span 			{}

/* !3rd Level > Seperator */
ul.menu li ul li ul li span.separator						{}
ul.menu li ul li ul li span.separator span					{}



/* ------------------------------------------------------------------------
/* !MENU: Extended Menu > Horizontal Suckerfish */
/* ----------------------------------------------------------------------*/
.sbxModTable-mm		{ position: absolute; z-index: 999; width: 675px; right: 0px; bottom: 29px; background: url(../images/mm-line.png) no-repeat right bottom; padding-bottom: 6px; }

/* !1st Level */
#ja-cssmenu 			{ margin: 0; padding: 0; position: relative; z-index: 1000; font-size: 14px; font-family: DINRegular; text-transform: uppercase; float: right; }
#ja-cssmenu ul 		{ margin: 0; padding: 0; z-index: 1000; }
#ja-cssmenu li 		{ margin: 0; padding: 0 0 0 26px; float: left; display: block; background: none; cursor: pointer; clear: none; z-index: 1000; height: auto; }
#ja-cssmenu ul a 		{ width: 118px; z-index: 1000; /* width of links can be whatever but don't let them go over the arrows */ }

/* !2nd Level */
#ja-cssmenu li ul		{ width: 160px; position: absolute; left: -999em; height: auto; z-index: 1000; }
#ja-cssmenu li li 		{ padding: 0 10px 0 0; margin: 0; width: 150px; }

/* !3rd Level */
#ja-cssmenu li ul ul 	{ margin: -27px 0 0 160px; }

#ja-cssmenu li:hover ul ul, #ja-cssmenu li:hover ul ul ul,
#ja-cssmenu li.sfhover ul ul, #ja-cssmenu li.havechildsfhover ul ul, #ja-cssmenu li.havechild-activesfhover ul ul, #ja-cssmenu li.activesfhover ul ul,
#ja-cssmenu li.sfhover ul ul ul, #ja-cssmenu li.havechildsfhover ul ul ul, #ja-cssmenu li.havechild-activesfhover ul ul ul, #ja-cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#ja-cssmenu li:hover ul, #ja-cssmenu li li:hover ul, #ja-cssmenu li li li:hover ul,
#ja-cssmenu li.sfhover ul, #ja-cssmenu li.havechildsfhover ul, #ja-cssmenu li.havechild-activesfhover ul, #ja-cssmenu li.activesfhover ul,
#ja-cssmenu li li.sfhover ul, #ja-cssmenu li li.havesubchildsfhover ul, #ja-cssmenu li li.havesubchild-activesfhover ul, #ja-cssmenu li li.activesfhover ul,
#ja-cssmenu li li li.sfhover ul, #ja-cssmenu li li li.havesubchildsfhover ul, #ja-cssmenu li li li.havesubchild-activesfhover ul, #ja-cssmenu li li li.activesfhover ul {
	left: auto;
}


/* !STYLE: 1st Level */
/* ------------------------------------------------------ */
#ja-cssmenu li a 						{ display: block; text-decoration: none; line-height: 1.0em; color: #00b2d9; padding-bottom: 15px; }
#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus 					{ color: #637773; }
#ja-cssmenu li a span					{ display: block; }

#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover,
#ja-cssmenu li.havechildsfhover,
#ja-cssmenu li.havechild-activesfhover 		{ color: #637773; }

#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus				{ color: #ec008e; background: url(../images/mm-line.png) repeat-x left bottom; }


/* !STYLE: 2nd+ Level */
/* ------------------------------------------------------ */
#ja-cssmenu li ul									{ border: 1px solid #2b6484; background: #5192c3; }
#ja-cssmenu li ul li 								{ border-bottom: 1px solid #2972a8; border-right: none; background: none; }
#ja-cssmenu li ul a 								{ border-right: none; margin: 0; padding: 7px 10px; line-height: normal; background: none; color: #fff; font-weight: normal; font-size: .9em; }

/* !LI with subitems, want to show arrow */
#ja-cssmenu li.havesubchild 							{ background: url(../images/mm-arrow.png) no-repeat 94% 50%; }
#ja-cssmenu li.havesubchild:hover						{ background: url(../images/mm-arrow.png) no-repeat 94% 50% #2b6484; }

/*! LI active state, want to show arrow */
#ja-cssmenu li.havesubchild-active 					{ background: url(../images/mm-arrow.png) no-repeat 94% 50%; }
#ja-cssmenu li.havesubchild-active:hover 				{ background: url(../images/mm-arrow.png) no-repeat 94% 50% #2b6484; }

#ja-cssmenu li.havesubchildsfhover:hover,
#ja-cssmenu li.havesubchild-activesfhover:hover,
#ja-cssmenu ul ul li.havesubchildsfhover:hover,
#ja-cssmenu ul ul li.havesubchild-activesfhover:hover 		{ background: url(../images/mm-arrow.png) no-repeat 94% 50% #2b6484; }

#ja-cssmenu li.havesubchildsfhover,
#ja-cssmenu li.havesubchild-activesfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover,
#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover							{ background: #2b6484; color: #fff; position: static; }

/* !LI active state */
#ja-cssmenu ul li.active,
#ja-cssmenu ul li.active:hover,
#ja-cssmenu ul li.active:active,
#ja-cssmenu ul li.active:focus,
#ja-cssmenu ul li.activesfhover,
#ja-cssmenu ul li.activesfhover:hover,
#ja-cssmenu ul li.activesfhover:active,
#ja-cssmenu ul li.activesfhover:focus					{ background-color: #2972a8; }

/* !LINK active state */
#ja-cssmenu ul li a.active,
#ja-cssmenu ul li a.active:hover,
#ja-cssmenu ul li a.active:active,
#ja-cssmenu ul li a.active:focus						{ background: #2972a8 !important; color: #fff; font-weight: bold; }










/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* !QUICK STYLES */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
.page-desc										{ margin-top: -.6em; margin-bottom: 3em; }

/* !Component Heading */
h1.componentheading									{ color: #ec008c; font-size: 30px; font-family: MemphisLTStdBoldItalic; font-weight: normal; padding: 0px; }
h1.componentheading	span.subheading					{ color: #5b91e5; }

/* !Article Heading */
.article-title										{}
.article-title h2.contentheading						{ color: #ec008c; font-size: 30px; font-family: MemphisLTStdBoldItalic; font-weight: normal; }
.article-title h2.contentheading a						{ color: #ec008c; }
.article-title h2.contentheading a:hover				{ color: #ec008c; }
.article-title h2.contentheading span.subheading			{}
.article-title h2.chBtns-icons						{}
.article-title h2.chBtns-text							{}
.article-title h2.chBtns-none							{}
.article-title .buttonheading 						{}
.article-title .buttonheading img						{}
.article-title .buttonheading span						{}
.article-title .bhBtns-icons span.btn					{}
.article-title .bhBtns-text span.btn					{}

/* !Article Meta */
.article-meta-wrap,
div.metadata,
.dn-meta,
.item-meta										{ color: #8a9996; }

.article-meta-wrap,
div.metadata,
span.small										{}

.article-meta-content								{}
.article-meta-content span							{}

.article-meta-content span strong,
div.metadata span.author-name,
span.title span.count,
span.small strong,
.item-meta strong									{ color: #8a9996; }
.article-meta-content span.title						{}

/* !Article Meta: Setup for just top portion and bottom */
.metaTop											{}
.metaBot											{}

/* !Article Content */
.article-content 									{}
.article-content img								{}

/* !Separators */
span.article_separator								{}
span.afterdisplay_separator							{}

/* !Before and After Wrappers */
.article-beforecontent								{}
.article-aftercontent								{ border-color: #f2f2f2; }

/* !Table of Contents */
table.contenttoc 									{}
table.contenttoc a 									{}
table.contenttoc td 								{}
table.contenttoc th 								{ border-color: #ccc; }
table.contenttoc a.active							{}

/* !Blog Table */
table.blog tr td div.contentpaneopen					{}
table.blog tr td.article_column 						{}
table.blog tr td.column_separator 						{}
table.blog span.article_separator						{ background: url(../images/blog-dots.png) repeat-x left center; height: 4em; }
table.blog h2.contentheading							{ font-family: DINBold; font-weight: normal; color: #3d4947; margin: 0px; }
table.blog h2.contentheading a,
table.blog h2.contentheading a:active,
table.blog h2.contentheading a:visited 					{}
table.blog h2.contentheading a:hover					{}
table.blog .article-title							{ margin-bottom: 0px; }
table.blog .article-title .buttonheading 				{}
table.blog .article-title .buttonheading img				{}
table.blog .article-title .buttonheading span			{}
table.blog .article-content 							{ margin-top: .4em; margin-bottom: .4em; }
table.blog .article-content p							{}
table.blog .article-content img						{}

/* !Blog More */
.compBlogMore-wrap									{ border-color: #ccc; }
.compBlogMore-content								{}

/* !Read On Button */
a.readon,
a.readon:active,
a.readon:visited									{ font-family: MemphisLTStdBoldItalic; font-size: 14px; font-weight: normal; }
a.readon:hover										{}

/* !Back Button */
.back_button a,
.back_button a:active,
.back_button a:visited								{}
.back_button a:hover								{}

/* !Results Table */
table.resultsTBL caption								{ color: #4c5b58; border-color: #d8dddc; }
table.resultsTBL thead th							{ color: #fff; background: #4c5b58; }
table.resultsTBL thead th a							{ color: #fff; }
table.resultsTBL thead th a:hover						{}
table.resultsTBL .row1 td,
table.resultsTBL .odd td								{ background: #f7f8f8; border-color: #d8dddc; }
table.resultsTBL .row2 td,
table.resultsTBL .even td							{ background: #eff1f1; border-color: #d8dddc; }
table.resultsTBL tfoot td							{ background: #d8dddc; }
.resultsTBL-foot									{ background: #f2f2f2; border-bottom: 2px solid #d8dddc; }
.resultsTBL-foot .foot-total strong					{ color: #5b91e5; } 
table.resultsTBL tr.rowTitle1 td						{ background: #f7f8f8; }
table.resultsTBL tr.rowTitle2 td						{ background: #eff1f1; }

/* !Results Table: Manage Links */
a.mngViewLink										{}
a.mngEditLink										{}
a.mngRemoveLink									{}

/* !Pager: List */
ul.pagination 										{ border-color: #d8dddc; }
ul.pagination li 									{}
ul.pagination li span								{}
ul.pagination li.prevPage,
ul.pagination li.prevPageOff,
ul.pagination li.nextPage,
ul.pagination li.nextPageOff							{}
ul.pagination a,
ul.pagination a:active,
ul.pagination a:visited								{}
ul.pagination a:hover 								{}

/* !Poll Table Bars */
.polls_color_1 									{}
.polls_color_2 									{}
.polls_color_3 									{}
.polls_color_4 									{}
.polls_color_5 									{}

/* !Section Containers */	
.compSect-wrap										{}
.compSect-title									{}
.compSect-title a,
.compSect-title a:active,
.compSect-title a:visited							{}
.compSect-title a:hover 								{}
.compSect-title h3									{ font-weight: normal; }
.compSect-title h3 span								{}
.compSect-title h3 span.sub							{ color: #999; font-size: .8em; }
.compSect-title-link h3								{}
.compSect-title-link h3 a,							{}
.compSect-title-link h3 a:active,						{}
.compSect-title-link h3 a:visited						{}
.compSect-title-link h3 a:hover						{}
.compSect-contentwrap								{}
.compSect-contentwrap fieldset						{}
.compSect-content									{}
.compSectBtns-wrap									{}
.compSectBtns-contentwrap							{}
.compSectBtns-content								{}

/* !Section Internal Containers */	
.compSectInt-wrap									{}
.compSectInt-title									{}
.compSectInt-title a,
.compSectInt-title a:active,
.compSectInt-title a:visited							{}
.compSectInt-title a:hover 							{}
.compSectInt-title h3								{}
.compSectInt-title h3 span							{}
.compSectInt-title h3 span.sub						{}
.compSectInt-title-link h3							{}
.compSectInt-title-link h3 a,							
.compSectInt-title-link h3 a:active,					
.compSectInt-title-link h3 a:visited					{}
.compSectInt-title-link h3 a:hover						{}
.compSectInt-contentwrap								{}
.compSectInt-contentwrap fieldset						{}
.compSectInt-content								{}

/* !Section Containers Content & Forms */
.compSect-content label.desc							{}
.compSect-content label.descLrg						{}
.compSect-content label.desc span.subLBL				{}
.compSect-content label.choice,
.compSect-content li div label,
.compSect-content li span label						{ color: #666; }
.compSect-content li.section,
.compSect-content li.sectionInstruct,
.compSect-content li.border-top						{ color: #666; border-color: #ccc; }
			
/* !Results Nav */
.compResNav-wrap									{}
.compResNav-content									{}
.compResNavPgr-wrap									{}
.compResNavCtr-wrap									{}

/* !Tool Bar */
.compToolBar-wrap									{ border-color: #ec008c; }
.compToolBar-content								{}
.compToolBar-content ul								{}
.compToolBar-content ul li a,
.compToolBar-content ul li a:active,
.compToolBar-content ul li a:visited					{ background: #f1592a; border-color: #f1592a; color: #fff; }
.compToolBar-content ul li a:hover						{ background: #3D4947; border-color: #3D4947; color: #fff; }
.compToolBar-content ul li							{}
.compToolBar-content ul li.first						{}
.compToolBar-content ul li.last						{}
.compToolBar-content ul li.left						{}
.compToolBar-content ul li.right						{}
.compToolBar-content ul li.active a					{ background: #ec008c; border-color: #ec008c; color: #fff; }
.compToolBar-content ul li.disabled a					{ text-decoration: none; background: #f7f8f8; border-color: #f7f8f8; color: #d8dddc; }

/* !Nav Bar */
.compNavBar-wrap									{ border-color: #d8dddc; }
.compNavBar-content									{}
.compNavBar-content ul								{}
.compNavBar-content ul li							{}
.compNavBar-content ul li.first						{}
.compNavBar-content ul li.last a						{}
.compNavBar-content ul li.active a						{ color: #000; text-decoration: underline; }
.compNavBar-content ul li.disabled a					{ color: #d8dddc; text-decoration: none; }
.compNavBar-content ul li a							{ border-color: #d8dddc; }
.compNavBar-content ul li.left						{}
.compNavBar-content ul li.right						{}

/* !Sort Bar */
.compSortBar										{ border-color: #d8dddc; }

/* !Nav Bar: Specific Link Types */
a.nbPubLink										{}
a.nbUnpubLink										{}
a.nbRemoveLink										{}
a.nbBackLink										{}
a.nbEditLink										{}
a.nbNewLink										{}
a.nbViewLink										{}
a.nbExportLink										{}

/* !Title Bar */
.compTitleBar-wrap									{}
.compTitleBar-content								{}
.compTitleBar-content ul								{}
.compTitleBar-content ul li							{}
.compTitleBar-content ul li.first						{}
.compTitleBar-content ul li.last						{}
.compTitleBar-content ul li.last a						{}
.compTitleBar-content ul li.active a					{ color: #000; text-decoration: underline; }
.compTitleBar-content ul li.disabled a					{ color: #d8dddc; text-decoration: none; }
.compTitleBar-content ul li a							{ border-color: #d8dddc; }
.compTitleBar-content ul li.left						{}
.compTitleBar-content ul li.right						{}

/* !Title Bar: Specific Link Types */
a.cstPubLink										{}
a.cstUnpubLink										{}
a.cstRemoveLink									{}
a.cstBackLink										{}
a.cstditLink										{}
a.cstNewLink										{}
a.cstViewLink										{}
a.cstExportLink									{}

/* !Stats Box */	
.compBox-wrap										{ border-color: #d8dddc; }
.compBox-content									{}

/* !Captcha */
.compCaptcha-wrap									{ border-color: #d8dddc; background: #f6f3ef; }
.compCaptcha-content								{}

/* !Results Filter */	
.compResFilter-wrap									{}
.compResFilter-content								{}
.compResFilter-content label							{}
.compResFilter-content label.desc						{}

/* !Results Page Display Filter */
.compResPDFilter-wrap								{ color: #fff; background: #8A9996; }
.compResPDFilter-content								{}
.compResPDFilter-content label.desc					{ color: #fff; }

/* !Content Rating */
.compConRating-wrap									{ color: #a68860; background: #f6f3ef; }
.compConRating-content								{}

/* !Form: Fields */
.field,
.inputbox,
td.paramlist_value select							{ color: #3d3630; font-family: Tahoma, Arial, Helvetica, sans-serif; border-color: #7c7c7c #c3c3c3 #ddd; }

input.inputbox:hover,
input.inputbox:focus,
input.text:hover,
input.text:focus,
textarea.textarea:hover,
textarea.textarea:focus								{}

input.checkbox,
input.radio										{ color: #d8dddc; }

/* !Form: Main Button */
button.button										{ color: #ccc; background: #333 url(../images/button-bg.gif) repeat-x top; border: 1px solid #333; font-size: .9em; text-transform: uppercase; padding: 3px 5px; line-height: normal; margin-right: 5px; cursor: pointer; overflow: visible; width: auto; }
button.button:hover, 
button.button:focus									{ background: #333 url(none); }

a.buttonLink										{}

/* !Big Link and Options */
a.bigLink											{ text-decoration: none !important; }

span.linkOptions									{}
span.linkOptions a,
span.linkOptions a:visited,			
span.linkOptions a:active							{}
span.linkOptions a:hover								{}

/* !Flickr Album Plugin */
.gallery-flickr ul									{}
.gallery-flickr ul li								{}
.gallery-flickr ul li a								{}
.gallery-flickr ul li a:hover img						{ border-color: #333; }
.gallery-flickr ul li a img							{ border-color: #d8dddc; }
.gallery-flickr-link								{ font-weight: bold; }

/* !Item Actions */
div.item-actions									{}
div.item-actions div.ia								{}
a.ia-link,
a.ia-link:active,
a.ia-link:visited									{ color: #fff; background-color: #006699; text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
a.ia-link:hover									{ color: #fff; background-color: #333; text-decoration: none; }
a.ia-link.active									{ background-color: #333; color: #ccc; }

/* !Modal Popups */
.modal-hdr										{ background-color: #92744c; }
.modal-title										{}
.modal-title h1.modaltitle							{}
.modal-toolbar										{}
.modal-toolbar button.button							{}
.modal-toolbar span									{}
.modal-content										{}

/* !Calendar Monthly Layout */
.cal-monthTBL th.cal-wdHead							{ color: #fff; border-color: #3d3630; background: #3d3630;  }
.cal-monthTBL tr.cal-weekHead,
.cal-monthTBL tr.cal-weekRow							{}
.cal-monthTBL td.cal-wd,
.cal-monthTBL td.cal-wdEmpty							{ border-color: #d8dddc; height: 110px; }
.cal-monthTBL td.cal-wd								{ color: #3d3630; background-color: #f2ede7; }
.cal-monthTBL td.cal-wdEmpty							{ color: #d8dddc; background-color: #f6f3ef; }
.cal-monthTBL td.cal-wd .cal-wdNum,
.cal-monthTBL td.cal-wdEmpty .cal-wdEmptyName			{}
.cal-monthTBL .cal-wdNum a							{ color: #3d3630; }
.cal-monthTBL .cal-wdNum a:hover						{ color: #3d3630; }
.cal-monthTBL .cal-today								{ background-color: #eaeef4 !important; }
.cal-monthTBL .cal-wdPopup							{ border-color: #d8dddc; background-color: #fff; }
.cal-monthTBL .cal-wdPopup .cal-num					{}
.cal-monthTBL .cal-closeBtn							{}
.cal-monthTBL .cal-event								{}
.cal-monthTBL .cal-eventSingle						{}
.cal-monthTBL .cal-eventTitle							{}
.cal-monthTBL .cal-eventDate							{ color: #7eac2f; }
.cal-monthTBL .meta-line								{ color: #3d3630; }
.cal-monthTBL .cal-eventMultiStart,
.cal-monthTBL .cal-eventMultiMiddle,
.cal-monthTBL .cal-eventMultiEnd						{}
.cal-monthTBL .cal-eventMultiStart .cal-eventInfo,
.cal-monthTBL .cal-eventMultiMiddle .cal-eventInfo,
.cal-monthTBL .cal-eventMultiEnd .cal-eventInfo			{ background-color: #f6f3ef; }
.cal-monthTBL .cal-eventMultiStart						{}
.cal-monthTBL .cal-eventMultiEnd						{}

/* !Calendar Monthly Navigation */
.compCalMonthNav-wrap								{ border-color: #ccc; }
.compCalMonthNav-content								{}
.cal-monthNavTBL									{}
.cal-monthNavTBL .cal-year,
.cal-monthNavTBL .cal-month							{}
.cal-monthNavTBL em.arrow							{}
.cal-monthNavTBL a									{ text-decoration: none !important; }
.cal-monthNavTBL td									{}
.cal-monthNavTBL td.cal-navmonthPrev					{}
.cal-monthNavTBL td.cal-navmonthNext					{}
.cal-monthNavTBL td.cal-navthismonth					{}
.cal-monthNavTBL .cal-prevyear,
.cal-monthNavTBL .cal-prevmonth						{}
.cal-monthNavTBL .cal-nextyear,
.cal-monthNavTBL .cal-nextmonth						{}
.cal-monthNavTBL .cal-thismonth						{}

/* !Calendar Module */
.calMod-monthTBL th.cal-wdHead						{ color: #fff; border-color: #3d3630; background: #3d3630;  }
.calMod-monthTBL td.cal-wd,
.calMod-monthTBL td.cal-wdEmpty						{ border-color: #d8dddc; }
.calMod-monthTBL td.cal-wd							{ color: #3d3630; background-color: #f2ede7; }
.calMod-monthTBL td.cal-wdEmpty						{ color: #d8dddc; background-color: #f6f3ef; }
.calMod-monthTBL td.cal-wd .cal-wdNum,
.calMod-monthTBL td.cal-wdEmpty .cal-wdEmptyName			{ height: 30px; }
.calMod-monthTBL .cal-today							{ background-color: #eaeef4 !important; }
.calMod-monthTBL a.cal-wdNumEvent						{}
.calMod-monthTBL a.cal-wdNumEvent:hover					{ background: #fbf7fc; }
.calMod-monthNavTBL a								{ text-decoration: none !important; }
.calMod-monthTBL .cal-wdPopup							{ border-color: #d8dddc; background-color: #fff; }
.calMod-monthTBL .cal-eventDate						{ color: #7eac2f; }
.calMod-monthTBL .meta-line							{ color: #3d3630; }
.calMod-monthTBL .cal-wdPopNum a						{ color: #3d3630; }






/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* !MODULE CHROME */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !MODULE CHROME: TYPOGRAPHY */
/* ----------------------------------------------------------------------*/
/* !Title */
h3.sbxMod-title					{}


/* !Mod Content Containers */
.sbxMod-content 					{}


/* !Link */
.sbxMod-content a,
.sbxMod-content a:active,
.sbxMod-content a:visited 			{}
.sbxMod-content a:hover				{}


/* !Heading */
.sbxMod-content h4,
.sbxMod-content h5, 
.sbxMod-content h6					{}

.sbxMod-content h4 					{}
.sbxMod-content h5 					{}
.sbxMod-content h6					{}


/* !Type margin.padding */
.sbxMod-content p, 
.sbxMod-content pre,
.sbxMod-content code, 
.sbxMod-content blockquote, 
.sbxMod-content ul, 
.sbxMod-content ol,
.sbxMod-content table.tableStyle		{}


/* !Unordered Lists */
.sbxMod-content ul					{}
.sbxMod-content ul li				{}

.sbxMod-content ul.plainList			{}
.sbxMod-content ul.plainList li		{}


/* !Ordered Lists */
.sbxMod-content ol					{}
.sbxMod-content ol li				{}


/* !Definition Lists */
.sbxMod-content dl					{}
.sbxMod-content dl dt				{}
.sbxMod-content dl dd				{}


/* !HR */
.sbxMod-content hr					{}


/* !Code Highlight */
.sbxMod-content pre					{}
.sbxMod-content code				{}


/* !Blockquote */
.sbxMod-content blockquote			{}


/* !Address */
.sbxMod-content address				{}


/* !Sup/Subscript */
.sbxMod-content sup,
.sbxMod-content sub					{}


/* !Sample */
.sbxMod-content samp				{}


/* !Table */
.sbxMod-content table.tableStyle							{}
.sbxMod-content table.tableStyle thead th					{}
.sbxMod-content table.tableStyle thead th a,
.sbxMod-content table.tableStyle thead th a:active,
.sbxMod-content table.tableStyle thead th a:visited			{}
.sbxMod-content table.tableStyle thead th a:hover				{}
.sbxMod-content table.tableStyle tr td						{}
.sbxMod-content table.tableStyle tr.row1 td					{}
.sbxMod-content table.tableStyle tr.row2 td					{}
.sbxMod-content table.tableStyle tr.row1:hover td,
.sbxMod-content table.tableStyle tr.row2:hover td				{}
.sbxMod-content table.tableStyle caption					{}


/* !Img */
.sbxMod-content img.imgLeft				{}
.sbxMod-content img.imgRight				{}
.sbxMod-content img.imgLeftBorder			{}
.sbxMod-content img.imgRightBorder			{}
.sbxMod-content img.noBorder				{}
.sbxMod-content img.imgBorder				{}



/* ------------------------------------------------------------------------
/* !MODULE CHROME: sbxModTable */
/* ----------------------------------------------------------------------*/
div.sbxModTable 					{ margin-bottom: 15px; padding: 0 0 20px; }
div.sbxModTable h3					{ color: #7eac2f; font-size: 1.2em; font-weight: normal; text-transform: none; margin: 0; padding: 0 0 8px; }
div.sbxModTable h3 span				{}



/* ------------------------------------------------------------------------
/* !MODULE CHROME: sbxModTable-photo */
/* ----------------------------------------------------------------------*/
.sbxModTable-photo					{ padding: 0 0 2px 0; margin-bottom: 21px; background: url(../images/mod-horz-dots.png) repeat-x left bottom; }
.sbxModTable-photo .sbxMod-content		{ padding: 2px 0 0 0; background: url(../images/mod-horz-dots.png) repeat-x left top; }



/* ------------------------------------------------------------------------
/* !MODULE CHROME: sbxModTable-right */
/* ----------------------------------------------------------------------*/
.sbxModTable-right					{ padding: 0 0 2px 0; background: url(../images/mod-horz-dots.png) repeat-x left bottom; font-size: 13px; color: #4c5b58; font-family: DINRegular; }
.sbxModTable-right h3				{ font-weight: normal; font-family: MemphisLTStdBoldItalic; font-size: 18px; color: #00b2d9; text-transform: uppercase !important; text-align: center; margin: 0px; padding: 0; background: url(../images/mRight-dots.png) repeat-x left top; }
.sbxModTable-right h3 span			{ display: block; padding: 25px 0 13px 0; background: url(../images/mRight-dots.png) repeat-x left bottom; }
.sbxModTable-right .sbxMod-content		{ padding: 20px 0 6px 24px; }

.sbxModTable-right a.item-titleLink	{ font-weight: normal; font-family: DINBold; font-size: 16px; margin: 0 0 4px 0; }
.sbxModTable-right ul.mod-list li		{ padding: 0 0 1.6em 0; }



/* ------------------------------------------------------------------------
/* !MODULE CHROME: sbxModTable-sm */
/* ----------------------------------------------------------------------*/
.sbxModTable-sm					{ background: #e2f1cf url(../images/mSM-bot.png) repeat-x left bottom; padding: 0 0 5px 0; }



/* ------------------------------------------------------------------------
/* !MODULE CHROME: sbxModTable-intro */
/* ----------------------------------------------------------------------*/
.sbxModTable-intro					{ font-size: 24px; line-height: 1.3em; font-family: MemphisLTStdBoldItalic; color: #4c5b58; padding: 23px 25px 30px 25px; background: #bfecf5 url(../images/mIntro-bot.png) repeat-x left bottom; text-align: center; }
.sbxModTable-intro p				{ margin: 0px; }
.sbxModTable-intro span				{ color: #00b2d9; }
.sbxModTable-intro a				{ text-decoration: underline; }



/* ------------------------------------------------------------------------
/* !MODULE CHROME: sbxModTable-cb */
/* ----------------------------------------------------------------------*/
.sbxModTable-cb					{ float: left; width: 315px; font-size: 13px; color: #4c5b58; font-family: DINRegular; }
.sbxModTable-cb h3					{ font-weight: normal; font-family: MemphisLTStdBoldItalic; font-size: 18px; color: #00b2d9; text-transform: uppercase !important; text-align: center; margin: 0px; padding: 0; height: 88px; }
.sbxModTable-cb h3 span				{ display: block; padding: 34px 0 0 0; }
.sbxModTable-cb .sbxMod-content		{ padding: 0 30px 20px 30px; }

.sbxModTable-cb.mod-content-bot-1 .sbxMod-content		{ padding-left: 15px; }
.sbxModTable-cb.mod-content-bot-2 					{ width: 330px; }
.sbxModTable-cb.mod-content-bot-2 .sbxMod-content		{}
.sbxModTable-cb.mod-content-bot-3 .sbxMod-content		{ padding-right: 15px; }

.sbxModTable-cb a.item-titleLink		{ font-weight: normal; font-family: DINBold; font-size: 16px; margin: 0 0 4px 0; }
.sbxModTable-cb ul.mod-list li		{ padding: 0 0 1.6em 0; line-height: 1.3em; }

.sbxModTable-cb ul.tweet_list								{ margin: 0px; padding: 0px; }
.sbxModTable-cb ul.tweet_list li							{ background: none; margin: 0 0 23px 0; padding: 0px; line-height: 1.2em; clear: both; min-height: 50px; }
.sbxModTable-cb ul.tweet_list a.tweet_avatar					{ display: block; float: left; margin: 0 10px 0 0; padding: 4px 0 0 0; }
.sbxModTable-cb ul.tweet_list span.tweet_time a,
.sbxModTable-cb ul.tweet_list span.tweet_time a:hover			{ color: #4c5b58; }
.sbxModTable-cb ul.tweet_list span.tweet_text				{ font-family: DINBold; }









/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* !MODULES */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !MODULES: Base */
/* ----------------------------------------------------------------------*/
/* !UL Style for default module lists, change them all using this */
ul.mod-list			{}
ul.mod-list li			{}

/* !Title, Header, Footer & Description inside content */
h4.mod-contentTitle		{}
.mod-contentDesc		{}
.mod-contentDescIntro	{}
.mod-contentDescOutro	{}
.mod-contentFooter		{}

/* !Rows */
.modrow1				{}
.modrow2				{}

/* !MOD Items Classes */
.mod-item .item-title,
.mod-itemPlain .item-titleLink	{}
.mod-item .item-meta			{}
.mod-item .meta-line			{}
.mod-item .meta-line strong		{}
.mod-item .item-text			{}
.mod-item .item-text p			{}
.mod-itemPlain p				{}
.mod-item .item-more			{}
.mod-item a.item-readon,
.mod-item a.item-readon:active,
.mod-item a.item-readon:visited	{}
.mod-item a.item-readon:hover		{}










/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* ------------------------------------------------------------------------
/* !PAGES, COMPONENTS, FORMS, VIEWS & PIECES */
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------
/* !COMPONENT: Taxonomy */
/* ----------------------------------------------------------------------*/
.com_taxonomy .page-desc						{ margin-bottom: 0px; }
.com_taxonomy #sectTaxonomySearch-title			{ display: none; }
.com_taxonomy #sectTaxonomySearch-wrap			{ margin: 0px; background: url(../images/mRight-dots.png) repeat-x left bottom; }
.com_taxonomy #sectTaxonomySearch-contentwrap	{ padding: 0px; }
.com_taxonomy .compList label.desc				{ font-style: italic; color: #637773; }
.com_taxonomy #sectArticles-title				{ display: none; }
.com_taxonomy table.blog .article-content p		{ margin-bottom: .4em; }
.com_taxonomy #sectTaxonomySearch-formUL li,
.com_taxonomy #sectTaxonomySearch-formUL li:after						{}
.com_taxonomy #sectTaxonomySearch-formUL li.buttons					{ position: absolute; top: 10px; right: 0px; padding: 0px; }
.com_taxonomy #sectTaxonomySearch-formUL li.buttons span.symbol,
.com_taxonomy #sectTaxonomySearch-formUL li.buttons a					{ display: none; }
.com_taxonomy #sectTaxonomySearch-formUL li.buttons button.button		{ width: 61px; height: 24px; padding: 0px; margin: 0px; border: none; background: url(../images/btn-taxSearch.png) no-repeat left top; }
.com_taxonomy #sectTaxonomySearch-formUL li.buttons button.button:hover	{ background-position: left bottom; }
.com_taxonomy #sectTaxonomySearch-formUL li.buttons button.button span	{ display: none; }
.com_taxonomy #sectTaxonomySearch-formUL li label.desc					{ width: 28%; margin: 0px; line-height: 160%; }

/* ------------------------------------------------------------------------
/* !COMPONENT: SBX Mapper */
/* ----------------------------------------------------------------------*/
/* !Mapper */
.com_sbxMapper .gmap-locBalloon h6,
.com_sbxMapper .gmap-locBalloon h6 a					{ color: #5b91e5; text-decoration: none; font-weight: bold; }
.com_sbxMapper .locAttribsBox							{ background-color: #f6f3ef; }
.sbxMapper-map #mapper-gmapResults						{ background: #f6f3ef; }
.sbxMapper-map #results-head							{ background: #3d3630; }
.sbxMapper-map #results-headTtl h4						{ color: #fff; }
.sbxMapper-map #results-headPgr						{ border-color: #d8dddc; }
.sbxMapper-map #results-headPgr a,
.sbxMapper-map #results-headPgr a:active,
.sbxMapper-map #results-headPgr a:visited				{ color: #fff; }
.sbxMapper-map #results-headPgr a:hover					{ color: #ccc; }
.sbxMapper-map .result-locActive						{ background: #eaeef4; }
.sbxMapper-loc .loc-address .cat						{ color: #d8dddc; }
.sbxMapper-loc .loc-address .cat .title					{ color: #92744c; }



/* ------------------------------------------------------------------------
/* !MODULE: SBXSS Simple Template */
/* ----------------------------------------------------------------------*/
/* !Base */
.sbxModTable-sbxss .sbxss-simple												{ position: relative; }
.sbxModTable-sbxss .sbxss-simple .sbxss-slide									{}

/* !Content */
.sbxModTable-sbxss .sbxss-simple .sbxss-content-wrap								{ color: #fff; background: url(../images/sbxss-content-top.png) no-repeat left top; padding-top: 9px; left: 8px; bottom: 10px; zoom: 1; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content									{ color: #fff; background: url(../images/sbxss-content-bot.png) no-repeat left bottom; padding: 0px 10px 12px 10px; font-size: 14px; line-height: 1.2em; font-family: DINRegular; zoom: 1; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content h2								{ color: #fff; font-size: 20px; font-weight: normal; margin-bottom: 2px; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content h2 a								{ color: #fff; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content h2 a:hover							{ color: #ec008c; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content h3								{ color: #fff; font-size: 16px; font-weight: normal; margin-bottom: 4px; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content span.catsection						{ color: #ec008c; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content p									{}
.sbxModTable-sbxss .sbxss-simple .sbxss-content a.readon							{ color: #fff; }
.sbxModTable-sbxss .sbxss-simple .sbxss-content a.readon:hover						{ color: #ec008c; }

/* !Controls */
.sbxModTable-sbxss .sbxss-simple .sbxss-controls									{ background: transparent; padding: 0px; position: absolute; right: 10px; bottom: 10px; width: 80px; height: 60px;  }

/* !Pagination */
.sbxModTable-sbxss .sbxss-simple a.sbxss-page									{ color: #fff; background: #dbc09a; }
.sbxModTable-sbxss .sbxss-simple a.sbxss-page:hover								{ color: #333; background: #f2ede7;  }
.sbxModTable-sbxss .sbxss-simple a.sbxss-pageActive								{ color: #fff; background: #333; }
.sbxModTable-sbxss .sbxss-simple a.sbxss-pageActive:hover							{}
.sbxModTable-sbxss .sbxss-simple a.sbxss-page .thumbnail							{}

/* !Navigation (Next, Prev, Play/Pause) */
.sbxModTable-sbxss .sbxss-simple a.sbxss-nav										{ color: #fff; }
.sbxModTable-sbxss .sbxss-simple a.sbxss-nav:hover 								{ color: #333; }

.sbxModTable-sbxss .sbxss-simple a#sbxss-navbtn-prev								{ width: 51px; height: 23px; padding: 0px; left: 0px; top: 0px; background: url(../images/sbxss-prev.png) no-repeat left top; }
.sbxModTable-sbxss .sbxss-simple a#sbxss-navbtn-next								{ width: 80px; height: 35px; padding: 0px; left: 0px; top: 25px; background: url(../images/sbxss-next.png) no-repeat left top; }
.sbxModTable-sbxss .sbxss-simple a#sbxss-navbtn-prev span,
.sbxModTable-sbxss .sbxss-simple a#sbxss-navbtn-next span							{ display: none; }
.sbxModTable-sbxss .sbxss-simple a#sbxss-navbtn-prev:hover,
.sbxModTable-sbxss .sbxss-simple a#sbxss-navbtn-next:hover							{ background-position: left bottom; }

