/*Home Page Hot Topics Navigation*/
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over > .showForum, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over > .showForum{
  background: #eeeeee;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over > .showForum p, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over > .showForum p {
  color: #ee8f20;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected > .showForum, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected > .showForum {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #eE8F20;
	opacity: 1;
	background: #ffffff;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected > .showForum p, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected > .showForum p {
	color: #eE8F20;
}
.showForum {
  padding-left: 5px;
  padding-top: 8px;
  padding-right: 85px;    /* this & max-width control actual tab width!!!!!!! */
  line-height: 1em;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
  color: #808080;
  opacity: 0.8;
  min-width: 35px;
  max-width: 65px;
  position: relative;
  display: block;
  height: 45px;
}    
.showForum p {
	color: #444444;
	font-weight: bold;
  font-size: 13px;
  word-break: break-word;
  white-space: normal;
  width: 56px;
  line-height: 1em;
  position: absolute;
	margin: 0px 0px 0px 12px;
	text-align: center;
}

/*Profile Page Navigation*/
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over > .showProfile, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over > .showProfile {
  background: #eeeeee;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over > .showProfile p, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over > .showProfile p {
  color: #ee8f20;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected > .showProfile, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected > .showProfile {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #eE8F20;
	opacity: 1;
	background: #ffffff;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected > .showProfile p, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected > .showProfile p {
	color: #eE8F20;
}
.showProfile {
  padding-left: 0px;
  padding-top: 8px;
  padding-right: 65px;  /* this & max-width control actual tab width!!!!!!! */
  line-height: 1em;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
  color: #808080;
  opacity: 0.8;
  min-width: 35px;
  max-width: 65px;
  position: relative;
  display: block;
  height: 45px;
}    
.showProfile p {
	color: #444444;
	font-weight: bold;
  font-size: 13px;
  word-break: break-word;
  white-space: normal;
  width: 100%;
  line-height: 1em;
  position: absolute;
	margin: 0px;
  text-align: center;
  padding-top: 6px;
}

/*Home Dashboard Page Navigation*/
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over > .showHome, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over > .showHome {
  background: #eeeeee;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over > .showHome p, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over > .showHome p {
  color: #ee8f20;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected > .showHome, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected > .showHome {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #eE8F20;
	opacity: 1;
	background: #ffffff;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected > .showHome p, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected > .showHome p {
	color: #eE8F20;
}
.showHome {
  padding-left: 0px;
  padding-top: 8px;
  padding-right: 90px;    /* this & max-width control actual tab width!!!!!!! */
  line-height: 1em;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
  color: #808080;
  opacity: 0.8;
  min-width: 35px;
  max-width: 90px;
  position: relative;
  display: block;
  height: 45px;
}    
.showHome p {
	color: #444444;
	font-weight: bold;
  font-size: 13px;
  word-break: break-word;
  white-space: normal;
  width: 100%;
  line-height: 1em;
  position: absolute;
	margin: 0px;
  text-align: center;
  padding-top: 6px;
}

/*General*/
.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  height: 40px;
  margin-bottom: 10px;
}
ul.scroll_tabs_container {
  list-style: none;
}
.scroll_tabs_container div.scroll_tab_inner {
  height: 40px;
}
.scroll_tabs_container div.scroll_tab_inner span, .scroll_tabs_container div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #CCCCCC;
  color: #333333;
  cursor: pointer;
}
.scroll_tabs_container div.scroll_tab_inner li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  list-style-type: none;
}
.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
	display:none!important;
}
.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
	display:none!important;
}
.scroll_tabs_container .scroll_tab_left_button {
  height: 40px;
  background-color: #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scroll_tabs_container .scroll_tab_left_button::before {
  line-height: 40px;
  padding-left: 5px;
}
.scroll_tabs_container .scroll_tab_left_button_over {
  background-color: #eeeeee;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
  color: #AAAAAA;
  background-color: #CCCCCC;
}
.scroll_tabs_container .scroll_tab_right_button {
  height: 40px;
  background-color: #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scroll_tabs_container .scroll_tab_right_button::before {
  line-height: 40px;
  padding-left: 5px;
}
.scroll_tabs_container .scroll_tab_right_button_over {
  background-color: #eeeeee;
}
.scroll_tabs_container .scroll_tab_right_button_disabled{
  color: #AAAAAA;
  background-color: #CCCCCC;
}
/****************** LIGHT THEME **************************/
.scroll_tabs_theme_light {
  height: 42px;
	text-align: center;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
  height: 49px;
	margin: 0px 5px!important;
}

.scroll_tabs_theme_light div.scroll_tab_inner span, .scroll_tabs_theme_light div.scroll_tab_inner li {
  padding:0px;
  line-height: 40px;
  font-size: 14px;
  background: none;
  cursor: pointer;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  background-color: #CCCCCC;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #CCCCCC;
  border-left: 0px;
  border-right: 1px solid #999999;
}




/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_over {
  background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_over {
  background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_over {
  background-color: #999999;
}*/

/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_selected {
  background-color: #AAAAAA;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_selected {
  background-color: #AAAAAA;
}*/


.scroll_tabs_theme_light .scroll_tab_left_button {
  color: #ee8f20;
	height: 46px;
	background: none;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.scroll_tabs_theme_light .scroll_tab_left_button::before {
  line-height: 45px;
  padding-left: 5px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
  color: #ee8f20!important;
  background: #eeeeee;
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
  color: #dddddd!important;
  background: none!important;
}

.scroll_tabs_theme_light .scroll_tab_right_button {
	color: #ee8f20;
	height: 46px;
	background: none;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.scroll_tabs_theme_light .scroll_tab_right_button::before {
  line-height: 45px;
  padding-left: 5px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
	color: #ee8f20!important;
  background: #eeeeee;
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled{
  color: #dddddd!important;
  background: none!important;
}



/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_selected {
  background-color: #AAAAAA;
}*/

/****************** DARK THEME **************************/
.scroll_tabs_theme_dark {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span, .scroll_tabs_theme_dark div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #333333;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  color: #FFFFFF;
  cursor: pointer;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0px;
  border-right: 1px solid #222222;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_over {
  background-color: #555555;
}

.scroll_tabs_theme_dark .scroll_tab_left_button {
  height: 42px;
  background-color: #333333;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #222222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_left_button::before {
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_disabled {
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark .scroll_tab_right_button {
  height: 42px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #333333;
  border: 1px solid #222222;
  color: #FFFFFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_right_button::before {
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_disabled{
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.tab_selected, .scroll_tabs_theme_dark div.scroll_tab_inner li.tab_selected {
  background-color: #666666;
}
