﻿body
{
    margin: 0px 0px 0px 0px;
    min-width: 640px;
    font-family: Arial;
    font-size: 15px;
}

p
{
    width: 800px;
}

a
{
    color: Green;
}

a:hover
{
    color: Black;
}

.headerMaster
{
    background-image: url(images/header-bg.gif);
    
    padding: 10px 10px 10px 10px;
    margin-right: auto;
    min-width: 1000px;
    height: 95px;
    
}

.footerMaster
{
    margin-top: 20px;
    font-size: 12px;
    padding-left: 10px;
}

.contentMaster
{
    padding: 10px 10px 10px 10px;
    min-width: 1000px;
    margin-right: auto;
    min-height: 300px;
    
}

div#bracket_base
{
    margin: 0px 0px 0px 15px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
}

.modalPopupSubmitResult
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
}

.l
{
    text-align: right;
    vertical-align: text-top;
    font-weight: bold;
}

.r
{
    text-align: left;
    vertical-align: text-top;
}

.search
{
    float: right;
    position: absolute;
    right: 40px;
    top: 10px;
}

.footerMaster
{
}

.successNotification
{
    width: 580px;
    height: 40px;
    background-color: #CBFFC4;
    border-style: solid;
    border-width: 1px;
    border-color: #00FF33;
    margin-bottom: 10px;
    margin-top: 10px;
    color: Black;
    padding: 10px 10px 10px 10px;
}

.successNotification p, .errorNotification p
{
    text-align: left;
    font-size: 13px;
    color: black;
}
.errorNotification
{
    width: 580px;
    height: 40px;
    background-color: #ffffcc;
    border-style: solid;
    border-width: 1px;
    border-color: #ffcc00;
    margin-bottom: 10px;
    margin-top: 10px;
    color: Black;
    padding: 10px 10px 10px 10px;
}

.homeLeftCol
{
    padding-right: 20px;
    vertical-align: text-top;
    width: 550px;
}

.homeLeftCol h2
{
    background-color: Black;
    color: White;
}

.homeRightCol
{
    vertical-align: text-top;
    width: 450px;
}

.homeRightCol h2
{
    background-color: Gray;
    color: White;
}

.tournamentItem, .bracketItem
{
    margin-bottom: 10px;
}
.tournamentLink, .bracketLink
{
    font-size: 20px;
    font-weight: bold;
}

.tournamentPublishedBy, .bracketPublishedBy
{
    font-style: italic;
    font-size: 14px;
}

.bracketLinks
{
    padding: 5px 5px 5px 5px;
    margin-left: 30px;
    border: dashed 1px gray;
    vertical-align: top;
}

.bracketDetails, .tournamentDetails
{
    border: dashed 1px gray;
    vertical-align: top;
    width: 800px;
}

.logo
{
    float: left;
    vertical-align: middle;
}

.logo img
{
    position:absolute;
    top: 40px;
    left: 10px;
}

.signInOut
{
    float: right;
    right: 10px;
    vertical-align: middle;
}

.editBracket
{
    position:absolute;
    top: 115px;
    right: 100px;
}

h1
{
    font-size: 30px;
    margin-bottom: 5px;
    color: Green;
    font-weight: bolder;
}

h2
{
    font-size: 22px;
    margin-bottom: 5px;
    color: Green;
    font-weight: bolder;
}

h3
{
    font-size: 18px;
    margin-bottom: 5px;
    color: Green;
    font-weight: bolder;
}
.leftCol
{
    width: 150px;
    font-weight: bold;
    padding-left: 20px;
}

.rightCol
{
    width: 650px;
}

.adsPlaceholder
{
    position:absolute;
    left: 200px;
    top: 10px;
    background-color: White;
}

.actions
{
    border: dashed 1px gray;
    
    padding: 10px 10px 10px 10px;
    width: 750px;
}

.nav_item
{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}

.nav
{
    background: white;
    border: dashed 1px gray;
}

.nav_item_selected a
{
    color: Black;
}


