@charset "utf-8";
/* CSS Document */

* {
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
}

body {
    margin:0;
    padding:0;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/bg_notile.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#0a1010;
}

#headerImage {
    margin:0 auto;
    width:844px;
    height:140px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/teamlist/signup.png');
    background-position:center;
    background-repeat:no-repeat;
}
#contentFrame {
    margin:0 auto;
    width:844px;
    min-height:216px;
    position:relative;
}

#cfTop {
    width:844px;
    height:108px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/frame_top.png');
    background-repeat:no-repeat;
}
#cfBottom {
    width:844px;
    height:108px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/frame_bottom.png');
    background-repeat:no-repeat;
}
#cfCenter {
    width:844px;
    padding:0px 22px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/generic/frame_center_tile.png');
    background-repeat:repeat-y;
    position:relative;
}
#cfContent {

}

#Copy_01 {
    width:700px;
    margin:auto;
    padding-top:40px;
    text-align:center;
}
#Copy_02 {
    width:600px;
    margin:auto;
    padding-bottom:20px;
}
#Copy_03 {
    width:600px;
    margin:auto;
    padding:75px 0px;
    text-align:center;
}

#formFields {
    padding-left:50px;
    text-align:left;
}
.textInput,.textInput2 {
    width:500px;
    background-color:#000000;
    color:#777777;
    border:solid #555555 1px;
    padding:2px;
    font-size:12px;
}

.textInput2 {
    width:150px;
}


#suggested_price {
    width:100px;
}

#base_prize_pool {
    width:100px;
}


.supporttooltip {
    position:relative;
}
.supporttooltip span {
    display: none;
    color: #cccccc;
    text-decoration: none;
    padding: 3px;
}
.supporttooltip:hover span { /*the span will display just on :hover state*/
    font-weight: normal;
    text-align: center;
    display: block;
    position: absolute;
    top: 2em;
    left: 0;
    width: 30em;
    background-color: #2c2c2c;
    padding: 4px;
    border:solid #555555 1px;
    white-space: normal !important;
    z-index: 25;
}


.fileInput {
    width:200px;
    background-color:#000000;
    color:#777777;
    border:solid #555555 1px;
    padding:2px;
    font-size:12px;
}
.textAreaInput {
    width:400px;
    background-color:#000000;
    color:#777777;
    border:solid #555555 1px;
    padding:2px;
    font-size:12px;
    height:45px;
    margin-top:4px;
}

#valveFooter {
    padding-top:50px;
    width:700px;
    margin:auto;
}
#logoValve {
    width:110px;
    height:36px;
    float:left;
}
#legal {
    padding-top:4px;
    color:#525050;
    font-size:12px;
    line-height:16px;
}

#LoginButton {
    display:block;
    margin:auto;
    width:261px;
    height:77px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/leagues/button_login.jpg?x=1');
    margin-top:50px;
}

#GetSteamButton {
    display:block;
    width:278px;
    height:63px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/blogfiles/getsteam_button.jpg?x=1');
    position:absolute;
    left:330px;
    top:480px;
}

.button:hover {
    background-position:bottom;
}

.formRow {
    clear:left;
    width:700px;
    padding-top:10px;
}

.formRowHalf {
    float:left;
    width:400px;
}
.formRowLabel,.formRowLabel2 {
    float:left;
    width:200px;
    text-align:right;
    padding-right:20px;
    color:#999999;
    line-height:16px;
    padding-top:4px;
}
.formRowLabel2 {
    width:150px;
}



#submitImage {
    width:261px;
    height:77px;
    margin-left:219px;
    margin-top:30px;
    background-image:url('https://cdn.steamstatic.com/apps/dota2/images/leagues/button_submit.jpg');
    background-position:top center;
}
#submitImage:hover {
    background-position:bottom center;
}

a:link {
    text-decoration: underline;
}

u b {
    font-size: 20px;
}

.error {
    font-weight:bold;
    color:#ff2222;
}
.formImageSub {
    margin-top:4px;
    width:230px;
    text-align:center;
    float:left;
    padding-left:100px;
    padding-bottom:20px;
}
.fileError {
    color:#ff2222;
    font-size:12px;
    line-height:14px;
}
.hiliteRed {
    font-weight:bold;
    color:#ff5555;
}

.workshopURLAdd {
    float: left;
    display: inline;
    color:#7EB0D6;
    cursor:pointer;
    padding-left: 3px;
    padding-top: 3px;
}

#agreementBody {
    text-align:left;
    width:480px;
    padding:10px;
    background-color:#333333;
    color:#aaaaaa;
}
#agreementBody li, li {
    margin-bottom:10px;
}
#agreementBody strong {
    color:#dddddd;
}
#userAgreementModal {
    position:absolute;
    z-index:1000;
    width:520px;
    text-align:center;
    height:420px;
    background-color:#000000;
    border:solid #777777 1px;
}
#userAgreementIframe {
    width:520px;
    margin:0px auto 10px auto;
    height:300px;
    overflow:scroll;
    border:none;
    border-bottom:solid #555555 1px;

}
#modalBG {
    position:absolute;
    z-index:900;
    background-color:#000000;
    filter:alpha(opacity=60);
    opacity:0.8;
}

.modalButton {
    display:inline-block;
    border:solid #888888 1px;
    line-height:24px;
    padding:0px 16px;
    font-weight:bold;
}
#userAgreementDecline {
    background-color:#440000;
}
#userAgreementDecline:hover {
    background-color:#660000;
}
#userAgreementAgree {
    background-color:#004400;
}
#userAgreementAgree:hover {
    background-color:#006600;
}

.modalButtons {
    margin-top:8px;
    padding-bottom:6px;
}
#userAgreementNote {
    text-align:center;
    padding:0px 16px;
}

.leagueMessageDate {
    font-size: 11px;
    color: #535354;
    margin-left: 2px;
    display: inline;
}
.leagueMessage {
    font-size: 12px;
    color: #acb2b8;
    text-align: left;
    line-height:22px;
    margin: 3px 10px 3px 10px;
    padding: 5px 5px 5px 5px;
    background-color:#303030;
}
.commentthread_valve_icon
{
    vertical-align: middle;
    margin-left: 5px;
    width: 59px;
    height: 16px;
}