/* Styles for the PhotoCity teams page */

body {
	background-color: #000000;
	font-family: "Cambria", "Helvetica", "Garamond", sans-serif;
}

iframe {
	background-color: black;
}

#titleImage {
	float: left;
	margin: -10px;
	padding: 0px;
}


/* ---------- Styles for the WELCOME Page */

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#welcome {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 30px;
}

#welcome h1 {
	color: #dddddd;
	font-size: 24pt;
	text-align: center;
}

#welcome p {
	font-size: 14pt;
}

em {
	font-style: normal;
	color: #ffcc00;
}

#welcome a, #settings h3 a {
	color: #33ff33;
	color: #66ccaa;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#welcome a:hover, #settings h3 a:hover {
	color: #88eecc;	
}

#login-box {
    position:fixed;
    right:20px;
}

/* locations box */
#locations_box, #sample_videos {
	/*border: 1px solid #111111;*/
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	height: 155px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 90%;
}

#locations_box .location {
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	cursor: pointer;
	float: left;
	font-family: "Arial Black", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	
}

#locations_box .location:hover {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	color: #555555;
	padding-top: 3px;
	padding-bottom: 3px;
}

#locations_box .location a {
	text-decoration: none;
}

.note {
	color: #555555;
	font-size: 12px;
	/*margin: 2px;*/
}

#sample_videos {
	border: 0px;
	height: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----- Styles for the REGISTRATION Page */

form#signup  {
	background-color: black;
	border: 1px solid #111111;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 14px;
	position: relative;
	text-align: left;
	width: 470px;
}

#signup .closeButton {
	background-color: #121212;
	border: 1px solid #111111;
	color: #555555;
	margin-right: 2px;
	margin-top: -12px;
	text-align: center;	
}

form#signup  fieldset {
	border: 1px dotted #444444;
	margin-top: 4px;
	margin-bottom: 4px;
}

form#signup  div {
	clear: left;
	padding: 4px;
}

form#signup  div > span {
	float: left;
	width: 150px;
}

form#signup  input[type="submit"] {
	margin: 4px;
	font-size: larger;
	padding:4px;
}

form#signup .anounce {
	color: #fcb23c;
	font-size: 10pt;
	font-weight: bold;	
	padding: 8px;
}

/* JS validation */
.errorMsg {
	color: red;
	margin-top: 2px;
	margin-bottom: 8px;
	width: 25em;
}

.inputBad {
	border: 1px solid red;
}

.inputGood {
	border: 1px solid #b4b7d7
}

/* --- Styles for the SETTINGS and LOGIN Pages --- */

.settings {
	margin: 10px;
	padding: 10px;
}

.settings ul {
	color: #aaaaaa;
	margin: 5px;
}

.settings ul strong {
	color: #ffffff;
}

.settings form, .current_settings {
	background-color: #111111;
	border: 1px solid #333333;
	padding: 10px;
	width: 400px;
}

.settings fieldset {
	background-color: #0c0c0c;
	border: 0px solid black;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #222222;
}

.settings input {
	margin-bottom: 4px;
	margin-top: 4px;
}

#changepass > div {
	margin: 10px;
}

.settings input[type='submit'] {
	margin-top: 10px;
}

.msg_good {
	color: #339933;
}

.msg_bad {
	color: #cc4422;
}

#settings a {
	color: #aaaaaa;
	text-decoration: none;
}

#forgot_password {
	font-size: 12px;
	text-align: right;
}

#login span, #forgotpass span {
	float: left;
	width: 85px;
}

/* ------- Styles for the TEAMS Page ------ */

#location {
	background-color: #111111;
	border: 2px solid #222222;
	cursor: pointer;
	display: block;	
	margin-bottom: 4px;
	position: relative;
	text-align: center;	
}

#current_location {
	padding: 8px;
	margin: 0px;
}

/*
#current_location:hover {
	background-color: #333333;
	cursor: auto;	
}
*/

#change_button {
	color: #777777;
	cursor: pointer;
	font-size: 10pt;
	margin-left: 10px;
}

