html, body {
	margin: 0px;
	height: 100%;
	background: url('/pics/bark.jpg') repeat;
}

#container {
	padding-top: 4px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 4px;
	min-height: 90%;
	min-width: 725px;
	max-width: 1100px;
	background: url('/pics/bark.jpg') repeat;
}

#content {
	background: #e5e5be;
	opacity:0.85;
	padding-left: 8px;
	padding-right: 8px;
	min-height: 83%;
	text-align: left;
	font-size: 12pt;
	font-size/**/:/**/ 10pt;
}

/* circles that appear with text ad */
.drawingpix {
	position:absolute;
	top:-50px;
	left:-50px;
}

.blog_links {
      display: inline;
      font-size: 13pt;
      color: white;
      font-weight: bold;
      text-decoration: underline;
}

div.navbar a:LINK {
	color: lightblue;
}

div.navbar a:ACTIVE {
	color: #FFEFDE;
}

div.navbar a:VISITED {
	color: #FFEFDE;
}

div.navbar a:HOVER {
	color: pink;
	font-style: italic;
}

.brownbar {
	width: 100%;
	background-color: #784226;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
}

.brownbar_content {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 5px;
}

.footer {
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	background: #2B6938;
	color: #FFF9DF;
	opacity:0.85;
	font-size: 10pt;
	font-weight: bold;
	padding: 8px;
}

#tab_container {
     border:3px groove #cccccc;
     width: 96%;
     overflow: auto;
     height: 450px;
     margin-bottom: 1em;
     padding: 10px
}
#tabiframe {
	height: 450px;
	width: 100%;
}


.PopBoxImageSmall
{
	border: none 0px white;
	cursor: url("/Popbox/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid thin #CCCCFF;
	cursor: url("/Popbox/images/magminus.cur"), pointer;
}


.fs_legend {
     font-size: 16pt;
     font-weight: bold;
}
.fsr {
     width: 95%;
     font-size: 11pt;
}
.fs {
     width: 47%;
     font-size: 11pt;
}
.fsl {
     width: 98%;
     font-size: 11pt;
     text-align: left;
}
td.fs {
     font-size: 11pt;
}
.title {
	background-color: #784226;
	font-size: 25pt;
	font-weight: bold;
	color: #e5e5be;
	display: inline;
	padding: 4px;
}
.med_title {
     font-size: 18pt;
     font-weight: bold;
     color: black;
}
.small_title {
     font-size: 14pt;
     font-weight: bold;
     color: black;
}


.small_header {
     width: 100%;
     height: 20px;
     padding-left: 5px;
     background-color: #2B6938;
     font-size: 13pt;
     font-weight: bold;
     color: white;
}

.sub_header {
     font-size: 10pt;
}
.camp_pic {
     min-width: 250px;
     max-width: 450px;
     padding: 1px;
     background-color:white;
     border: 6px groove black;
}
.small_pic {
     width: 150px;
     padding: 1px;
     background-color:white;
     border: 6px groove black;
}
.no_camp_pic {
     width: 250px;
     height: 300px;
     padding: 6px;
     border: 1px solid black;
}
.no_small_pic {
     width: 150px;
     height: 200px;
     padding: 6px;
     border: 1px solid black;
}

.slickbox {
     display: none;
     background: #FFE7DF;
     padding: 8px;
     border: 1px solid black;
}

.slick-toggle {
     width: 100%;
     text-align: right;
     font-size: 12pt;
     font-weight: bold;
     cursor: pointer;
}

.slick_box {
     width: 300px;
     float: right;
     padding-bottom: 12px;
}

.slick_box2 {
	width: 300px;
	padding-bottom: 12px;
}

/*jquery validation error msg formating*/
.error {
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

/*----- table pagingation ------*/

.eventr {
	background-color:#F8F8F8;
}
.oddtr {
	background-color:#EFF1F1;
}
.trover {
	background-color: #EFC2A4;
}
.trclick {
	background-color: #00CCCC;
}

#tablePagination {
	background-color: #DCDCDC;
	font-size: 0.8em;
	padding: 0px 5px;
	height: 20px;
}

#tablePagination_paginater {
	margin-left: auto;
	margin-right: auto;
}

#tablePagination img {
	padding: 0px 2px;
}

#tablePagination_perPage {
	float: left;
}

#tablePagination_paginater {
	float: right;
}

.tr_header {
	background-color: #2B6938;
	color: #FFEFDE;
	font-weight: bold;
}



/*----- property controls ------*/

div.demo {
	color: #000;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}
div.demo  {
	width: 150px;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px;
	background: #FFCC99;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url('/ajax/star-rating/delete.gif') no-repeat 0 -16px}
div.star,div.star a{background:url('/ajax/star-rating/star.gif') no-repeat 0 0px}
div.cancel a,div.star a{display:block; width:16px; height:100%; background-position:0 0px; border:0px solid #FF0000;}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent !important; overflow:hidden !important;}
/* END jQuery.Rating Plugin CSS */

/* -------------------------- */
