/**
 * @version 1.5.1 $Id: style.css
 * @package Joomla 1.5.x
 * @subpackage RS-Monials
 * @copyright (C) 2009 RS Web Solutions (http://www.rswebsols.com)
 * @license GNU/GPL
 */
 
/* Success Message Text after submitting a testimonial */
.RSM_success { color:#009900; font-weight:bold; }

/* Css class for "Submit a Testimonial" Link */
.RSM_submit_link { text-align:right; }
.RSM_submit_link a { }
.RSM_submit_link a:hover { }

/* Horizontal Rule Color */
.RSM_hr_color { color:#cccccc; }

/* Manage the image and alignment of both quotation */
.RSM_left_quote { padding-right:0px; }

.RSM_right_quote { padding-left:0px; }

/* Manage Testimonial Text */
.RSM_testimonial { font-size:12px; font-weight:bold; text-align:justify; }

/* Manage the Subtext of Testimonial, i.e. Date of Posting, Posted By etc. etc. */
.RSM_testmonial_subtext { text-align:right; }

/* Manage Text and link of Pagination */
.RSM_pagination_text { text-align:center; font-size:10px;}
.RSM_pagination_text a { }
.RSM_pagination_text a:hover { }

/*********************************************************/
/*** Manage the display of Testimonial Submission Form ***/
/*********************************************************/

/* Text "Submit A Testimonial" */
.RSM_form_heading { 
color:#003F86; font-weight:bold;}

.rsmonialsForm{
	font-family:Verdana, Geneva, sans-serif;

	
color:#606060;
font-size:11px;
font-weight:bolder;
}

/* Manage the Style of main Table */
.RSM_form_main { width:90%; }

/* Manage the error Text */
.RSM_form_error { color:#ff0000; }
.RSM_form_error p { }
.RSM_form_error div ul li { }

/* Manage the row that is displaying " * fields are mandatory" */
.RSM_form_mandatory { text-align:right; }

/* Color of the "*" (Star) */
.RSM_form_star_color { color:#ff0000; }

/* Manage width of the First Column, i.e. the column that is showing text like "Your First Name", "Your Last Name" etc. */
.RSM_form_first_col { width:25%;}

/* Manage the style of text in the form */
.RSM_form_text {}

/* Manage Input fields of the form */
.RSM_form_input { 
border:1px solid #ABADB3;
color:#606060;
display:block;
float:left;
font-size:11px;
height:13px;
margin:0 0 10px;
padding:4px 8px;
vertical-align:middle;
width:315px;	
}

/* Manage Textarea field of the form */
.RSM_form_textarea { 
border:1px solid #ABADB3;
color:#606060;
display:block;
float:left;
font-family:verdana;
font-size:11px;
height:90px;
margin:0 0 10px;
padding:4px 8px;
vertical-align:middle;
width:315px;
}

/* Manage Button field of the form */
.RSM_form_button { 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/bt-signup.jpg) no-repeat scroll left top;
clear:left;
color:#024FA9;
cursor:pointer;
font-size:11px;
font-weight:bolder;
height:21px;
margin:10px 0;
padding:0 0 3px;
text-align:center;
width:90px;
}


.testimonialsList{
width:720px;
display:block;
margin-bottom:15px;
padding-bottom:15px;
padding-top:15px;
}
.testimonialFull{
width:290px;
float:left;
padding:10px;
}
.tl_name{
color:#033E8A;
font-family:verdana;
font-size:14px;
display:block;
height:1px;
font-weight:bold;
}
.tl_company{
color:#033E8A;
font-family:verdana;
font-size:11px !important;
display:block;
}
.tl_comment{
color:#606060;
font-family:verdana;
font-size:11px !important;
text-align:left;
font-style:italic;
line-height:14px;
background:transparent url(../img/bra.jpg) no-repeat scroll left top;
padding-left:25px;
padding-top:20px;
margin-top:10px;
}

.tooltip title{
font-size:11px !important;
}

.introTestimonials{
color:#606060;
font-family:verdana;
font-size:11px !important;
text-align:left;
line-height:14px;
margin-top:10px;
padding-bottom:10px;
padding-left:10px;
}

.testimonialFull a, .testimonialFull a:hover{
	color:#024FA9;
	font-weight:bolder;
}
