/* CSS Document */

body {
	margin: 0px 5px;
	font-size: 72%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#pg-back {
  padding: 5px 0px;
}

#pg {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#main_menu {
	position: relative;
	float: left;
	width: 635px;
}

#sub_menu {
	position: relative;
	float: left;
	background: url(assets/bg_submenu.gif) no-repeat right top;
	margin-left: 5px;
	width: 135px;
	height: 154px;
	border-left: 5px solid #86318e;
}
#sub_menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #86318e;
	font-size: 12px;
}

div.logo, a.menu_item {
	display: block;
	position: relative;
	float: left;
	margin: 0px 3px 3px 0px;
}
div.logo {
	text-align: center;
	background: url(assets/bg_logo.gif) no-repeat;
	width: 251px;
	height: 131px;
	padding-top: 20px;
}
.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 108px;
	height: 56px;
	padding: 18px 8px 0px 8px;
}
.page {
	background: url(assets/bg_page.gif) repeat-y 0 0 #ffffff;
	color: #444444;
}
.page .leftcol {
	position: relative;
	float: left;
	width: 227px;
	margin-left: 10px;
	_margin-left: 5px;
}
.page .centercol {
	background: url(assets/bg_center.gif) no-repeat right top;
	margin-left: 10px;
	padding: 5px 15px 0 15px;
	position: relative;
	float: left;
	width: 363px;
}
.page .rightcol {
	margin-left: 10px;
	position: relative;
	float: left;
	width: 120px;
}
.titles {
	clear: both;
	padding: 0.2em 0;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
h1, h2, h3, h4, h5, h6 {
	color: #006699;
}
h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
.page a, .titles a {
	text-decoration: none;
	color: #cc3300;
	border-bottom: 1px dotted #CC3300;
}
.page a:hover, .titles a:hover {
	border-bottom-style: solid;
}
.page a img {
	border: 0;
}
.bold {
	font-weight: bold;
}

input.text, textarea.text {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
form .label {
	position: relative;
	top: 1px;
	z-index: 99;
	width: 100px;
	margin-top: .5em;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #dddddd;
	padding: 2px 5px;
}
hr {
	height: 1px;
	border: 0;
	background-color: #cccccc;
	_border: 1px solid #cccccc;	
}

div.image {
	clear: left;
	
}
div.image a {
	border: 0;
}
div.image a img {
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 3px solid #cccccc;
}
div.image a:hover img {
	border: 3px solid #006699;
}
div.image a:visited img {
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}


/* ================================= */

table#commentAdd {
  width: 350px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table#commentAdd td.cLabel {
  width: 120px;
  padding: 3px 10px 3px 0px;
  vertical-align: top;
}

table#commentAdd td.cField {
  text-align: left;
}

table#commentAdd td.cReply {
  text-align: left;
}

table#commentAdd .field {
  border: 1px solid #cdcdcd;
  width: 220px;
  padding: 1px 2px;
  font-family: tahoma;
  font-size: 11px;
}

table#commentAdd .fieldSmall {
  border: 1px solid #cdcdcd;
  width: 140px;
  padding: 1px 2px;
  font-family: tahoma;
  font-size: 11px;
}

table#commentAdd textarea {
  border: 1px solid #cdcdcd;
  width: 100%;
  padding: 1px 2px;
  font-family: tahoma;
  font-size: 11px;
}

table#commentAdd tr.mObf {
  display: none;
}

#commentList {
  margin-top: 20px;
}

.commentItem, .commentItemAuth, .commentItemNotAllowed, .answer {
  padding: 10px;
  margin: 0px 0px 10px 0px;
}

.commentItem {
  border: 1px solid #cdcdcd;
  background-color: #f2f2f2;
}

.commentItemAuth, .answer {
  border: 1px solid #ff6a38;
  background-color: #fff6f3;
}

.commentItemNotAllowed {
  border: 1px solid #cc3300;
  background-color: #fff6f3;
}

.commentItem .cName, .commentItemAuth .cName, .commentItemNotAllowed .cName, .answer .cName {
  padding-bottom: 2px;
}

.commentItem .cName {
  border-bottom: 1px solid #cdcdcd;
}

.commentItemAuth .cName, .answer .cName {
  border-bottom: 1px solid #ff6a38;
}

.commentItemNotAllowed .cName {
  border-bottom: 1px solid #cc3300;
}

.commentItem .cTime, .commentItemAuth .cTime, .commentItemNotAllowed .cTime, .answer .cTime {
  float: right;
}

.commentItem .cText, .commentItemAuth .cText, .commentItemNotAllowed .cText, .answer .cText {
  padding: 5px 0px 0px 0px;
}

.commentItem .cAction, .commentItemAuth .cAction, .commentItemNotAllowed .cAction, .answer .cAction {
  margin-top: 2px;
  text-align: right;
}

.answer {
  margin-left: 25px;
}

div.info {
  margin: 0px 5px 15px 5px;
  padding: 8px 10px;
  border: 1px solid #CC3300;
  color: #CC3300;
}

.authInfo, .authInfoReq {
  padding: 4px 0px 0px 0px;
  float: left;
  height: 12px;
}

.authInfo {
  font-size: 9px;
  color: #ff6a38;
}

.authInfoReq {
  font-size: 11px;
  color: #ff1100;
}
