body{
    background-color: #7e7d7e;
    background-image: url('../images/black-gray-gradient.png');
    background-position: top left;
    background-repeat: repeat-x;
    font-family: helvetica, san-serif;
    font-size: 10pt;
    color: white;
    padding: 0px 10px 0px 10px;
}

a {color: #dddddd; text-decoration:none; }
a:visited {color: #dddddd; text-decoration:none;}
a:active {color: #ff0000; text-decoration:none; }
a:hover {
    color: #ffffff;
    text-decoration:underline;
}

#header{
    background-color: #000000;
    /*background-image: url('../images/logo-m.png');*/
    background-position: top left;
    background-repeat: no-repeat;
    height: 100px;
    width: 99%;
    color: white;
    margin-bottom: 20px;
}

#header-content{
    width: 100%; 
    height: 1em;
    padding-top: 80px;
    padding-bottom: 4px;
    border-bottom: 1px solid #686868;
    text-align: right;
}

#header-content-user {
    width: 100%; 
    height: 1em;
    text-align: right;
    font-size: 90%;
}

#header-content a:link, #header-content a:visited, #header-content-user a:link, #header-content-user a:visited {
    margin-right:0.5em;
    margin-left:0.5em;
    font-weight: bold;
}

#header-content a:link, #header-content a:visited {
    font-size:100%;
    text-transform:uppercase;
    text-decoration:none;
}

#header-login, #header-login-submit{
    padding-top: 5px;
}

#team-bar{
    width: 100%;
    position: absolute;
    height: 20px;
    bottom: 0px;
    left: 0px;
    margin: 0px
}

#team-bar td{
    text-align: center;
    color: #dddddd;
    font-size: 11px;
}

#a-team-bar, #b-team-bar{
    width: 100%;
    border-top: 1px solid #222222;
}

#a-team-bar td, #b-team-bar td{
    border: 1px solid black;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

#a-cell{
}

#a-team-yellow, #a-team-red, #a-team-blue, #a-team-green, #a-team-uncaptured,
#b-team-yellow, #b-team-red, #b-team-blue, #b-team-green, #b-team-uncaptured{
    background-position: top left;
    background-repeat: repeat-x;
    padding: 3px;
    white-space: nowrap;
}

#a-team-red, #b-team-red{
    background-image: url('../images/team-red.png');
}
#a-team-blue, #b-team-blue{
    background-image: url('../images/team-blue.png');
}
#a-team-uncaptured, #b-team-uncaptured{
    background-image: url('../images/team-uncaptured.png');
    width: auto;
}
#a-team-yellow, #b-team-yellow{
    background-image: url('../images/team-yellow.png');
}
#a-team-green, #b-team-green{
    background-image: url('../images/team-green.png');
}


#map_and_info {
    width: 100%;
    height: 80%;
    padding-bottom: 20px;
}

#map_and_info td {
}

#above_map_and_info {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: -10px;
}

#above_map_and_info a {
	border-bottom:1px dotted;
}

#map_cell {
    max-width: 900px;
}

#map_div, #map_header_div {
    max-width: 1400px;
}

#info_cell {
    width: 420px;
}

#map_div, #info_div {
    border: 1px solid #888888;
    margin: 10px;
    height: 80%;
}

#map_header_div, #info_header_div {
    margin: 10px;
}

.school-link-div {
    color: white;
    background-color: #444444;
    border: 1px solid #777777;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px 1px 0px;
}


#your_team, #uw_td, #cornell_td, #photo_td, #welcome_td, #standings_td, #recent_td{
    border: 1px solid #444444;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: white;
white-space: nowrap;
    padding: 5px 3px 3px 3px;
}

#your_team{
 width: 100%;
}

#uw_td, #cornell_td, #photo_td, #welcome_td, #standings_td, #recent_td{
    background-image: url(../images/team-uncaptured.png);
    cursor: pointer !important;
}

#map_header_table, #info_header_table{
 margin: -2px;
}

#signup{
    color: #FCB23C;
}

#static-text h2{
    font-size: 16px;
    color: #FCB23C;
}

#static-text p{
    padding-left: 10px;
    width: 60%;
    color: #dddddd;
    text-align: justify;
}

#static-text-fill p{
    padding-left: 10px;
    width: 100%;
    color: #dddddd;
    text-align: justify;
}

#static-text h1{
    color: white;
}

#iphone-app-desc{
    margin-top: 10px;
    border-top: 1px solid #8a8a8a;
}

.iphone-thumb img{
    border: 1px solid white;
    margin: 3px;
}

img .thumb{
    border: 1px solid #777777;
}

#swish-instructions h1{
    font-size: 12pt;
    color: #FCB23C;
}

#swish-instructions h2{
    font-size: 11pt;
}

#swish-instructions{
    font-size: 10pt;
    color: #bbbbbb;
    padding-left: 10px;
}

#reconstructions-table{
    width: 100%;
    font-size: 10pt;
}

#reconstructions-table td{
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 20px;
    padding-top: 20px;
}

#reconstructions-table th{
    font-size: 12pt;
    font-weight: bold;
}

.model_info{
    vertical-align: top;
}

.video{
    text-align: right;
}

.rendering{
    width: 404px;
}

.rendering img{
    border: 1px solid #999999;
}

#stats_box{
    font-weight: normal;
    font-size: 8pt;
    color: #cccccc;
}

/* styles of player_photos.php */
table.player_photos {
    width:600px;
}

table.player_photos td {
    padding:6px;
    margin-right:1em;
    margin-left:1em;
}

table.player_photos td:first-child {
    width:110px;
    background-color:#222222;
}

#player-photos li {
    display:inline;
    padding:10px;
    font-size:120%;
    background-color:#222222;
    margin-right:0.5em;
}

#player-photos li:hover {
    cursor:pointer;
    background-color:#3e3e3e;
}

/* styles for player profile.php */
#player-profile h1, #player-profile h2 {
	text-align:center;
}

#player-profile {
	font-size:11pt;
}
#player-profile #left {
	border:1px solid white;
	position:relative;
	float:left;
	width:500px;
	overflow:hidden;
	margin:5px;
	padding:2px;
}

#player-profile #right {
	border:1px solid white;
	position:relative;
	float:left;
	width:500px;
	overflow:hidden;
	margin:5px;
	padding:2px;
}

#player-profile div h2 {
	text-align:left;
}

#player-profile li {
	list-style-type:none;
	padding:3px;
	margin:2px;
	background-color:#222222;
}

#player-profile p {
	margin-left:2em;
}

#player-profile span.header {
	font-size:250%;
}

/* styles for model_status.php */
table#servers td {
	padding-left:1em;	
	padding-right:2em;
}

table#servers {
	font-size:110%;
}

    #t1{color: red;}
    #t2{color: #4466ff;}
    #t3{color: yellow;}
    #t4{color: green;}
