/* ================================
    CSS STYLES PORTAL EASYLEARN
    v2.1, 10/2003
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    /* background-color: #ECE9D8; */
    background-color: #999999;
}

/* background color for the content part of the pages */
Body
{
    background: #999999 url('http://consultoriaprofuturo.com/wp-content/themes/corporate/images/bodybg.jpg') repeat-x 0 bottom;
	background-attachment: fixed;
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg
{
	border-left-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-top-color: #ECE9D8;
	background-color: #ECE9D8;
	border-right-color: #ECE9D8;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-top-color: #ECE9D8;
	background-color: #ECE9D8;
	border-right-color: #ECE9D8;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 12px;
	color: #545454;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	color: #545454;
	text-decoration: none;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#545454;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#545454;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#545454;
}

/* border colors for the content part of the pages */
.BodyBorder {
	border-right-color: #005198;
	border-left-color: #005198;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

/* font color for the grid */
.GridTitle
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:white
}


/* background color for the footer */
.FooterBg
{
	background-color: #005198;
}

/* font color for the footer */
.FooterTitle
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: underline;
    font-style: italic;
    color:blue;
}

A.SiteLink:visited  {
    color:blue;
    font-style: italic;
	text-decoration: underline;
}

A.SiteLink:active
{
	color: blue;
	font-style: italic;
	text-decoration: underline;
}

A.SiteLink:hover    {
    color:blue;
    font-style: italic;
    text-decoration:    underline;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

/* style of item subtitles by Announcements and events */
.ItemSubTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #00305B;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item subtitles by Announcements and events */
.ItemText    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    Normal;
    color: black;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	color: Gray;
	line-height: 30px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	/*text-decoration: underline;*/
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #666644;
}

/* 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-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for small text rendered by modules */
.SubNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px    
}

/* 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: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: dimgray;
	text-decoration: underline;
}

A.CommandButton:visited
{
	color: dimgray;
	text-decoration: underline;
}

A.CommandButton:active
{
	color: dimgray;
	text-decoration: underline;
}

A.CommandButton:hover
{
	color: darkgray;
	text-decoration: underline;
}
    
/* GENERIC */
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
{
	color: #00305B;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  #00305B;
}

A:active    {
    text-decoration:    none;
    color:  #00305B;
}

A:hover
{
	color: #00305B;
	text-decoration: underline;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.HeadTableBg
{
	background-color: #ECE9D8;
}
