/* open-stages css */

html, body {
	background-color: white;
	color: brown;
	font-family: georgia, arial;
	font-size: 11pt;
	text-align: center;
/*	background-image: url(http://www.webresourcesdepot.com/wp-content/uploads/image/free-world-map.gif); */

}

a {
	color: brown;
}

a:active {
	text-decoration: none;
}

p {

}

p.description {
	/* line-height: 10px; */
}

p.footer {
	font-size: 9pt;
}

p.mini {
	font-size: 6pt;
}

.site_title  {
	font-size: 14pt;
}

.page_title {
	font-size: 13pt;
}

.description {
	font-size: 10pt;
}

div.stage {
	background-color: CC7700;
	color: white;
	width:50%;
	margin-left: auto ;
 	margin-right: auto ;
 	padding-left: 2px;
 	padding-right: 2px;
}

div.stage  a  {
	color: white;
}


div#stages {
/*	padding: 5pt; */
}


p.stage_name {
/*	background-color: CC6600;
	color: white; */
/*	height: 30px;
	padding-top: 10px; */

}

div.stagebackground {
	/*background-color: 333333;*/
}



div#site_title  {
	background-color: brown;
	color: white;
	padding: 5pt;
}
div#site_title a {
	color: white;
}

div#countries {
    padding: 5pt;
}

div#states {
    padding: 5pt;
}

div#countries  a {
	color: 990000;
}

div.country {
	background-color: 990000;
}

span.country {
	padding: 5pt;
}

span#country  {
	background-color: BB0000;
	color: white;
}

div#states a{
	color: 993300;
}

span.state {
	padding: 5pt;
}

span#state  {
	background-color: 993300;
	color: white;
}

div#cities {
	padding: 5pt;
}

div#cities a{
	color: CC3300;
}

span.city {
	padding: 5pt;
}

span#city {
	background-color: CC3300;
	color: white;
}

span.stage {
	background-color: CC5500;
	color: white;
	padding: 5pt;
}

.body_text {
/*	padding: 5pt;
	line-height: 16px; */
}
