﻿body
{
}
.LinkClass
{
	padding-right: 8px;
	padding-top: 10px; /*padding-bottom:50px;*/
}
.LinksMain
{
	padding-left: 5px;
	padding-right: 5px; /*padding-top:10px; 			padding-bottom:5px;*/
}
.RSSModalPopupHeading
{
	background-color: #216da7;
	height: 25px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.RSSModalPopupPanel
{
	border: solid 2px #003865;
	background-color: White;
	width: 700px;
}
.MainHeadingTodelete
{
	color: white;
	font-size: larger;
	font-weight: bolder;
}
.SubHeadingTodelete
{
	color: white;
	font-size: small;
	font-weight: lighter;
	width: 725px;
}
.CheckText
{
	color: Black;
	font-weight: normal;
}
#DivRss input
{
 	margin-right: 5px;

 }
#DivRss 
{
 	
 	cursor: hand;
}
#DivRss label
{
 	
 	cursor: hand;
text-decoration: underline; 	
}






/***************************************************/

.tabStyle .ajax__tab_header 
{
	font-size:12px;
	font-weight:bold;
    font-family:Arial;
    padding-left:5px;
    border-bottom:solid 3px #004C6D;
}
.tabStyle .ajax__tab_body 
{
    font-family:Arial;
    font-size:10pt;
    border:solid 1px #dddddd;
    border-top:none;
} 
/* Active/Hover States */
.tabStyle .ajax__tab_active .ajax__tab_outer
{
    margin-right:4px;
	background: #004C6D; 
}
.tabStyle .ajax__tab_active .ajax__tab_inner
{
    margin-left:4px;
	background: #004C6D;      
}
.tabStyle .ajax__tab_active .ajax__tab_tab
{
	background: #004C6D;
	font-family: Verdana;
	font-size: 13px;
	color: #6dafc0;
	font-weight: bold;
	text-decoration: none;
	border-width: 0px;
	border-color: #004C6D;
	cursor: hand;
	height: 21px;
	padding: 5px 5px 0px 5px;
	display: inline-block;
}
/* Regular States */
.tabStyle .ajax__tab_outer
{
    margin-right:4px;
	background:url(images/rss/inactive-tl.gif) no-repeat left top;   	
}
.tabStyle .ajax__tab_inner
{
    margin-left:4px;
	background:url(images/rss/inactive-tr.gif) no-repeat right top;  	
}
.tabStyle .ajax__tab_tab
{
	background: #e8e8e8;
	background:url(images/rss/inactive-mid.gif) repeat-x;
	font-family: Verdana;
	font-size: 13px;
	color: #6dafc0;
	font-weight: bold;
	text-decoration: none;
	border-width: 0px;
	border-color: #e8e8e8;
	cursor: hand;
	height: 21px;
	padding: 5px 5px 0px 5px;
	display: inline-block;
}
 

