﻿
.share {
	border-top:2px #C0C0C0 outset;
	width:100%;
}

.share td {
	float:left;
	width:3%;
}

.share td img {
	margin:0;
}

.share_fb_like{
	float:left;
}
.share_sites{
	float:right;
}

.rsb_error {
	border: 1px solid #FF0000;
}

.rsb_message {
	text-align: center;
	margin-top: 55px;
}

.rsb_message_error
{
	padding: 5px;
	background-color: #FFD9CC;
	border: 1px solid #FF0000;
	color: #E60000;
	font-weight: bold;
}

/* Overwrites the basic CSS and adds some color to it */
.limit 		{ 	text-align:center !important; }
.pagination { 	text-align:center !important; }
.counter 	{ 	text-align:center !important; }

.delete_button {
	background: url("../images/icons/small_x.png") no-repeat scroll 0 0 transparent;
	padding:0 6px;
	margin-left:15px;
	text-decoration:none !important;
}

.delete_button:hover {
	background: url("../images/icons/small_x_roll.png") no-repeat scroll 0 0 transparent;
	text-decoration:none !important;
}

.rsb_action_buttons {
	margin-top:5px;
	background:#445B73;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	-moz-border-radius:4px;	
	border:0px #fff none;
	padding:3px 4px 4px 3px;
	font-size:9pt;
	width:120px;
	float:right;
	text-align:center;
	text-decoration:none !important;
	color:white !important;
	margin-left:5px;
	margin-right:10px;
	font-weight:bold !important;
}

.rsb_action_buttons:hover {
	background:#336699 !important;
}

.rsb_print {
	padding:10px 20px;
}

.rsb_print h2 {
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.rsb_print img{
	float:right;
	padding:10px 10px;
}

.rsb_buttons {
	float:right;
}

div.rsb_buttons a {
	display: inline-block; 
	text-decoration: none; 
	font-size: 13px; 
	color: #222; 
	padding:1px 8px;
	border: 1px solid #aaa; 
	border-bottom-color: #999; 
	border-top-color: #c9c9c9; 
	background: #ccc url(../images/btnbg.gif) center center repeat-x; 
	font-weight:bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

div.rsb_buttons a:hover {
	text-decoration: none; 
	background-position: 50% 40%; 
	border-color: #777; 
	color: #000; 
}

div.rsb_buttons a:active {
	text-decoration: none; 
	background-position: 50% 60%; 
	border-color: #555; 
	color: #000; 
}

div.rsb_clear {
	height:15px;
}

table.rse_add tbody tr.row1:hover  { 
	background-color: #FFFFA8 ; 
}

.rsb_password {
	text-align:center !important;
}

.rsb_icons {
	float:right;
}

.rsb_icons a {
	margin-right:5px;
}

.rsb_search {
	background: none repeat scroll 0 0 #e1e1e1;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
	margin-top: 15px;
	text-align: center !important;
}

#rssearch {
    border: 0 none;
    display: inline-block;
    height: 24px;
    padding: 5px;
    width: 80%;
}

#rssearchbtn {
	display: inline-block;
    float: none;
	width: 18%;
	margin: 0 auto;
	cursor: pointer;
}

.tags_container {
	line-height:33px;
	padding-top:15px;
	text-align:center !important;
}

.rsb_tag {
	font-family:Tahoma;
	letter-spacing:3px;
	padding:4px;
}

.rsbcontainertable {
	border:1px #e6e6e6 solid;
	-moz-border-radius:16px 16px 16px 16px;
}

.rsbdisplaytable {
	padding:8px 8px 8px 8px;
	width:100%;
}
.rsbdisplaytable td {
}

.rsbdisplaytable th {
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#E6E6E6;
	padding:10px 10px 10px 10px;
	-moz-border-radius:12px 12px 12px 12px;
	
}

.rsb_trackbacks {
	padding-top:10px;
}

.rsb_trackback {
	padding-top:20px;
}

.rsb_trackback_title {
	padding-bottom:5px;
}

.rsb_trackback_message {
	padding-bottom:5px;
	padding-left:10px;
}

table.rsblog_calendar_module { font-size: 9px; }
table.rsblog_calendar_module th { width: 35px; background: lightblue; color: #fff; text-align: center; }
table.rsblog_calendar_module td { text-align: center; color: red; }
table.rsblog_calendar_module td.prev-month, table.rsblog_calendar_module td.next-month { color: grey; }
table.rsblog_calendar_module a{ text-decoration: none;}
table.rsblog_calendar_module td.curr-day a { font-weight: bold !important; }
table.rsblog_calendar_module td.has-posts a { color: red !important; }