/**
* A good stylesheet should come with a good reset :D
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration:none;
    border:none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    color: black;
    background: white;
    
}
ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

s {
    text-decoration:line-through;
}

/**
 * Gamersyde main CSS
*/

body {
    background-color:#bcbcbc;
    /* Overall font family */
    font-family:Arial, Lucida Grande, sans-serif;
    font-size:12px;
    color:#333;
    /*overflow-x:hidden;*/
}

body.layout {
    background:#000000 url(../habillage/golden-sun.jpg) no-repeat center top;
}

body.layout {
   cursor:pointer;
}

body.layout .main-wrapper .main-layout {
   cursor:default;
}


/* Structural styles */
.inline-block {
    vertical-align:middle;
    
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.center {
    margin:0 auto;
}

/* Float and Clear */
.left {
    float:left;
    *zoom:1;
}

.right {
    float:right;
}

.none {
    float:none;
}

.lclear {
    clear:left;
    *zoom: 1;
}

.rclear {
    clear:right;
    *zoom: 1;
}

.clear {
    clear:both;
    *zoom: 1;
}

/* Links */
a {
    color:#1b6991;
    text-decoration:none;
}

a:hover {
    color:#1b6991;
    text-decoration:underline;
}

/* Ads */
.placeholder-top {
    text-align: center;
}



.placeholder-bottom {
    background:transparent url(../imggsyv2/generic-top.png) no-repeat top center;
    width:728px;
    height:90px;
    margin-bottom: 10px;
    position: relative;
}

.placeholder-top-empty {
    background:transparent no-repeat top center;
    text-align: center;
    height:100%;
    min-height:105px;
}

.placeholder-rectangle-empty {
    background:transparent no-repeat top center;
    width:300px;
    height:250px;
}

body.layout .placeholder-top {
   position:relative;
   top:0px;
   /*margin-top:169px;*/
}

body.layout .main-wrapper {
   position:relative;
   top:215px;
   /*margin-top:169px;*/
}

#gsyadtopload {
    background:transparent url(../imggsyv2/generic-top.png) no-repeat top center;
    width:728px;
    height:90px;
}

#gsyadrectangleload {
    background:transparent url(../imggsyv2/generic-rect.png) no-repeat top center;
    width:300px;
    position:relative;
}

#gsyadrightload {
    background:transparent url(../imggsyv2/generic-right.png) no-repeat top center;
    width:160px;
    height:600px;
}

.medium-rectangle-ad {
    background:transparent url(../imggsyv2/generic-rect.png) no-repeat top center;
    width:300px;
    min-height:250px;
    position:relative;
}

.wide-skyscraper-ad {
    margin-top:20px;
    width:160px;
    height:600px;
}

.ad-top-fr {
    background:transparent url(../imggsyv2/ad-top-fr.png) no-repeat center top;
    padding-top:10px;
}

/* Containers */
.main-wrapper {
    width:990px;
}

.main-wrapper.fluid {
    width:97%;
    min-width:990px;
    *zoom:1;
}

.main-wrapper .main-layout {
    margin:20px 0 20px 0;
    position:relative;
    background-color:#eee;
    
    /* Gecko based browsers */
    -moz-border-radius-topright:10px;
    -moz-border-radius-topleft:10px;
    /* Webkit */
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    /* CSS 3 */
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    /* Webkit */
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    /* CSS 3 */
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;

   
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    
    *zoom:1;
}

