 

p {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h5 {font: bold x-small Verdana, Arial, Helvetica, sans-serif;color: #FFFFFF; 
}
h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
textarea {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bigtext {
	font-size: 14px
}

link {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #CF1E7E;
	text-decoration: underline;
}
.nextBigger {
	font-weight:bold !important;
	font-size:13px !important
}

/*conflicts with MAIN h1 and h2
h1 {
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #CF1E7E;
	font-weight: bold;
}
h2 {
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #99CC00;
	font-weight: bold;
}*/
h6 {
	font: bold normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

a img{
	border: 0px;
}
.formtext {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.arialblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


.whitelinks {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.verdboldblacksm {
	font: bold normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.verdboldblacksm1 {
	font: bold normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:11px;
}
.verdboldpinksm {
	font: bold normal small Verdana, Arial, Helvetica, sans-serif;
	color: #CF1E7E;
	font-weight: bold;
}
.star-bullet {
	list-style: url(../images/mini-staricon.gif) none outside;
	font: bolder normal small Verdana, Arial, Helvetica, sans-serif;
	color: #CF1E7E;
	font-weight: bold;
}

.verdboldwhitesm {
	font: bold normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.verdboldwhitexs {
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}


.verdboldwhitexsLG {
	font: normal Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:20px;
}


.verdanaxspink {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #CF1E7E;
}
.verdanasmgreen {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #99CC00;
}

.verdanaxsgreen {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #99CC00;
}
.verdanasmpink {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #CF1E7E;
}
.verdanasmblack {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.requiredred {color: #FF0000}

.eventsTable a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #9e005d;	
/*	color: #FF9900; */
	text-decoration: underline;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #CF1E7E;
	text-decoration: underline;
}
.linksbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CF1E7E;
	text-decoration: underline;
}
.verdboldgreensm {
	font: bolder normal small Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	font-weight: bold;
}

/* Calender */

/* Calender */
/*
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
*/

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
	
#breadCrumbs a:visited{
	color:#CC3399;
}

#breadCrumbs a:hover{
	color:#669900;
}

#breadCrumbs a{
	color:#CC3399;
}

/* lightbox css */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/********************************* carousel css ***************************************************/
.stepcarousel a:hover {
	color: #669900;
}


.res_subcat_detail{

}

.res_main{
	margin-top:20px;
}

.res_subcat{
	color:#CF1E7E;
	width:100%;
	margin-top:30px;
}

.res_subcat_picked{
	color:#FF0000;
	font-weight:bold;
}

.res_subcat_notpicked{
}

/** these are the actual links **/
.res_links{
	width:220px; 
	float:right; 
	padding-left:10px; 
	margin-right:10px;
	height:240px;
	visibility:visible;
}

.res_links a{
	color:#669900;
	width:100px;
}

.res_links a:link {
	text-decoration: underline;
}
.res_links a:visited {
	text-decoration: underline;
}
.res_links a:hover {
	text-decoration: underline;
	color: #CC3399;
}
.res_links a:active {
	text-decoration: underline;
}

.resource_premium a{
	color:#669900;
}

.resouce_regular a{
	color:#007138;
}

.resource_premium{
	font-size:12px;
	font-weight:bold;
}

.resource_premium em{
	font-size:9px;
	color:#000000;
}

.resource_regular{
	font-size:11px;
}

.res_subcat_list{
	width:150px;
	margin-right:250px;
	margin-left:20px;
	margin-top:40px;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	border:#FFD5FF solid 1px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background:#FFE6FF no-repeat;
	padding:15px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

 -moz-border-radius-topright:15px;
 -webkit-border-top-right-radius:15px;
 -moz-border-radius-bottomleft:15px;
 -webkit-border-bottom-left-radius:15px;
}

.res_subcat_list div{
	cursor:pointer;
	margin-top:3px;
	font-weight:bolder;
}

.res_subcat_list div:hover{
text-decoration:underline;
}

.res_title{
font-size:24px;
color:#CF1E7E;
visibility:hidden;
}

.res_desc{
font-style: italic;
margin-left:30px;
visibility:hidden;
}

.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 500px; /*Width of Carousel Viewer itself*/
height: 350px; /*Height should enough to fit largest content's height*/
margin-left:auto;
margin-right:auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
padding: 5px; /*margin around each panel*/
margin: 10px;
border:#FFCCFF 1px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
 -moz-border-radius-topright:55px;
 -webkit-border-top-right-radius:55px;
 -moz-border-radius-bottomleft:55px;
 -webkit-border-bottom-left-radius:55px;
width: 470px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. 
*/
height:320px;
}

/********************************* end carousel css ***************************************************/


.rm_edit_table{
	border-collapse:collapse; 
	border:1px solid #EEEEEE; 
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

.rm_edit_table td{
	border-left: dotted 1px #999999;
	border-right: dotted 1px #999999;
}

#edit_spot_form{
	width:95%; 
	padding:10px;
	
}

#edit_spot_form .line{
	height:40px;
}

.text_link{
	color:#FF0099;
	text-decoration:underline;
}

.text_link:hover{
	text-decoration:none;
	cursor:pointer;
}

.submit_history_cell{
	border:solid 1px #CCCCCC;
	background:#FFFFFF;
	margin:3px;
	margin-left:10px;
	padding:5px;
}

.submit_history_cell .comments{
	margin-left:10px;
	background:#F0F0F0;
	border:1px solid #cccccc;
	color:#333333;
}