/*** ADMIN ***/

.userInput {
	width: 150px;
	height: 17px;
	padding: 1px 0px 0px 5px;
	border: 1px solid #ad9069;
	font-family: "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #865c26;
	background-color: white;
}

.logout {
	text-align: center;
}

.adminInput, .adminSelect, .adminTextarea {
	width: 300px;
	border: 1px solid #ad9069;
	font-family: "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #865c26;
	background-color: white;
}

.adminInput {
	height: 17px;
	padding: 1px 0px 0px 5px;
}

.adminSelect {
	height: 18px;
	padding-left: 10px;
}

.adminTextarea {
	padding: 5px;
}
/*** BUTTON ***/

.buttonNormal, .buttonLong {
	height: 25px;
	text-align: center;
	outline: none;
	border-width: 0px;
	margin: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #7e7764;
	cursor: pointer;
}

.buttonNormal {
	width: 90px;
	background: #f3edde url("../images/button/buttonNormal.jpg") top left;
}

.buttonLong {
	width: 130px;
	background: #f3edde url("../images/button/buttonLong.jpg") top left;
}/*** CONTENT ***/

#content {
	width: 530px;
	float: left;
	text-align: left;
	margin: 10px 0px 0px 5px;
	overflow: hidden;
	font-family: "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#content h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	color: #7e0002;
	text-align: center;
}

#content h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
	color: #0e0e0e;
	text-align: center;
}

#content h3 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 1.6em;
	font-weight: bold;
	color: #6f3b19;
}

#content h4 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #914d20;
}

#content h4 a {
	color: #a60003;
	text-decoration: none;
}

#content h5 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #aa5a26;
}

#content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #26231e;
	text-align: justify;
}

#content p a {
	color: #a60003;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eadfce;
}

#content p a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #c09f6c;
}

#content p span, 
#content p strong {
	color: #865c26;
}

#content p img {
	border: 4px solid #decdb2;
	padding: 3px;
	background-color: #ffffff;
}

#content table {
	margin: 10px auto 10px auto;
	padding: 0px;
	background-color: #f5efe1;
	border: 1px solid #d0c9ae;
	color: #26231e;
	font-size: 1.2em;
}

#content table td {
	padding: 5px 10px 5px 10px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #faf7f0;
	line-height: 1.3em;
}

#content table a {
	color: #a60003;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eadfce;
	font-weight: normal;
}

#content table a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #c09f6c;
}

#content table em {
	font-size: 1em;
}

#content table .rise {
	font-weight: bold;
	color: #914d20;
	background-color: #eae4d6;
}

#content table img {
	margin-right: 5px;
}

#content ul {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	list-style-image: url("../images/content/li.gif");
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #26231e;
}

#content ul li {
	margin: 0px 0px 3px 0px;
}

#content ul a {
	color: #a60003;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eadfce;
}

#content ul a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #c09f6c;
}

#content ul span {
	color: #865c26;
}

#content .imgAR {
	margin-left: 7px;
}

#content .imgAL {
	margin-right: 7px;
}

.contentDecoration {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/*** PACER ***/

#pacer {
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}

#pacer img {
	margin: 0px 5px 0px 5px;
}

#pacer a {
	color: #b5a889;
	text-decoration: none;
	display: inline-block;
	padding: 0px 2px 0px 2px;
}

#pacer a:hover {
	text-decoration: underline;
}

#pacerPageActive {
	color: #914d20;
	font-weight: bold;
	font-style: normal;
}

.reserved {
	background-color: #eaae8d;
}/*** DEBUG ***/

#debug {
	width: 240px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
	border-width: 3px 2px 1px 2px;
	border-style: solid;
	border-color: #c54235;
	background-color: #ffffff;
}

.debugRow {
	clear: both;
}

.debugRowType {
	width: 25px;
	float: left;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dcdcdc;
	color: #91999D;
	font-size: 11px;
	text-align: center;
}

.debugRowStr, .debugRowInt, .debugRowBoo {
	width: 200px;
	padding: 0px 5px 0px 4px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #dcdcdc;
	float: right;
	text-align: left;
	line-height: 20px;
}

.debugRowArr {
	width: 209px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #dcdcdc;
	float: right;
	text-align: left;
	line-height: 20px;
}

.debugRowArrFrame {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dcdcdc;
}

.debugRowArrRow {
	padding: 0px 5px 0px 4px;
}

.debugRowArrRow span {
	color: #91999D;
}
/*** FORM ***/

.formAnswer {
	color: #6F3B19;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
	padding: 0px 0px 5px 0px;
}

.formError {
	color: #c00004;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
	padding: 0px 0px 5px 0px;
}

.emailInput, .emailSelect, .emailTextarea {
	width: 250px;
	border: 1px solid #ad9069;
	font-family: "Georgia", georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #865c26;
	background-color: white;
}

.emailInput {
	height: 17px;
	padding: 1px 0px 0px 5px;
}

.emailSelect {
	height: 18px;
	padding-left: 10px;
}

.emailTextarea {
	height: 100px;
	padding: 5px;
}
/*** HEADER ***/

#headerBrd {
	width: 775px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: transparent url("../images/header/headerShadow.png") top center no-repeat;
}

#header {
	width: 765px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}

#header div {
	width: 85px;
	height: 100px;
	float: left;
}

#header div a {
	width: 85px;
	height: 100px;
	display: block;
	text-decoration: none;
	outline-style: none;
}

/*** ADMIN ***/

#headerAdmin {
	width: 765px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/header/admin.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}
/*** MAIN ***/

html {
	min-height: 100%;
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background: #e6dec7 url("../images/main/siteBg.jpg") top left repeat-x;
}

.main {
	margin-top: 15px;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}

/*** FRAME ***/

#frameBrdLeft {
	width: 775px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background: transparent url("../images/frame/frameBrdLeft.png") top left repeat-y;
}

#frameBrdRight {
	width: 770px;
	margin-left: auto;
	text-align: left;
	background: transparent url("../images/frame/frameBrdRight.png") top right repeat-y;
}

#frameIn {
	width: 765px;
	border-width: 5px 0px 5px 0px;
	border-style: solid;
	border-top-color: #ede6d4;
	border-bottom-color: #000000;
	background: #f7f4eb url("../images/frame/contentbg.jpg") top right repeat-y;
}

#frameFooter {
	width: 765px;
	height: 33px;
	clear: both;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #620000;
	background: transparent url("../images/frame/frameFooterBg.gif") top left repeat-x;
}
/*** MENU ***/

#menu {
	width: 220px;
	float: left;
}

#menu span {
	width: 200px;
	height: 120px;
	display: block;
	margin: 10px 0px 0px 10px;
	text-align: center;
}

#menu a {
	width: 200px;
	display: block;
	margin: 5px 0px 0px 10px;
	text-decoration: none;
	outline-style: none;
	text-align: center;
}

#menu a img {
	border-width: 0px;
}

/*** ADMIN ***/

#adminTitle {
	color: #7E0002;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: center;
}/*** ROUND ***/

#content table.roundImgTable {
	margin: 5px 0px 0px 0px;
}

#content table.roundImgTable td {
	padding: 5px;
}

#content table.roundImgTable td.image a {
	border-width: 0px;
	color: #A60003;
}

#content table.roundImgTable td.image {
	width: 105px;
	vertical-align: top;
}

#content table.roundImgTable td.image img {
	margin: 0px;
	color: #A60003;
	border-color: #A60003;
}

#content table.roundImgTable td.comment {
	width: 135px;
	vertical-align: top;
}/*** SYNTHESIS ***/

.synthesisCity {
	display: none;
}


