/*--------------------------------------------------------------*/
/* CSS Definitions for content panes                            */
/*--------------------------------------------------------------*/

TD.Content0 { }

TD.Content1 { }

TD.Content2 { }

TD.Content3 { }

TD.Content4 { }

TD.Content5 { }

TD.Content6 { }

TD.Content7 { }

TD.Content8 { }

TD.Content9 { }


/*--------------------------------------------------------------*/
/* End CSS Definitions for content panes                        */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for normal text, no headlines                */
/*--------------------------------------------------------------*/

.Normal
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
    color: Black;
}

.NormalTextBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

.NormalRed
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #990033;
}

.NormalBold
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    color: Black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for normal text, no headlines            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for command buttons                          */
/*--------------------------------------------------------------*/

.CommandButton
{
	font-size: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	color: #000099;
	font-style: normal;
}
    
A.CommandButton:link ,A.CommandButton:visited ,A.CommandButton:active  
{
	color: #000099;
}

A.CommandButton:hover
{
	color: #000099;
	text-decoration: underline;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for command buttons                      */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Headlines                                */
/*--------------------------------------------------------------*/

.Head   
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: Blue;
}

.SubHead    
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6495ED;
}

.SubSubHead 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Cyan;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Headlines                            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Generic Elements                         */
/*--------------------------------------------------------------*/

BODY
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:Black;
	text-align:left;
}

H1  
{
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	color: White;
}

H2  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6495ED;
}

H3  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9EBEF5;
	text-align : center;
}

H4  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Blue;
}

H5, DT  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Blue;
}

H6  
{
 	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #990033;
}

TFOOT, THEAD    
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: Blue;
}

TH  
{
    vertical-align: baseline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Blue;
}


A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
}

A:link ,A:visited ,A:active    
{
	text-decoration: none;
	color: #000099;
}

A:hover 
{
	text-decoration: underline;
	color: #000099;
}

SMALL 
{
    font-size: 8px;
}

BIG 
{
    font-size: 14px;
}

BLOCKQUOTE, PRE 
{
    font-family: Lucida Console, monospace;
}

HR 
{
	color: #6666CC;
	height:1pt;
	text-align: justify;
}

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; }

/*--------------------------------------------------------------*/
/* End CSS Definitions for Generic Elements                     */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Navigation Elements                      */
/*--------------------------------------------------------------*/

.LoginStyle
{
	color: White;
    font-size: 11px;
    font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.LoginStyle:link, A.LoginStyle:visited, A.LoginStyle:active
{
	color: white;
    text-decoration: none;
}

A.LoginStyle:hover
{
	color: White;
	text-decoration: underline;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
 	font-size: 11px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active
{
	color: #000099;
	text-decoration: none;
}

A.SelectedTab:hover
{
	color: #000099;
	text-decoration: underline;
}

.OtherTabs
{
    font-weight: bold;
	font-size: 11px;
	color: #000099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active
{
	color: #000099;
	text-decoration: none;
}

A.OtherTabs:hover
{
	color: #000099;
	text-decoration: underline;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Navigation Elements                  */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Header / Footer Elements                 */
/*--------------------------------------------------------------*/


.Footer 
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:White;
	background-color : #010099;
	}

.HeadBg 
{
	background-color: #6495ED;
}
/*--------------------------------------------------------------*/
/* End CSS Definitions for Header / Footer Elements             */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Tabbed / LeftSide Menu                   */
/*--------------------------------------------------------------*/

TD.ChildMenu
{
    background-color: white;
    font-size: 11px;
    border: 1px #666666 solid
}

TD.ChildMenuItem
{
	border: 1px white solid;
	height: 16pt;
	font-size: 11px;
	padding-right: 4pt;
}


.SelectedMenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

A.SelectedMenu:link,A.SelectedMenu:visited,A.SelectedMenu:active
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

A.SelectedMenu:hover    
{
font-family: Verdana,Arial,  Helvetica, sans-serif;
 font-size: 11px;
  font-weight: bold;
   color: #000099;
    text-decoration: underline;
}

.OtherMenus 
{
	font-weight: bold;
	font-size: 11px;
	color: #000099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherMenus:link , A.OtherMenus:visited , A.OtherMenus:active   
{
	text-decoration: none;
	color: #000099;
}

A.OtherMenus:hover    
{
	text-decoration: underline;
	color: #000099;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Tabbed / LeftSide Menu               */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Containers  & Theme        */
/*--------------------------------------------------------------*/

.Right {
	text-align : right;
}

.Menu {
	height:21;
	border: Black 1px solid;
	background-color: Aqua;
	color: Aqua;
}

.Logo {
	vertical-align : bottom;
	text-align : center;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:Marron;
	text-align:left;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Container               */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for sbDiscussion module                      */
/*--------------------------------------------------------------*/

.sbDiscussionPanel { width: 640px;}
.sbDiscussionThreadsTable { border: 1px solid darkgray; }
.sbDiscussionThreadsTable TD { border: 1px solid darkgray; padding: 2pt;}

.sbDiscussionThreadsHeader
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #646EF6;
}

.sbDiscussionThreadsAltItem
{
	font-weight: normal;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #EEEEFF;
}

.sbDiscussionThreadsItem
{
	font-weight: normal;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: White;
}

.sbDiscussionMessageTable
{
	margin-bottom: 10px;
}

.sbDiscussionMessageSubject
{
	border: 1px solid darkgray;
	font-weight: bold;
	font-size: 8.5pt;
	margin-bottom: 10px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #646EF6;
}

.sbDiscussionMessageHeader
{
	border-top:   1px solid darkgray;
	border-left:  1px solid darkgray;
	border-right: 1px solid darkgray;
	font-weight: bold;
	font-size: 8.5pt;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	background-color: White;
	padding: 2pt;
}

.sbDiscussionMessageBody
{
	border:  1px solid darkgray;
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #EEEEFF;
	padding: 2pt;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for sbDiscussion module                  */
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* CSS Definitions for Announcements             */
/*--------------------------------------------------------------*/
.ItemTitle {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bolder;
	color : Black;
}
/*--------------------------------------------------------------*/
/* CSS Definitions for Solpartmenu                  */
/*--------------------------------------------------------------*/


/* MenuCSS - Menu Principal */
.spmmain {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: White;
	text-align: left;
}


/* MenuCSS - Menu Container */
.spmbctr 
{
	background-color: #010099;
	border-bottom: Gray 1px solid;
	border-left: White 1px solid;
	border-top: White 1px solid;
	border-right: Gray 1px solid;
}

/* MenuCSS - Menu Item */
.spmbar 
{
	cursor: pointer;
	cursor: hand;
	height: 20;
	background-color: #010099;
}

/* MenuCSS - Menu Item */
.spmitm 
{
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

/* MenuCSS - Menu  Icono*/
.spmicn 
{
	cursor: pointer;
	cursor: hand;
	background-color: #010099;
	text-align: center;
	width: 15;
	height: 21;
}

/* MenuCSS - SubMenu */
.spmsub 
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #010099;
	color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* MenuCSS - Menu  Break*/
.spmbrk 
{
    background-color: White; 
	height: 8px;
}

/* MenuCSS - Menu  Item Selected*/
.spmitmsel 
{
	background-color: #010099;
	cursor: pointer;
	cursor: hand;
	color: #6495ED;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

/* MenuCSS - Menu  Arrow*/
.spmarw 
{
    font-family: webdings; 
    font-size: 11px; 
    cursor: pointer; 
    cursor: hand; 
}

.bartransvbas { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #FFFFFF }
	

