/* popuptabbedpanelsNews.css  */
.TabbedPanels {
	margin: 0px;
	float: centre;
	clear: none;
	width: 97%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 10px;
	padding-bottom: 0px;
	height: auto;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: white;
	background-image: url(../images/tabnotselected.gif);
	background-repeat: repeat-x;
	list-style: none;
	border-left: solid 1px #3366cc;
	border-bottom: solid 1px #3366cc;
	border-top: solid 1px #3366cc;
	border-right: solid 1px #3366cc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #031063;
	width: 160px;
	text-align: center;
}

.ebookTabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	background-color: white;
	background-image: url(../images/tabnotselected.gif);
	background-repeat: repeat-x;
	list-style: none;
	border-left: solid 1px #3366cc;
	border-bottom: solid 1px #3366cc;
	border-top: solid 1px #3366cc;
	border-right: solid 1px #3366cc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #031063;
	width: 200px;
	text-align: center;
}


.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	background-image: url(../images/selectedTabBg.jpg);
	background-repeat: repeat-x;
	color: #001860;
	font-weight: bold;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.ebookTabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	border-left: solid 1px #3366cc;
	border-bottom: solid 1px #3366cc;
	border-top: solid 1px #3366cc;
	border-right: solid 1px #3366cc;
	background-color: #FFFFFF;
	clear: both;
}

.TabbedPanelsContent {
	padding:16px;
	margin: 0px;
	
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .ebookTabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.newsDate {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height:18px;
        font-weight: normal;
        color: #666666;
        text-align: left;
        padding-left: 10px; vertical-align:top;
    }
  .newsTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		line-height:18px; padding:0px 7px;
        color: #3366CC;       
        text-align: left;vertical-align:top;
        }
  .newsSource {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		line-height:18px;
        color: #669933;
        text-align: left;vertical-align:top;      
    }
#layer2 {
	position: absolute;
	top: 700px;
	background-color: transparent;
	width: 600px;
	padding: 10px;
	display: none;
    float: left;
    left: 35%;
	vertical-align:top;
	clear:both;
	}