#change_button {
	color: #777777;
}

#change_button:hover {
	color: #77aa00;
	text-decoration: underline;
}

#change_location {
	position: absolute;
	right: 8%;
	top: 30%;
}

#change_location select, #change_map_location select {
	padding: 2px;
	/*font-weight: bold;*/
}

#players, #playerstats, #topplayers {
	border: 1px solid #333333;
	float: left;
	font-size: 11pt;
	padding: 10px;
	width: 350px;	
}

/* Styles for the Teams box */

#teams {
	padding: 0px;
}

.team {
	cursor: pointer;
	float: left;
	height: 100px;
	overflow: visible;
	padding: 0px;
	width: 25%;
}

.team > div {
	border: 1px solid #333333;
}

.team h2 {
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 2px;
	padding-left: 10px;
}

.team .current {
	background-color: #444444;
	border: 1px solid #777777;
	border-right: 4px solid #777777;
	cursor: text;
	width: 356px;
}

.team .teamstats {
	border-bottom: black;
	overflow: hidden;
	text-align: right;
}

.team .teamstats th, .team .teamstats td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	
}

.team th {
	color: #cccccc;	
}

/* Sytles for the Players box */
.players {
	float: left;
	padding: 5px;
	position: relative;
	text-align: left;
	width: 150px;
	z-index: 1;
}

.players .player {
	color: #777777;
	cursor: pointer;
	display: block;
	padding: 1px;
	text-decoration: none;
}

.players .player:hover {
	background-color: #444444;
	color: white;
}	

.players .current {
	background-color: #444444;
	border: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
	cursor: text;
	font-size: 18px;
	/*-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px; */
	padding: 2px;
	padding-right: 10px;
	position: relative;
	text-align: right;
	width: 169px;
	z-index: 1;
}

/* Styles for the individual player statistics box */
#playerBox {
	background-color: #080808;
	border: 5px double #0c0c0c;
	/*display: none;*/
	clear: both;
	font-family: "Cambria", "Helvetica", "Garamond", sans-serif;
	font-size: 14px;
	position: relative;
	width: 800px;
}

/* ------- player points ------- */
#player_points {
	background-color: #282828;
	border-bottom: 4px double #333333;
	overflow: hidden;
}

/* ------- player main ------- */
#player_main {
	border-right: 1px solid #333333;
	float: left;
	padding: 10px;
	text-align: left;
	width: 30%;
}

#name {
	color: #999966;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	width: 240px;
}

#rank {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	cursor: pointer;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	position: relative;
}

#level {
	border-bottom: 1px solid #333333;
	color: #bbbbbb;
	font-size: smaller;
}

.rank1 {
	color: #77aa00; /*#33aa22;*/
}

.rank2 {
	color: #557755;
}

#rank img {
	float: right;
	position: absolute;
	top: -5px;
	right: 0px;
	width: 80px;
}

.badge {
	float: left;
	padding: 4px;
}

#player_main .badge {
	cursor: pointer;
}

/* ------- player stats ------- */

#player_stats {
	float: left;
	padding: 4px;
	width: 18%;
}

#player_stats p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	text-align: left;
}

#player_stats p strong {
	color: #aa7700;/*#33aa22;*/
	font-style: italic;
}

/* ------- player models ------- */
#player_models {
	border-left: 1px solid #333333;
	float: left;
	padding-top: 10px;
	width: 47%;
}

#player_models td, #player_models th {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

#player_models th {
	color: #555555;
}

/* ------- player recent ------- */
#player_recent {
	background-color: #161616;
	border-bottom: 4px double #333333;
	border-top: 4px double #333333;
	clear: both;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#player_recent > div {
	border-left: 1px solid #333333;
	float: left;
	padding: 5px;
	width: 23%;
	text-align: center;
}

#player_recent .first_recent {
	border: 0px;
}

#playerBox h3 {
	color: #777744;
	text-align: center;
	margin: 5px;
}

#player_recent a {
	color: #aa7700;
	text-decoration: none;
}

#player_recent a:hover {
	color: #77aa00;
	text-decoration: underline;
}

