/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v2.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:1000px;
	height:125px;
	border:0px none;
	background-image: url(../images/CoffeeLogoNew3.png);
	background-repeat:no-repeat;
	margin-bottom: 0px;
	background-color: #ffffff;
	/*The next line should be uncommented to hide the banner */
	/*display:none;*/
}

.LogoWidth
{
	width:320px;
	height:80px;
}

.BannerAd
{
      width: 480px;
}

/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* text style for the site links (at extreme top-right of header) */
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	border:0px none;
	font-weight: bold;
	font-size: 10px;
	color: #3871B3;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	/*The next line should be uncommented to hide the links */
	/*display:none;*/
}   

.SiteLangBox
{
	border: 0px none;	
	width: 190px;
	/*The next line should be uncommented to hide the language box */
	/*display:none;*/
}

.SiteTabBox
{
	vertical-align: bottom;
	border: 0px none;	
	/*The next line should be commented when switching to vertical tabs */
	/*display:none;*/
}

.UserLayoutStripe
{
	width:950px;
	text-align: right; 
	background-color: blue;
}

/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #3871B3;
}
A.SiteLink:visited  {
    text-decoration:    none;
    color: #3871B3;
}
A.SiteLink:active   {
    text-decoration:    none;
    color: #3871B3;
}
A.SiteLink:hover    {
    text-decoration:    underline;
    color: #3871B3;
}

/* style for separator between site links */
.SiteLinkSeparator
{
	font-weight: normal;
	color: #0045b5;
}

/* style for separator between tabs */
.TabSeparator
{
	font-weight: bold;
	color: white;
}

/* FOOTER SETUP */
.Footer
{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;  
    color:navy;
	height:58px;
	width:950px;
	border:0px none;
	text-align:center;
	background-color: white;
}

.FooterText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color:navy;
    line-height: 12px;
}

/* background color for the content part of the pages */
Body
{
	margin: 1px 1px 1px 1px;
	background-color: #ffffff; 
	text-align:center;
}

.HomeMain
{
	width:1000px;
	border:0px none;
	background-color: #ffffff;
}

.HomeLeftMargin
{
	width:2px; 
	/*background-image: url(../images/borderleft.gif);*/
	background-color:#ffffff;
	background-repeat:repeat-y;
}

.HomeRightMargin
{
	width:2px; 
	/*background-image: url(../images/borderright.gif);*/
	background-color:#ffffff;
	background-repeat:repeat-y;
}

.TopPane
{
	height: auto;
}

.HomeLeftPane
{
	width: 150px;
	background-color:#EEEEEE;
	text-align:center;
}

.HomeContentPane
{
	width: auto;
	background-color:#ffffff;
}

.HomeRightPane
{
	width: 236px;
	text-align:left;
	align:left;
	background-color:#EEEEEE;
}

.BannerPanesSeparator
{
    height: 1px;
}

.TopPaneSeparator
{
	height:1px;
	background-color:#ffffff;
	/*display:none;*/
}

.BottomPaneSeparator
{
	height:1px;
}

.HomeLeftContentSpace
{
	width: 10px;
	background-color:#ffffff;
}

.HomeRigthContentSpace
{
	width: 10px;
	background-color:#ffffff;
}

/*main tab section box */
.TabSectionsMain
{
	width:100%;
	text-align:left;
}

/*main tab box*/
.TabsMain
{
	width:100%;
	text-align:left;
}

/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	background-image: url(../images/TabSectionsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

.SelectedTabSectionBg
{
	background-image: url(../images/SelectedTabSectionBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	background-image: url(../images/OtherTabSectionsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 10px;
	color: #1c3a56;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
    text-align:center;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
    text-decoration:    none;
    color:navy;
}
A.SelectedTabSection:visited {
    text-decoration:    none;
    color:navy;
}
A.SelectedTabSection:active  {
    text-decoration:    none;
    color:navy;
}
A.SelectedTabSection:hover   {
    text-decoration:    underline;
    color:navy;
}

/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color:#FFFFFF;
}
A.OtherTabSections:visited {
    text-decoration:    none;
    color:#FFFFFF;
}
A.OtherTabSections:active  {
    text-decoration:    none;
    color:#FFFFFF;
}
A.OtherTabSections:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image: url(../images/SelectedTabSectionLeftBox.gif);
}

.SelectedTabSectionCenterBox
{
	background-image: url(../images/SelectedTabSectionCenterBox.gif);
	background-repeat: repeat-x;
}

.SelectedTabSectionRightBox
{
	background-image: url(../images/SelectedTabSectionRightBox.gif);
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image: url(../images/OtherTabSectionsLeftBox.gif);
}

.OtherTabSectionsCenterBox
{
	background-image: url(../images/OtherTabSectionsCenterBox.gif);
	background-repeat: repeat-x;
}

.OtherTabSectionsRightBox
{
	background-image: url(../images/OtherTabSectionsRightBox.gif);
}

/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color: #E7E7E7;
	text-align: left;
}

