
body {font-family:arial; font-size:12pt; font-weight:bold; margin:0; color:lightgray}
p {font-family:tahoma;  font-weight:100; font-size:12px;}
.textbody {text-align:justify; position:relative; color:lightgray;
			font-family:tahoma;  font-weight:100; font-size:12px;}

input, textarea, select{border:solid 1px #75aad1; font-family:tahoma; font-size:12px; background:#DDDDDD}
select:hover { background:#EEEEEE}
select:focus { background:#EEEEEE}

div.commentt textarea,input {
width:100%; background:lightgray; border:0px; color:#555555; margin:2px; }
div.commentt textarea:hover,input:hover {background:#EEEEEE; }

.linec {background:url('../blue/images/opacity1.png'); height:1px; cursor:pointer;}


.commeview {text-align:justify; line-height:12px; float:right; margin-right:25px;  width:395px; font-family:tahoma; font-size:11px; font-weight:normal; }
.commeview div {font-size:11px; font-weight:600; font-weight:normal; font-style:italic;}
.sub { background:#FFC000 ;}



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid lightgray;
height: 370px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*left: 0; */ /*leave as is*/
/*top: 0; */ /*leave as is*/
padding: 5px;
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
display:none;
font-size:15px;
text-align: right;
padding: 5px 10px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #99997D;
background: white;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: lightgray;
}