#player_recent .photos img {
	width: 150px;
	height: 113px;
}

#player_recent .photos {
	cursor: pointer;
}

/* ------- player photos ------- */

#player_photos {
	background-color: #161616;
	border-top: 4px double #333333;
	margin-bottom: 2px;
	padding: 10px;	
}

.photos img {
	border: 1px solid #555555;
	padding: 2px;
	width: 100px;
}

#player_photos {
	clear: both;
}

#closePlayerList, .closeButton {
	background-color: #444444;
	border: 1px solid #777777;
	cursor: pointer;
	height: 13px;
	margin: 0px;
	padding: 5px;
	padding-top: 2px;
	position: absolute;
	right: 0px;
	width: 11px;
}

/* Styles for the top players section */
#topplayers {
	width: 350px;
	display: none;
}

#topplayers h2 {
	border-bottom: 1px solid #555555;
	margin: 10px;
	text-align: center;	
}

#topplayers td {
	text-align: right;
}

#topplayers a {
	color: white;
	overflow: hidden;
	width: 100px;
}

#topplayers a:hover {
	color: #777777;
}

.info {
	clear: both;
	color: #cccccc;
	padding-right: 70px; /* hack */
	margin: 10px;
	text-align: center;
}

/* ----------------- Context Menus
 * for player profile boxes */
.contextMenu, #badgeList, #rankList {
	background-color: #222222;
	border: 1px dotted #77aa00;
	border-bottom: 4px solid #77aa00;
	color: #cccccc;
	cursor: auto;
	display: block;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;

}

.contextMenu {
	/*height: 300px;*/ /*325px;*/
	/*overflow: auto;*/
	width: 640px;
}

.points {
	color: #77aa00;
}

.model {
	color: #aa7700;
}

.contextMenu .points {
	cursor: auto;
}

.contextMenu img {
	border: 1px solid #444444;
	padding: 3px;
}

.time {
	color: #999999;
	margin: 0px;
}

#badgeList {
	display: none;
	overflow: hidden;
	width: 305px;
}

#badgeList .long_name {
	font-size: 10px;
}

#badgeList img {
	float: left;
	margin-right: 10px;
}

#badgeList p {
	width: 305px;
}

.instruction {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	clear: both;
}

#rankList {
	display: none;
	text-align: left;
	width: 300px;
}

.columns2 {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}




/* ---------- Notification styles */
.noteMenu {
	background-color: #222222;
	border: 1px dotted #ffe303;
	color: #cccccc;
	cursor: auto;
	display: block;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	right:250px;
	top:40px;
	width:300px;
	overflow:hidden;
	font-size:75%;
	z-index:100;
}

#stats_box{
    font-weight: normal;
    color: #cccccc;
    margin-right:1.5em;
    font-size:110%;
}

#stats_box:hover {
	cursor:pointer;
}

.team-red {
	color:#ee0000;
}

.team-blue {
	color:#0bb5ff;
}

.team-yellow {
	color:#fcd116;
}

.team-green {
	color:#76ee00;
}

/* ---------- MINI GAME Styles ------- */
#minigame {
	padding: 10px;
	position: absolute;
}

#minigameBeginBox, #minigameEndBox {
	background-color: #111111;
	border: 6px double #555555;
	position: relative;
	float: left;
	top: 100px;
	left: 100px;
	height: 270px;
	padding: 40px;
	width: 670px;
	z-index: 2;
}

#minigameEndBox {
	display: none;
}

#minigameEndBox a {
	color: #77aa00;
	font-size: 20px;
}

#minigameBeginBox .colorBox {
	height: 30px;
	float: left;
	margin: 20px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 60px;	
}

#minigameBeginBox .colorBox:hover {
	background-color: #333333;
	border: 1px solid white;
	cursor: pointer;
}

#minigameBeginBox div {
	text-align: center;
}

.minigame_button {
	background-color: #cecece;
	border: 2px outset #dcdcdc;
	color: #121212;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
	margin: 5px;
}

.minigame_button:hover {
    background-color: #dd9922;
}

