/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v2.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:992px;
	height:224px;
	border:0px none;
	background-image: url(../images/coffee/headerreports.jpg);
	background-repeat:no-repeat;
	margin-bottom: 0px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

/* 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: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	display:none;
}   

.SiteLangBox
{
	border: 0px none;	
	width: 190px;
	display:none;
}

.SiteTabBox
{
	vertical-align: bottom;
	border: 0px none;	
	/*The next line should be commented when switching to vertical tabs */
	/*display:none;*/
}

.UserLayoutStripe
{
	width:992px;
	text-align: right; 
	background-color: blue;
}

/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #ffffff;
}
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: #ffffff;
}



/* FOOTER SETUP */
.Footer
{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;  
    color:#ffffff;
	height:58px;
	width:992px;
	border:0px none;
	text-align:center;
	background-color: #ffffff;
}

.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;
	width: 992px;
	border: solid 1px #878787;
}

.HomeMain
{
	width:992px;
	border:0px none;
	background-color: #ffffff;
}

.HomeLeftMargin
{
	width:2px; 
	background-color:#ffffff;
	background-repeat:repeat-y;
}

.HomeRightMargin
{
	width:0px; 
	background-color:#ffffff;
	background-repeat:repeat-y;
}

.TopPane
{
	height: 236px;
}

.HomeLeftPane
{
	width: 150px;
	background-color:#EEEEEE;
	text-align:center;
}

.HomeContentPane
{
	width: auto;
	background-color:#ffffff;
}

.HomeRightPane
{
	width: 232px;
	text-align:left;
	align:left;
	background-color:#EEEEEE;
}

.BannerPanesSeparator
{
    height: 2px;
}

.TopPaneSeparator
{
	height:2px;
	background-color:#ffffff;
	/*display:none;*/
}

.BottomPaneSeparator
{
	height:2px;
}

.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
{
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
A.SelectedTabSection:visited {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
A.SelectedTabSection:active  {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
A.SelectedTabSection:hover   {
	text-decoration: underline;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}

/* text style for the unselected tab sections */
.OtherTabSections {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
A.OtherTabSections:visited {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
A.OtherTabSections:active  {
	text-decoration: none;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
A.OtherTabSections:hover   {
	text-decoration: underline;
    text-align:center;
	color: white;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}
    
/* 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
{
	color: navy;
	text-decoration: none;
    text-align:center;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    font-weight:bolder;
    letter-spacing: -.5px;
}

/* 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 {
    color:#1c3a56;
    text-decoration:none;
    font-weight: normal;
	text-align:center;
	display: block;
	width: auto;
	padding: 10px 5px 10px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
    letter-spacing: -.5px;
}

.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: Geneva, 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: Geneva, 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: Georgia, 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:  12px;
    font-weight:    bold;
    color: #285AB0;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 13px;
	color: darkgray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size: 13px;
	color: #464749;
	font-weight: lighter;
	padding: 5px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    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: 12px;
    font-weight: bold;
    color: #285AB0
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    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: 10px;
    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:  9px;
    font-weight:    bold;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    bold;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    bold;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    bold;
}

.LoginTextBox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width:130px;
}

.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: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
}

H2  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
}

H3  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

H4  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

H5, DT  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
}

H6  {
    font-family: Georgia, 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: Georgia, 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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
	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:0px 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: 0px;
}

.ModuleSeparator
{
	height: 6px;
	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: georgia, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;    
}

#content h1 {
	font-size: 22px;
	color: #404b70;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 18px;
	color: #777777;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content h3 {
	font-size: 16px;
	color: #777777;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content p {
	font-size: 13px;
	color: #464749;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content li {
	font-size: 13px;
	color: #464749;
	font-weight: lighter;
	padding: 3px;
}
#content dl {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #464749;
	font-weight: lighter;
}
#content dd {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #464749;
	font-weight: lighter;
}
#content a {
	color: #006699;
}

/*  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;
}


/* 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: 12px;
    font-weight: normal;
    color: #000000;
}

.MainTitleCNN   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    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 : Arial,Century Gothic,Broadway,'Book Antiqua','Times New Roman'; 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;}

/* Vertical Dropdown menu */
/* SLC */

.glossymenu, .glossymenu li ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 150px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
        position: relative;
	background-image: url(../images/coffee/nav-back1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	padding: 15px 10px 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
        font-weight:bolder;
        letter-spacing: -.5px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
        position: absolute;
        width: 190px; /*WIDTH OF SUB MENU ITEMS*/
        left: 0;
        top: 0;
        display: none;
}

.glossymenu li ul li{
        float: left;
	background-image: none!important; 
        background-color: #e3d8cb;
        margin: -1px 0px 0px 1px;
        padding: 0px;
        border: solid 1px #777777;
        border-right: solid 1px #777777;
        border-left: solid 1px #777777;
}

.glossymenu li ul li a:hover {
	background-image: url(../images/coffee/nav-back4.jpg)!important;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.glossymenu li ul li a:hover {
        color: white!important;
}
.glossymenu li ul li a {
	background-image: none!important; 
        color: #96856e!important;
}
.glossymenu li ul a{
        width: 150px; 
/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li a:visited {
	background-image: url(../images/coffee/nav-back1.jpg);
}
.glossymenu li a:active {
	background-image: url(../images/coffee/nav-back1.jpg);
}
.glossymenu li a:hover{
	background-image: url(../images/coffee/nav-back3.jpg);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */



