/* @override http://igolocal.net/shadow/styles/prosilver/theme/infoWindow.css */

/* @override http://igolocal.net/styles/prosilver/theme/infoWindow.css */

/* @override http://igolocal.net/shadow/styles/prosilver/theme/infoWindow.css */

/* @override http://igolocal.net/shadow/styles/prosilver/theme/infoWindow.css */


/*shared styles */



#map {
	height: 440px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 631px;
}


div.infoWindowDiv {
	
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
		
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.19, rgb(202,220,235)),
    color-stop(0.77, rgb(255,255,255))
);
	 background-image: -moz-linear-gradient(
    center top,
    rgb(202,220,235) 19%,
    rgb(255,255,255) 77%
);
	clear: none;
	float: left;
	
}



div#buttonDiv  a.buttonLink {
	font: normal 15px/.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background: #e6cc8f;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	
	color: #393839;
	padding: 6px;
	margin-top: 7px;
	border: 1px solid #8a8a8a;
}

div#buttonDiv a.buttonLink:hover {
	background: #f7f68f;
}

a#leftLink {
	float: left;
	clear: both;
}

a#createDojoLink {
	
	float: left;
	clear: none;
	position: relative;
	bottom: 5px;
}


a#centerLink.buttonLink {
	float: left;
	margin-left: 142px;
	text-align: center;
	text-shadow: #fdfeff 1px 1px 1px;
}


a#rightLink {
	float: right;
	clear: none;
}


/* tabs */

#tab-bar {
	position: relative;
	margin-top: 25px;
	top: 4px;
		
}

#tab-bar ul {
	list-style-type:none;
	width:auto;
	text-align:right;
	position:absolute;
	bottom:9px;
	
	margin: 0 0 0 -8px;

}

#tab-bar li {
	display:inline;
}

#tab-bar li a {
	font:normal 15px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#cadceb;
	text-decoration:none;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border:1px solid #76b3e0;
	border-bottom:none;
	position: relative;
	background-color: #71a0be;
	padding: 4px 16px 4px 9px;
	margin: 2px;
}

#tab-bar li.on a {
	background:#cadceb;
	color: #345c7a;
}


/* available games sidewindow */

div#closeEventListButton {
	background-image: url(/mapextras/icons/close3.png);
	float: right;
	width: 22px;
	height: 22px;
	position: relative;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

#eventListCol {
	margin-right: 0;
	margin-left: 0;
}
#eventList {
	float: right;
	height: 447px;
	width: 300px;
	display: ;
	position: relative;
	bottom: 7px;
}

td img {
	cursor:  pointer;
}
#eventListScroller {
	height: 164px;
	/*height: 167px; */
	overflow: auto;
	margin-right: 0;
	
	
}


div.available_games_control {
	margin-left: 22px;
	margin-top: 4px;
	font-size: 9px;
	font-weight: bold;
}

select#gamesearch_show {
	height: 20px;
}

select#gamesearch_radius {
	height: 20px;
}

#closeForumsDisplayButton {
	margin-top: -34px;
	display: none;
}


div#closeForumsDisplayButton {
	background-image: url(/mapextras/icons/close3.png);
	float: right;
	width: 22px;
	height: 22px;
	position: relative;
	right: 4px;
	top: 4px;
	cursor: pointer;
}
#forumsDisplayCol {
	margin-right: 0;
	margin-left: 0;
	
}

#forumsDisplayScroller h2 {
	font-size: 14px;
	bottom: 7px;
}

/* height: 165px;*/
#forumsDisplayScroller {
	
	overflow: auto;
	height: 168px;
}

#forumsDisplayScroller span.recentTopic {
	margin-left: 20px;
	position: relative;
	font-size: 10px;
	bottom: 8px;
	display: block;
	margin-top: 0;
}

#forumsDisplayScroller div.forumParentName 
{
	
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-top: -1px;
}

div#forumsDisplayCol.col-title {
	
}



/***************
newLocation
****************/

div#infoWindowDiv-newLocation {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border: 1px solid #40627c;

	width: 410px;
	height: 313px;
	background-color: #cadceb;
}

div#contentDiv-newLocation {
	position: relative;
	top: 12px;
	left: 16px;
	width: 392px;
	height: 294px;
	overflow: auto;
}

input#location_save_button {
	
	float: right;
	margin-top: 8px;
	margin-bottom: -8px;
}

.location_info {
	position: relative;
	font-size: 12px;
}

#opponent-avatar {
	margin-right: 10px;
}

#personal-challenge {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

#opponent-name-rank {
	font-size: 16px;
}


/* Location List */


div#locationListDiv {
	width: 180px;
	height: 400px;
	position: relative;
	float: left;
	overflow: auto;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 10px;
	clear: none;
}

div.locationListElement {
	height: 57px;
		margin-bottom: 20px;
	background-color: #fdfefa;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border: 1px solid #8b8b8b;
}
/*

	background: #fffeff url(./images/locationListElement.png) no-repeat;
*/