.SelectedTabLeftBox
{
	margin-left:2px;
	
	height:25px;
	width: 9px;	
	background-image: url(../images/SelectedTabArrow.gif);
}

.SelectedTabCenterBox
{
	height:25px;	
	width: 148px;
	background-image: url(../images/SelectedTabCenterBox.gif);
	padding-left:2px;
}

.SelectedTabRightBox
{
	height:25px;
	width: 9px;	
	background-image: url(../images/SelectedTabRightBox.gif);
}

/* background/border colors for the selected tab */
.SelectedTabBg
{
	background-color: #FFFFFF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: #E7E7E7;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:navy;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:navy;
}
A.SelectedTab:active  {
    text-decoration:    none;
    color:navy;
}
A.SelectedTab:hover   {
    text-decoration:    underline;
    color:navy;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#1c3a56;
    text-decoration:none;
    font-weight: normal;
}

.OtherTabLeftBox
{
	margin-left:2px;
	
	height:25px;
	width: 9px;	
	background-image: url(../images/SelectedTabNoArrow.gif);
}

.OtherTabCenterBox
{
	height:25px;	
	width: 149px;
	background-image: url(../images/SelectedTabCenterBox.gif);
	padding-left:2px;
}

.OtherTabRightBox
{
	height:25px;
	width: 9px;	
	background-image: url(../images/SelectedTabRightBox.gif);
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#1c3a56;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#1c3a56;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#1c3a56;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#1c3a56;
}

