/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Global Setting*/

div, h1, h2, p, form, label, input, textarea, img, span, table tbody { 
margin : 0;
padding : 0;
} 

ul { 
margin : 0;
padding : 0;
list-style-type : none;
font-size : 0;
} 

.spacer { 
clear : both;
font-size : 0;
line-height : 0;
} 

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
/*Body
{
}*/

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*----------------Skins----------------*/
body {
		background-image: url(/images/bg.jpg);
		background-color: #FFFFFF;
		background-position:center top;
		background-repeat: repeat-y;
		margin-top:14px;
		margin-left:0px;
}

body, body tbody, body p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}

/*.mainBG{

}*/
.nevigation {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #615e4d;
		font-weight: bold;
		text-decoration:none;
		vertical-align:middle;
}
.nevigation :hover {
		background-image:url(/images/button_bg.gif);
		background-position:center top;
		background-repeat:repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration:none;
		vertical-align:middle;
}
.nevigatioin-dropdown {
		background-color:#615e4d;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration:none;
}
.nevigatioin-dropdown :hover {
		background-color:#615e4d;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #40c5ee;
		font-weight: bold;
		text-decoration:none;
}
.content-Heading {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration:none;
}	
.content-body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #58585a !important;
		font-weight: normal;
		text-decoration:none;
}
.content-body a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration:none;
}
.content-body a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration: underline;
}
.shareprice-value {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 23px;
		color: #008bd0;
		font-weight: bold;
		text-decoration:none;
}
.shareprice-date {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		font-weight: normal;
		text-decoration:none;
}
.shareprice-note {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		font-weight: normal;
		text-decoration:none;
}
.shareprice-note a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration: underline;!important;
}
.shareprice-note a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration: underline;!important;
}
.news-body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		font-weight: normal;
		text-decoration:none;
}

.news-readMore, .news-readMore:link, .news-readMore a:link, .news-readMore:visited, .news-readMore a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration: underline;!important;
}
.news-readMore:hover, .news-readMore a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #008bd0 !important;
		font-weight: normal;
		text-decoration: underline;!important;
}
.latestnews
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333 !important;
		font-weight: Bold;
}
.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
}
.footer a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #008bd0;
		font-weight: normal;
		text-decoration: none;
}
.footer a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #008bd0;
		font-weight: normal;
		text-decoration: none;
}
.searchtext {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	line-height:18px;
	font-size:11px;
	color:#aaaaaa;
}
/*--------------Menu----------------*/
.TopMenuItem{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#615e4d !important;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
	height:37px;
	padding-left:10px;
	padding-right:8px;
	_padding-left:8px;
	_padding-right:12px;
}
.TopMenuItemSel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF !important;
	line-height:18px;
	background-image:url(/images/button_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:Transparent;
	text-transform:capitalize;
	height:37px;
	padding-left:10px;
	padding-right:8px;
	_padding-left:8px;
	_padding-right:12px;
}
.TopMenuItem td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#615e4d !important;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
	height:37px;
	padding-left:10px;
	padding-right:8px;
	_padding-left:8px;
	_padding-right:12px;
}
.TopMenuItemSel td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF !important;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
	height:37px;
	padding-left:10px;
	padding-right:8px;
	_padding-left:8px;
	_padding-right:12px;
}
.TopMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;
	background-color:#Transparent;
	text-transform:capitalize;
}
.TopSubMenuItemSel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00CCFF;
	line-height:18px;
	background-color:Transparent;
	text-transform:capitalize;
}
.TopSubMenu{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#615e4d;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #615e4d 1px solid; 
	border-left:  #615e4d 1px solid; 
	border-top: #615e4d 1px solid; 
	border-right: #615e4d 1px solid;
}
.TopMenuIcon{
	cursor: pointer;
	background-color: #Transparent !important;
	border-left: #Transparent 1px solid !important;
	border-bottom: #Transparent 1px solid !important;
	border-top: #Transparent 1px solid !important;
	text-align: center;
	width: 0px;
	height: 23px;
	background:none;
}
.TopMenuBreak{
	border-bottom: transparent 0px solid !important; 
	border-left: transparent 0px solid !important; 
	border-top: transparent 0px solid !important;  
	border-right: transparent 0px solid !important; 
	background-color: transparent !important; 
	height: 0px;
}
.TopMenuArrow{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width:0px;
	border-right: transparent 1px solid !important; 
	border-bottom: transparent 1px solid !important; 
	_border-right: #615e4d 1px solid !important; 
	_border-bottom: #615e4d 1px solid !important; 
	border-top: #transparent 0px solid !important;
}
.Separator{
	/*padding-left:8px;
	_padding-left:10px;
	padding-right:20px;*/
	padding-right:0px;
}
.newsheading, .newsheading:link, .newsheading:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#615e4d;
	line-height:18px;
}
.content, .newscontent ,.newscontent:link, .newscontent:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
}
.SharePrice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#009999;
	line-height:18px;
}
.ShareCode
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	line-height:18px;
}

.SmallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
}