@charset "utf-8";
/* CSS Document */

/* Class for Integrated HTML News feeds */

#_htmlnews{margin:0px;	padding:0px;font-family:Arial, Helvetica, sans-serif;list-style:none;}
#_htmlnews ._newssitetitle{font-size:14px;font-weight:bold;}
#_htmlnews ._newssitelink{font-size:9px;padding-bottom:10px;}
#_htmlnews ._newstitle{font-size:12px;font-weight:bold;color:#333;text-transform:capitalize;padding-top:5px;}
#_htmlnews ._newsdate{font-size:9px;font-weight:normal;color:#999;text-align:right;}
#_htmlnews ._newscontent{font-size:12px;color:#333;}
#_htmlnews ._newslink{padding-bottom:10px;border-bottom:1px dashed #cccccc;}
#_htmlnews ._newslink a:link, #_htmlnews ._newslink a:visited{font-size:10px;text-decoration:underline;color:#06C;}


/* Class for Integrated User Comments */

#_usercomments {list-style:none;padding:0px;font-family:Arial, Helvetica, sans-serif;font-size:12px;margin-top:50px;}
#_usercomments .commentheading{border-width:1px;border-bottom-width:0px;border-style:solid;border-color:#CCC;font-size:24px;letter-spacing:2px;color:#666;}
#_usercomments li{padding:5px;}
#_usercomments .commentname {background-color:#F0F0A0;font-weight:bold;letter-spacing:2px;margin-top:10px;}
#_usercomments .commentdate{text-align:right;font-size:9px;color:#666;}
#_usercomments .commentcontent {font-style:italic;text-align:justify;}
#_usercomments .commentreply{text-indent:50px;background-color:#F0F0E0;text-align:right; font-weight:bold;}
#_usercomments .nocomments {font-size:14px; color:#999; font-style:italic; font-weight:bold; padding-top:10px;}


/* Class for Integrated User Comment Forms */


#_usercommentform{list-style:none;padding:0px; font-family:Arial, Helvetica, sans-serif}
#_usercommentform li{padding:5px; /* background-color:#F0F0F0; */}
#_usercommentform label{color:#333;}
#_usercommentform ._commentheading{background-color:#DDD;color:#333;font-weight:bold;letter-spacing:1px;}
#_usercommentform ._commenttype{display:none;}
#_usercommentform ._commentname label, #_usercommentform ._commentcontent label{font-size:12px;}
#_usercommentform ._commentname input{width:200px;}
#_usercommentform ._commentcontent textarea{width:200px; height:100px;}

/* Class for Member Login */

#_memberloginform{list-style:none;padding:0px; font-family:Arial, Helvetica, sans-serif}
#_memberloginform li{padding:5px; /* background-color:#F0F0F0; */}
#_memberloginform label{color:#333;}
#_memberloginform ._commentheading{background-color:#DDD;color:#333;font-weight:bold;letter-spacing:1px;}
#_memberloginform ._commenttype{display:none;}
#_memberloginform ._commentname label, #_usercommentform ._commentcontent label{font-size:12px;}
#_memberloginform ._commentname input{width:200px;}
#_memberloginform ._commentcontent textarea{width:200px; height:100px;}

/* Class for Search Result Page */

#websy_search_footer {}
#websy_search_footer a{background-color:#333;padding:5px;border-radius: 4px;color:white;font-weight:bold;}
#websy_search_footer .websy_sf_previous{}
#websy_search_footer .websy_sf_next{background-color:orangered;margin-right:20px;}