/* HORIZONTAL MENU SubPortalS  Selected */
/* background/border colors for the selected SubPortal */
.SubPortalsBg
{
	background-image: url(../images/SubPortalsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;
}

.SelectedSubPortalBg
{
	background-image: url(../images/SelectedSubPortalBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected SubPortals */
.OtherSubPortalsBg
{
	background-image: url(../images/OtherSubPortalsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* text style for the selected SubPortals */
.SelectedSubPortal
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
    text-align:center;
}

/* hyperlink styles of the selected SubPortals */
A.SelectedSubPortal:link    {
    text-decoration:    none;
    color:white;
}
A.SelectedSubPortal:visited {
    text-decoration:    none;
    color:white;
}
A.SelectedSubPortal:active  {
    text-decoration:    none;
    color:white;
}
A.SelectedSubPortal:hover   {
    text-decoration:    underline;
    color:white;
}

/* text style for the unselected SubPortals */
.OtherSubPortals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected SubPortals */
A.OtherSubPortals:link    {
    text-decoration:    none;
    color:#FFFFFF;
}
A.OtherSubPortals:visited {
    text-decoration:    none;
    color:#FFFFFF;
}
A.OtherSubPortals:active  {
    text-decoration:    none;
    color:#FFFFFF;
}
A.OtherSubPortals:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}
    
/* background images to form the shape of the selected SubPortal */
.SelectedSubPortalLeftBox
{
	background-image: url(../images/SelectedSubPortalLeftBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

.SelectedSubPortalCenterBox
{
	background-image: url(../images/SelectedSubPortalCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.SelectedSubPortalRightBox
{
	background-image: url(../images/SelectedSubPortalRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBox
{
	background-image: url(../images/OtherSubPortalsLeftBox.gif);
	height:51px;
	width:9px;
}

.OtherSubPortalsCenterBox
{
	background-image: url(../images/OtherSubPortalsCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.OtherSubPortalsRightBox
{
	background-image: url(../images/OtherSubPortalsRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    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: #403834;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.ModuleFooter
{
	display:none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #285AB0;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: darkgray;
}

/* 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: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #285AB0
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalMini
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;    
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
}

A.CommandButton:active   {
    text-decoration:    underline;
}

A.CommandButton:hover    {
    text-decoration:    underline;
}
    
/* text style for titles used as Links */
.TitleLink     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TitleLink:link {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

.LoginTextBox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width:140px;
}

.LoginSubTitle
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}

.SignIn
{
	border-right: #9A989A 1px solid;	
	border-left: #9A989A 1px solid;
	border-bottom: #9A989A 1px Solid;
	border-top: #9A989A 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin:0 0 0 0;
}

.SignInInner
{
	border-right: #ffffff 2px solid;	
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 0px;
	border-top: #ffffff 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}
.SignInInnerTable
{
	border-bottom: #ffffff 0px;
	border-top: #ffffff 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}

.SignInForgotPassword
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.SignInForgotPassword:Link
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.SignInForgotPassword:hover
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.LoginRememeber
{
	display:none;
}

.SignInRegister
{
	display:none;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

A:link  {
    text-decoration:    none;
}

A:visited   {
    text-decoration:    none;
}

A:active    {
    text-decoration:    none;
}

A:hover {
    text-decoration:    underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

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;
}


.Button
{
	font-weight: bold;
	font-size: 11px;
	background: #3163bd;
	text-align:center;
	color: white;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	cursor:hand;
}


.PortalLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #768D63;
	text-decoration: none;
	text-align: left;
	padding:0 0 0 3px;
}

A.PortalLinks:link {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:visited  {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:active   {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:hover    {
    text-decoration:    none;
	color: #FCD003;
}

/* Module Box */

.ModuleBoxContent
{
	border-right: #A6A6A6 1px solid;	
	border-left: #A6A6A6 1px solid;
	border-bottom: #A6A6A6 1px solid;
	border-top: #A6A6A6 1px;
	font-size: x-small;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #ffffff;
}

.ModuleBoxContentInner
{
	background-color: #ffffff;
	padding:1 1 1 1;
}

.ModuleBoxContentNoFrame
{
	border:1px none;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color: #ffffff;
}

.ModuleBoxContentNoFrameInner
{
	height: 3px;
	font-size:0px;
	padding:0 0 0 0;
	background-color: #ffffff;
}

.BannerPanesSeparator
{
    height: 1px;
}

.ModuleSeparator
{
	height: 1px;
	font-size:0px;
	background-color:#ffffff;
}

.ImgLeftTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(../images/LeftTab.gif);
	background-repeat: repeat-x;
}

.ImgTabFull
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(../images/TabFull.gif);
	background-repeat: repeat-x;
}

.ImgMiddleTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(../images/MiddleTab.gif);
	background-repeat: repeat-x;
}

.ImgTabHalf
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(../images/TabHalf.gif);
	background-repeat: repeat-x;
}

.ImgRightTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(../images/RightTab.gif);
	background-repeat: repeat-x;
	width: 12px;
}

.DataListVertical
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;    
}

/*  Surveys results bar */
.SurveyBar1
{
	background-image: url(../images/SurveyBarImages/SurveyBarRed.jpg);	
}
.SurveyBar2
{
	background-image: url(../images/SurveyBarImages/SurveyBarGreen.jpg);		
}
.SurveyBar3
{
	background-image: url(../images/SurveyBarImages/SurveyBarBlue.jpg);		
}
.SurveyBar4
{
	background-image: url(../images/SurveyBarImages/SurveyBarYellow.jpg);		
}
.SurveyBar5
{
	background-image: url(../images/SurveyBarImages/SurveyBarDark.jpg);		
}
.SurveyBar6
{
	background-image: url(../images/SurveyBarImages/SurveyBarCyan.jpg);			
}
.SurveyBar7
{
	background-image: url(../images/SurveyBarImages/SurveyBarBrown.jpg);		
}

.PreciosCafe_Main
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
}

/* ButtonLike Class */
.ButtonLike
{
	border-right: #dedede 3px outset;
	border-top: #dedede 3px outset;
	font-weight: normal;
	font-size: 10px;
	border-left: #dedede 3px outset;
	cursor: hand;
	color: darkred;
	line-height: 11px;
	border-bottom: #dedede 3px outset;
	font-family: Verdana, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #eaeaea;
	text-decoration: underline;
}

.ChartPlotArea
{
	color: #800000;	
	background-image: url(Images/Anacafe.gif);
	background-color: #fffff3;
	border-color: #800000;
	border-width: 1px;
	font-family: arial.ttf;
	font-size: 8px;		
}

.ChartSerie1
{
	width: 1px;
	color: #ff0000;	
}

.ChartSerie2
{
	width: 1px;
	color: #00ff00;
}

.ChartSerie3
{
	width: 1px;
	color: #0000ff;
}

.ChartSerie4
{
	width: 1px;
	color: #ffff00;
}

.ChartSerie5
{
	width: 1px;
	color: #ff00ff;
}

.ChartSerie6
{
	width: 1px;
	color: #00ffff;
}

.ResourceGraphic1
{
	background-color: tan;
}

.ResourceGraphic2
{
	background-color: darksalmon;
	cursor: hand;
}

.ResourceGraphic3
{
	background-color: royalblue;
}

.ResourceGraphic4
{
	cursor: hand;
	background-color: #cccc99;
}

/*CUSTOM MODULES*/
.HomeRightBanner
{
	width:250;
	background-color:red;
	background-image: url(../images/home_solutions.gif);
}

/* text style for titles used as Links */
.EspecialLink     
{
	height:20px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color:#e0e1d4;
    background-image:url(../images/dotedline.jpg);
    background-repeat:repeat-x;
    background-position:0 16;
    padding: 0 0 0 5;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.EspecialLink:link {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(../images/fondorayado.gif);
}

A.EspecialLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(../images/fondorayado.gif);
}

A.EspecialLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(../images/fondorayado.gif);
}

A.EspecialLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url(../images/fondorayado.gif);
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0px none;
  padding: 0;
  width: 620px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0px none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0px none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #D5DCCF;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EDF1EA;
  color: #637851;
  font: bold 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #D5DCCF;
  color: #637851;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  font: normal 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  float: none;
  background: #EDF1EA;
  color: #637851;
}

/* 2nd Menu Hover Persistence 
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  font: normal 11px/22px  Arial, Verdana,Helvetica, sans-serif;
  background: #D5DCCF;
  color: #FFF;
}
*/

/* 3rd Menu 
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}*/

/* 3rd Menu Hover Persistence 
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}*/

/* 4th Menu 
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}*/

/* 4th Menu Hover 
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}*/

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* REPORTING SERVICES WEBPART STYLE */
.RSDataList
{
	border-style: none;
	border-width: 1px;
	border-color: #999999;
	background-color: White;
	padding: 3 3 3 3;
	width: 100%;
}

.RSDataListSelected
{
	color: White;
	font-weight: bold;
	background-color: #008A8C;
}

.RSDataListItem
{
	color: Black;
	background-color: #EEEEEE;
}

.RSDataListAlternating
{
	background-color: #DCDCDC;
}

.RSDataListHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

.RSDataListFooter
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

A.RSLinkButton:link
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:visited
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:active
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:hover
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
/* GENERAL */
/* style for main page titles and body */
.MainTitle   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #101296;
}

.MainBody   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.MainTitleCNN   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.MainAuthorCNN   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.MainBodyCNN   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.MainTitleCNNWeather   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.MainBodyCNNWeather
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.MainTitleCNNPrice   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #285AB0;
}

.MainTitleCNNPrice2   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #285AB0;
}

.MainTitleCNNPrice3   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: navy;
}

.MainHeadCNNPrice
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #285AB0;
}

.MainBodyCNNPrice
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.MainSpecialty   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

/* text style used for most text */
.MainNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}


.MainNormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}


.MainNormalMini
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px    
}