.locationListElement:hover {
	color: #937b43;
	cursor: pointer;
}

div.locationListElementLabel {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #949494 2px 1px 2px;
	float: left;
	position: relative;
	left: 6px;
	top: 1px;
	min-height: 36px;
}

div.locationListElementName {
	font-size: 12px;
	width: 145px;
	left: 18px;
	position: relative;
	top: 8px;
	font-style: italic;
}



#AnyTime--field1 {
	position: relative;
	margin-top: -11px;
}

/***************** 
dojo-specific 
******************/




div#dojoInfo {
	width: 688px;
	margin-left: -15px;
	float: left;
}


.dojoEventSchedule {
	
	font-size: 12px;
	padding: 4px;
	width: auto;
	clear: none;
	float: none;
	display: inline-table;
	overflow: auto;
}
/*
-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	border-style: solid;
	border-width: 1px;

	*/
div#dojoEventsContainer {
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	border-style: solid;
	border-width: 1px;
margin-top: 13px;
margin-right: 25px;
	max-height: 217px;
	overflow: auto;
	}

#dojoEvent td {
	padding: 4px;
}

#dojoEvent td#dateCol {
	
	min-width: 80px;
	text-align: center;
}

div#dojo-blurb {
	font-size: 14px;
	float: none;
	max-height: 164px;
	overflow: auto;
	margin-right: 16px;
	margin-top: 16px;
	clear: none;
	margin-left: 16px;
}

div#dojoLeftColumn {
	float: left;
	max-width: 240px;
	margin-right: 35px;
	margin-bottom: 10px;
}


.dojoinfo {
	position: relative;
	left: 15px;
	top: -4px;
	padding-top: 9px;
	float: none;
	clear: none;
	padding-left: 7px;
	font-size: 1.4em;
}

#dojoNameInfo {
	font-size: 2em;
	color: #000;
	text-shadow: #fffeff 3px 1px 4px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	padding-top: 12px;
	padding-left: 6px;
}

#dojoInfo ul {
  float: left;
  margin: 3px 0 0 15px;
  list-style: none;
	width: 672px;
	overflow: auto;
	max-height: 220px;
	
}
 
#dojoInfo li {
  float: left;
  width: 217px;
  margin: 5px 0 0;
  padding: 0;
	font-size: 12px;
	font-weight: bold;
}

/* Event specific */

#eventOwnerDojo  {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}

#attendingTitle {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}

#scheduledUsers ul {
	text-align: left;
	margin-left: 30px;
	margin-top: 2px;
	max-height: 101px;
	overflow: auto;
}





/*
#dojoInfo ul {
	
	
	
	
	float: left;
  padding: 0;
  list-style: none;
	margin: 0;
	font-size: 15px;
	height: 83px;
}

#dojoInfo li {
  float: left;
  margin: 0;
  padding: 0;
	display: inline;
	width: 188px;
	height: 18px;
}
*/
/*game-specific */

div#gameInfo {
	padding-bottom: 15px;
}

div#details-playercol {
	width: 147px;
	float: left;

}

div#details-gamecol {
	width: 183px;
	float: left;
	clear: none;
	text-align: center;
	
}

div#details-locationcol {
	
	width: 172px;
	clear: none;
	text-align: center;
	float: left;

}


#details-gamecol p span.data {
	font-size: 14px;
	font-weight: bold;
}

div.col-title {
	margin: 7px;
	font-size: 16px;
	text-align: center;
	background-color: #518fbb;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	color: #fffeff;
	padding-bottom: 2px;
}

div#details-playercol .data {
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
	text-shadow: #fffeff 1px 1px 3px;
	font-weight: bold;
}

div#details-playercol div#userImg {
	width: 128px;
	height: 128px;
	margin: 10px 0 0;
	position: relative;
	left: 10px;
}
/*
#map div div div div.gmnoprint div.gmnoprint img {
	image: url(/mapextras/icons/close-reduce.png);
	display: none;
}
/***************
user-specific
***************/

div#userInfo {
	width: 688px;
	margin-left: -15px;

}

div#userInfoDiv {
	position: relative;
	left: 10px;
	top: 2px;
	margin-top: 2px;
}




div#userNameInfo {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	position: relative;
	text-shadow: #fffeff 3px 2px 3px;
	padding-top: 10px;
	float: none;
	left: 10px;
}


div#unknownImg {
	
	float: left;
	width: 128px;
	height: 128px;
	margin-left: 10px;
	clear: none;
	margin-top: 10px;
	background-image: url(http://igolocal.net/styles/prosilver/theme/images/unknown.png);
}


div#userImg {
	
	float: left;
	width: 128px;
	height: 128px;
	margin-left: 10px;
	clear: none;
	margin-top: 10px;
	
}

div#avatarColumn {
	width: 140px;
	height: 186px;
	float: left;
}


