/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Ariel, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#FF9966;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#FF9966;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#FF9966;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#FF9966;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
    

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
	border-width:0;
	text-decoration:    none;
}

A:visited   {
	border-width:0;
    text-decoration:    none;
}

A:active    {
	border-width:0;
    text-decoration:    none;
}

A:hover {
	border-width:0;
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
    list-style-type:    circle ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

A.linkstyle:visited
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF9966;
	text-decoration: underline;
	border-width:0;
}

A.linkstyle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	border-width:0;

}

.HTMLEditContent
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #606060;
	text-decoration: none;
}

.HTMLFormButtons
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #333332;
	text-decoration: none;
}

.HTMLFormButtonsFunction
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px; 
	background-color: #FAFAFA;
	border: #333332;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.ParentLink
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #808080;
	text-decoration: none;
}

/* 
   ================================
    RTEL Top Menu Styles
   ================================
*/   

.main, A#main, A#main:hover, A#mainOn, A#mainOn:hover
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-color: #FF6600;
	text-decoration: none;
}

.main:hover,
A#main:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

A#mainOn,
A#mainOn:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.sub,
A#sub,
A#sub:hover
{
	font-family: Verdana, Arial , Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight:  normal;
	color: #FFFFFF;
	background-color: #99CCFF;
	text-decoration: none;
}

.sub:hover,
A#sub:hover
{
	color: #8F8F8F;
	background-color: #FFFFFF;
}

.subSpan
{
	color: #99CCFF;
	background-color: #99CCFF;
}

.tblBorder
{
	background-color: #99CCFF;
}

.spacer
{
	color: #FF6600;
	background-color: #FF6600;
}

.hide
{
	display: none;
}

.show
{
	display: block;
	position: absolute;
	z-index: 1;
}

/* ==============================================
    RTEL TopMenuBanner (and EditBanner) styles
   ==============================================
*/   

.TopBannerTable
{
	width:750;
	height:50;
	border-width:0;
}

.TopBannerInnerTable
{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;

}

.TopBannerLogoCell
{
    text-align:center;
    width:118;
}

.TopBannerLogo
{
    text-align:center;
    width:95;
    height:30;
    cursor:hand;
}

.TopBannerSpacer
{
    width:900;
}

.TopBannerWebAddress
{
    font-family:Verdana, Arial, Helvetica, Sans Serif;
	font-weight:bold;
    font-size:11pt;
    color:#888888;
    text-decoration:none;
    text-align:center;
    width:180;
    cursor:hand;
}

.TopBannerRTEL
{
	font-family: Arial Black, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align:center;
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
	width:101;
	cursor:hand;
}

.TopBannerMenuLabel
{
	width:530;
}

.TopBannerAdmin
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
	width:50;
}

.TopBannerLogin
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
	width:50;
}

/* ==============================================
    RTEL Left Menu styles
   ==============================================
*/   

.LeftMenuTable
{
    width:100;
	/*border-bottom:1px solid #cccccc; */
	background-color:#F8F8F8;
}

.ParentMenu
{
	position:relative; 
	width:100%; 
	
	top:0;
	cursor:hand;
	padding-left:2;
	padding-right:2;
	/*border-top:1px solid #cccccc; */
	z-index: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color:#333332;
	background-color:#F8F8F8;
	text-decoration: none;
}

A.ParentMenu,
A.ParentMenu:visited,
A.ParentMenu:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}

A.ParentMenu:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FF6600;
    text-decoration: none;
}

.ParentMenuOpened 
{
	width:100%;
	
	position:relative;
	top:0;
	/*border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
	padding-left:2;
	padding-right:2;
	cursor:hand;
	z-index: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color:#333332;
	background-color:#D1E8FF;
	text-decoration: none;
}

A.ParentMenuOpened,
A.ParentMenuOpened:visited,
A.ParentMenuOpened:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color:#333332;
	text-decoration: none;
}

A.ParentMenuOpened:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color:#FF6600;
	text-decoration: none;
}

.ChildMenu
{
	width:100%;
	display:block;
	overflow:hidden;
	position:relative;
	top:0;
	z-index: 0;
}

.ChildMenuHidden
{
	width:100%;
	display:none;
	overflow:hidden;
	position:relative;
	top:0;
	height:0;
	z-index: 0;
}

.ChildMenuItem
{
	width:100%;
	padding-left:5;
	padding-right:2;
	cursor:hand;
	/*border-bottom:1px solid #cccccc;*/
	z-index: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #8F8F8F;
    
    text-decoration: none;
}

