.wrapper {
	width: 944px;
	margin-right: 2px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 120%;
	border: 0px solid #ccc;
}

#skinForm {
	margin: 2px;
	margin-bottom: 0px;
}

#skinRight {
	width: 920px;
	float: right;
	margin-right: 10px;
	padding: 0px;
	text-align: right;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#page_num1 {
	height: 34px;
	margin-bottom: 5px;
}

#pageRight {
	width: 920px;
	float: right;
	margin-right: 10px;
	padding: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#comment_post {
	clear: both;
	margin-top: 5px;
}

/*Sets the properties of the editform table cells*/
table.editform {
	border-width:1px;
	border-style:solid;
	background-color:#CCC;
	width: 944px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	text-align: left;
	padding: 1px;
}

table.editform > tr,td {
	border-width:1px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border-style: none;
}

td.header {
	background-image: url(../images/main_info_bg.gif);
	background-repeat: repeat-x;
	border-style:none;
    text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	height: 30px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
td.subject {
	font-family: sans-serif ;
    text-align:left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 4px;
	font-size: 14px;
	border-style: none;
}
.td_text {
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 110%;
}
/*Sets the properties of the editform table cells*/
table.replycontent {
	border-width:1px;
	border-style:solid;
	background-color:#F4FAFF;
	width: 830px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
	padding: 0px;
}

table.replycontent > tr,td {
	border-width:1px;
	border-style: none;
}
td.cnheader {
	background-image: url(../images/navigationbg.jpg);
	background-repeat: repeat-x;
	border-style:none;
	text-align:left;
	margin-left: 10px;
	margin-top: 8px;
	height: 28px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

/* add 2008-03-29 */
table.stats {
	width: 918px;
	font-family: sans-serif ;
	font-weight: normal;
	background-color: transparent;
}

table.stats td {
	border-style: none;
}

table.stats td.left {
	text-align: left;
	font-weight: bold;
}

table.stats td.right {
	text-align: right;
	font-weight: bold;
}

table.servicesT {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 820px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.servicesT td.servHd {
	border-bottom: 2px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}


table.servicesT td {
	border-bottom: 1px dotted #6699CC;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding-left: 3px;
}

.servBodL {
	border-left: 1px dotted #CEDCEA;
}

