/*  GLOBALS  */
body {
	background-image: url('../images/board6.jpg');
	margin: 20px 0px 0px 0px;
}
.textColor {
	color: #FFFFFF;
	margin: 0px 10px;
}
.bold {
	font-weight: bold;
}
.splitter {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0px;
	width: 780px;
	height: 27px;
}
.margin10 {
	margin: 10px;
}
.center {
	margin: 0px auto;
}
/* INDEX TPL */
.borderTop {
	display: block;
	background-image: url(../images/r1_c1.jpg);
	width: 800px;
	height: 5px;
	margin: 0px auto;
}
.logo {
	display: block;
	background-image:url(../images/r3_c1.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 285px;
}
.navLink {
	width: 800px;
	height: 35px;
	background-image: url(../images/r2_c1.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: center;
}
.navLink ul {
	margin: 0px;
	padding-top: 3px;
}
.navLink li {
	display: inline;
	list-style-type: none;
}
.navLink a, .navLink a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663300;
	padding: 3px 7px;
}
.navLink a:visited {
	background-color: #644E39;
}
.navLink a:hover {
	background-color: #7F6D59;
}
.navLink li a:active {
	background-color: #996600;
}
.mainBody {
	background-image:url(../images/solidbackground.jpg);
	display: block;
	width: 800px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
.content {
	margin: 0px 10px;
}
.footer {
	background-image:url(../images/solidfooter.jpg);
	height: 35px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
}
.footer a, .footer a:link {
	margin: 0px;
	padding: 0px;
	color: #4A321A;
}
/* GENERATION DESIGNS LINKS */
.designLeft {
	float: left;
	margin: 30px 0 40px 30px;
	font-size: 9pt;
	text-align: center;
	color: #FFFFFF;
}
.designLeft a, .designLeft a:link {
	color: #FFFFFF;
}
.designLeft a:hover {
	background: #FFF360;
	color: #000000;
}
.designright {
	margin: 30px 50px 40px 0;
	float: right;
	font-size: 9pt;
	text-align: center;
	color: #FFFFFF;
}
.designright a, .designright a:link {
	color: #FFFFFF;
}
.designright a:hover {
	background: #FFF360;
	color: #000000;
}

/* DETAIL TEMPLATE */
.detailTitle {
	color: #FFFFFF;
	font-family: rockwell, georgia, arial;
	font-size: 24pt;
	font-family: fantasy, script, rockwell, georgia, verdana, arial;
	text-align: center;
}
.detailImageBlock img {
	margin: 20px 11px;
}
.detailImageBorder img {
	border: 4px ridge #FFFFFF;
}
.detailLink {
	text-align: center;
	margin-top: 30px;
}
.detailLink a, .detailLink a:link{
	color: #FFFFFF;
	background: #663300;
	padding: 3px 7px;
}
.detailLink a:hover {
	background: #996600;
}

/* PEDIGREE TEMPLATE */
.pedTitle {
	text-align: center;
	font-size: 24pt;
	color: #FFFFFF;
	margin: 30px 0px;
}

/* TEMPLATE 1 */
.tpl1ImageBlock img {
	margin: 20px;
}
.tpl1ImageBorder img {
	border: 5px ridge #FFFFFF;
}


/* TEMPLATE 10 */
.tpl10Title {
	text-align: center;
	color: #FFFFFF;
	margin: 30px 0px;
	font-size: 24pt;
	font-family: rockwell, georgia, verdana, arial;
}
.tpl10ImageBlock img {
	margin: 20px 10px;
}
.tpl10ImageBorder img {
	border: 5px ridge #FFFFFF;
}

/* TEMPLATE 11 */
.tpl11Title {
	text-align: center;
	color: #FFFFFF;
	margin: 30px 0px;
	font-size: 24pt;
	font-family: rockwell, georgia, verdana, arial;
}
.tpl11ImageBlock img {
	margin: 20px 10px;
	text-align: center;
}
.tpl11ImageBorder img {
	border: 5px ridge #FFFFFF;
}

/* TEMPLATE 12 */
.tpl12Title {
	text-align: center;
	color: #FFFFFF;
	margin: 30px 0px;
	font-size: 24pt;
	font-family: rockwell, georgia, verdana, arial;
}
.tpl12ImageBorder img {
	border: 5px ridge #FFFFFF;
}

/* TEMPLATE 13 */
.tpl13DisplayBorder {
	border-top: 1px solid #FF860D;
	border-right: 1px solid #FF860D;
	border-bottom: 1px solid #FF860D;
	border-left: 1px solid #FF860D;
}
.tpl13DisplayBorderText {
	border-top: 1px solid #FF860D;
	border-right: 1px solid #FF860D;
	border-bottom: 1px solid #FF860D;
}
.tpl13ImageBlock img {
	margin: 6px;
}
.tpl13ImageBorder img {
	border: 2px ridge #FFFFFF;
}


/* -------------------------------- START ADMIN SECTION -------------------------------- */

/* ADMIN GLOBALS */
.editInput input {
	text-align: center;
	background: #996600;
	color: #FFFFFF;
	margin: 15px 0px;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.msg {
	color: #00FF00;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin: 15px;
}
.imgHolder {
	background: #633333;
	border: 2px outset #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	margin: 20px 10px;
}
.large {
	display: block;
	width: 300px;
	height: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.med {
	display: block;
	width: 200px;
	height: 100px;
	padding-top: 50px;
}
/* GUI TABLE GLOBAL */
.guiTable {
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 10px;
}
.guiSelect select {
	margin: 5px;
}
.guiButtons input {
	width: 80px;
	margin: 5px 0 0 5px;
	background: #996600;
	color: #FFFFFF;
}
.tpl13guiButtons input {
	width: 30px;
	margin: 5px 0 0 5px;
	background: #996600;
	color: #FFFFFF;
}
.guiCloseButtons input {
	background: #996600;
	text-align: center;
	width: 30px;
	margin: 5px;
	color: #FF0000;
	font-weight: bold;
}
.guiTextArea textarea {
	background: #996600;
	color: white;
	border: 2px inset #FFFFFF;
	margin-bottom: 10px;
}
.guiEditor {
	margin: 15px;
}
.guiEditor a, .guiEditor a:link {
	background: #806B58;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 5px;
	border-top: 2px groove #CCCCCC;
	border-left: 2px groove #CCCCCC;
	border-right: 2px groove #000000;
	border-bottom: 2px groove #000000;
}
.guiEditor a:hover {
	border-top: 2px groove #000000;
	border-left: 2px groove #000000;
	border-right: 2px groove #CCCCCC;
	border-bottom: 2px groove #CCCCCC;
}
.guiEditor a:active {
	background: #311A04;
}

/* ADMIN NAVIGATION */
.adminNav {
	text-align: center;
}
.adminNav li {
	display: inline;
}
.adminNav a, .adminNav a:link {
	background: #806B58;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 5px;
	border-top: 2px groove #CCCCCC;
	border-left: 2px groove #CCCCCC;
	border-right: 2px groove #000000;
	border-bottom: 2px groove #000000;
}
.adminNav a:hover {
	border-top: 2px groove #000000;
	border-left: 2px groove #000000;
	border-right: 2px groove #CCCCCC;
	border-bottom: 2px groove #CCCCCC;
}
.adminNav a:active {
	background: #311A04;
}

/* LOGIN SCREEN */
.logContainer {
	margin: 20px 0;
	text-align: center;
}
.logContainer input {
	background: #996600;
	color: #FFFFFF;
	margin-top: 15px;
}

/* CREATE NEW PAGE */
.pageEditInput1 input {
	background: #663300;
	color: #FFFFFF;
}
.pageEditInput2 input {
	background: #996600;
	color: #FFFFFF;
}
.borderBottom {
	border-bottom: 1px solid #000000;
}
.pageRow1 {
	background-color: #996600;
	border-bottom: 1px solid #000000;
}
.pageRow2 {
	background-color: #663300;
	border-bottom: 1px solid #000000;
}

/* ACCESS PAGE */
.accessEditInput input {
	background: #996600;
	color: #FFFFFF;
}

/* TEMPLATE SELECT TABLE */
.selectTable {
	border: 2px ridge #FFFFFF;
	background: #AE5700;
	margin: 20px 0px 10px 0px;
}
.selectEditInput input {
	background: #996600;
	color: #FFFFFF;
}

/* EDIT TEMPLATE TABLE */
.editTable {
	border: 2px ridge #FFFFFF;
	background: #824100;
	margin: 10px 0px 10px 0px;
}

/* ADD TO TEMPLATE TABLE */
.addTable {
	border: 2px ridge #FFFFFF;
	background: #663300;
	margin: 10px 0px 20px 0px;
}
.addEditInput input {
	background: #996600;
	color: #FFFFFF;
}

/* TEMPLATE 1 (HOME PAGE) */

/* TEMPLATE 10 6 IMAGE VERSATILE */
.tpl10Table {
	margin: 20px 0px;
}
.tpl10EditInput input {
	background: #996600;
	color: #FFFFFF;
}

/* TEMPLATE 11 3 IMAGE VERSATILE */
.tpl11EditInput input {
	background: #996600;
	color: #FFFFFF;
}

/* TEMPLATE 12 SLIDE SHOW */
.tpl12EditInput input {
	background: #996600;
	color: #FFFFFF;
}

/* TEMPLATE 13 SINGLE DISPLAY */
.tpl13DetailLink a, .tpl13DetailLink a:link {
	color: #FFFF00;
}
.tpl13DetailLink a:hover {
}

/* DETAIL TEMPLATE */
.detailEditInput input {
	background: #996600;
	color: #FFFFFF;
}
.tpldetailImageBlock img {
	margin: 5px;
}
.tpldetailImageBorder img {
	border: 2px ridge #FFFFFF;
}
.detailEditInput input {
	background: #996600;
	color: #FFFFFF;
	margin: 5px;
}
.detailEditTextArea textarea {
	background: #996600;
	color: white;
	border: 2px inset #FFFFFF;
	margin-bottom: 10px;
}
/*  FOR DETAILS LINK ON DISPLAY PAGE  */
.detailNav {
	color: #FFFF00;
}

.detailNav a {

}
.detailNav a:hover {

}
.detailNav a:active {

}

/*  FONT COLORS FOR SELECT MENU  */
.black { background: black; color: white; }
.gray { background: gray; color: white; }
.white { background: white; color: black; }
.red { background: red; color: white; }
.darkred { background: darkred; color: white; }
.indianred { background: indianred; color: white; }
.crimson { background: crimson; color: white; }
.blue { background: blue; color: white; }
.darkblue { background: darkblue; color: white; }
.cyan { background: cyan; color: black; }
.darkcyan { background: darkcyan; color: black; }
.green { background: green; color: white; }
.darkgreen { background: darkgreen; color: white; }
.violet { background: violet; color: white; }
.yellow { background: yellow; color: black; }
.brown { background: brown; color: white; }
.saddlebrown { background: saddlebrown; color: white; }
.sandybrown { background: sandybrown; color: white; }
.sienna { background: sienna; color: white; }
.orange { background: orange; color: white; }
.orangered { background: orangered; color: white; }
.indigo { background: indigo; color: white; }
.olive { background: olive; color: white; }