#title {
	margin-bottom: 4px;
	width: 906px;
}

#title h1, #title h2 {
	display: inline;
}

#title h2 a {
	color: #cccccc;
	float: right;
}

#minigame h1, #minigameBeginBox h1 {
	border-bottom: 1px solid #333333;
	color: #dd9922;
	margin: 0px;
	padding: 4px;
}

#minigameBeginBox h1 span {
	color: white;
}

.bar, #play_panel {
	background-color: #111111;
	border: 1px solid #333333;
	float: left;
	margin: 4px;
	margin-bottom: 10px;
	padding: 10px;
}

.bar {
	text-align: center;
	width: 425px;
}

/* team colors */
.teamRed {
	background-color: #442222;
	border: 1px solid #885555;
}

.teamBlue {
	background-color: #222244;
	border: 1px solid #555588;
}

.teamGreen {
	background-color: #224422;
	border: 1px solid #558855;
}

.teamYellow {
	background-color: #444422;
	border: 1px solid #888855;
}

.flags_won {
	display: inline;
	border-left: 1px solid #aaaaaa;
	margin-left: 15px;
	padding-left: 20px;
	vertical-align: middle;
}

.flags_won span {
	font-size: 20px;
	font-weight: bold;
	padding-left: 2px;

}

#map_canvas {
	clear: both;
	float: left;
	height: 445px;
	margin-right: 10px;
	width: 540px;
}

/* --- play panel styles --- */

#play_panel {
	padding: 10px;
	margin: 0px;
	width: 330px;
}

#image_box {
	border: 1px solid #222222;
	padding: 4px;
}

#picture_count {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 6px;
}

#message {
	font-size: 20px;
	font-weight: bold;
}

#buttons {
	float: right;
	margin: 5px;
	margin-right: 0px;
	margin-left: 10px;
}

#skip {
	background-color: #cecece;
	border: 2px outset #dcdcdc;
	color: #121212;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
}

#skip:hover {
	background-color: #dd9922;
}

#howto {
	border-top: 1px solid #333333;
	clear: both;
	color: #888888;
	font-size: 12px;
	padding-top: 4px;
}

#howto strong {
	color: #dd9922;
}

/* ------- styles for competition page ------- */

/* compeeting team colors */
.uw {
	color: purple;
	font-weight: bold;

}
.cornell {
	color: darkred;
	font-weight: bold;
}


.compt, #compt_stats, #compt_graph, #compt_feed, #compt_info, #ctop_players, #compt_resources {
	background-color: black;
	border-bottom: 2px outset #444444;
	border-left: 1px dotted #444444;
	border-right: 1px dotted #444444;
	margin: 4px;
}

#game_mechanics{
	padding: 10px;
}

.header_banner {
	background-color: #444444;
	margin: 0px;
	padding: 4px;
	padding-left: 20px;
	text-align: left;
}

#days_left_box, #prize_box {
	background-color: #eeeeee;
	border: 4px solid #444444;
	border-bottom: 2px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	color: black;
	padding: 8px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#click_name_box{
	position:absolute;
	top: 5.1em;
	left: 3em;
}

.giant {
	font-size: 50px;
}

#top_info{
	width: 60%;
	margin: auto;
	text-align: center;
}

/* --- competition stats --- */
#compt_stats, #compt_graph {
	position: relative;
	width: 49%;
	height: 37em;
}

.compt h1, #compt_stats h1, #compt_graph h1, #compt_info h1 {
	background-color: #111111;
	border-bottom: 2px solid #444444;
	border-top: 4px solid #444444;
	font-size: 45px;
	margin-top: 0px;
	padding: 20px;
}

#compt_graph h2{
	color: #ffaa00;
}

#cstats {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#cstats td {
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;	
}

.category {	
	border-right: 1px dotted #333333;
	border-left: 1px dotted #333333;
	color: #ffbb00;
	font-size: 20px;
}

.winning {
	background-color: #202020;
}

.stats_divider {
	border-top: 1px solid #888888;
	height: 0px;
	padding: 0px;
}

