html
{
    height:100%;
    width:100%;
}

body
{
    background: #000000 url('images/sitebg.png');
    background-position: center;
    background-size: 1280px 97px;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
    min-width:100%;
    min-height:100%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font: normal 10pt Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-weight:normal;
    color:#fff;
}

#page
{
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 100%;
    height: 100%;
}

#header
{
    background: #000000 url(images/steel-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    width : 100%;
    height: 200px;
    padding: 0;
}

.container
{
     min-height:100%;
     height: auto !important;
     height:100%;
}

#body
{
    margin-bottom:160px;
    overflow: auto;
}

#whygg
{
    width:100%;
    margin-left:30px;
    margin-top:0px;
    padding-top:30px;
    padding-bottom:30px;
}

.viewcontainer
{
    width:95%;
    margin:0 auto;
    padding-top:25px;
    padding-bottom:250px;
}

#footContainer
{
    background: #000000 url(images/steel-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width : 95%;
    position: relative;
    margin-top:-160px;
    height:160px;
    clear:both;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    width : 100%;
}

#footermenu
{
    text-align: center;
    width : 100%;
    margin: 0;
    padding: 0px;
}

#w3c
{
    text-align: center;
    width : 100%;
    margin-top: 10px;
    padding: 0;
}

.whyggbut
{
    background : url(images/banner-but.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-weight:bold;
    cursor:pointer;
    width:265px;
    height:115px;
    border:none;
    font-size:1.2em;
    color:#ff8800;
}

.whyggbut:hover
{
    background-position: 0px -115px;
}

.watchcard
{
    background : url(images/watch_card.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-weight:bold;
    cursor:pointer;
    width:350px;
    height:500px;
    border:none;
    padding-left: 100px;
    padding-right: 100px;
}

.watchcard:hover
{
    background-position: 0px -500px;
}

.learncard
{
    background : url(images/learn_card.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-weight:bold;
    cursor:pointer;
    width:350px;
    height:500px;
    border:none;
    padding-left: 100px;
    padding-right: 100px;
}

.learncard:hover
{
    background-position: 0px -500px;
}

.interactcard
{
    background : url(images/interact_card.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-weight:bold;
    cursor:pointer;
    width:350px;
    height:500px;
    border:none;
    padding-left: 100px;
    padding-right: 100px;
}

.interactcard:hover
{
    background-position: 0px -500px;
}

#socialbuttons
{
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}

.social
{
    background : url(images/social-button.png) no-repeat;
    cursor:pointer;
    width:73px;
    height:72px;
    border:none;
    text-indent:-999px;
}

.facebook
{
    background-position: 0 0;
}

.facebook:hover
{
    background-position: 0 -73px;
}

.twitter
{
    background-position: -73px 0px;
}

.twitter:hover
{
    background-position: -73px -73px;
}

.googleplus
{
    background-position: -146px 0px;
}

.googleplus:hover
{
    background-position: -146px -73px;
}

#copyright
{
    color: #ff8800;
    vertical-align: middle;
    text-align:center;
    font: normal 7pt Arial,Helvetica,sans-serif;
}

#content
{

    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#divFooter
{
    background:url(images/hr-gold.png) repeat-y;
    background-size: 95% 2px;
    width:95%;
    height:2px; 
    margin-top : 0px;
}

.orangebutton
{
    background: #000;
    border:1px solid #d56201;
    min-width:80px;
    height:29px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
}

.orangebutton:hover
{
    background-position: 0px -29px;
    color:#000;
    font-weight: bold;
    background: #d56201;
    background: linear-gradient(to bottom right, #ffa943, #d56201);
}

.orangebutton2
{
    background: #000;
    border:1px solid #d56201;
    min-width:40px;
    height:15px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    vertical-align: middle;
    line-height: 15px;
}

.orangebutton2:hover
{
    background-position: 0px -15px;
    color:#000;
    font-weight: bold;
    background:#d56201;
    background: linear-gradient(to bottom right, #ffa943, #d56201);
}

.yellowbutton
{
    background: #000;
    border:1px solid #fdc000;
    min-width:80px;
    height:29px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    text-decoration: none;
}

.yellowbutton:hover
{
    background-position: 0px -29px;
    color: #000;
    font-weight: bold;
    background:#fdc000;
    background: linear-gradient(to bottom right, #fbdc7f, #fdc000);
}

.redbutton
{
    background: #000;
    border:1px solid #b10d04;
    min-width:80px;
    height:29px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
}

.redbutton:hover
{
    background-position: 0px -29px;
    color:#000;
    font-weight: bold;
    background: #b10d04;
    background: linear-gradient(to bottom right, #fd736c, #b10d04);
}

.redbutton:disabled
{
    background-position: 0px -29px;
    background: #b10d04;
}

.graybutton
{
    background: #000;
    border:1px solid #616161;
    min-width:80px;
    height:29px;
    color:#fff;
    padding-left:10px;
    padding-right:10px;
}

.graybutton:hover
{
    background-position: 0px -29px;
    font-weight: bold;
    background: #616161;
}

.homebtn
{
    background:url(images/homeimage.png) no-repeat;
    cursor:pointer;
    width:80px;
    height:29px;
    border:none;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
    margin:0;
    text-align:center;
}

.homebtn:hover
{
    background:rgba(205,193,0,.35);
}

#logo
{
    padding: 10px 20px;
    background:transparent url(images/gg-logo.png) no-repeat;
    height:181px;

}

#logsign
{
    margin-top:-25px;
    margin-right: 200px;
    text-align: right;
}

.logButton
{
    background:url(images/login.png) no-repeat;
    cursor:pointer;
    width:80px;
    height:29px;
    border:none;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
}

.logButton:hover
{
    background-position: 0px -29px;
}

.regButton
{
    background:url(images/register.png) no-repeat;
    cursor:pointer;
    width:80px;
    height:29px;
    border:none;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
    margin-right:5%;
}

.regButton:hover
{
    background-position: 0px -29px;
}

#mainmenu
{
    position: fixed;
    background-color: #000000;
    width:100%;
    height:46px;
    z-index:998;
}

#mainmenu ul
{
    padding:6px 20px 5px 40px;
    margin:0px;
}

#mainmenu ul li
{
    float:left;
    width:95px;
    height:29px;
    text-align:center;
    list-style-image: none;
    list-style: none;
    list-style-type: none;

}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:7px 8px;
    display:block;
}

#mainmenu ul li a:hover
{
    color: #FFFFFF;
    background:rgba(205,193,0,.35);
    margin-top: 0px;
    width:79px;
    height:14px;
    text-decoration:none;
    display:block;
}

#mainmenu ul li ul li.submenubtn
{
    width:79px;
    height:14px;
    display:block;
}

#mainmenu ul li ul li a.submenubtn
{
    display:none;
    text-align:left;
    width:79px;
    height:14px;
}

#mainmenu ul li:hover ul li.submenubtn
{
    background-color: #484300;
    width:79px;
    height:14px;
    display:block;
}

#mainmenu ul li:hover ul li a.submenubtn
{
    background-color:#484300;
    width:100%;
    height:14px;
    display:block;
}

#mainmenu ul li:hover ul li a.submenubtn:hover
{
    background:rgba(156,83,0,1);
    display:block;
}

#scrollwindow iframe
{
    margin-top:30px;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

#section-content
{
    margin-top:-50px;
}

.watch
{
    background:url(images/watch-bg.jpg) no-repeat;
    width:624px;
    height:401px;
}

.watch_header
{
    color: #00bfff;
    font-size: 72px;
    font-weight:bolder;
    height:351px;
    margin-left:644px;
    margin-top:-351px;
}

.learn
{
    background:url(images/learn-bg.jpg) no-repeat;
    width:630px;
    height:427px;
}

.learn_header
{
    color: #d93600;
    font-size: 72px;
    font-weight:bolder;
    height:361px;
    margin-left:50px;
    margin-top:-361px;
}

.interact
{
    background:url(images/interact-bg.jpg) no-repeat;
    width:626px;
    height:413px;
}

.interact_header
{
    color: #a3d900;
    font-size: 72px;
    font-weight:bolder;
    height:351px;
    margin-left:646px;
    margin-top:-351px;
}

.static_header
{
    color:#f38801;
    font-weight:bolder;
    font-size: 32px;
    margin-left:50px;
}

.static_subheader
{
    color:#f38801;
    font-weight:bolder;
    text-decoration:underline;
    font-size: 16px;
    margin-left:100px;
}

.static_text
{
    font-size: 16px;
    margin-left:100px;
    padding-top:50px;
    padding-bottom:50px;
    line-height:175%;
}

.section-header
{
    background:url(images/hr-gold.png) no-repeat;
    background-size: 95% 2px;
    width:95%;
    height:2px;
    margin-left:0px;
    margin-top:0px;
    z-index:990;
}

.section-footer
{
    background:url(images/hr-gold.png) no-repeat;
    background-size: 95% 2px;
    width:95%;
    height:2px;
    margin-left:0px;
    z-index:990;
}

.section-footer2
{
    background:url(images/hr-gold.png) no-repeat;
    background-size: 95% 2px;
    width:95%;
    height:2px;
    margin-left:0px;
    margin-top:0px;
    z-index:990;
}

.section-begin
{
    background:url(images/hr-gold.png) no-repeat;
    background-size: 100% 2px;
    width:100%;
    height:2px;
    z-index:990;
}

.section-end
{
    background:url(images/hr-gold.png) no-repeat;
    background-size: 100% 2px;
    width:100%;
    height:2px;
    z-index:990;
}

.regBenefits
{
    position: relative;
}

.regBenHeader
{
    background : url("images/widget-top-bg.png") 0 0 no-repeat scroll rgba(0, 0, 0, 0); 
    color : #FFFFFF;
    font-size : 13px;
    font-weight : bold;
    width : 300px;
    height : 60px;
    text-align : center;
    text-transform : uppercase;
    line-height : 60px;
}

.regBenFooter
{
    width : 300px;
    margin-top:-25px;
    padding-bottom : 40px;
    border-radius : 0 0 5px 5px;
    background : url("images/widget-footer-bg.png") left bottom no-repeat scroll;
    float : left;
}

.regBenBG
{
    background: url("images/widget-body-pattern.png") 0 0 repeat scroll;
    width: 300px;
}

#loading
{
    position:fixed;
    padding:3px;
    background:#FF8800;
    color:#000;
    display:none;
    z-index:999;
    top:50%;
    right:50%;
}

#loading.activity
{
    display:block;
}

.spacer50
{
    background:url(images/trans.png) no-repeat;
    width:50px;
    height:0px;
}

#mypage
{
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index:0;
}

#mpbanner
{
    display: block;
    float: left;
    width: 100%;
}

#mpcontent
{
    display: block;
    float: left;
    width: 60%;
}

#mpleftcolumn
{
    display: block;
    width: 20%;
    height: 100%;
    float: left;
}

#mprightcolumn {
    display: block;
    width: 20%;
    height: 100%;
    float: left;
}

.mpavatar
{
    position: relative;
    top: 25px;
    float: left;
    width: 150px;
    height: 150px;

}

.mpusername
{
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000, 0px 0px 15px #000;
    position: relative;
    top: 84px;
    float: left;
    height: 200px;
    color : #FF8800;
    font-size : 32px;
    height: 40px;
    font-weight : bold;
    margin-left: 25px;
}

.mpsbheader
{
    display: block;
    border: 2px solid #383838;
    position: relative;
    text-align: center;
    background:url(images/bg.gif) repeat-x;
    width: 80%;
    font-size : 13px;
    font-weight : bold;
    margin-left: auto;
    margin-right: auto;
}

.mpheadertext
{
    position: relative;
    top: 4px;
}

.mpheadertext span
{
    float: right;
}

.mpsbbody
{
    border: 2px solid #383838;
    display: block;
    position: relative;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mpsbheaderhead
{
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    height: 25px;
    font-size : 13px;
    font-weight : bold;
    margin-left: auto;
    margin-right: auto;
}

.mpsbbodyhead
{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mpbodytextleft
{
    color: #FF8800;
    text-align: left;
    font-size : 12px;
    font-weight : bold;
}

.mpbodytextright
{
    position: relative;
    text-align: left;
    font-size : 12px;
}

.mpsbsm
{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.mpbox
{
	border-radius:7px;
	resize: horizontal;
	width: 80%;
}

.u1
{
    position: relative;
    background:url(images/update.png) no-repeat;
    border:none;
    width:20px;
    height:20px;
}

.chonicles
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.chronheader
{
    display: block;
    position: relative;
    text-align: left;
    background:url(images/bg.gif) repeat-x;
    width: 100%;
    height: 25px;
    font-size : 13px;
    font-weight : bold;
    margin-left: auto;
    margin-right: auto;
}

.chronheadertext
{
    position: relative;
    top: 4px;
    color: #FF8800;
}

.chronbodyoriginal
{
    display: block;
    position: relative;
    text-align: left;
    background:url(images/steel-bg.png) repeat;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.chronl2header
{
    display: block;
    position: relative;
    text-align: left;
    background:url(images/bg.gif) repeat-x;
    width: 90%;
    height: 25px;
    font-size : 13px;
    font-weight : bold;
    margin-left: auto;

}

.chronl2headertext
{
    position: relative;
    top: 4px;
    color: #be6500;
}

.chronbodyreply
{
    display: block;
    position: relative;
    text-align: left;
    color: #C9C9C9;
    width: 90%;
    margin-left: auto;

}

.chronl3header
{
    display: block;
    position: relative;
    text-align: left;
    background:url(images/bg.gif) repeat-x;
    width: 90%;
    height: 25px;
    font-size : 13px;
    font-weight : bold;
    margin-left: auto;

}

.chronl3headertext
{
    position: relative;
    top: 4px;
    color: #824600;
}

.chronbodyrereply
{
    display: block;
    position: relative;
    text-align: left;
    color: #A4A4A4;
    width: 90%;
    margin-left: auto;

}

.pm-indicator {
    position: relative;
    border: 0px;
    width:20px;
    height:20px;
    line-height:20px;
    border:1px solid #d56201;
    border-radius: 50%;
    color:#fff;
    text-align:center;
    font-size: 11px;
    text-decoration:none;
    background: #000;
    font-weight:bold;
}
.pm-indicator:hover {
    background-color: #be6500;
    background: linear-gradient(to bottom right, #ffa943, #d56201);
    color: #000;
}

.edit-button {
    position: relative;
    border: 0px;
    width:40px;
    height:20px;
    line-height:20px;
    border:1px solid #d56201;
    border-radius: 15%;
    color:#fff;
    text-align:center;
    font-size: 11px;
    background: #000;
    font-weight:bold;
}
.edit-button:hover {
    background-color: #be6500;
    background: linear-gradient(to bottom right, #ffa943, #d56201);
    color: #000;
}

.chronreply
{
    display: block;
    position: relative;
    text-align: left;
    width: 90%;
    margin-left: auto;
}

.chronrepreply
{
    display: block;
    position: relative;
    text-align: left;
    width: 90%;
    margin-left: auto;
}

#tournament-content
{
    float: center;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.ttheader
{
    display: block;
    position: relative;
    text-align: center;
    background:url(images/tournament_banner.png) no-repeat;
    background-position: center;
    width: 90%;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
}

.ttbody
{
    display: block;
    width: 75%;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.ttdesctext
{
    color: #FF8800;
    font-weight: bold;
}

.tttableheader
{
    color: #FF8800;
    font-weight: bold;
    text-align:left;
}

.tttablebody
{
    color: #FFF;
    text-align:left;
}

.tttablebuttons
{
    text-align:center;
    padding: 0;
}

a.teambadge-avatar, img.teambadge-avatar, div.teambadge-avatar {
    text-align: center;
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
}

div.teambadge-name {
    text-align: center;
    margin: auto;
    height: 50px;
    max-height: 50px;
    padding: 10px;
}

div.image-players-vs
{
    position: relative;
    background: url('/public/images/players.png');
    width: 100px;
    height: 82px;
}

div.teambadge-playersleft
{
    color: #ff8800;
    font-style: bold;
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    bottom: 15px;
    left: 15px;
}

div.teambadge-playersright
{
    color: #ff8800;
    font-style: bold;
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    bottom: 15px;
    right: 15px;
}

td.teambadge, td.field
{
    color: #ff8800;
    font-size : 12px;
    font-weight : bold;
}

td.teambadge, td.property
{
    color: #ff8800;
    font-size : 12px;
    font-weight : bold;
}

div.roundedHeader
{
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: separate;
    min-width: 0;
    border-radius: 15px 15px 0 0;
    border: 2px solid #ff8800;
    background-color: #ff8800;
}

div.roundedTop
{
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: separate;
    min-width: 0;
    display: table;
    border-radius: 15px 15px 0 0;
    border-top: 2px solid #ff8800;
    border-left: 2px solid #ff8800;
    border-right: 2px solid #ff8800;
    background-color: #ff8800;
}

div.roundedBody
{
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: separate;
    min-width: 0;
    display: table;
    border-radius: 0 0 0 0;
    border-left: 2px solid #ff8800;
    border-right: 2px solid #ff8800;
}

div.roundedBottom
{
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: separate;
    min-width: 0;
    display: table;
    border-radius: 0 0 15px 15px;
    border-bottom: 2px solid #ff8800;
    border-left: 2px solid #ff8800;
    border-right: 2px solid #ff8800;
}

div.roundedBottomFilled
{
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: separate;
    min-width: 0;
    display: table;
    border-radius: 0 0 15px 15px;
    border: 2px solid #ff8800;
    background-color: #ff8800;
}

div.bottomFilled
{
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: separate;
    min-width: 0;
    display: table;
    border-radius: 0 0 15px 15px;
    border: 2px solid #ff8800;
    background-color: #ff8800;
}

.color.black
{
    color: #000000;
}

.color.orange
{
    color: #FF8800;
}

.color.gray
{
    color: #808080;
}

.color.white
{
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

a.discrete {
    text-decoration: none;
}

a.discrete:visited {
}

img.small-avatar {
    height: 25px;
    width: 25px;
}

div.chronicle.layout {
}

div.chronicle.container {
    width: inherit;
    margin: 10px 10px 10px 10px;
}

div.chronicle.header {
    padding: 5px 5px 5px 5px;
    height: 25px;
    font-weight : bold;
    text-align: left;
    background:url(images/bg.gif) repeat-x;
}

div.chronicle.content {
    background:url(images/steel-bg.png) repeat;
    text-align: left;
}

div.chronicle.body {
    text-align: left;
}

div.chronicle.text {
    margin: 0px 10px 10px 0px;
}

div.chronicle.level2 {
    margin: 0px 0px 10px 15px;
}

div.chronicle.level3 {
    margin: 0px 0px 10px 30px;
}

div.float.left {
    float: left;
}

div.float.right {
    float: right;
}

div.clear {
    clear: both;
}

div.bottom.spacer.twenty
{
    margin-bottom: 20px;
}

div.padding.ten {
    padding: 10px;
}

div.padding-left.ten {
    padding-left: 10px;
}

div.padding-right.ten {
    padding-right: 10px;
}

div.padding-top.ten {
    padding-top: 10px;
}

div.padding-bottom.ten {
    padding-bottom: 10px;
}

div.padding.five {
    padding: 5px;
}

div.padding-left.five {
    padding-left: 5px;
}

div.padding-right.five {
    padding-right: 5px;
}

div.padding-top.five {
    padding-top: 5px;
}

div.padding-bottom.five {
    padding-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.bootstrap-iso .modal {
    background: rgba(0, 0, 0, 0.75);
}

.bootstrap-iso .modal-rounded-orange {
    border-radius: 10px;
    border: 2px solid #ff8800;
}

/* ---Vertical Accordian CSS--- */
#accordian {
	background: rgba(10, 10, 10, 0.5);
	width: 70%;
	margin-top: 30px;
       	margin-left: auto;
	margin-right: auto;
	color: #ff8800;
	padding: 0;
	font-size: 14px;
}
/*heading styles*/
#accordian h3 {
	color:#ff8800;
	font-size: 16px;
	line-height: 34px;
	padding-left: 10px;
	cursor: pointer;
	font-weight:bolder;
	background: #3b3b3b; 
	background: linear-gradient(#3b3b3b, #101010);
}
/*heading hover effect*/
#accordian h3:hover {
	background: rgba(40, 40, 40, 0.7);
	border: 2px solid #000;
}
/*list items*/
#accordian li {
	list-style-type: none;
	padding:0;
}
/*links*/
#accordian ul ul li a {
	color: #ff8800;
	text-decoration: none;
	font-size: 14px;
	line-height: 34px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	padding-left: 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #5e5e5e;
	border-left: 5px solid #f38801;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
	padding:0;
}
#accordian li.active ul {
	display: block;
	color: #ff8800;
	font-size: 14px;
	padding:0;
}

#vaccordion {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
}
 
#vaccordion li {
	float: left;
	display: block;
	width: 30px;
	padding: 15px 0;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5em;
}
 
#vaccordion li img {
	border: none;
	background: #000;
	float: left;
	margin: -15px 15px 0 0;
}
 
#vaccordion li.active {
	width: calc(100% - 130px);
}

p.justify {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: left;
}

div.support {
    background: black;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
}

.support-popup {
    background: white;
    border: 1px solid #ccc;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10000011;
    border-radius: 5px;
    background-clip: padding-box;
    overflow: hidden;
    width: 810px;
    height: 0;
    max-height: calc(100% - 100px);
}

#support-frame {
    height: 100%;
    width: 100%;
}

.support-hidden {
    visibility: hidden;
}

.support-link {
    position: fixed;
    background: #205081;
    padding: 5px;
    border: 2px solid white;
    border-top: none;
    font-weight: bold;
    color: white !important;
    display: block;white-space: nowrap;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
}

.support-link.side-top {
    left: 45%;
    top: 0;
}

.support-link.side-right {
    left: 100%;
    top: 40%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform: rotate(90deg);
    transform-origin: top left;
}

.support-trigger.subtle {
    right: 0;bottom: 0;
    border: 1px solid #ccc;border-bottom: none;
    border-right: none;
    background-color: #f5f5f5;
    color: #444 !important;
    font-size: 11px;padding: 6px;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px 0 0 0;}

.support-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    z-index: 1000001;
    border-radius: 5px;
    background-color: #fff;
    background-image: url('data:image/gif;base64,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');
    background-repeat: no-repeat;
    background-position: center center;
}

@media print {
    .atlwdg-trigger { display: none; }
}

.force-auto-width {
    width: auto !important;
}

a.icon-no-sound
{
    background:url(/public/images/no-sound.png) center right no-repeat;
    width: 32px;
    height: 32px;
    padding: 20px 20px 20px 20px;
    white-space:nowrap;
}

a.icon-sound
{
    background:url(/public/images/sound.png) center right no-repeat;
    padding:0 16px 0 0;
    width: 32px;
    height: 32px;
    padding: 20px 20px 20px 20px;
    white-space:nowrap;
}

div.video-info-left
{
    float: left;
    width: 80%;
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    color: #ffffff;
}

div.video-info-right
{
    float: right;
    width: 20%;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    color: #ffffff;
}

div.video-info-center
{
    font-size: 110%;
    font-weight: bold;
    color: #ffffff;
}

div.video-selection-container
{
    border-radius: 25px;
    border: 1px solid #ff9900;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 10px;
    height: 250px;
    max-height: 250px;
    width: 260px;
    max-width: 260px;
}

div.video-large-thumbnail,
img.video-large-thumbnail
{
    border: 1px solid #000000;
    height: 360px;
    max-height: 360px;
    width: 640px;
    max-width: 640px;
    margin-bottom: 10px;
}

div.video-thumbnail,
img.video-thumbnail
{
    border: 1px solid #000000;
    height: 135px;
    max-height: 135px;
    width: 240px;
    max-width: 240px;
    margin-bottom: 10px;
}

div.video-featured-container-width
{
    width: 700px;
}

div.video-featured-thumbnail
{
    border: 1px solid #000000;
    height: 360px;
    width: 640px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.merc-td-l {
    background : url(images/tdbgl.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 10px;
    padding: 0;
}

.merc-td-r {
    background : url(images/tdbgr.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.merc-td {
    background : url(images/tdbg.png);
    background-repeat: repeat-x;
    font-size: 10pt;
    color: #FFF;
    height: 50px;
    padding: 0;
}

.tourn-td-l {
    background : url(images/tdbgl2.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.tourn-td-r {
    background : url(images/tdbgr2.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.tourn-td {
    background : url(images/tdbg2.png);
    background-repeat: repeat-x;
    font-size: 10pt;
    color: #000;
    height: 50px;
    padding: 0;
}

.tourn2-td-l {
    background : url(images/tdbgl4.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.tourn2-td-r {
    background : url(images/tdbgr4.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.tourn2-td {
    background : url(images/tdbg4.png);
    vertical-align: middle;
    background-repeat: repeat-x;
    font-size: 10pt;
    color: #000;
    height: 50px;
    padding: 0;
}

.shop-td-l {
    background : url(images/tdbgl3.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.shop-td-r {
    background : url(images/tdbgr3.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 10px;
    padding: 0;
}

.shop-td {
    background : url(images/tdbg3.png);
    background-repeat: repeat-x;
    font-size: 10pt;
    color: #FFF;
    height: 50px;
    padding: 0;
}

.merc-th-l {
    background : url(images/thbgl.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 10px;
    padding: 0;
}

.merc-th-r {
    background : url(images/thbgr.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 10px;
    padding: 0;
}

.merc-th {
    background : url(images/thbg.png);
    background-repeat: repeat-x;
    font-weight:bold;
    color: #000;
    height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.gs-th-l {
    background : url(images/thbgl2.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 10px;
    padding: 0;
}

.gs-th-r {
    background : url(images/thbgr2.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 10px;
    padding: 0;
}

.gs-th {
    background : url(images/thbg2.png);
    background-repeat: repeat-x;
    font-weight:bold;
    color: #000;
    height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.overwatch {
    background : url(images/overwatch_graphic.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 1080px;
}

.hearthstone {
    background : url(images/hearthstone_graphic.png);
    background-repeat: no-repeat;
    width: 1024px;
    height: 1024px;
}

div.margin-10 {
    margin: 10px;
}

.bracket_inplay
{
    vertical-align: bottom;
    width: 100px;
    height: 20px;
}

.bracket_win
{
    vertical-align: bottom;
    width: 100px;
    height: 20px;
}

.bracket_loss
{
    vertical-align: bottom;
    width: 100px;
    height: 20px;
}

.spacer_dynamic
{
    background:url('images/trans.png') no-repeat;
    width:0px;
    height:0px;
    vertical-align: bottom;
}

.spacer_bracket
{
    background:url('images/trans.png') no-repeat;
    width:0px;
    height:0px;
    position: absolute;
}

.vanquisher
{
    background:url('') no-repeat;
    display:none;
    width:1248px;
    height:694px;
}

.diagredleft
{
    background:url('images/diagredleft.png') no-repeat;
    position: relative;
    width:20px;
    height:40px;
    top: 15px;
    left: 10px;
    border: 0;
}

.diagredright
{
    background:url('images/diagredright.png') no-repeat;
    position: relative;
    width:20px;
    height:40px;
    top: 15px;
    right: 14px;
    border: 0;
}

.diagredbutton
{
    color:#fff;
    width:100px;
    height:40px;
    background: transparent;
    border:1px solid #333;
    transform:skewX(27deg);
    display:inline-block;
    bottom: 40px;
    margin-right: 4px;
}

.diagredbutton:hover
{
    color:#ff8800;
    font-weight: bold;
    background-position: 0px -29px;
    background: #333;
    background: linear-gradient(to bottom right, #333, #666);
}

.diagredspan
{
    transform:skewX(-27deg);
    display: block;
}

.diagredspan:hover
{
    background-position: 0px -29px;
}

.gs-top-banner
{
    width: 750px;
    height: 150px;
}

.gs-tb-small
{
    width: 250px;
    height: 50px;
}

.gs-left-banner
{
    width: 250px;
    height: 750px;
}

.gs-right-banner
{
    width: 250px;
    height: 750px;
}

.gsdetails
{
    white-space: normal;
    text-align: left;
}