div#userDojoInfo {
	font-size: 12px;
	position: relative;
	left: 27px;
	margin-top: 9px;
	font-style: italic;
}


div#shoutout {
	overflow: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	float: none;
	padding-left: 10px;
	font-size: 11px;
	margin-top: 13px;
}

div#userRealname {
	padding-top: 5px;
	padding-left: 10px;
	width: 140px;
	float: left;
	clear: none;
}

div#userWebsite  {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	clear: left;
}

/* user schedule */


div#scheduleScroller {
	overflow: auto;
	height: 260px;
}



td.timeTD {
	
	text-align: left;
	width: 40px;
	font-weight: bold;
	font-size: 12px !important;
	padding-right: 14px;
}


td.statusTD {
	
	-moz-border-radius: 50px 0px 50px 0px;
	-webkit-border-radius: 50px 0px 50px 0px;
	
	text-align: center !important;
	font-style: italic;
	width: 210px;
	font-size: 12px !important;
	border: 1px solid #c3c4c5;
	padding: 4px 6px;
}


td.nameTD {
	
	text-align: left !important;
	width: 158px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px !important;
	
}

td.descriptionTD {
	text-align: left !important;
	font-style: italic;
	font-size: 12px !important;
}

td.buttonTD {
	font: normal 15px/.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right !important;
	padding-left: 12px;
}



col#statuscol {
	width: 200px;
}

td#white {
	background-color: #e3e3e5;
	}

td#red {
	background-color: #fdae9d;
}
td#green {
	background-color: #9ff48d;

}

table#gameschedule {
	
	padding-left: 20px;
	width: 100%;
	padding-right: 5px;
}
/* end games schedule */

table#games {
	margin-left: 15px;
	width: 278px;
	position: relative;
	bottom: 4px;
}



span#showlabel {
	position: relative;
	left: 25px;
}

table#games td {
	
	font-size: 10px;
	text-align: left;
	height: 19px;
}


a.tableButtonLink {
	font: normal 11px/.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	background: #e6cc8f;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	
	color: #232324;
	padding: 2px;
	margin-top: 7px;
	border: 1px solid #475a8c;
}

a.tableButtonLink:hover {
	background: #f7f68f;

}



h2#daytitle{
	background-color: #effcbe;
	font-weight: bold;

}


div#gameday {
	margin-top: 9px;
	
}



#gameday h2 {

	text-shadow: #fffeff 1px 1px 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

div.gamesmap {
		width:  400px;
	height: 300px;
	float: left;
	margin-left: 20px;
	border: 5px outset #9b824b;
	margin-bottom: 10px;
}

hr#clearleft {
	clear: left;
}

br#clearleft {
	clear: left;
}

th {
	color: #FFFFFF;
	background: url(./images/navbar_bg.gif) repeat scroll center top;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 10px;
	font-size: 12px;
}

/* Location Specific */


div#location-description {
	width: 297px;
	font-size: 14px;
	margin-top: 7px;
	margin-left: 18px;
	padding-bottom: 20px;
}

#tab-bar.location-tab-bar ul {
	margin-left: -2px;
	float: none;
	margin-bottom: -6px;
}


div#dojoNewLocation.infoWindowDiv {
	height: auto;
	display: block;
	text-align: left;
	width: 415px;
}

label#dojoNewLocationNameLabel {
	display: block;
	margin-left: 21px;
	margin-top: 15px;
	font-size: 16px;
}

input#locationName {
	width: 320px;
	font-size: 12px;
	margin-left: 43px;
	margin-top: 14px;
	display: block;
}

#dojoNewLocation a.buttonLink {
	float: left;
	display: inline;
	margin: 15px 0 0 18px;
}

a#dojoMapLink {
	font-size: 16px;
	font-weight: bold;
}

#scheduledUsers ul {
	list-style: none;
}

/* Played Games Table */

td.playedDateTD {
	
	text-align: left;
	width: 289px;
	font-weight: bold;
	font-size: 12px !important;
	padding-right: 14px;
	text-shadow: #fffeff 1px 1px 0;
}

td.playedTimeTD {
	
	text-align: left;
	width: 135px;
	font-weight: bold;
	font-size: 12px !important;
	padding-left: 6px;
}


td.playedStatusTD {
	
	-moz-border-radius: 50px 0px 50px 0px;
	-webkit-border-radius: 50px 0px 50px 0px;
	
	text-align: center !important;
	font-style: italic;
	width: 323px;
	font-size: 12px !important;
	border: 1px solid #c3c4c5;
	padding: 4px 6px;
}


td.playedNameTD {
	
	text-align: left !important;
	width: 292px;
	font-weight: bold;
	font-size: 12px !important;
	padding-left: 10px;
}

td.playedButtonTD {
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	text-align: right !important;
	width: 186px;
}

/* Aging hints!  The infowindow starts to fade progressively when it is near expiration.

#map div div div div.gmnoprint {
	opacity: 1;
}

*/


