@charset "UTF-8";
/* CSS Document */
/* Comments Styling 
------------------------------------------------------------------------------------ */
#comment-wrapper {
	margin: 0px 0px 0px 0px;
	padding:0px;
}
#comment-wrapper #show-comment {
	margin: 0px 20px 60px 20px;
	padding-bottom:10px;
	border-bottom: 2px dotted #ccc;
}
#comment-wrapper #leave-comment {
	margin: 0px 20px 60px 20px;
	padding-bottom:10px;
	border-bottom: 2px dotted #ccc;
}
#comment-wrapper h3 {
	font-size: 22px;
	color: #999;
	border-bottom: 2px dotted #ccc;
	margin-bottom:7px;
}
#comment-wrapper #show-comment ul {
	padding:0px 10px;
	margin:0px;
}
#comment-wrapper #show-comment ul li {
	padding:10px;
	margin:10px 0px;
	list-style:none;
	background-color:#f7f7eb;
}
#comment-wrapper #show-comment ul li img {
	border:1px solid #666666;
	margin-top:20px;
	float:right;
}
#comment-wrapper #show-comment ul li .comment-body {
	position: relative;
	min-height:94px;
}
#comment-wrapper #show-comment ul li .comment-author {
	font-size:20px;
	text-align:left;
}
#comment-wrapper #show-comment ul li .comment-text {
	margin: 10px 0px 0px 0px;
}
#comment-wrapper #show-comment ul li em {
	display: block;
	position:absolute;
	bottom:0;
	right:0;
	color:#FF0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#comment-wrapper #show-comment ul li .comment-meta {
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
}
#comment-wrapper #show-comment ul li p {
	margin:0px 65px 0px 0px;
	padding-bottom:20px;
}
#comment-wrapper #show-comment ul li .reply {
	position:absolute;
	bottom:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#comment-wrapper #show-comment ul li ul.children {
	/*border:1px solid red;*/
	margin:10px -20px 0px 20px;
}
#comment-wrapper #show-comment ul li ul li {
	background-color:#ecede1;
}
/*
#show-comment .commentlist {
	padding: 0px;
	margin: 0px;
	color: #999;
}
#show-comment li.commentlistitem {
	list-style: none;
	padding: 10px 20px;
}
#show-comment li.commentodd{
	background-color: #f9faed;
}
#show-comment .comment-top{
	height:10px;
}
#show-comment .comment-bottom{
	height:10px;
}
#show-comment .gravatar-back {
	width: 60px;
	height: 77px;
	background: url(images/gravatar.png) no-repeat;
}
#show-comment .gravatar {
	float: left;
	padding: 5px;
}
#show-comment .commentlist h2 {
	font-size: 18px;
}
#show-comment .commentmetadata {
	height: 25px;
	text-align: right;
	color: #999;
	font-size: 11px;
	margin: 0;
}
#show-comment.commentlist h3 {
	font-size: 22px;
	margin-left: -20px;
	color: #666;
}
#show-comment.comment-text {
	margin: 15px 0 0 65px;
	padding: 0px 10px;
	background: #f7f0f0;
	border: 1px solid #ccc;
}*/

#commentform {
	margin: 0px;
	background: transparent;
}
#commentform textarea {
	background: #fff;
	border: 1px solid #d6d3d3;
	width: 500px;
	padding-left: 2px;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
}
#commentform input {
	margin-bottom: 3px;
}
.nocomments {
	margin-left: 40px;
}
/* ------------------------------------------------------------------------------------ */


#servicetable {
	text-align:left;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	font-size:14px;
}
#servicetable caption {
	text-align:left;
	font-size:15px;
	color:#505050;
}
#servicetable small {
	text-align:left;
	font-size:10px;
	color:#505050;
	float:left;
	padding: 5px 0px 0px 2px;
}
#servicetable table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
#servicetable table tr {
	background-color:#EDEDED;
}
#servicetable table tr.alt {
	background-color:#E2E2E2;
}
#servicetable table th {
	line-height:normal;
	border:0px solid #F4F4F4;
	background-color:#3B3B3B;
	color:#F9F9F9;
	padding:3px 10px 3px 10px;
}
#servicetable table td {
	line-height:normal;
	border:1px solid #F4F4F4;
	padding:3px 10px 3px 10px;
}
#servicetable table tr td.negative {
	color:#FF0000;
}
#client_profile {
	text-align:left;
}
#client_profile h3 {
	margin: 30px 0px 0px 0px;
	border-bottom: 1px solid #dd60a6;
}
#client_profile table.client_profile_table {
	border-collapse: collapse;
	text-align:left;
	vertical-align:top;
}
#client_profile td.column150 {
	width:148px;
	padding:1px;
}
#client_profile td.column90 {
	width:88px;
	padding:1px;
}
#client_profile td.column210 {
	width:208;
	padding:1px;
}
#client_profile td.column420 {
	width:420px;
	padding:1px;
}
#client_profile span.smalldescription {
	font-size: 10px
}
#userinteractive {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	width:600px;
	margin: 10px auto;
}
#userinteractive form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 594px;
	text-align:left;
}
#userinteractive form fieldset {
	/* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border:1px solid #dd60a6;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0px 0px 10px 0px;
}
#userinteractive form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
#userinteractive form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 120px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
#userinteractive form input, #userinteractive form textarea, #userinteractive form select, #userinteractive form span {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
#userinteractive form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#userinteractive textarea {
	overflow: auto;
}
#userinteractive form small {
	display: block;
	margin: 0px 0px 0px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
#userinteractive form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
#userinteractive form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
input.isrequired {
	background-color: #FFFF99;	/*border:1px solid #E6DB55;*/
}

