/* SynDefaultPlugin */
#syn-content-contact td{padding:10px;}
#syn-content-contact td td{padding:3px;}
#syn-content-contact input,#syn-content-contact select,#syn-content-contact textarea{width:200px;}
/* SynNewsPlugin */
.syn-news-list-item{}
.syn-news-list-title{font-weight:bold;margin-bottom:5px;}
.syn-news-list-summary{margin-bottom:10px;}
.syn-news-list-footer{}
.syn-news-footer-links{margin:10px 0;}
/* SysUserPlugin */
#sysauth-form table{width:100%;}
#sysauth-form td{padding:20px;}
#sysauth-form .form-row{padding:10px;}
#sysauth-form label{text-transform:capitalize;font-weight:bold;padding-right:10px;width:100px;}
#sysauth-form-fields{border-right:1px dashed #ccc;}
#sysauth-form-register{width:50%;}
#sysauth-form-register p{font-size:18px;}
/*SynSocialBookmarksPlugin */
.synshare-icons a{padding:5px;}
/* gWidgets */
div.gtab div.gtab-active h3{margin:5px 0;padding:5px 20px;color:#000;font-size:12px;border-bottom:1px dotted #666;}
.gwidget-refresh{display:none;}
#gbox_window{border:1px solid #666 !important;width:600px !important;}
#gbox_window p{padding:3px 0;line-height:16px;}
#gbox_window_title{padding-bottom:0 !important;}
#gbox_window h1{color:#fff;background:#666;margin:0;font-size:18px;padding:5px;}
#gbox_window h2{color:#3C5C00;margin:5px 0;}
#gbox_window h3{margin:5px 0 3px 0;}
#gbox_window ul{list-style-type:square;padding:0px;margin:0;}
#gbox_window li{padding:0;margin:2px 0 2px 20px;}
#gbox_close{background:transparent !important;font-weight:bold !important;border:0 none !important;font-size:12px !important;color:#000 !important;}
#gbox_window_content{width:97% !important;}
.gwidget-error{border:1px solid #AF0000 !important;background:#AF0000 !important;}
#syn-page-body blockquote{padding:10px 10px 10px 30px;}
#sf_comment_form input,#sf_comment_form textarea,#sf_comment_form select{padding:3px;font-family:Arial,sans-serif;font-size:12px;vertical-align:middle;margin-right:5px;color:#333;width:350px;}
#sf_comment_form textarea{height:100px !important;}
#sf_comment_form label{display:block;padding:3px 1em 3px 0;float:left;text-align:right;width:8em;color:#333;font-weight:normal !important;}
#sf_comment_form .hme-button{margin-left:10em;}
/**
* Based on http://komodomedia.com/blog/samples/star_rating/example2.htm
* Styles for the star rater 
*/
table.rating_details_table td.sf_rating_bar_bg{background:lightblue;}
table.rating_details_table div{background:blue;}
.star-rating{list-style:none;margin:0;padding:0;height:25px;position:relative;overflow:hidden;background:url(/images/alt_star.gif) top left repeat-x;}
.star-rating li{padding:0;margin:0;width:25px;height:25px;/*\*/
float:left;/* */}
.star-rating li a{display:block;width:25px;height:25px;line-height:25px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding:0;overflow:hidden;}
.star-rating li a:hover{background:url(/images/alt_star.gif) left bottom;z-index:2;left:0;border:none;}
.star-rating a.r1star{left:0;}
.star-rating a.r1star:hover{width:25px;}
.star-rating a.r2stars{left:25px;}
.star-rating a.r2stars:hover{width:50px;}
.star-rating a.r3stars{left:50px;}
.star-rating a.r3stars:hover{width:75px;}
.star-rating a.r4stars{left:75px;}
.star-rating a.r4stars:hover{width:100px;}
.star-rating a.r5stars{left:100px;}
.star-rating a.r5stars:hover{width:125px;}
.star-rating a.r6stars{left:125px;}
.star-rating a.r6stars:hover{width:150px;}
.star-rating a.r7stars{left:150px;}
.star-rating a.r7stars:hover{width:175px;}
.star-rating a.r8stars{left:175px;}
.star-rating a.r8stars:hover{width:200px;}
.star-rating a.r9stars{left:200px;}
.star-rating a.r9stars:hover{width:225px;}
.star-rating a.r10stars{left:225px;}
.star-rating a.r10stars:hover{width:250px;}
.star-rating li.current-rating{background:url(/images/alt_star.gif) left center;position:absolute;height:25px;display:block;text-indent:-9000px;z-index:1;left:0px;}
/* remove halo effect in firefox */
a:active{outline:none;}