/* competition graph */
#compt_graph {
	width: 49%;
	height: 37em;
	text-align: center;
	float: right;
}

#compt_graph #video {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

/* --- competition top players --- */
#ctop_players {
	clear: both;
	overflow: hidden;
}

#uw_players, #cornell_players {
	width: 300px;
}

#cornell_players {
	border-right: 1px dotted #333333;
	border-left: 1px dotted #333333;
}

.top_players {
	float: left;
	margin: 4px;
	padding: 10px;
	text-align: left;
}

.top_players dl {
	padding-left: 10px;
}

.top_players dt {
	font-weight: bold;
	font-size: 15px;
}

.top_players dd {
	color: #555555;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#toptable {
	border: 1px solid #333333;
}

#toptable td {
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
	padding: 4px;
	text-align: center;
}

#toptable th {
	border: 1px solid #333333;
	color: #668866;
	font-size: 12px;
	margin: 0px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}


 /* --- competition news feed --- */
#compt_feed {
	background-color: #111111;
	clear: both;
	overflow: hidden;
}

#compt_feed > div {
	border-bottom: 1px dotted #333333;
	border-right: 1px dotted #333333;
	float: left;
	margin: 6px;
	padding: 5px;
	text-align: center;
	width: 180px;
}

#compt_feed a {
	color: #aa7700;
	text-decoration: none;
}

#compt_feed a:hover {
	color: #77aa00;
	text-decoration: underline;
}

#compt_feed .photos img {
	width: 100px;
	height: 75px;
}

#compt_feed .photos {
	cursor: pointer;
}

/* --- competition info --- */
#compt_info {
	clear: both;
	overflow: hidden;
}

#compt_info .prize {
	border: 1px solid #333333;
	float: left;
	margin: 10px;
	width: 22%;
}

#compt_info em {
	font-size: 16px;
	font-style: italic;
}

#compt_info h3 {
	background-color: #001122;
	border-bottom: 1px dotted #226677;
	color: #66aadd;
	font-size: 25px;
	margin: 0px;
	padding: 4px;
}

#compt_info p , #compt_resources div{
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ------- some other styles ----------------- */

#contents table {	
	margin-left:auto;
	margin-right:auto;
	height:50px;
	width:800px;
	color:#000000;
}

#contents #uw {
	background-color:#7d26cd;
}

#contents #cornell {
	background-color:#b22222;
}

#contents td {
	height:80px;
	font-size:110%;
}

#contents td strong {
	font-size:450%;
	position:relative;
	left:30%;
}

#contents h1 {
	position:relative;
	left:250px;
}

#flag_info {
	background-color: #111111;
	border: 1px solid #333333;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 884px;
}

#flag_info img{
	float: left;
	border: 1px solid #555555;
	margin: 5px;
}

.orange{
	color: #ffaa00;
}

#prize_table td{
	vertical-align: top;
	padding: 5px; 
}

#about{
	font-size: 1.2em;
    /*width:40%;*/
    width:120%;
	line-height: 1.3em;
	text-align: justify;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}

#about b{
	color: #ffaa00;
}

#about i{
	color: #ffdd00;
}

#about img {
    margin-left:auto;
    margin-right:auto;
    border: 10px solid #222222;
}

#about h1 {
    text-align:left;
}

#both-abouts {
    width:1200px;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    margin-top:3em;
    margin-bottom:3em;
}
#about-left, #about-right {
    width:50%;
    position:relative;
    float:left;
}

#learnmore h3 {
    text-align:left;
    font-size:140%;
    margin-left:4em;
}

#learnmore {
    margin-top:5em;
}

#about-right h1 {
    text-align:left;
    margin-left:2em;
}
#about-right h2 {
    text-align:left;
    margin-left:4em;
}

#content h1 {
    color: #ffaa00;
    font-size:220%;
    font-weight:none;
}

#events table{
	text-align: left;
	margin: auto;
}

#currentevents, #pastevents{
	padding: 20px;
	vertical-align: top;
}

#currentevents ul li{
	font-size: 1.4em;
}

