/* @override 
	http://localhost:8084/PonyClub2008/style1.css
	http://localhost:8080/style1.css
*/

body{
	background-color: maroon;
	margin: 0;
	padding: 0;
}

.header {
	background-color: #000;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.photoheader {
	background-color: #000;
	margin-left: 60px;
}

.individual {
	background-color: #000;
	margin-top: 30px;
	margin-left: 60px;
}

.textheader {
	color: white;
	font-size: 22px;
	text-align: left;
	width: 360px;
	margin-left: 75px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.gwt-TabBar .gwt-TabBarItem {
	background-color: #7f7f7f;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-right-color: black;
	border-right-style: solid;
	cursor: hand;
}

.gwt-TabBar {
	cursor: hand;
}

table.gwt-TabBar {
	cursor: hand;
	margin-left: 80px;
}
.gwt-TabBar .gwt-TabBarFirst {
	padding-top: 3;
	border-right-color: black;
	border-right-style: solid;
}

/* My Comment */
.gwt-TabBar .gwt-TabBarRest { 
	background-color: maroon;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	background-color: yellow;
}

.textpanel {
	width: 95%;
	margin: 20px;
	padding: 5px;
}

.officerspanel {
	margin-left: 120px;
}

.photopanel {
	width: 95%;
	margin: 20px;
	padding: 5px;
}

.photo {
	margin: 10px;
}

.text {
	color: white;
	margin-top: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
}

.title {
	color: black;
	margin-top:  15px;
	border-bottom: 2px solid black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

.officertitle {
    	color: white;
	margin-top:  15px;
	border-bottom: 2px solid white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

.aligncenter {
        text-align: center;
}

.fieldtext {
	color: white;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.ratingTable {
	text-align: center;
	margin-left: 10%;
	margin-right: 15%;
	margin-top: 30px;
	border-style: none;
	border: 0px;
	background-color: silver;
}

.ratingCell {
	background-color: #fcff84;
}

.calendarTable {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 30px;
	border-style: solid;
	background-color: silver;
	width: 750px;
}

.calendarCell {
	background-color: #fcff84;
}

.clubsPanel {
	border-style: solid;
	border-color: black;
}

.mapstyle {
	margin-left: 5px;
	margin-top: 15px;
}

.clubTable {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	border: 0px;
	background-color: silver;
	width: 450px;
	text-align: left;
	cursor: hand;
}

.clubCell {
	background-color: #fcff84;
	text-align: left;
	font-size: small;
}

.tableHeaderRow {
	background-color: gray;
}

.clubinfo {
	margin: 0;
	padding-bottom: 5px;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	width: 300px;
}

.clubname {
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-bottom: 5px;
	width: 300px;
}

.infobr {
	border-bottom-style: solid;
	border-bottom-color: maroon;
	background-color: maroon;
	line-height: 5px;
	width: 300px;
}

.linkArea {
	background-color: #fcff84;
	margin-left: 20%;
	margin-top: 15px;
}

.linkCalendar {
	background-color: #fcff84;
	margin-left: 10%;
	text-align: left;
	border-style: solid;
	border-color: Silver;
	width: 745px;
	top: 10px;
	position: relative;
}

.popupPanel {
	background-color: white;
	color: black;
	margin: 40px;
}

.popupText {
	margin: 40px;
}

#verifypopup {
	width: 600px;
	height: 600px;
	background-color: white;
}

.hframe {
	background-color: black;
	position: absolute;
	top: 600px;
}


