@font-face {
    font-family: 'source_sans_proregular';
    src: url(../../../images/18myskins/fonts/ssp.eot);
    src: url(../../../images/18myskins/fonts/ssp.eot?#iefix) format('embedded-opentype'),
           url(../../../images/18myskins/fonts/ssp.woff) format('woff'),
           url(../../../images/18myskins/fonts/ssp.ttf) format('truetype'),
           url(../../../images/18myskins/fonts/ssp.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(../../../images/18myskins/fonts/fa.eot);
  src: url(../../../images/18myskins/fonts/fa.eot?#iefix) format('embedded-opentype'),
     url(../../../images/18myskins/fonts/fa.woff) format('woff'),
     url(../../../images/18myskins/fonts/fa.ttf) format('truetype'),
     url(../../../images/18myskins/fonts/fa.svg#FontAwesome) format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'FontTitle';
    src: url(../../../images/18myskins/fonts/bankgothic-md-bt-medium-webfont.eot);
    src: url(../../../images/18myskins/fonts/bankgothic-md-bt-medium-webfont.eot?#iefix) format('eot'),
         url(../../../images/18myskins/fonts/bankgothic-md-bt-medium-webfont.woff) format('woff'),
         url(../../../images/18myskins/fonts/bankgothic-md-bt-medium-webfont.ttf) format('truetype'),
         url(../../../images/18myskins/fonts/bankgothic-md-bt-medium-webfont.svg#webfontc0f9s3aJ) format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Border Radius */

#container, #content, .myannouncement, .bottommenu {
  	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Box-Shadows */

#content {
	/*box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.35);*/
	/*-moz-box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.35);*/
	/*-webkit-box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.35);*/
}

.myannouncements {
box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.56);
-moz-box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.56);
-webkit-box-shadow: 0px 2px 3px rgba(17, 17, 17, 0.56);
}

/* Animations */

.thead {
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

/* Header */
.header {
	width: 1010px;
	height: 170px;
	margin: auto auto;
	/*background-color: rgba(117,0,0,0.9);*/
	/*background-color: #B40000;*/
	/*background:#B40000 url(../../../images/redbanner.png);*/
}

.logo {
	float: left;
	margin-left: 10px;
	background:none;
}

.logo img {
	margin-top: 10px;
}

.myannouncement {
padding: 0px;
margin-bottom: 10px;
height: 40px;
line-height: 40px;
background: rgba(34, 34, 34, 0.34);
color: #FFF;
}

.announceleft {
float:left;
}

.announceleft h3 {
 padding: 0px 15px;
margin: 12px 10px;
}

.announcetext {
  text-align:left;
}

/* Menu and Navigation */

.wpanel {
	float: right;
	line-height: 100px;
	margin-right:20px;
}

.nav {
	line-height: 100px;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	
	font-family: "Arial Black";
	font-size: 2.2em;
	font-weight: 500;
}

.nav a, .nav a:link, .nav a:visited, .nav a:hover, .nav a:focus {
color: #FFF;	
text-decoration: none;
}

.nav li > ul > li > a, .nav li > ul > li > a:link {
  color: #666 !important;
}

.nav li > a > i {
	margin-right: 3px;
}

.nav > li {
	display: inline-block;
	text-align: center;
	margin-left: 0px;
	text-shadow: #000 3px 2px 1px;
}

.nav > li > a {
padding: 0px 10px;
display: inline-block;
line-height:30px;
border:1px transparent;
}

.nav > li:hover > a{
/*color: #FFFFFF;*/
color: #000;	
/*border:1px solid #F9F9F9;*/
/*border:1px solid #540000;	*/
/*border-radius:20px;*/
/*background-color:rgba(117,0,0,0.8);*/
}

.nav > li:hover {
	background-color: none;
}

.nav > li > ul {
opacity: 0;
visibility: hidden;
position: absolute;
list-style: none;
top: 60px;
background-color: #F4F4F4;
width: 200px;
text-align: left;
margin-top:30px;
padding: 0px;
z-index: 99;
}

.nav > li:hover > ul {
opacity: 1;
visibility: visible;
margin-top: 0px;
}

.nav li > ul li {
	position: relative;
	display: block;
	padding: 0px 10px;
	line-height: 40px;
	border-left: 5px solid #FFF;
	text-shadow: #000 0px 0px 0;
	font-size: 11px;
}

.nav > li > ul  li:hover {
/*border-left: 5px solid #E6E6E6;*/
border-left: 5px solid #750000;	
background:#F8F8F8;
}

.nav ul  li:hover > a {
color: #5E5E5E;
}

.nav > li.dropdown > a:after {
content: " \f107";
font-family: FontAwesome;
color: #fff;
}

.nav ul li.dropdown:after {
content: "\f067";
position: absolute;
left: 170px;
font-family: FontAwesome;
display: inline-block;
color: #fff;
margin-left: 10px;
margin-top: 2px;
}

.nav ul li.dropdown:hover:after{
content: "\f068";
}

.nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li {
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out; /* Firefox 4 */
-webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
-o-transition: all 0.1s ease-in-outs; /* Opera */
}

.thead_collapsed {
  opacity: 0.6;
}

/* User Menu */

.unav {
	line-height: 100px;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	
	
	font-size: 12px;
	font-weight: 400;
}

.unav a, .unav a:link, .unav a:visited, .unav a:hover, .unav a:focus {
color: #FFF;
text-decoration: none;
}

.unav > li {
display: inline-block;
text-align: center;
margin-left: 0px; 
border:1px transparent;
}

.unav > li > a {
padding: 0px 10px;
display: inline-block;
line-height:30px;
}

.unav > li:hover > a{
color: #FFFFFF;
border-radius:20px;
border:1px solid #f9f9f9;
}

.unav > li:hover {
background-color: none;
}

.unav > li > ul {
opacity: 0;
visibility: hidden;
position: absolute;
list-style: none;
top: 60px;
background-color: #F4F4F4;
width: 200px;
text-align: left;
margin-top:30px;
padding: 0px;
z-index: 99;
right: 0;
float: left;
left: auto;
}

.unav > li:hover > ul {
opacity: 1;
visibility: visible;
margin-top: 0px;
}

.unav li > ul li {
font-size: 11px;
position: relative;
display: block;
padding: 0px 10px;
line-height: 40px;
border-left: 5px solid #FFF;
}

.unav > li > ul  li:hover {
/*border-left: 5px solid #E6E6E6;*/
border-left: 5px solid #750000;		
background:#F8F8F8;
color: #666;
}

.unav ul  li:hover > a {
color: #5E5E5E;
}

.unav > li.dropdown > a:after {
content: " \f107";
font-family: FontAwesome;
color: #fff;
}

.unav ul li.dropdown:after {
content: "\f067";
position: absolute;
left: 170px;
font-family: FontAwesome;
display: inline-block;
color: #fff;
margin-left: 10px;
margin-top: 2px;
}

.unav ul li.dropdown:hover:after{
content: "\f068";
}

.unav > li > ul li ul, .unav li >ul li, .unav > li > .fulldrop, .unav > li > .coldrop, .unav > li > ul, .unav > li {
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out; /* Firefox 4 */
-webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
-o-transition: all 0.1s ease-in-outs; /* Opera */
}

.unav li > ul > li > a, .unav li > ul > li > a:link {
  color: #666 !important;
}

/* Forumicons */

.forum_status {
height: auto;
width: auto;
vertical-align: middle;
font-size: 20px;
text-align: center;
}

.forum_status i {
display: inline-block;
background: #FCFCFC;
padding: 3px 5px;
border-radius: 2px;
}

.forum_on {
color: #2E2A73;
}

.forum_off {
color: #333;
}

.forum_offlock {
color: #E16363;
font-size: 20px;
}

.forum_offlink {
color: #2E2A73;
font-size: 16px;
}

.forum_off i {
opacity: .4;
}

.forum_offlock i:before {
content: "\f023";
}

.forum_offlink i:before {
content: "\f1d8";
}

/* Forumbit */

.catdescription {
  margin-left: 10px;
}

/*Breadcrumbs Navigtion */

.breadcrumb {
font-size: 11px;
background: #F4F4F4;
overflow: hidden;
margin: 0;
padding: 5px 10px;
margin-left: -10px;
margin-top: -20px;
width: 100%;
box-shadow: 0px 2px 0px #ECECEC;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 0 5px;
    margin-right: 0px;
    outline: 0 none;
    -moz-outline-style: 0 none;
    display: block;
    line-height: 24px;
    _border-bottom: none;
    color: #666;
    text-decoration: none;
}

.breadcrumb .crust:last-child a.crumb:before {
	content:"\f054";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	font-weight:normal;
}

.breadcrumb .crust b.lastcrumb {
    background: transparent none;
    font-weight: bold;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 29px;
}

.breadcrumb .crust a.crumb:before {
	content: "\f054";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	margin-left:-10px
	font-weight:normal;
}

.breadcrumb .crust .arrow {
    border: 0px solid rgba(0, 0, 0, 0);
    border-top-width: 13px;
    border-right: 1px none black;
    border-left-color: #2d2d2d;
    display: block;
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 50;
    width: 0px;
    height: 0px;
}

.breadcrumb .crust .arrow span {
    border: 0px solid rgba(0, 0, 0, 0);
    border-right: 1px none black;
    border-left-color: rgb(32, 32, 32);
    display: block;
    position: absolute;
    left: -13px;
    top: -6px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
}

.breadcrumb .refresh:hover {
        background-position: 0px -16px;
}

.breadcrumb .crust:last-child a.crumb {
 
        font-weight: bold; 
        background: none;
        color: #444;
        border-radius: 2px;
}

.breadcrumb .crust:hover a.crumb {
 
    color: #444;
    text-decoration:none; 
    border-radius: 2px;
    opacity: 0.7;
}

.breadcrumb .crust:hover .arrow span {
 
    border-left-color: #666;
}

.home {
display: block;
float: left;
position: relative;
background: #DCE0E1;
color: #FFF;
margin-right: 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
}

.homei {
line-height: 30px;
margin-left: 10px;
margin-right: 10px;
color: #2E2A73;
}

/* Profile Tabs */

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 31px; 
    line-height: 31px; 
    border: 1px solid #F2F2F2;
    border-left: none;
    margin-bottom: -1px; 
    overflow: hidden;
    position: relative;
    background: #434242;
}

ul.tabs li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff; 
    outline: none;
}

ul.tabs li a:hover {
    background: #2E2A73;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
 
    background: #2E2A73;
    border-bottom: 1px solid #fff;
}

.tab_container {
    border: 1px solid #F2F2F2;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 100%;
    background: #fff;
}

.tab_content {
    padding: 10px;
    font-size: 1.2em;
}

/* Footer */

.myskins {
float: right;
color: #FFF;
height: 30px;
line-height: 30px;
}

.myskins a:link, .myskins a:visited, .myskins a:hover {
  color: #FFF;
}

.lrbutton {
padding: 5px 8px;
background: rgba(0, 0, 0, 0.52);
border-radius: 20px;
color: #FFF !important;
margin: 0px 3px;
}

.scrollTo-top {
display: none;
position: fixed;
bottom: 16px;
right: 20px;
font-size: 16px;
padding: 8px 10px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 0.3rem;
z-index: 500;
}

/*novo menu*/
.nav2 {
	line-height: 1em;
	position: relative;
	float: left;
	padding: 0;
    margin:0;
	
	font-family:FontTitle;
	font-size: 3em;
	font-weight: 500;
}

.nav2 a, .nav a:link, .nav2 a:visited, .nav2 a:hover, .nav2 a:focus {
color: #FFF;	
text-decoration: none;
}

.nav2 li > ul > li > a, .nav2 li > ul > li > a:link {
  color: #666 !important;
}

.nav2 li > a > i {
	margin-right: 3px;
}

.nav2 > li {
	display: inline-block;
	text-align: center;
	margin-left: 0px;
	text-shadow: #000 2px 1px 1px;
}

.nav2 > li > a {
padding: 0px 10px;
display: inline-block;
line-height:30px;
border:1px transparent;
}

.nav2 > li:hover > a{
color: #FFFFFF;
/*border:1px solid #F9F9F9;*/
/*border:1px solid #540000;	*/
/*border-radius:20px;*/
border-bottom:2px solid#fff;
}

.nav2 > li:hover {
	background-color: none;
}

.nav2 > li > ul {
opacity: 0;
visibility: hidden;
position: absolute;
list-style: none;
/*top: 30px;*/
top: 40px;	
background-color: #F4F4F4;
width: 200px;
text-align: left;
margin-top:30px;
padding: 0px;
z-index: 99;
/*font-family: 'source_sans_proregular', Tahoma, Verdana, Arial, Sans-Serif;*/
}

.nav2 > li:hover > ul {
opacity: 1;
visibility: visible;
margin-top: 0px;
}

.nav2 li > ul li {
	position: relative;
	display: block;
	padding: 0px 10px;
	line-height: 40px;
	border-left: 5px solid #000;
	text-shadow: #000 0px 0px 0;
/*	font-size: 11px;*/
font-size: 0.35em;
}

.nav2 > li > ul  li:hover {
/*border-left: 5px solid #E6E6E6;*/
border-left: 5px solid #750000;	
/*background:#F8F8F8;*/
background:#000;
}

.nav2 ul  li:hover > a {
/*color: #5E5E5E;*/
color:#fff;
}

.nav2 > li.dropdown > a:after {
content: " \f107";
font-family: FontAwesome;
color: #fff;
}

.nav2 ul li.dropdown:after {
content: "\f067";
position: absolute;
left: 170px;
font-family: FontAwesome;
display: inline-block;
color: #fff;
margin-left: 10px;
margin-top: 2px;
}

.nav2 ul li.dropdown:hover:after{
content: "\f068";
}

.nav2 > li > ul li ul, .nav2 li >ul li, .nav2 > li > .fulldrop, .nav2 > li > .coldrop, .nav2 > li > ul, .nav2 > li {
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out; /* Firefox 4 */
-webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */
-o-transition: all 0.1s ease-in-outs; /* Opera */
}

.thead_collapsed {
  opacity: 0.6;
}

.newmenu {
width:1010px;
height:50px;margin:auto auto;
background-color:rgba(0,0,0,0.8);
}

.newmenucenter {
width:80px;
height:30px;
float:left;
}

/*fim novo menu */

/*Slide*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}


}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.callbacks_container {
  margin-top: 0px;
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.callbacks .caption {
	background: rgba(0,0,0, .9);
	color: #fff;
	display: block;
	position: absolute;
	z-index: 2;
	text-shadow: none;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px 10px;
	margin: 0;
	max-width: none;
	text-align: center;
	
	font-size: 1.2em;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../../../themes/themes.gif) no-repeat left top;
  margin-top: -45px;
}

.callbacks_nav:active {
  opacity: 1.0;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.tabletdRoad {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #FFF;
    font-style: italic;
    font-weight: bold;
	background:#0012E6;
	border-bottom: 3px solid #2D2D2D;
	padding-right:8px;
	padding-left:8px;
}

.tabletdOval {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #FFF;
    font-style: italic;
    font-weight: bold;
	background:#750000;
	border-bottom: 3px solid #2D2D2D;
	padding-right:8px;
	padding-left:8px;
}

.tabletdOffroad {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #FFF;
    font-style: italic;
    font-weight: bold;
	/*background:#3F3F3F;*/
	background:#000;
	border-bottom: 3px solid #2D2D2D;
	padding-right:8px;
	padding-left:8px;
}

.tabletd1vs1 {
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #FFF;
    font-style: italic;
    font-weight: bold;
	background:#0012E6;
	border-bottom: 3px solid #2D2D2D;
	padding-right:8px;
	padding-left:8px;
}

.calendartitle {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background-image: url(../../.././images/tcat.png);
    margin: 0px;
    float: left;
    width: 50%;
	text-align:center;
}

.detailstitleRoad {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background-image: url(../../.././srs/images/headerblue.png);
    margin: 0px;
    float: right;
    width: 50%;
	text-align:center;
}

.detailstitle1vs1{
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background-image: url(../../.././srs/images/headerblue.png);
    margin: 0px;
    float: right;
    width: 50%;
	text-align:center;
}

.detailstitleOval{
    font-size: 12px;color:#ffffff;
    font-weight:bold;
    background-image:url(../../.././images/colors/flame_thead.png);
    margin:0;
    float:right;
    width:50%;
	text-align:center;
}

.detailstitleOffroad{
    font-size: 12px;color:#ffffff;
    font-weight:bold;
    background:#3F3F3F;
    margin:0;
    float:right;
    width:50%;
	text-align:center;
}

.calendarblock {
    float: left;
    width: 50%;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    line-height: 150%;
}

.calendarblock table{
font-size:12px;
}

.detailsblock {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    float: right;
    width: 50%;
    line-height: 150%;
    text-align: left;
}

.btn{
    font-family:Arial,sans-serif;
    font-size: 12px;color:#ffffff;
    background-color:green;
    width:120px;
}

.btn{
    font-family:Arial,sans-serif;
    font-size: 12px;color:#ffffff;
    background-color:green;
    width:120px;
	border:0px;	
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.btnstd{
    font-family:Arial,sans-serif;
    font-size: 12px;color:#ffffff;
    background-color:blue;
    width:120px;
	border:0px;
	-webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.btnmyr{
    font-family:Arial,sans-serif;
    font-size: 12px;color:#ffffff;
    background-color:darkorange;
    width:120px;
	border:0px;	
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.btnbl{
    font-family:Arial,sans-serif;
    font-size: 12px;color:#ffffff;
    background-color:green;
    width:120px;
	border:0px;	
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.btnwithdraw{
    font-family:Arial,sans-serif;
    font-size: 12px;color:#ffffff;
    background-color:red;
    width:120px;
}

.btnRoad{
    font-family:Arial,sans-serif;
    font-size: 14px;color:#ffffff;
	font-style: italic;
    font-weight: bold;
    background: #0012E6;
    background-image: -webkit-linear-gradient(top, #0012E6, #0728E6);
    background-image: -moz-linear-gradient(top, #0012E6, #0728E6);
    background-image: -ms-linear-gradient(top, #0012E6, #0728E6);
    background-image: -o-linear-gradient(top, #0012E6, #0728E6);
    background-image: linear-gradient(to bottom, #0012E6, #0728E6);
    width:80px;
	height:32px;
	border:0px;	
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.btnOval{
    font-family:Arial,sans-serif;
    font-size: 14px;color:#ffffff;
	font-style: italic;
    font-weight: bold;
    background: #A20000;
    background-image: -webkit-linear-gradient(top, #A20000, #760000);
    background-image: -moz-linear-gradient(top, #A20000, #760000);
    background-image: -ms-linear-gradient(top, #A20000, #760000);
    background-image: -o-linear-gradient(top, #A20000, #760000);
    background-image: linear-gradient(to bottom, #A20000, #760000);
    width:80px;
	height:32px;
	border:0px;	
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.btnOffRoad{
    font-family:Arial,sans-serif;
    font-size: 14px;color:#ffffff;
	font-style: italic;
    font-weight: bold;
    background: #0012E6;
    background-image: -webkit-linear-gradient(top, #0012E6, #0728E6);
    background-image: -moz-linear-gradient(top, #0012E6, #0728E6);
    background-image: -ms-linear-gradient(top, #0012E6, #0728E6);
    background-image: -o-linear-gradient(top, #0012E6, #0728E6);
    background-image: linear-gradient(to bottom, #0012E6, #0728E6);
    width:80px;
	height:32px;
	border:0px;	
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
   /* min-width:200px;*/
    width:450px;
	margin-left:120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.thread_tools a{
     color:#fff;
}

fieldset a{
	color:#fff;
}

.downloadmods a:link{
   color:#fff;
}

.tickercontainer {
 
width: 1010px;
height: 30px;
margin: auto auto;
padding: 0;
overflow: hidden;
}

.tickercontainer .mask {
 
position: relative;
top: 8px;
height: 30px;
overflow: hidden;
}

.tickercontainer img{
margin-top:-5px;
}

.tickercontainer a{
color:#fff;
}

ul.newsticker {
 
-webkit-transition: all 0s linear;
-moz-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
position: relative;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
float: left;
margin: 0;
padding: 0 7px;
box-sizing:border-box;
}

/* DVZ Shoutbox */
#shoutbox a:link{
color:yellow;
}

#shoutbox a:visited{
color:yellow;
}

#shoutbox {
 margin-bottom: 10px; /*border: solid 2px rgba(0,0,0,0.1);*/background:rgba(34, 34, 34, 0.34); text-align:left;color:#fff;
}

#shoutbox .head {
 padding: 8px;
}

#shoutbox.front .head {
 cursor: pointer;
}

#shoutbox .head .right {
 float: right; margin: 0; font-size: 13px;
}

#shoutbox.collapsed .head {
 /*opacity: 0.6;*/
}

#shoutbox.collapsed .body {
 display: none;
}

#shoutbox .panel {
 border-top: solid 2px rgba(0,0,0,0.1);
}

#shoutbox input.text {
 margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000;
}

#shoutbox .minposts, #shoutbox .blocked {
 padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
 background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
 background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
 margin: 0;
}

#shoutbox .window {
 border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll;
}

#shoutbox .data {
 display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px;
}

#shoutbox.front .data {
 border-top: none;
}

#shoutbox .entry {
 display: table-row !important; width: 100%; transition: background-color 0.2s;background-color: rgba(0,0,0,0.4);
}

#shoutbox .entry:nth-child(even) {
 background-color: rgba(0,0,0,0.6);
}

#shoutbox .entry.new {
 background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry:target {
 background-color: rgba(50,200,255,0.1);
}

#shoutbox .entry > div {
 border-bottom: dashed 1px rgba(0,0,0,0.05);
}

#shoutbox .entry:last-child > div {
 border-bottom: none;
}

#shoutbox .entry > div {
 display: table-cell; padding: 6px;
}

#shoutbox .avatar img {
 margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer;
}

#shoutbox .user {
 border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap;
}

#shoutbox .text {
 width: 100%; /*color: #555*/;
}

#shoutbox .info {
 font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;
}

#shoutbox .entry.unread .info:before {
 display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px;
}

#shoutbox .info a {
 color: inherit;
}

#shoutbox .mod {
 padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
 margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1);
}

#shoutbox  .ip {
 margin-right: 10px; color: #CECECE;
}

/* DVZ Shoutbox end*/