.main-wrapper .main-layout .main-layout-header {
    height:86px;
    background:#171717 url(../imggsyv2/top-header.jpg) no-repeat;
    /* This will help positioning skin image */
    position:relative;
    /* Gecko based browsers */
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    /* Webkit */
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    /* CSS 3 */
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

/* Custom header */
.main-wrapper .main-layout .header-skin {
    width:422px;
    height:86px;
    position:absolute;
    right:0px;
    /* Gecko based browsers */
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    /* Webkit */
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    /* CSS 3 */
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.main-wrapper .main-layout .header-skin.raving-rabbids {
    background:#3d3d3d url(../imggsyv2/skin/raving-rabbids.jpg) no-repeat right top;
}

.main-wrapper .main-layout .header-skin.gsy-e3 { 
    background:url("../imggsyv2/skin/gsy_e3.jpg") no-repeat scroll right top #3D3D3D; 
}

/* Logo */
.main-wrapper .main-layout .logo {
    width:262px;
    height:42px;
    background:transparent url(../imggsyv2/gamersyde-logo.png) no-repeat left top;
    margin-left:30px;
    margin-top:20px;
    cursor:pointer;
}

/* Search bar and languages */
.search {
    margin:30px 40px;
    position:relative;
    z-index:1;
}

/* Search textbox */
.search .search-box-wrapper {
    width:330px;
    background:#fff;
    padding:4px;
    position:relative;
    ?display:inline; /* IE Bug fix */
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
}

/* Text box */
.search .search-box {
    width:300px;
    border:none;
    font-family:tahoma;
    font-size:11px;
    color:#666;
    /* Prevent glowing effect */
    outline:none;
}

/* Country flags */
.search .language-flag {
    margin-right:10px;
}
/* Search button (magnify icon) */
.search .activate-button {
    position:absolute;
    z-index:10;
    right:5px;
    top:2px;
}

/* Columns */
.columns-wrapper { 
}

/* Left column */
.columns-wrapper .left-column {
    width:470px;
    overflow:hidden;
    padding-left:11px;
    padding-right:11px;
    padding-bottom:11px;
    position:relative;
}

.columns-wrapper .left-column.left-column-fixed {
    width:657px;
    _width:650px;
    padding-top:70px;
}

.columns-wrapper .left-column-fluid-wrapper {
    padding:0;
    padding-top:70px;
    float:left;
    width:100%;
}

.columns-wrapper .left-column-fluid-content {
    padding:0 11px;
}

.columns-wrapper .left-column-fluid {
    margin-right:311px;
    position:relative;
    _zoom:1;
    z-index:9999;
}

/* Center column */
.columns-wrapper .center-column {
    width:300px;
    padding-right:10px;
    padding-top:13px;
}

/* Right column */
.columns-wrapper .right-column {
    width:175px;
    padding-top:13px;
    padding-right:11px;
}

.columns-wrapper .center-column.center-column-fluid {
    padding:0;
    padding-top:13px;
    margin-left:-311px;
}

.columns-wrapper .wide-column {
    padding:80px 20px 20px 20px;
    background:#fff;
}

/* Main menu */
.main-menu {
    position:absolute;
    top:80px;
}

.main-menu .main-menu-item {
    height:36px;
    display:block;
    text-decoration:none;
    position:relative;
    text-align:center;
    padding:5px 0;
}

.main-menu.fr .main-menu-item .main-menu-item-link {
    background-image:url(../imggsyv2/fr-menu-titles-gray.png);
    background-repeat:no-repeat;
    height:36px;
    display:inline-block;
    cursor:pointer;
    margin:0 auto;
}

.main-menu.en .main-menu-item .main-menu-item-link {
    background-image:url(../imggsyv2/en-menu-titles-gray.png);
    background-repeat:no-repeat;
    height:36px;
    display:inline-block;
    cursor:pointer;
    margin:0 auto;
}

/* Top borders */
.main-menu .main-menu-item.news {
    border-top:6px solid #58d2ff;
    width:130px;
}

.main-menu .main-menu-item.community  {
    border-top:6px solid #ff545c;
    width:149px;
}

.main-menu .main-menu-item.explore {
    border-top:6px solid #26df9b;
    width:113px;
}

.main-menu .main-menu-item.forum {
    border-top:6px solid #6a1ec8;
    width:88px;
}

/* Images links */

.main-menu .main-menu-item.news .main-menu-item-link {
    width:103px;
    background-position:0 0;
}

.main-menu .main-menu-item.community .main-menu-item-link {
    width:128px;
    background-position:-103px 0;
}

.main-menu .main-menu-item.explore .main-menu-item-link {
    width:94px;
    background-position:-231px 0;
}

.main-menu .main-menu-item.forum .main-menu-item-link {
    width:61px;
    background-position:-325px 0;
}

/* Pointer */
.main-menu .main-menu-item .menu-item-pointer {
    width:21px;
    height:13px;
    display:block;
    margin:0 auto;
    background:transparent url(../imggsyv2/menu-pointer-gray.png) no-repeat left top;
    position:absolute;
    bottom:-13px;
    _bottom:-15px;
    right:50%;
    left:50%;
    margin-left:-12px;
}

.main-menu .main-menu-items-wrapper {
    overflow:visible;
    width:100%;
}

/* Main menu bottom separator */
.main-menu .main-menu-separator {
    width:470px;
    height:2px;
    background:transparent url(../imggsyv2/main-menu-separator.png) repeat-x left top;
    margin-left:10px;
}

.filter {
  /*position: relative;*/
  top: 0px;
   width:464px;
   margin-left: 10px;
  /*border-top: 1px solid #BCBCBC;*/
  border-bottom: 1px solid #BCBCBC;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-color: #DFDFDF;
  height:215px;
  margin-bottom: -12px;
  text-align: right;
  color:#3D3D3D;
  padding-top:3px;
  padding-right:5px;
  font-family:verdana;
  font-size:10px;
  vertical-align: top;
  padding-bottom: 0px;
  left: 0px;
  z-index: 12;
  /*padding-top: 2px:*/
  /*text-transform:uppercase;*/
}

.filter table {
  padding-left: 5px;
  padding-right: 5px;

  text-align: right;
   width:470px;
   z-index: 12;
}

.filter table td{
  padding-top: 5px;
}

.filter-show{
   width:465px;
   margin-left: 10px;
  /*border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;*/
 
  height:20px;
  margin-bottom: 25px;
  text-align: right;
  color:#999999;
  padding-top:3px;
  padding-right:5px;
font-family:verdana;
font-size:10px;
vertical-align: top;
padding-bottom: 0px;
left: 5px;
/*padding-top: 2px:*/
/*text-transform:uppercase;*/
}

.filter select {
  border: 0px;
  background-color: #DFDFDF;
  text-transform:uppercase;
   color:#999999;
   font-size:10px;
   font-family:verdana;
}

.filter ul {

  
  /*display:inline;*/
  text-transform:uppercase;
}

.filter ul li {
white-space:nowrap;
cursor: pointer;
padding: 1px;
color: #999999;
padding-right: 12px;

}

.filter ul li.tout-rien {
white-space:nowrap;
cursor: none;
padding: 1px;
color:#3D3D3D;
padding-right: 0px;
text-transform:none;
text-align: right;
font-size:10px;
}

.filter ul li.tout-rien a {

color:#3D3D3D;

}

.filter .highlight{
  background-color: #CCCCCC;

}

.filter .selected {
  color: #FFFFFF;
  
  background:url(../imggsyv2/valid2.gif) no-repeat right bottom;
  background-color:#999999;
}

.filter-icon {
vertical-align:top;
cursor: pointer;
}

.boutonFleche {
  font-family:verdana;
font-size:9px;
  background-color:#3D3D3D;
  color:#FFFFFF;
  
  border: 0px;
  /*border: 1px solid #D8D8D8;*/
  text-align: center;
  padding-bottom: 8px;
  cursor: pointer;
  width: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 12px;
  padding-left: 3px;
  height: 15px;
}

.filter-button {
  font-family:verdana;
  font-size:9px;
  background-color:#3D3D3D;
  color:#FFFFFF;
  
  border: 0px;
  border: 1px solid #FFFFFF;
  text-align: center;
  padding-bottom: 3px;
  cursor: pointer;
  width: 35px;

  padding-right: 3px;
  padding-left: 3px;
  height: 25px;
  margin-bottom: 3px;
}
.filter-init {
  font-family:verdana;
  font-size:9px;
  background-color:#FFFFFF;
  color:##3D3D3D;
  
  border: 0px;
  border: 1px solid #3D3D3D;
  text-align: center;
  padding-bottom: 3px;
  cursor: pointer;
  width: 35px;

  padding-right: 3px;
  padding-left: 3px;
  height: 18px;
}


.main-wrapper.fluid .main-menu .main-menu-separator {
    /*width:100%;*/
}

.main-wrapper.fluid .main-menu {
    width:98%;
}

/* News */

.games-news {
    margin-top:70px;
}

.news-panel {
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}

.news-panel.full {
    border-bottom:none;
}

.news-panel .news-panel-header {
    width:100%;
    overflow:hidden;
}

.news-panel .news-panel-header .news-type, 
.news-panel .news-panel-header .news-posted-by {
    color:#999;
    text-transform:uppercase;
    font-family:verdana;
    font-size:10px;
}

.news-panel .news-meta .news-platform { 
    color:#999;
    font-family:verdana;
    font-size:10px;
  font-weight:bold;
 }


.news-panel .news-panel-header .news-type {
    float:left;
    overflow: hidden;
    white-space: nowrap;
    width: 260px;
}

.news-panel .news-panel-header .news-posted-by {
    float:right;
    text-transform:none;
}

.news-panel .news-panel-title {
    color:#357494;
}

.news-panel .news-panel-title h1 {
    font-size:33px;
    font-weight:bold;
    background-color:#eee;
}

.news-panel .news-panel-title h2 {
    font-size:25px;
    font-weight:bold;
    background-color:#eee;
}

.news-panel .news-panel-title h3 {
    font-size:17px;
    font-weight:bold;
    background-color:#eee;
}

.news-meta a {
    color:#ff9600;
    font-family:verdana;
    font-size:10px;
}

.news-meta span {
    color:#9d9d9d;
    font-family:verdana;
    font-size:10px;
    padding:0 1px;
}

.news-meta span.rating {
    padding-left:4px;
}

.news-meta span.rating img {
    margin-left:-3px;
}

.news-meta span.rating a {
    margin-left:-3px;
}

.news-meta span.rating a img {
    margin-left:0px;
}

.news-meta .rating-triangle {
    background:transparent url(../imggsyv2/rating-triangle.png) no-repeat 0 0;
    font-size:7px;
}

.news-meta .rating-triangle.rating-triangle-active {
    background:transparent url(../imggsyv2/rating-triangle.png) no-repeat 0 -8px;
}

.news-panel .news-body {
    padding:0;
    padding-top:10px;
    font-family:verdana;
    font-size:12px;
}

.news-panel .news-body p {
  line-height:17px;
  text-align:justify;
}

.news-panel .news-body h2 {
    font-size:15px;
    color:#357494;
    font-weight:bold;
}

.news-panel .news-body h1 {
    font-size:20px;
    color:#357494;
    font-weight:bold;
}


/* Game teasers */
.game-teasers .game-teaser {
    width:298;
    height:124px;
    overflow:hidden;
    border:1px solid #3d3d3d;
    position:relative;
}

.game-teasers .game-teaser .game-teaser-bottomline {
    position:absolute;
    bottom:0;
    height:30px;
    background-color:#fff;
    width:100%;
    left:0;
    right:0;
    /* Cross browser opacity */
    opacity:0.8;
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    overflow:hidden;
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    text-align:left;
    padding-left:10px;
}

.game-teasers .game-teaser .game-teaser-bottomline a {
    font-size:18px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
}

.last-comments {
    padding-top:10px;
}

/* Titles (blockquotes) */
blockquote {
    position:relative;
    margin:10px 0;
    background-color:#3d3d3d;
    height:25px;
    font-size:18px;
    color:#fff;
    border-bottom:1px solid #3d3d3d;
}

blockquote .title {
    padding:1px 0 2px 5px;
}

.tabs {
    position:relative;
    margin:10px 0;
    height:25px;
    color:#fff;
    border-bottom:1px solid #3d3d3d;
    overflow:hidden;
}

.tabs ul {
    list-style:none;
    ?display:inline;
    position:relative;
}

.tabs .title {
    background-color:#3d3d3d;
    font-size:18px;
    height:25px;
    line-height:25px;
    margin-right:1px;
    padding:0 10px;
    float:left;
    padding-right:25px;
}

.tabs li {
    background-color:#3d3d3d;
    font-size:11px;
    height:23px;
    line-height:23px;
    margin:0 1px;
    padding:0 7px;
    display:inline;
    float:left;
    text-transform:uppercase;
    font-family:tahoma;
    font-weight:bold;
    border:1px solid #3d3d3d;
    position:relative;
}

.tabs li:hover {
    background-color:#fff;
    color:#000;
    border-bottom:1px solid #fff;
    height:24px;
    line-height:24px;
    *top:-1px;
}

.tabs .tab {
    background-color:#fff;
    color:#000;
    border-bottom:1px solid #fff;
    height:24px;
    line-height:24px;
    *top:-1px;
}

.arrow {
    border-left:5px solid #eee;
    border-right:5px solid #eee;
    border-top:5px solid #3d3d3d;
    bottom:-6px;
    ?bottom:-5px;
    height:0;
    line-height:0;
    position:absolute;
    left:20px;
    width:0;
}

/* Comments */
.last-comments ul {
    margin-top:20px;
    position:relative;
}

.last-comments ul li {
    margin:6px 0;
}

.comment-count-bubble {
    width:24px;
    height:16px;
    line-height:12px;
    background:transparent url(../imggsyv2/comment-bubble.png) no-repeat;
    text-align:center;
    font-size:11px;
    ?background-position:left 1px;
}

.comment-text {
    color:#1b6991;
    margin-left:5px;
}

/* Shoutbox */
#ongletHeader {
  position: relative;
  /*float:left;*/
  padding-left: 0px;
  height: 22px;
  
  margin: 0px auto;
  line-height:normal;
  text-align: center;
  color:#3E3E3E;
  font-family:verdana;
  font-size:9px;
  background-image: url(../imggsyv2/bg2.gif);
  background-repeat:  repeat-x; 
  background-position: bottom;
  
  }
  
#ref_div {
  float: right;
}
#ongletHeader ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  
  }
