@charset "utf-8";

/* START COMMENT STYLE */

html, body {
 	font-family:Arial, Helvetica, sans-serif;
}
/*
a {
 	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
*/
.emailAlert{
	font-size:.7em;
	color: red;
}

#commentBox, .commentBox{
	background-color:#F3F3F3;
	/*font-size:.8em;*/
	padding: 5px;
	margin-bottom: 5px;
	margin-left:15px;
}

#adminCommentBox{
	background-color:#F3F3F3;
	font-size:.8em;
	padding: 5px;
	margin-bottom: 5px;
}

#commentText{
	margin-top:5px;
	color:#666666;
	font-size:.8em;
}
#commentTitle{
	font-size:.8em;
	font-weight: bold;
}

#commentDate{
	float:right;
	text-align:right;
	font-size:.7em;
}

#commentHeader{
	border-bottom-style: dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}

.minibutton{
	font-size:10px;
	font-weight:bold;
	background-color:#FEB100;
	clear:both;
	color:#993300;
	cursor:pointer;
	padding:2px 3px 1px 3px;
  	border-top-color: #ffc586;
  	border-left-color: #ffc586;
  	border-bottom-color: #bd6001;
  	border-right-color: #bd6001;
  	border-style:solid;
  	border-width:1px;
	text-transform:uppercase;
	text-decoration:none;
	margin:2px;
}

.minibutton:link{
	color:#993300;
	text-decoration: none;
}

.minibutton:hover{
	background-color:#FFCC66;
	text-decoration:none;
	color:#FFFFFF;
}

#adminSearchBar{
	background-color:#666666;
	font-size:.8em;
	border-style:solid;
	color:#FFFFFF;
	border-color:#000000;
	border-width:1px;
	padding: 3px 0px 3px 5px;
	margin-bottom: 5px; 
}

#adminFooter{
	background-color:#666666;
	font-size:.8em;
	border-style:solid;
	color:#FFFFFF;
	border-color:#000000;
	border-width:1px;
	padding: 7px;
	margin-bottom: 5px; 
}

/* START FORM STYLE */

textarea{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

fieldset{
 	/* font-size:.9em; */
 	border-style:none;
 	padding-top:10px;
}

label{
	font-size:.7em;
	font-weight:bold;
	float:left;
	margin-right:5px;
	text-align:right;
	width:5em;
}

fieldset li{
	padding: 0px 0px 7px 10px;
	list-style:none;
	float: left;
	clear: left;
	width:100%;
}

.errorMsg{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#990000;
	padding:1px 3px 1px 5px;
	margin:0px 0px 0px 6em;
	border-style:solid;
	border-width:1px;
	border-color:#990000;
	background-color:#FFCCCC;
}
