/* Generated by CSS Usage.
   File: http://enterprisemobiletoday.local.com/css/comments.css.
   Look for the UNUSED items and see if you can remove them. */

#comment_wrapper {
    font-family: arial,helvetica,sans-serif;
    font-size: 9pt;
    /*margin: 0 0 5px 10px;
    width: 590px;*/
    width: 100%;
}
#comment_form {
	background-color: #E0E9EC;
	border:1px solid #278AB4;
   /* font-weight: bold;*/
    font-size: 14pt;
    font-family: arial,helvetica,sans-serif;
    color: black;
    /*width: 100%;*/
    padding: 10px 0 0 8px;
    margin: 0 0 10px 0;
}
.pgnumber_holder {
    background: url("/images1/pageing_bg.jpg") repeat-x scroll center top transparent;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
}
.pgnumber_holder a {
    border-color: -moz-use-text-color #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-style: none solid;
    border-width: medium 1px;
    color: #008CB4;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 7px;
    text-decoration: none;
}
#comment_wrapper a:link, #comment_wrapper a:visited {
    color: #333333;
    font-size: 8pt;
}
#comment_wrapper a:active, #comment_wrapper a:hover {
    color: #333333;
    font-size: 8pt;
}
#commentform {
    /*width:80%;
    margin-left:10px;*/
}
#commentform .label {
	font-weight: normal;
	width: 145px;
	float:left;
}
#commentform .input {
	border: 1px solid #7DA4B0;
}
#commentform .action {
	margin: 18px 0 20px 0;
}

.comment{
    background-color: #E0E9EC;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
}
#comment_container .commentChild {
	margin-left: 20px !important;
}	
.even{
    background-color: #C4DEFF;
}
div.userinfo{
    color: #333333;
    font-family: arial,helvetica,sans-serif;
    font-size: 9pt;
}
.userinfo a:link, .userinfo a:visited {
    color: #333333;
    font-size: 9pt;
}
.userinfo a:active, .userinfo a:hover {
    color: #333333;
    font-size: 9pt;
}
span.username{
    color: #333333;
    font-weight: bold;
}
input.error {
    border: 1px dotted red;
}
label.error {
    color: red;
    font-size: 12px;
}
#comment_wrapper .ctitle{
	width: 100%;
	height: 20px;
	clear: left;
    font-size: 16px;
    font-weight:bold;
    margin: 10px 0 10px 0;
}
#message_counter{
	margin: 0;
	font-size: 8pt;
}
#comment_wrapper .error {
	margin: 0;
	width: auto;
	color: red;
}
#comment_wrapper .error ul {
	margin: 0 0 12px 0;
}
#comment_wrapper .error ul li{
	list-style-type: none;
}

#comment_wrapper .success{
	color: green;
	display: none;	
}
#comment_wrapper .success img {
	margin-left: 7px;
}
#comment_wrapper .success span {
	bottom: 1px;
    margin-left: 3px;
    position: relative;
}

/* comment tooltip */
#smtooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index:99999;
	}
/*  */