#ongletHeader li {
  
  float:left;
  background:url(../imggsyv2/left2.gif) no-repeat left top;

  margin:0;
  padding:0 0 0 9px;
  
  }
#ongletHeader a {
  float:left;
  display:block;
  background:url(../imggsyv2/right2.gif) no-repeat right top;
  
  padding:5px 15px 4px 6px;
  text-decoration:none;
  /*font-size:93%;
  font-weight:bold;*/
  color:#765;
  font-size:9px;
  
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#ongletHeader a {float:none;}
/* End IE5-Mac hack */
#ongletHeader a:hover {
  color:#1B6991;
  }
#ongletHeader .current {
  background-image:url(../imggsyv2/left_on2.gif);
  border-width:0;

  }
#ongletHeader .current a {
  background-image:url(../imggsyv2/right_on2.gif);
  color:#333;
  padding-bottom:5px;
  

  }
  
#ongletHeader .current a:hover {
  
  color:#1B6991;

  }
  

#ongletHeader .new-message {
  
   background-image:url(../imggsyv2/left2-new.gif);
  
}  

#ongletHeader .new-message a{
  
   background-image:url(../imggsyv2/right2-new.gif);
  
}  
/*#ongletHeader .inactive {
  background-image:url(../imggsyv2/left2.gif);
  
  border-bottom: 1px solid #776655;
  }
#ongletHeader .inactive a {
  background-image:url(../imggsyv2/right2.gif);
  color:#adadad;
  padding-bottom:5px;
  border-top: 1px solid #776655;
  }
  
*/