.PublicHomeAreaHeading {font-family : Verdana, Arial, Century Gothic, Broadway; font-size : 22px; color : #FFFFFF; font-weight : bold; text-decoration : none;}

.PublicHomeTeaserLinks 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #003366;font-weight : bold;font-style : normal;text-decoration : underline;} 

a.PublicHomeTeaserLinks 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #003366;font-weight : normal;font-style : normal;text-decoration : underline;}

a.PublicHomeTeaserLinks:hover 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #003366;font-weight : normal;font-style : normal;text-decoration : underline;}

a.PublicHomeTeaserLinks:visited 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #003366;font-weight : normal;font-style : normal;text-decoration : underline;}

a.PublicHomeTeaserLinks:active 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #003366;font-weight : normal;font-style : normal;text-decoration : underline;}

.PublicHomeTeaserLinksnew 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #800000;font-weight : bold;font-style : normal;text-decoration : underline;} 

a.PublicHomeTeaserLinksnew 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #800000;font-weight : normal;font-style : normal;text-decoration : underline;}

a.PublicHomeTeaserLinksnew:hover 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #800000;font-weight : normal;font-style : normal;text-decoration : underline;}

a.PublicHomeTeaserLinksnew:visited 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #800000;font-weight : normal;font-style : normal;text-decoration : underline;}

a.PublicHomeTeaserLinksnew:active 
{font-family : verdana;line-height : 14px;font-size : 11px;color : #800000;font-weight : normal;font-style : normal;text-decoration : underline;}

.PublicHomeText {font-family : verdana;font-size : 10px;color : #003366;font-weight : normal;font-style : normal;text-decoration : none;}

.PublicHomeLinkText {font-family : verdana;font-size : 10px;color : #003366;font-weight : normal;font-style : normal;text-decoration : none;} 

a.PublicHomeLinkText:link {font-family : verdana;font-size : 10px;color : #003366;font-weight : normal;font-style : normal;text-decoration : none;} 

a.PublicHomeLinkText:hover {font-family : verdana;font-size : 10px;color : #003366;font-weight : normal;font-style : normal;text-decoration : underline;} 

a.PublicHomeLinkText:active {font-family : verdana;font-size : 10px;color : #003366;font-weight : normal;font-style : normal;text-decoration : none;} 

a.PublicHomeLinkText:visited {font-family : verdana;font-size : 10px;color : #003366;font-weight : normal;font-style : normal;}