A.ChildMenuItem:visited,
A.ChildMenuItem:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #8F8F8F;
    text-decoration: none;
}

A.ChildMenuItem:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
	color:#FF9900;
    text-decoration: none;
}

.SelectedChildMenuItem
{
	width:100%;
	
	padding-left:5;
	padding-right:2;
	cursor:hand;
	/*border-bottom:1px solid #cccccc;*/
	z-index: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #FF6600;
    
    text-decoration: none;
}

A.SelectedChildMenuItem:visited,
A.SelectedChildMenuItem:active,
A.SelectedChildMenuItem:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
	color:#FF6600;
    text-decoration: none;
    border:=0;
}

/* ================================
    Default Page styles
   ================================
*/   

.DefaultTopTable
{
	width:750;
	border-width:0;
}

.DefaultMainTable
{
	width:750;
	height:350;
	border-width:0;
}

.DefaultBottomTable
{
	width:750;
	border-width:0;
}

.DefaultPopupTextCell
{
	width:270;
	text-align:left;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;  
}

.VisiblePopupTextDiv
{
	width:265;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.HiddenPopupTextDiv
{
	display: none;
}

.DefaultPopupHeader
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000080;
	text-decoration: none;
	text-align:left;
	padding-left:10;
}

.DefaultPopupText
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 13pt;
	font-weight: normal;
	color: #333332;
	text-decoration: none;
	text-align:left;
	padding-left:10;
}

.DefaultIconsCell
{
	width:285;
	height:350;
	text-align:left;
	border-right:1px solid #cccccc;  
	border-bottom:1px solid #cccccc;  
}

.DefaultIconLabelNormal
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #B2B2B2;
	text-decoration: none;
	width:100%;
	height:30;
}

.DefaultIconLabelLarge
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	font-weight: bold; 
	color: #FF6600;
	text-decoration: none;
	width:100%;
	height:30;
}

.DefaultRightPane
{
	width:180;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;  
}

/* ================================
    Main Page styles
   ================================
*/   

.MainTopTable
{
	width:750;
	border-width:0;
}

.MainMainTable
{
	width:750;
	height:350;
	border-width:0;
}

.MainBottomTable
{
	width:750;
	border-width:0;
}

.MainLeftPane
{
	width:100;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;  
	background-color: #F8F8F8;
}

.MainContentPane
{
	width:460;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc; 
	padding-left:5;
	padding-right:5;
}

.MainRightPane
{
	width:180;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;  
	background-color: #F8F8F8;
}

/* ================================
    Edit Page styles
   ================================
*/   

.EditTopTable
{
	width:750;
	border-width:0;
}

.EditMainTable
{
	width:750;
	height:350;
	border-width:0;
}

.EditHeaderText
{
	width:725;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

.EditItemTitlesArea
{
	width:125;
	text-align:left;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* 
   ================================
    RTEL Whats New module styles
   ================================
*/   

.WhatsNewTopTable
{
	width:180;
	height:15;
	border-width:0;
}

.WhatsNewMainTable
{
	width:180;
	height:124;
	border-width:0;
	background-color:#F8F8F8;
}

/* 
   ====================================
    RTEL Whats New popup page styles
   ====================================
*/   

.WhatsNewPopupTopTable
{
	width:750;
	border-width:0;
}

.WhatsNewPopupTitleTable
{
	width:750;
	height:15;
	border-width:0;
}

.WhatsNewPopupMainTable
{
	width:750;
	border-width:0;
}

.WhatsNewPopupContentPane
{
	width:595;
}

.WhatsNewPopupRightPane
{
	width:130;
}

.WhatsNewTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #63B1FF;
	text-decoration: none;
	text-align:left;
	height:20;
}

/* 
   ================================
    RTEL Events module styles
   ================================
*/   

.EventsTopTable
{
	width:180;
	height:15;
	border-width:0;
}

.EventsMainTable
{
	width:180;
	height:45;
	border-width:0;
	background-color: #F8F8F8;
}

.EventsDataList
{
	width:100%;
	height:100%;
	padding:0;
	border-width:0;
	background-color: #F8F8F8;
}

/* 
   ====================================
    RTEL Events popup page styles
   ====================================
*/   

.EventPopupTopTable
{
	width:750;
	border-width:0;
}

.EventPopupTitleTable
{
	width:750;
	height:15;
	border-width:0;
}

.EventPopupMainTable
{
	width:750;
	border-width:0;
}

.EventPopupContentPane
{
	width:595;
}

.EventPopupRightPane
{
	width:130;
}

.EventTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #63B1FF;
	text-decoration: none;
	text-align:left;
	height:20;
}