.shoutbox {
    zoom:1;
}


.shout {
  border-left:1px solid #C4C4C4;
  border-right:1px solid #C4C4C4;
  border-bottom:1px solid #C4C4C4;
  /*height: auto;*/
  padding-top: 5px;
  background-color: #EFEFEF;
  
}

.shoutbox-quote {

    width:283px;
    padding-left: 7px;
    /*text-align: center;*/
}

/* Wrapper of the textbox */
.shoutbox-quote .shoutbox-textbox-wrapper {
    
    width:254px;
    height:26px;
    background:#fff url(../imggsyv2/shoutbox-textbox-wrapper.png) no-repeat left top;
}

.shoutbox-quote .shoutbox-textbox-wrapper input {
    width:245px;
    border:none;
    font:normal 11px tahoma;
    margin-top:5px;
    margin-left:5px;
}

.shoutbox-quote .shoutbox-textbox-button {
    width:29px;
    height:26px;
    background:#fff url(../imggsyv2/shoutbox-ok-button.png) no-repeat left top;
    cursor: pointer;
}


/* Shoutbox container */
.shoutbox-messages {
    margin-top:10px;
    padding-left:15px;
    /*border-left:1px solid #c4c4c4;
    border-right:1px solid #c4c4c4;*/
    background-color:#eee;
    zoom:1;
}

/* Links inside shoutbox messages */
.shoutbox-messages a {
    color:#357494;
    text-decoration:none;
}

.shoutbox-messages a:hover {
    text-decoration:underline;
}

.shoutbox-messages a.owner {
    color:#ee800a;
}

/* Shoutbox messages */
.shoutbox-messages li {
    margin-bottom:10px;
    *margin-bottom:5px;
}


/* Shoutbox avatars */
.shoutbox-messages li img {
    float:left;
}

/* Shoutbox message text */
.shoutbox-messages li div {
    float:left;
    padding-left:5px;
    padding-right:10px;
    font-size:11px;
    font-family:arial;
    color:#000;
    line-height:13px;
    width:230px;
    position:relative;
    zoom:1;
}

.shoutbox-messages li div img.block {
    position:absolute;
    right:0;
    top:0;
}

.shoutbox-messages li div .posted {
  color:#666;
}

/* Big */

.shoutbox-messages.big {
    padding-left:0;
    border:0;
}

.shoutbox-messages.big li div {
    width:90%;
    padding-left:10px;
}

.shoutbox-messages.big li {
    margin-bottom:15px;
    background:#eee url(../imggsyv2/speech-bubble-grad-from.png) repeat-x left bottom;
    border:1px solid #cdcdcd;
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
    padding:5px;
    position:relative;
}


.shoutbox-messages.big li .shoutbox-arrow-border {
    display:block;
    border-left:5px solid #eee;
    border-right:5px solid #eee;
    border-top:6px solid #cdcdcd;
    bottom:-6px;
    height:0;
    line-height:0;
    position:absolute;
    right:21px;
    width:0;
    zoom:1;
}

.shoutbox-messages.big li .shoutbox-arrow {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    
    /* Slap IE6 ! */
    _border-left-color:black;
    _border-right-color:black;
    _filter: chroma(color=black);
    
    border-top:5px solid #e7e7e7;
    bottom:-4px;
    height:0;
    line-height:0;
    position:absolute;
    left:auto;
    right:21px;
    width:0;
    display:block;
    zoom:1;
}

.shoutbox-messages.big li.owner .shoutbox-arrow {
    left:21px;
    right:auto;
}

.shoutbox-messages.big li.owner .shoutbox-arrow-border {
    left:21px;
    right:auto;
}


.shoutbox-messages.big li, .shoutbox-messages.big li a, .shoutbox-messages.big li div {
    font-size:11px;
    font-family:tahoma;
}

.shoutbox-messages.big li .shoutbox-message-date {
    font-weight:bold;
    color:#666;
    padding-bottom:2px;
    padding-left:0;
}

.shoutbox-messages.big li .shoutbox-message-text {
    padding-left:0;
}


/* Shoutbox buttons */
.shoutbox-message-wrapper {
    position:relative;
    zoom:1;
}

a.shoutbox-navbutton span {
    visibility:hidden;
}

a.shoutbox-navbutton {
    position:absolute;
    width:11px;
    height:93px;
    display:block;
    background-image:url(../imggsyv2/scrollers.png);
    background-repeat:no-repeat;
    text-decoration:none;
    font-size:1%;
}

