/* ================================
    CSS STYLES FOR PORTAL 
    v1.0
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-image: url(GCImages/bannerbg.gif);
}

/* background color for the content part of the pages */
Body
{
	/*background-color: #fff5d4;*/
	background-image: url(GCImages/background.gif);
}


/* 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
}




/* TAB SECTIONS */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	background-image: url(GCImages/TabSectionsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;
}

.SelectedTabSectionBg
{
	background-image: url(GCImages/SelectedTabSectionBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	background-image: url(GCImages/OtherTabSectionsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	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:white;
}

A.SelectedTabSection:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:hover   {
    text-decoration:    underline;
    color:white;
}


/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:white;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image: url(GCImages/SelectedTabSectionLeftBox.gif);
}

.SelectedTabSectionCenterBox
{
	background-image: url(GCImages/SelectedTabSectionCenterBox.gif);
	background-repeat: repeat-x;
}

.SelectedTabSectionRightBox
{
	background-image: url(GCImages/SelectedTabSectionRightBox.gif);
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image: url(GCImages/OtherTabSectionsLeftBox.gif);
}

.OtherTabSectionsCenterBox
{
	background-image: url(GCImages/OtherTabSectionsCenterBox.gif);
	background-repeat: repeat-x;
}

.OtherTabSectionsRightBox
{
	background-image: url(GCImages/OtherTabSectionsRightBox.gif);
}





/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color: #fb8b00;
	text-align: center;
}



/* background/border colors for the selected tab */
.SelectedTabBg
{
	background-color: #d25600;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: #fb8b00;
}



/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:white;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:white;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    


/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: white;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: white;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: white;
}



/* style for separator between site links */
.SiteLinkSeparator
{
	font-weight: bold;
	color: white;
}


/* style for separator between tabs */
.TabSeparator
{
	font-weight: bold;
	color: white;
}



/* 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 for module titles */
.ModuleTitle 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 11px;
	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:  11px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules
.ModuleTitle{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}
*/

/* 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
}

.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;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

/* text style for titles used as Links */
.TitleLink     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
    
/* 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:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}
    



/* 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:  15px;
    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  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    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:    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
}


/* Module Box */

.ModuleBoxContent
{
	border-right: #a90034 1px solid;	
	border-left: #a90034 1px solid;
	border-bottom: #a90034 1px solid;
	border-top: #a90034 1px;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color: #fff5d4;	
}

.ModuleBoxContentNoFrame
{
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
}

.ModuleSeparator
{
	height: 8px;
}


.ImgLeftTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(GCImages/LeftTab.gif);
	background-repeat: no-repeat;
}

.ImgTabFull
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(GCImages/TabFull.gif);
	background-repeat: repeat-x;
}

.ImgMiddleTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(GCImages/MiddleTab.gif);
	background-repeat: no-repeat;
}

.ImgTabHalf
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(GCImages/TabHalf.gif);
	background-repeat: repeat-x;
}

.ImgRightTab
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(GCImages/RightTab.gif);
	background-repeat: no-repeat;
}


/*  Surveys results bar */
.SurveyBar1
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarRed.jpg);		
	
}
.SurveyBar2
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarGreen.jpg);		
}
.SurveyBar3
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarBlue.jpg);		
}
.SurveyBar4
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarYellow.jpg);		
	
}
.SurveyBar5
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarDark.jpg);		
}
.SurveyBar6
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarCyan.jpg);			
}
.SurveyBar7
{
	background-image: url(GCImages/SurveyBarImages/SurveyBarBrown.jpg);		
}

/* PreciosCafe classes */
.PreciosCafe_Header
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	font-weight: bold;
	font-size: x-small;
	border-left: maroon 1px solid;
	color: #cccc99;
	border-bottom: maroon 1px solid;
	font-family: verdana, helvetica, sans-serif;
	background-color: maroon;
}

.PreciosCafe_Content
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	font-size: xx-small;
	border-left: maroon 1px solid;
	color: maroon;
	border-bottom: maroon 1px solid;
	font-family: verdana, helvetica, sans-serif;
}

.PreciosCafe_Main
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
}

.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;
}

.XMLSQLButton
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-style: outset;
	border-top-color: #999999;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #99cccc;
	border-right-color: #999999;
	border-bottom-style: outset;
}