/* 
   ================================
    RTEL Markets module styles
   ================================
*/   

.MarketsTopTable
{
	width:180;
	height:15;
	border-width:0;
}

.MarketsMainTable
{
	width:180;
	height:105;
	border-width:0;
	background-color: #F8F8F8;
	padding:0;
}

.MarketsHeader, A.MarketsHeader:visited, A.MarketsHeader:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}

A.MarketsHeader:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FF6600;
    text-decoration: underline;
}

.MarketsDetail, A.MarketsDetail:visited, A.MarketsDetail:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #8F8F8F;
    padding:0;
    text-decoration: none;
}

A.MarketsDetail:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #FF6600;
}

.ContactLink, A.ContactLink:visited, A.ContactLink:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #8F8F8F;
    padding:0;
    text-decoration: none;
}

A.ContactLink:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #FF6600;
}

.SiteMapLinks, A.SiteMapLinks:visited, A.SiteMapLinks:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}

A.SiteMapLinks:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FF6600;
    text-decoration: underline;
}

/* 
   ====================================
    RTEL Markets popup page styles
   ====================================
*/   

.MarketInfoPopupTopTable
{
	width:750;
	border-width:0;
}

.MarketInfoPopupTitleTable
{
	width:750;
	height:15;
	border-width:0;
}

.MarketInfoPopupMainTable
{
	width:750;
	border-width:0;
}

.MarketInfoPopupContentPane
{
	width:595;
}

.MarketInfoPopupRightPane
{
	width:130;
}

.MarketInfoTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #63B1FF;
	text-decoration: none;
	text-align:left;
	height:20;
}

/* 
   ================================
    RTEL Case Study module styles
   ================================
*/   

.CaseStudiesTopTable
{
	width:180;
	height:15;
	border-width:0;
}

.CaseStudiesMainTable
{
	width:180;
	height:70;
	border-width:0;
	background-color: #F8F8F8;
}

.CaseStudiesDataList
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
	width:100%;
	border-width:0;
	background-color: #F8F8F8;
}

.CaseStudyLink, A.CaseStudyLink:visited, A.CaseStudyLink:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}

A.CaseStudyLink:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #FF6600;
    text-decoration: underline;
}

/* 
   ====================================
    RTEL Case Study popup page styles
   ====================================
*/   

.CaseStudiesPopupTopTable
{
	width:750;
	border-width:0;
}

.CaseStudiesPopupTitleTable
{
	width:750;
	height:15;
	border-width:0;
}

.CaseStudiesPopupMainTable
{
	width:750;
	border-width:0;
}

.CaseStudiesPopupContentPane
{
	width:595;
}

.CaseStudiesPopupRightPane
{
	width:130;
}

.CaseStudyTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #63B1FF;
	text-decoration: none;
	text-align:left;
	height:20;
}

/* 
   ================================
    RTEL Contacts module styles
   ================================
*/   

.ContactsTopTable
{
	width:180;
	height:15;
	border-width:0;
}

.ContactsMainTable
{
	width:180;
	height:30;
	border-width:0;
	background-color: #F8F8F8;
}

.ContactsDataList
{
	width:100%;
	height:100%;
	padding:0;
	border-width:0;
	background-color: #F8F8F8;
}

/* 
   ================================
    RTEL Search module styles
   ================================
*/   

.SearchTopTable
{
	width:180;
	height:25;
	color: #FFFFFF;
	border-width:0;
	background-color:#FF6600;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
}

.SearchTableSearchText
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	width:45;
}

.SearchTableGoText
{
	text-align:right;
	width:20;
	color: #FFFFFF;
	padding-right:5;
}

.goLink,
A.goLink:visited,
A.goLink:active,
{
	text-align:right;
	width:20;
	color: #FFFFFF;
	padding-right:5;
}

A.goLink:hover
{
    text-decoration: underline;
    border:=0;
}


.SearchTableLink, A.SearchTableLink:visited, A.SearchTableLink:hover, A,SearchTableLink:active
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}

.SearchTableTextBox
{
	text-align:center;
	width:40;
	height:20;
}

.SearchText
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333332;
	background-color: #FFFFFF;
	text-decoration: none;
	width:95;
	height:15;
}

/* ================================
    Content module styles
   ================================
*/   

.ContentTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

.ContentEditButton,
A.ContentEditButton:hover,
A.ContentEditButton:visited,
A.ContentEditButton:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}

.ContentTopTable
{
	width:100%;
	height:15;
	border-width:0;
}

