
/***************/
/* Comments Widget */
/***************/

.commenterInfo {
	width:150px;
}
#comment_email, #comment_captcha, #comment_display_name, #comment_location {
  background: white;
  width: 170px;
}

#commentformfields {
	position: static;
}

#commentState_open, #commentState_closed {
	position: static;
}

#commentState_open a, #commentState_closed a {
  color: #2575ad;
  font-weight: bold;
  text-decoration: none;
}

#commentState_open img, #commentState_closed img {
	position: static;
}

#commentsTOS a {
  color: #2575ad;
}

#commentsButtons a li {
  color: white;
  float: right;
}

#commentsthumbarea{
	float:left;
	display:inline;
	margin-right:10px;
}
#commentsthumbarea img{
	border:1px solid black;
}
#commentsdescarea{
	float:left;
	display:inline;
	margin-right:10px;
	width:330px;
}
#commentsdescarea table{
	margin-top:10px;
}
#commentpoll{
	float:left;
	display:inline;
	width:150px;
	padding-top:25px;
	position:relative;
}
.pollbuttons{
	margin-top:5px;
}
#comentformbox{
	float:none;
	display:block;
	clear:both;
	width:680px;
	margin-top:10px;
}
.commentform{
	padding:5px 10px;
	margin-top:10px;
	width:358px;
	background-color:#e5e5ef;
	color:black;
}
.commentform a{
	color:#2575ad;
}
.commentform input, .commentform textarea, .commentform select{
	color:#333;
	width:100%;
	background:white;
	border:1px solid #CCC;
	height:17px;
	line-height:17px;
	padding:0px;
	margin:0px;
	font-family:trebuchet MS, helvetica, arial, sans-serif;
}
#commentformcol1, #commentformcol2{
	width:168px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	display: inline;
}
#commentformcol1a, #commentformcol2a{
	width:198px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
#commentformcol3{
  clear: left;
	width:358px;
	position: relative;
}
.commentform textarea{
	height:75px;
	position: relative;
}
.commentformlabel{
	margin-top:5px;
}
.fontblack{
	color:black;
}
.requirednotice{
	font-style:italic;
	color:#666666;
}
#comments{
	margin-top:10px;
}
.commentActive {
	background:none;
	line-height:13px;
	width:100%;
	table-layout:fixed;
}
.commentcontent{
	overflow:auto;
}
.commentInactive {
	background:#FFE8E1;
	color:#CC0000;
	line-height:13px;
	width:100%;
}
#commentFeedback{
	margin-top:5px;
	/*height:30px;
		font-weight:bold;
		padding:0px 10px;
		background:url('/templates/images/comments/expandedcontrolsbg.gif') repeat-x;
		color:white;*/
}
.commentpagelink a, .commentpagetitle, .commentpageactive { margin-right:2px;margin-left:2px;}
.commentFieldError {
	background:#FCC !important;
	border:1px solid #F33 !important;
}

.commentgraylinebreak{
clear:both;
height:5px;
margin-bottom:5px;
border-bottom:1px solid #ccc;
}

.commentUserImg{
  width:9px;
  height:9px;
  margin-right:2px;
  margin-top:1px;
	background:url('/templates/images/comments/userIcon.gif') repeat-x;
	float:left;
}

#comment_nav a{
  color:white;
}


/***************/
/* Buttons (Not sure if this is the right place for this though!) */
/***************/


/* begin CSS for buttons */
.buttons {
	float:left;
	width:100%;
	line-height:normal;
}
.buttons ul {
	margin:0;
	padding:0;
	list-style:none;
}
.buttons li {
	float:left;
	margin:0;
	padding:0;
}
.buttons a {
	display:block;
	color:white;
}
.buttons a:link, .buttons a:visited{
	color:white;
	text-decoration:none;
}
.buttons a:hover, .buttons a:active{
	color:white;
	text-decoration:underline;
}
.buttons li {
	float:right;
	padding:0;
}
.graybuttons{
	background-color:#e6e6e6;
	position:static;
}
.bluebuttons{
	background-color:#E5E5EF;
	position:static;
}
.graybarbuttons a {
	color:#333;
}
.graybarbuttons a:link, .graybarbuttons a:visited{
	color:#333;
	text-decoration:none;
}
.graybarbuttons a:hover, .graybarbuttons a:active{
	color:#333;
	text-decoration:underline;
}
.whitebuttons li{
	margin:0px 5px 0px 0px !important;
	background:url("/templates/images/comments/button_rtdoor_wt.gif") no-repeat right top;
}
.graybarbuttons li{
	margin:0px 5px 0px 0px !important;
	background:url("/templates/images/comments/button_rtdoor_grbr.gif") no-repeat right top;
}
#counterarea{
	display:none;
}
#videocountcurrent, #photocountcurrent{
	display:block;
	color:#666666;
	float:left;
	padding:0px;
	height:17px;
	line-height:16px;
	margin-left:10px;
}
#videocommentlink, #photocommentlink{
	display:block;
	color:#666666;
	float:left;
	padding:0px;
	height:17px;
	line-height:16px;
}
#videocountcurrent{
	margin-right:10px;
}
.graybuttons li{
	margin:0px 0px 0px 5px !important;
	background:url("/templates/images/comments/button_rtdoor_gr.gif") no-repeat right top;
	float:right;
}
.bluebuttons li{
	margin:0px 0px 0px 5px !important;
	background:url("/templates/images/comments/button_rtdoor_bl.gif") no-repeat right top;
	position:static;
}
.buttons a {
	display:block;
	float:left;
	padding:0px 10px;
	height:17px;
	line-height:16px;
}
.whitebuttons a{
	background:url("/templates/images/comments/button_lt_wt.gif") no-repeat left top;
}
.graybuttons a{
	background:url("/templates/images/comments/button_lt_gr.gif") no-repeat left top;
}
.bluebuttons a{
	background:url("/templates/images/comments/button_lt_bl.gif") no-repeat left top;
	color: white;
}
.graybarbuttons a{
	background:url("/templates/images/comments/button_lt_grbr.gif") no-repeat left top;
	color:#333;
}
.centerbuttontd a:link, .centerbuttontd a:visited{
	color:white;
	text-decoration:none;
}
.centerbuttontd a:hover, .centerbuttontd a:active{
	color:white;
	text-decoration:underline;
}
.centerbuttontd{
	color:#cccccc;
	background:url('/templates/images/comments/button_bg.gif') repeat-x 0px center;
}
.buttonimg{
	display:inline;
	top:0px;
	outline: none;
	border:0px;
	vertical-align:top;
}
li.deadbutton a:link, li.deadbutton a:visited, li.deadbutton a:hover, li.deadbutton a:active{
	text-decoration:none;
	color:#ddd;
	cursor:default;
	background:url('/templates/images/comments/button_lt_wt_ded.gif') no-repeat left top;
}
li.deadbutton{
	background:url("/templates/images/comments/button_rtdoor_wt_ded.gif") no-repeat right top;
}
li.deadbutton img{
}
.widget .buttons li a {
  color:white;
}
/* end buttons css */