.shoutbox-message-wrapper a.shoutbox-navbutton {
    visibility:visible;
}

.shoutbox-message-wrapper.mouse-on a.shoutbox-navbutton {
    visibility:visible;
}

a.shoutbox-navbutton.navbutton-left {
    left:-1px;
    top:90px;
    background-position:-33px 0;
}

.shoutbox-navbutton.navbutton-left.hover {

}

a.shoutbox-navbutton.navbutton-left.disabled:hover {
    /*background-position:-44px 0;*/
}

a.shoutbox-navbutton.navbutton-left:hover {
    background-position:-44px 0;
}

a.shoutbox-navbutton.navbutton-right {
    right:-1px;
    top:90px;
    background-position:0 0;
}

.shoutbox-message-wrapper.mouse-on a.shoutbox-navbutton.navbutton-left {
    background-position:-55px 0;
}

.shoutbox-message-wrapper.mouse-on a.shoutbox-navbutton.navbutton-right {
    background-position:-22px 0;
}

.shoutbox-message-wrapper a.shoutbox-navbutton.navbutton-left:hover {
    /*background-position:-44px 0;*/
}

.shoutbox-message-wrapper a.shoutbox-navbutton.navbutton-right:hover {
    background-position:-11px 0;
}

.invisible {
  visibility: none;
  display: none;
}

/* Video teasers */
.video-teasers .video-teaser {
    width:298px;
    height:169px;
    overflow:hidden;
    border:1px solid #3d3d3d;
    position:relative;
    margin-top:15px;
    display:block;
    text-decoration:none;
}

.video-teasers .video-teaser .video-teaser-bottomline {
    position:absolute;
    bottom:0;
    height:30px;
    background-color:#fff;
    width:auto\9;
    _width:100%;
    left:0;
    right:0;
    /* Cross browser opacity */
    opacity:0.7;
    -moz-opacity:0.7;
    -khtml-opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    overflow:hidden;
    font-size:18px;
    color:#011921;
    line-height:30px;
    padding-left:10px;
    text-align:left;
    letter-spacing:1px;
}

.popular-articles ol, .popular-games ol {
    list-style-position:outside;
    margin:0;
    padding-left:10px;
    position:relative;
}

.popular-articles ol li, .popular-games ol li {
    margin:5px 0 5px 15px;
    text-indent:5px;
}

.popular-articles ul {
    position:relative;
    list-style-position:outside;
    margin:0;
    padding-left:10px;
}

/* Express links */

.express-links strong {
    display:block;
}

.express-links ul {
    margin-left:4px;
}

.express-links ul li {
    border-bottom:1px dotted #d1d1d1;
    padding:8px 0;
}

.express-links ul li a {
    font-size:11px;
}

.express-links ul li a strong {
    font-weight:bold;
}

/* Span buttons */
.span-button {
    font:bold 11px arial;
    cursor:pointer;
    display:block;
    background:#3d3d3d;
    color:#fff;
    padding:3px 10px;
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
}

/* Scrollers */
.shoutbox-scrollers {
    width:100%;
    padding:5px 0;
    text-align:center;
    zoom:1;
}

.scroller-btn {
    width:93px;
    height:13px;
    background-image:url(../imggsyv2/scrollers.png);
    background-repeat:no-repeat;
    background-position:0 0;
    cursor:pointer;
    *display:inline;
    position:relative;
    _font-size:1px;
    
}

.scroller-btn.scroller-down {
    margin-right:10px;
}

.scroller-btn.scroller-down.scroller-down-disabled {
    background-position:0 -26px;
    cursor:default;
}

.scroller-btn.scroller-down.scroller-down-disabled:hover {
    background-position:0 -26px;
}

.scroller-btn.scroller-up.scroller-up-disabled {
    background-position:0 -65px;
    cursor:default;
}

.scroller-btn.scroller-up.scroller-up-disabled:hover {
    background-position:0 -65px;
}

.scroller-btn.scroller-up {
    background-position:0 -39px;
}

.scroller-btn.scroller-down:hover {
    background-position:0 -13px;
}

.scroller-btn.scroller-up:hover {
    background-position:0 -52px;
}

/* Login box */
.login-box blockquote {
    margin-bottom:12px;
}

.login-box .login-box-username-normal {
    font-size:15px;
    color:#3d3d3d;
    font-weight:bold;
}

.login-box .login-box-username-big {
    font-size:11px;
    color:#3d3d3d;
}

.login-box .login-box-info {
    padding-left:5px;
    *display:inline;
}

.login-box a {
    font:normal 11px arial;
}

.login-box .login-row label {
    display:block;
    font:normal 11px arial;
    color:#3d3d3d;
    padding-bottom:3px;
}

.login-box .login-row .login-box-fld {
    width:95%;
    padding:2px;
    font-size:11px;
}

.login-box .login-row .login-box-button {
    margin-top:5px;
    border:none;
    font:bold 11px arial;
    cursor:pointer;
    background:#ccc;
    color:#000;
    padding:3px 5px;
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
}