.ContentMainTable
{
	width:100%;
	height:90%;
	border-width:0;
}

.ScrollAreaStyle
{
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	overflow:auto;
	line-height:0pt;
	display:none;
}

.ScrollAreaPrintStyle
{
}


.ContentParaTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	font-weight:bold;
	color: #FF6600;
	text-decoration: none;
	text-align:left; 
	padding-bottom:10; 
}

.ContentPara
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	text-align:justify;
	padding-bottom:10; 
}

A.ContentParaLink,
A.ContentParaLink:visited,
A.ContentParaLink:active
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #0000FF;
	text-decoration: none;
}


A.ContentParaLink:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #0000FF;
	text-decoration: underline;
}

.ContentList
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #333332;
	text-decoration: none;
	text-align:justify;
    list-style-type: disc
}

.ContentListNoBullet
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	color: #333332;
	text-decoration: none;
	text-align:justify;
    list-style-type: none
}


.ContentParaSubTitle
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight:bold;
	color: #333332;
	text-decoration: none;
	text-align:left; 
	padding-bottom:10; 
}

.ContentParaCentred
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	color: #333332;
	text-decoration: none;
	text-align:center; 
	padding-bottom:10; 
}

.ContentParaDocLink,
A.ContentParaDocLink,
A.ContentParaDocLink:visited,
A.ContentParaDocLink:active
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight:bold;
	color: #333332;
	text-decoration: none;
	text-align:justify;
}

A.ContentParaDocLink:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight:bold;
	color: #333332;
	text-align:justify;
	text-decoration: underline;
}

.HideContentBlock
{
	display: none;
}

.ShowContentBlock
{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}


/* ================================
    Footer styles
   ================================
*/   

.FooterTable
{
	width:750;
	height:30;
	border-width:0;
}

.FooterLinksCell
{
	width:640;
	height:30;
	text-align:right;
}

.FooterLogoCell
{
	width:75;
	height:30;
}

.FooterLogo
{
	width:75;
	height:30;
}

A.FooterLinkStyle,A.FooterLinkStyle:visited
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
	border-width:0;
}


A.FooterLinkStyle:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    color: #FF6600;
    text-decoration: underline;
}



.FooterText
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #8F8F8F;
	text-decoration: none;
	text-indent: 8;
}

/* 
   ================================
    RTEL Popup Right Menu Styles
   ================================
*/   


.PopupRightMenuTable
{
	width:130;
	height:100;
	border-width:0;
}

.PrintOption,
A.PrintOption,
A.PrintOption:active,
A.PrintOption:visited
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	border-width:0;
	cursor:hand;
	display:none;
}

A.PrintOption:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
	border-width:0;
	cursor:hand;
	display:none;
}

.SaveOption,
A.SaveOption,
A.SaveOption:active,
A.SaveOption:visited
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	border-width:0;
	cursor:hand;
}

A.SaveOption:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
	border-width:0;
	cursor:hand;
}

.ContactOption,
A.ContactOption,
A.ContactOption:active,
A.ContactOption:visited
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	border-width:0;
	cursor:hand;
}

A.ContactOption:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
	border-width:0;
	cursor:hand;
}

.CloseOption,
A.CloseOption,
A.CloseOption:active,
A.CloseOption:visited
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	border-width:0;
	cursor:hand;
	display:none;
}

A.CloseOption:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
	border-width:0;
	cursor:hand;
	display:none;
}

/* 
   ================================
    RTEL General Styles
   ================================
*/   

.LeftSpacer
{
	width:10;
}

.MenuSpacer
{
	background-color: #FF6600;
	width:10;
}

.TitleBanner
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CCFF;
	text-decoration: none;
	height:15;
	width:100%;
	border-width:0;
}

.PortalText
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333332;
	text-decoration: none;
	padding-left:8;
}

.PortalParagraph, .PortalSubparagraph
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333332;
	text-decoration: none;
}

.MoreLinks, A.MoreLinks:visited, A.MoreLinks:active
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #333332;
	text-decoration: none;
}

A.MoreLinks:hover
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 7pt;
	font-weight: normal;
	color: #FF6600;
	text-decoration:underline;
}

.CommandButton, 
A.CommandButton:hover, 
A.CommandButton:visited, 
A.CommandButton:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.AdminCommandButton, 
A.AdminCommandButton:hover, 
A.AdminCommandButton:visited, 
A.AdminCommandButton:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}

.EditCommandButton, 
A.EditCommandButton:hover, 
A.EditCommandButton:visited, 
A.EditCommandButton:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: #333332;
    text-decoration: none;
}