﻿/*
    Styles of ASP.NET controls
*/

/* NewsPart */
.HeadlinesTop {
	width:233px;
	height:8px;
	background-image:url(../_img/Headlines_Top.jpg);
	background-repeat:no-repeat;
}

.Headlines .Mid {
	width:213px;
	overflow:inherit;
	padding:0px 10px 0px 10px;
	background-color:#acc7c6;
}

.Headlines .Mid a{
	font-size:11px;
	text-decoration:none;
	color:#014370;
	padding:0px;
	margin:0px;
}

.Headlines .Mid a:hover{
	text-decoration:underline;
}

.Headlines .Mid .viewAll {
	display:block;
	text-align:right;
	padding:13px 0px 0px 0px;
}


.Headlines .Mid h1{
	font-size:12px;
	color:#00548e;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:center;
}

.Headlines .Btm {
	width:233px;
	height:9px;
	background-image:url(../_img/Headlines_Btm.jpg);
	background-repeat:no-repeat;
}

/* Search */
.searchlink
{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    color: #555454;
}
.searchlink A:link
{
	font-size:11px;
    font-family: Georgia;
    font-weight: bolder;
    color: #009db5;
    text-decoration: underline;
}
.searchlink A:hover
{
	font-size:11px;
    font-family: Georgia;
    font-weight: bolder;
    color: #009db5;
    text-decoration: none;
}
.searchlink A:visited
{
	font-size:11px;
    font-family: Georgia;
    font-weight: bolder;
    color: #009db5;
    text-decoration: underline;
}
.search_rank
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
    color: #555454;
    text-decoration: none;
}
.searchtxt
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
}
.searchtxt A:link
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: normal;
    color: #009db5;
    text-decoration: underline;
}
.searchtxt A:hover
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: normal;
    color: #009db5;
    text-decoration: none;
}
.searchtxt A:visited
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: normal;
    color: #009db5;
    text-decoration: underline;
}

/* RSS Medicine Net */
#MainContent #RightContent .RSSFeed {
	width:231px;
	padding:0px 0px 0px 4px;
}

#MainContent #RightContent .RSSFeed .RSSFeedTop{
	width:227px;
	height:20px;
	padding:8px 0px 0px 0px;
	background-image:url(../_img/RSSFeedTop.jpg);
	color:#FFFFFF;
	font-size:11px;
	text-align:center;	
}

#MainContent #RightContent .RSSFeed a{	
	font-size:11px;
	color:#134078;
	text-decoration:none;	
}

#MainContent #RightContent .RSSFeed td{
    width:213px;
	height:15px;
	padding:10px 0px 2px 10px;
	background-color:#e7eff3;
	border-left:#134078 2px solid;
	border-right:#134078 2px solid;
}

#MainContent #RightContent .RSSFeed table{
    padding:0px 0px 0px 4px;
}

#MainContent #RightContent .RSSFeed a:hover{
	text-decoration:underline;
}

#MainContent #RightContent .RSSFeed a.sub{
	width:203px;
	height:15px;
	padding:5px 0px 2px 20px;
}

#MainContent #RightContent .RSSFeedBottom a{
	display:block;
	width:213px;
	height:15px;
	padding:5px 8px 2px 2px;
	font-size:11px;
	color:#134078;
	text-decoration:none;
    text-align:right;
    font-weight:bold;
	background-color:#e7eff3;
	border-left:#134078 2px solid;
	border-right:#134078 2px solid;
}

#MainContent #RightContent .RSSFeedItem{
    padding-left:1px;
}

/* Related Links */
#MainContent #RightContent #relatedLinks {
	width:231px;
	padding:0px 0px 0px 4px;
}

#MainContent #RightContent #relatedLinks #rlTop{
	width:227px;
	height:20px;
	padding:8px 0px 0px 0px;
	background-image:url(../_img/RLTop.jpg);
	color:#FFFFFF;
	font-size:11px;
	text-align:center;	
}

#MainContent #RightContent #relatedLinks a{
	display:block;
	width:213px;
	height:15px;
	padding:5px 0px 2px 10px;
	font-size:11px;
	color:#134078;
	text-decoration:none;
	background-color:#e7eff3;
	border-left:#134078 2px solid;
	border-right:#134078 2px solid;
}

#MainContent #RightContent #relatedLinks a:hover{
	text-decoration:underline;
}

#MainContent #RightContent #relatedLinks a.sub{
	width:203px;
	height:15px;
	padding:5px 0px 2px 20px;
}

/* FindADoc */
.FindADoc td,th{
    text-align:left;
}
