﻿
body {font-family: Arial; background-color:#70acf5; font-size:12px;color: #000;}

.LabelBold
{
	font-weight:bold;
	font-size:12px;
	color:#550055;
	letter-spacing:0.8px;
}
.LabelBoldSm
{
	font-weight:bold;
	font-size:10px;
	color:#550055;
	letter-spacing:0.8px;
}
.LabelTitle
{
	font-weight:bold;
	font-size:15px;
	color:#220022;
	letter-spacing:1.5px;
}
.LabelError
{
	font-weight:bold;
	color:#990000;
	font-size:10px;
}
.LabelSuccess
{
	font-weight:bold;
	color:#009900;
}

.DivBorder
{
	border: dotted 1px #aaaaaa;
	padding:4px 4px 4px 4px;
	margin:6px 2px 6px 2px;
}


.CommentArea
{
	margin: 2px 0px 2px 0px;
	display:block;
}

.CommentTitle
{
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: normal;
}

.CommentName
{
	font-size:12px;
}

.CommentArrow
{
	background-image: url(../images/comment-arrow-ab.jpg);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -1px;
}

.CommentText
{
	padding-bottom: 3px;
	
}

.CommentText2
{
	border: solid 1px #102380;
	padding: 3px;
}

.CommentText3
{
	padding: 5px;
	font-size: 14px;
}
.CommentText4
{
	padding: 8px;
	font-size: 14px;
	background-color:#ffff66;
}
.CommentFooter
{
	margin-top: 10px;
	font-size: 12px;
	color: #666666;
	padding-left: 16px;
}

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}


/* Comment Form */

#CommonCommentForm {

	padding: 0;

	font-size: 14px;}

#CommonCommentForm h2
{
	margin-bottom:0;
}

#CommonCommentForm h3{	
	color: #7394c1;
	letter-spacing: -0.05;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 120%;
	font-weight: bold;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	margin-top: 24px;
	}

#CommonCommentForm p{
	padding: 0em;
	font-size: 14px;
}

#CommonCommentForm dl {
	margin: 0;
	padding: 0;
}

#CommonCommentForm dt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.0em;
	margin: 0px;}
	
#CommonCommentForm dd {
	color: #777777;
	margin-left:0;
}

#CommonCommentForm dt em {
	font-size: 0.95em;
}
 
#CommonCommentForm .smallbox {
	width: 350px;
	padding: 2px;
	font-size:12px;
	border: solid 1px #aaaaaa;
}

#CommonCommentForm input {
	padding: 2px;
	font-size:12px;
	border: solid 1px #aaaaaa;
}

#CommonCommentForm textarea 
{
	width: 400px;
	height: 80px;
	padding: 2px;
	font-size: 14px;
	border: solid 1px #aaaaaa;
	}

a:link.lnksmmb, a:visited.lnksmmb
{
	font-weight:bolder;
	font-size:10px;
	color:#FF8500;
	text-decoration:none;
	padding: 2px 6px 0px 6px;
	margin: 0px 3px 0px 3px;
	border: dotted 1px #dddddd;
}

a:hover.lnksmmb
{
	font-weight:bolder;
	color:#FF8500;
	font-size:10px;
	text-decoration:underline;
}

a:link, a:visited
{
	font-weight:bolder;
	font-size:10px;
	color:#FF8500;
	text-decoration:none;
	padding: 2px 6px 0px 6px;
	margin: 0px 3px 0px 3px;
	border: dotted 1px #dddddd;
}

a:hover
{
	font-weight:bolder;
	color:#FF8500;
	font-size:10px;
	text-decoration:underline;
}

.InputTextBox
{
	width:350px;
}

.InputTextComment
{
	width:350px;
	height:100px;
}

.CommentReadText
{
	Width:90%;
}