/* ================================
    CSS STYLES FOR DESCO
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: none;
    font-size: 9pt;
    font-family: Arial, Helvetica, Tahoma;
    text-decoration: none;
    color: Black;
    scrollbar-arrow-color:blue;
 

/*
    scrollbar-face-color : #111F49; 
    scrollbar-dark-shadow-color: #111F49; 
    scrollbar-dark-shadow-color: #111F49;
    SCROLLBAR-FACE-COLOR: #111F49;
    SCROLLBAR-HIGHLIGHT-COLOR: none; 
    SCROLLBAR-SHADOW-COLOR: red; 
    scrollbar-dark-shadow-color:black;
    sCROLLBAR-BASE-COLOR: red;
*/
}
/* ================================
    PAGE HEADER & FOOTER
   ================================
*/   
.background1 
{
	 background-image:  url(../Portal/degradee287x5.jpg);
	 background-repeat:repeat-y;
	 height:20px;
	 width:287px;
	 padding:0px;
	}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
	padding:0px;
	
}
.LeftPane  
{
	background-color: #111F49;
	color: White; 
	width: 287px;
	background-image: url(../Portal/degradee13x5.jpg);
	background-repeat: repeat-y;
	background-position: right;
	
}

.ContentPane  { 
}

.RightPane  { 
}
/*
	text style for left frame
*/
.leftNormal 
{
	font-family:  Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: White;
}
.leftWider
{
	font-weight: normal;
	font-size: 12px;
	color: white;
	line-height: 16pt;
	font-family: Arial, Helvetica, Tahoma;
}
/* 
	text style for the top tab 
*/
.TopTabs 
{
	font-size: 8pt;
    color: #111F49;
    font-family: Arial, Helvetica, Tahoma;
    text-decoration: none;
}
A.TopTabs:link {
    text-decoration:    none;
    color:#111F49;
}
A.TopTabs:visited  {
    text-decoration:    none;
    color:#111F49;
}
A.TopTabs:active   {
    text-decoration:    none;
    color:#111F49;
}
A.TopTabs:hover    {
    text-decoration:    underline;
    color: #111F49;
}

/* 
	text style for the text in footer 
*/
.FooterTabs
{
    font-size: 7.5pt;
    color: blue;
    text-decoration: none;
}
A.FooterTabs:link {
    text-decoration:    none;
    color:blue;
}
A.FooterTabs:visited  {
    text-decoration:    none;
    color:blue;
}
A.FooterTabs:active   {
    text-decoration:    none;
    color:blue;
}
A.FooterTabs:hover    {
    text-decoration:    undeline;
    color:green;
}
/* ================================
    GENERAL
   ================================
*/   

/* style for module titles */
.Head   {
    font-family: Comic, Tahoma, Arial, Helvetica;
    font-size:  18px; 
    font-weight:    normal;  
    color: #111F49;
}
.HeadLeft   {
    font-family: Comic, Tahoma, Arial, Helvetica;
    font-size:  18px; 
    font-weight:    normal;
    color:  White; /*  #111F49; */
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #111F49;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold
}
.NormalBoldLeft
{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:White;
}
/* link buttons for left side*/
.butleft     {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: white;
}
A.butleft:link {
    text-decoration:    underline;
    color:white;
}
A.butleft:visited  {
    text-decoration:    underline;
    color: white;
}
A.butleft:active   {
    text-decoration:    underline;
    color: white;
}
A.butleft:hover
{
	color: #66ffff;
	text-decoration: underline;
}
/* link buttons for right side*/
.butright  {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 13px;
    color: blue;
}
A.butright:link , A.butright:visited ,A.butright:active    {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 13px;
    color: blue;
    text-decoration: underline;
}
A.butright:hover
{
	color: white;
	background-color:Blue;
	text-decoration: underline;
}
/*prodnr*/
.prodnr{
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    color: black;
}
A.prodnr:link , A.prodnr:visited ,A.prodnr:active    {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 12px;
    color: blue;
  	text-decoration: underline;  
}
A.prodnr:hover
{
	color: white;
	background-color:blue;
	text-decoration: underline;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: red;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:Green;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Green;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Green;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* ================================
    GENERIC
   ================================
*/   
P  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  12px;
}
SPAN  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  12px;
}
TD  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  12px;
}

H1  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #F00918;
}

H2  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #F00910;
}

H3  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  14px;
    font-weight:  bold;
    color: Orange;
}

H4  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  14px;
    font-weight:  bold;
    color: brown;
}

H5, DT  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  12px;
    color: #F00918;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: #F00918;
}

A:link
{
	color: black;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  black;
}

A:active    {
    text-decoration:    none;
    color:  black;
}

A:hover {
    text-decoration:    underline;
    color: blue; /* #111F49; */
}

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-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #F00918;
}

/* style of designers */
.Designer
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 15pt;
	padding-top: 5px;
	background-color: #dfdfe9;
}

























