/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2016, 7:45:08 PM
    Author     : andy
*/
body{
    background-color:grey;
    margin:0px 25px 0px 25px;
    padding:0px;
}
#divHeaderMain{
    background-color:black;
    color:white;
    overflow:auto;
}
#divHeaderMain a:link { color: white; text-decoration: none;}
#divHeaderMain a:visited { color: white;  text-decoration: none;}
#divHeaderMain a:hover { color: white;  text-decoration: none;}
#divHeaderMain a:active { color: white;  text-decoration: none;}

#divHeaderLeft{
    float:left;
    margin: 10px 0px 10px 30px;
    font-size: 22px;
}
#divHeaderRight{
    float:right;
    margin: 10px 30px 10px 0px;
    font-size:22px;
}
#divHeaderBottom{
    clear:both;
}
#divMain{
    background-color:white;
    color:black;
    padding-left:20px;
}
#divMainInner{
    margin-left: 100px;
    padding-top:15px;
}
.txtDataWithButton{
    width: 600px;
}
.txtDataWithoutButton{
    width: 650px;
}
.btn{
    width:50px;
}
#divSubmit{
    text-align: right;
}

#divTeamSelector {
    display:none;
    visibility:hidden;
    //width: 600px;
    //height: 200px;
    padding:5px;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    /* To align popup window at the center of screen*/
    top: 45px;
    left: 130px;
    border: ridge 5px gray;
}
.divTeamSelectorSingle{
    padding: 5px;
    
}
#divTeamSelector a:link { color: white; text-decoration: none;}
#divTeamSelector a:visited { color: white;  text-decoration: none;}
#divTeamSelector a:hover { color: white;  text-decoration: none;}
#divTeamSelector a:active { color: white;  text-decoration: none;}
.divTeamSelectorClose{
    background-color:lightgray;
    color:black;
    border:1px solid black;
    cursor:pointer;
}
.divTeamSelectorAll{
    background-color:black;
    color:white;
    text-align: center;
}
.afc{
    background-color:darkred;
    color:white;
}
.nfc{
    background-color:darkblue;
    color:white;
}
table, tr, td{
    vertical-align: top;
    border-collapse:collapse;
}
.divContentLeftSingle{
    white-space: nowrap;
    margin:4px;
    padding:2px;
    //background-color:#eeeeee;
    background-color:lightyellow;
    border:solid 1px #dddddd;
    cursor: pointer;
}
.divContentRight{
    width: 700px;
}
.divArticleTitle{
    font-size:20px;
}
.divArticleInfo{
    color:#999999;
}
.divArticleOuter{
    margin-right:50px;
    background-color:#f8f8f8;
}
#divTeamName{
    background-color:black;
    color:white;
    border:solid 2px gray;
    font-size: 18px;
    text-align: center;
    margin:5px;
}
#divSelectTeamText{
    text-align: center;
    background-color:lightblue;
    border:solid 1px black;
    width:170px;
    cursor:pointer;
}