/* Game sheet */
.game-sheet {
    padding:15px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.game-sheet {
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.game-sheet .game-sheet-description {
    padding-bottom:10px;
    border-bottom:1px dotted #424242;
    width:100%;
    overflow:hidden;
}

.game-sheet .game-sheet-pictures {
    margin-top:10px;
}

.game-sheet .game-sheet-pictures a {
    margin-right:3px;
    margin-bottom:3px;
    display:inline-block;
}

.game-sheet ul {
    margin-left:15px;
    width:318px;
}

.game-sheet ul li {
    font-family:verdana;
    font-size:13px;
    margin-bottom:5px;
}

.game-sheet ul li a {
    font-weight:bold;
}

.game-sheet .game-sheet-tags a {
    color:#424242;
}

.game-sheet h1 {
    font-size:20px;
    font-family:arial;
    font-weight:bold;
    color:#1c1c1c;
}

.game-sheet h1 {
    font-size:20px;
    font-weight:bold;
    color:#1c1c1c;
}

.game-news-panel {
	padding: 5px;
}



.game-sheet-related-news {
    font-size:18px;
    color:#000;
    padding:10px 0px;
     background-color:#E6E6E6;
    /*padding:10px 20px;*/
    /*background-color:#e6e6e6;
    -moz-border-radius:10px; */
    /* Webkit */
    /*-webkit-border-radius:10px; */
    /* CSS 3 */
     /*border-radius:10px; */
    width: 156px;
    text-align: center;
    border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #E6E6E6; 
	cursor: pointer; 
}

.game-sheet-related-news.active {
    
    color:#1B6991;
    background-color: #EEE;
    /*padding:10px 20px;*/
    /*background-color:#e6e6e6;
    -moz-border-radius:10px; */
    /* Webkit */
    /*-webkit-border-radius:10px; */
    /* CSS 3 */
    /*border-radius:10px; */
    width: 156px;
    text-align: center;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
}

/*.game-sheet-related-news:first-child {
    border-left: 1px solid #EEE;
	
}

.game-sheet-related-news:nth-child(3) {
    border-right: 1px solid #EEE;
	
}    */



.game-sheet-related-news a, .game-sheet-related-news a:hover, .game-sheet-related-news a:active, .game-sheet-related-news a:visited {
	color: #000;
}

.game-sheet-related-news.active a, .game-sheet-related-news.active a:hover, .game-sheet-related-news.active a:active, .game-sheet-related-news.active a:visited {
	color: #1B6991;
}


/* Download */
.video-download {
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.video-download ul a h1 {
    font-size:28px;
    margin-top:-5px;
    font-weight:bold;
    width:385px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;

}

.video-download ul h1 {
    font-size:22px;
    margin-top:-5px;
    font-weight:bold;
    width:385px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    color:#1B6991;
}

.video-download ul h2 {
    font-size:18px;
    color:#424242;
    font-weight:bold;
}

.video-download ul {
    margin-left:15px;
}

.video-download ul label {
    width:75px;
}

.video-download-buttons {
    margin-top:30px;
    margin-top:20px\9;
    text-align:center;
}

.video-download-buttons a, .video-download-buttons .button-list {
    margin-right:5px;
    vertical-align:top;
    display:inline\9;
}

.big-button {
    font-size:14px;
    color:#fff;
    padding:8px 15px;
    font-weight:bold;
    background-color:#3d3d3d;
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
    vertical-align:top;
}


.big-button {
    font-size:14px;
    color:#fff;
    padding:8px 15px;
    font-weight:bold;
    background-color:#3d3d3d;
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
    vertical-align:top;
}

.big-button.big-font, .big-button.big-font.off {
    font-size:18px;
}

.big-button.off {
    font-size:14px;
    color:#3d3d3d;
    font-weight:normal;
    background-color:#e6e6e6;
}

.big-button ul li {
    text-align:left;
    font-size:11px;
    color:#ff9600;
    font-family:verdana;
    text-transform:none;
    margin:4px 0;
}

.big-button ul li a {
    font-size:11px;
    color:#ff9600;
    font-family:verdana;
}

/* Generic dotted separator */
.dotted-separator {
    margin:20px 0;
    border-top:1px dotted #3d3d3d;
}

/* Account */
.account {
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.account ul h1 {
    font-size:22px;
    margin-top:-4px;
    font-weight:bold;
    font-family:arial;
}

.account ul h2 {
    font-size:18px;
    color:#424242;
    font-weight:bold;
}

.account ul {
    margin-left:15px;
}


.account ul li {
    font:normal 13px verdana;
    margin:4px 0;
}

.account ul li a {
    font-weight:bold;
}

.account ul label {
    width:75px;
}

.account-buttons {
    margin-top:20px;
    margin-top:20px\9;
    text-align:left;
}

.account-buttons a {
    margin-right:15px;
}

.message {
    background:#fffcea url(../imggsyv2/info.gif) no-repeat 5px 7px;
    padding-left:30px;
    padding-top:7px;
    padding-bottom:5px;
    font-size:11px;
    position:relative; 
    top:65px; 
    border:1px solid #f9e573;
    padding-bottom:27px;
    zoom:1;
}

.message div {
    height:20px; 
    line-height:20px; 
    background-color:#fff7ca; 
    position:absolute;
    z-index:0;
    left:0;
    right:0;
    _width:100%;
    _padding-left:30px;
    bottom:0;
    text-align:right;
}

.message div a {
    margin-right:10px;
    color:#3d3d3d;
    font-weight:bold;
}

.message.no-margin {
    top:0px; 
}

.smallbr { 
  line-height:2px;
}

#static h1 {
    font-size:18px;
    font-weight:bold;
}

#static {
    line-height:18px;
}

#static ul {
    list-style:square;
    list-style-position:inside;
    margin-left:10px;
}

#flvplayerContainer {
    border: 1px solid #CFCFCF;
    margin: 0px auto;
    -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      -khtml-border-radius: 7px;
      border-radius: 7px;
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    behavior: url(../js/PIE.htc);
    padding: 7px;
    position: relative; 
}

fieldset {
	background-color: #E6E6E6;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #C4C4C4;
	padding: 10px;
	line-height: 25px;	
}

fieldset input[type=text] {
	width: 250px;
	float: left;
	border: 1px solid #C4C4C4;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}

fieldset textarea {
	padding: 0px;
	float: left;
	resize:none;
	width: 250px;
	height: 65px;
	border: 1px solid #C4C4C4;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}

fieldset legend {
	border:1px solid green;
	background-color: white;
}

fieldset label.fieldLabel {
	width: 150px;
	margin-right: 10px;
	float: left;	
}

fieldset div.fieldLabel {
	width: 150px;
	margin-right: 10px;
	float: left;	
}

fieldset p.explanation {
	float: left;
	left: 0px;
	padding-top: 1px;
	padding-left: 5px;
	color: #999;
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	width: 210px;
}

fieldset input[type=radio] {
    display:none;
}
 
fieldset input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 2px 12px;
    margin-bottom: 0;
    line-height: 16px;
	font-size: 11px;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #B3B3B3;
    
    border: 1px solid #C4C4C4;
    /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3; */
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E0E0E0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
    
}

fieldset input[type=radio]:first-child + label {
	border: 1px solid #C4C4C4; border-radius: 5px 0px 0px 5px;
}

fieldset input[type=radio]:nth-child(5) + label {
	border: 1px solid #C4C4C4; border-radius: 0px 5px 5px 0px;
}

 
fieldset input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    /*-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); */
    background-color: #3d3d3d; color: #FFFFFF;
    box-shadow: none;
    border: 1px solid #3d3d3d;
    text-shadow: none;
}

label.required:after {
	content:" *";
}

.onoffswitch {
	float: left;
    position: relative; width: 52px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #C4C4C4; border-radius: 5px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 11px; color: white; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
	/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px -1px -2px rgba(0, 0, 0, 0.05); */
 
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #3d3d3d; color: #FFFFFF;
    text-shadow: none;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #B3B3B3;
    text-align: right;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E0E0E0;
}
.onoffswitch-switch {
    width: 12px; margin: 0px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 38px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    box-shadow: 0 1px 1px white inset;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
div.ui-widget { font-size: 12px;}

fieldset div.thumbnail {
    position: relative;
    
    border: 1px solid grey;
    
    float: left;
    background-color: #E0E0E0;
    border: 1px solid #C4C4C4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #B3B3B3;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

fieldset div.thumbnail img{
    display: block;
    padding: 0px;
    margin: 0px;
}

div.thumb_msg {
    position:absolute;
    top:50%;
    left:50%;
    margin: 0px auto;
    
    width: 220px;
    height: 20px;
    margin: -10px 0px 0px -110px;
    text-align: center;
}

#thumb-dialog {
    display: none;
    
}

#thumb-dialog video {
    border: 1px solid #000;
}

#moderation-dialog {
    display: none;
    
}

#moderation-dialog video {
    border: 1px solid #000;
}

#capture-controls {
    
    display: none;
    position: relative;
    clear: both;
    background-color: #3D3D3D;
    height: 21px;
    margin-right: 1px;
    color: white;
    top: -2px;
    padding-top: 6px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

#capture-controle ul {
    list-style: none outside none;
    width: 100%;
}

#capture-controls ul li{
    cursor: pointer;
    display: block;
    float: left;
}

#capture-controls ul li:hover{
    color: #FF9600;
}

#capture-controls ul li#previousframe{
    width: 33%;
    text-align: right;
}

#capture-controls ul li#capture{
    width: 34%;
    text-align: center;
}

#capture-controls ul li#nextframe{
    width: 33%;
    text-align: left;
}

#screen {
    display: none;
}

#screen canvas {
    border: 1px solid #000;
}

#thumb-spinner-div {
    display: none;
    position: absolute;
    z-index: 700;
    
    background: transparent url(/imggsyv2/spiffygif_38x38.gif) no-repeat center center;
}

table.myvideos {
    border: 1px solid #CFCFCF;
    /*-moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px; */

    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
}

table.myvideos tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.myvideos td{
    padding: 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
    text-align: left;
}

table.myvideos td.last{
    text-align: right;
    
}

table.myvideos th {
    text-align: left;
    background-color: #3D3D3D;
    border-bottom: 1px solid #CFCFCF;
    padding: 2px;
    color: #525252;
    color: white;
    font-weight: bold;
    
}

table.myvideos img {
    display: block;
    width: 100px;
    height: auto;
/*border: 1px solid #CFCFCF;*/
    
}

span.status.orange {
    color: #FF9600;
}
span.status.red {
    color: #FF0000;
}
span.status.green {
    color: green;
}

div.stream-tabs, div.account-tabs {
    clear: both;
}

div.stream-tab, div.account-tab {
    font-size:18px;
    color:#000;
    padding:10px 0px;
    background-color:#E6E6E6;
    /*padding:10px 20px;*/
    /*background-color:#e6e6e6;
      -moz-border-radius:10px; */
    /* Webkit */
    /*-webkit-border-radius:10px; */
    /* CSS 3 */
    /*border-radius:10px; */
    width: 218px;
    text-align: center;
    border-bottom: 1px solid #C4C4C4;
    border-top: 1px solid #E6E6E6; 
    cursor: pointer;  
}

div.account-tab {
    /*padding:10px 20px;*/
    /*background-color:#e6e6e6;
      -moz-border-radius:10px; */
    /* Webkit */
    /*-webkit-border-radius:10px; */
    /* CSS 3 */
    /*border-radius:10px; */
    width: 327px;
}


div.stream-tab.active, div.account-tab.active {
    
    color:#1B6991;
    background-color: #EEE;
    /*padding:10px 20px;*/
    /*background-color:#e6e6e6;
      -moz-border-radius:10px; */
    /* Webkit */
    /*-webkit-border-radius:10px; */
    /* CSS 3 */
    /*border-radius:10px; */
    width: 219px;
    text-align: center;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
}

div.account-tab.active {
	width: 328px;
}

div.stream-tab-div, div.account-tab-div {
    display: none;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 10px;
    padding-top: 15px;
    clear: both;
}
div.stream-tab-div.active, div.account-tab-div.active {
    display: block;
}

label.video-label {
    float: left;
    width: 100px;
    color: #999;
}

ul.video-info {
    line-height: 21px;
}

span.blue {
    color: #1B6991;
    font-weight: bold;
}

.guidelines {
    font-family: verdana;
    font-size: 10px;
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.guidelines ul {
    list-style: none outside none;
    line-height: 20px;
}

.guidelines ul li:before {
    content: "- ";
}

.guidelines ul.bitrates {
    padding-left: 50px;
    list-style: square outside none;
    line-height: 17px;
}

.guidelines ul.bitrates li:before {
    content: inherit;
}

.styled-select {
        overflow: hidden;
   background: url(../imggsyv2/sortdesc2.gif) no-repeat 232px center;
  
   width: 225px;

   background-color: #3D3D3D;
        font-size: 18px;
        height: 25px;
        line-height: 25px;
        margin-right: 1px;
        padding: 0px 25px 0px 5px;
        cursor: pointer;

        
}


.styled-select select {
   background: transparent;
   width: 268px; 
   color: white;
   font-size: 18px;
   
   line-height: 1;
   border: 0;
   margin: 0px;
   padding: 0px;

   -webkit-appearance: none;
    cursor: pointer;
   }   
   
   .styled-select select option {   
   background-color: #3D3D3D;
}

.gsy_live {
   position: relative;
   width: 175px;
   height: 96px;
   
   border: 1px solid #000000;
}

.gsy_live_caption {
	position: absolute;
	height: 20px;
	line-height: 20px;
	top: 76px;
	width: 169px;
	padding-left: 3px;
	padding-right: 3px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;

}

.gsy_live_onair {
	position: absolute;
	top: 1px;
	right: 1px;
	color: white;
	width: 20px;
	height: 20px;
	font-size: 11px;
	line-height: 11px;
	padding: 1px;
	padding-right: 12px;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
   font-weight: bold;
}  

.gsy_live_offair {
	position: absolute;
	top: 1px;
	right: 1px;
	color: white;
	font-size: 12px;
	line-height: 11px;
	padding: 1px;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
   font-weight: bold;
}  

.gsy_live_on {
	position: absolute;
	top: 4px;
	right: 0px;
	border: 1px solid #9e0000;
	border-radius: 3px;
	background-color: red;
	border-radius:50%;
	width: 12px;
	height: 12px;

}  

.blinking{
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;    
    animation: blink 1s infinite;
}

@-webkit-keyframes blink{

    50%{ opacity:0;}
    100%{opacity:1;}
}

@-moz-keyframes blink{

    50%{ opacity:0;}
    100%{opacity:1;}

}

@keyframes blink{

    50%{ opacity:0;}
    100%{opacity:1;}

}


.gsy_live .gsy_live_countdown {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    width: 100%;
    top: 24px;
    opacity: 0.75;
}


.meter { 
            height: 15px;  /* Can be anything */
            position: relative;
            margin: 5px 0 5px 0; /* Just for demo spacing */
            background: #D8D8D8;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            padding: 1px;
            -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
            -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
            box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
        }
        .meter > span {
            display: block;
            height: 100%;
               -webkit-border-top-right-radius: 23px;
            -webkit-border-bottom-right-radius: 23px;
                   -moz-border-radius-topright: 23px;
                -moz-border-radius-bottomright: 23px;
                       border-top-right-radius: 23px;
                    border-bottom-right-radius: 23px;
                -webkit-border-top-left-radius: 23px;
             -webkit-border-bottom-left-radius: 23px;
                    -moz-border-radius-topleft: 23px;
                 -moz-border-radius-bottomleft: 23px;
                        border-top-left-radius: 23px;
                     border-bottom-left-radius: 23px;
            background-color: rgb(43,194,83);
            background-image: -webkit-gradient(
              linear,
              left bottom,
              left top,
              color-stop(0, rgb(43,194,83)),
              color-stop(1, rgb(84,240,84))
             );
            background-image: -moz-linear-gradient(
              center bottom,
              rgb(43,194,83) 37%,
              rgb(84,240,84) 69%
             );
            -webkit-box-shadow: 
              inset 0 2px 9px  rgba(255,255,255,0.3),
              inset 0 -2px 6px rgba(0,0,0,0.4);
            -moz-box-shadow: 
              inset 0 2px 9px  rgba(255,255,255,0.3),
              inset 0 -2px 6px rgba(0,0,0,0.4);
            box-shadow: 
              inset 0 2px 9px  rgba(255,255,255,0.3),
              inset 0 -2px 6px rgba(0,0,0,0.4);
            position: relative;
            overflow: hidden;
        }
        .meter > span:after, .animate > span > span {
            content: "";
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
            background-image: 
               -webkit-gradient(linear, 0 0, 100% 100%, 
                  color-stop(.25, rgba(255, 255, 255, .2)), 
                  color-stop(.25, transparent), color-stop(.5, transparent), 
                  color-stop(.5, rgba(255, 255, 255, .2)), 
                  color-stop(.75, rgba(255, 255, 255, .2)), 
                  color-stop(.75, transparent), to(transparent)
               );
            background-image: 
                -moz-linear-gradient(
                  -45deg, 
                  rgba(255, 255, 255, .2) 25%, 
                  transparent 25%, 
                  transparent 50%, 
                  rgba(255, 255, 255, .2) 50%, 
                  rgba(255, 255, 255, .2) 75%, 
                  transparent 75%, 
                  transparent
               );
            z-index: 1;
            -webkit-background-size: 50px 50px;
            -moz-background-size: 50px 50px;
            -webkit-animation: move 2s linear infinite;
               -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
                   -moz-border-radius-topright: 8px;
                -moz-border-radius-bottomright: 8px;
                       border-top-right-radius: 8px;
                    border-bottom-right-radius: 8px;
                -webkit-border-top-left-radius: 20px;
             -webkit-border-bottom-left-radius: 20px;
                    -moz-border-radius-topleft: 20px;
                 -moz-border-radius-bottomleft: 20px;
                        border-top-left-radius: 20px;
                     border-bottom-left-radius: 20px;
            overflow: hidden;
        }
        
        .animate > span:after {
            display: none;
        }
        
        @-webkit-keyframes move {
            0% {
               background-position: 0 0;
            }
            100% {
               background-position: 50px 50px;
            }
        }
        
        .orange > span {
            background-color: #f1a165;
            background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
            background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
        }
        
        .red > span {
            background-color: #f0a3a3;
            background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
            background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
        }
        
        .nostripes > span > span, .nostripes > span:after {
            -webkit-animation: none;
            background-image: none;
        }
        .patreon-link {
      width: 100%; text-align: right;
    }

