/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: 000000;
}

/* background color for the content part of the pages */
/*
Body
{
    background-color: ffffff;
    SCROLLBAR-HIGHLIGHT-COLOR: #663366; 
    SCROLLBAR-SHADOW-COLOR: #663366; 
    SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
    SCROLLBAR-ARROW-COLOR: #663366; 
    SCROLLBAR-TRACK-COLOR: #ffffff; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
*/
body {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px; color: #000000; font-family: Verdana; text-decoration: none;}

/* 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: Arial;
    font-size: 10px;
    font-weight: normal;
    color:#FFFFFF
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #B7B7FF;
    border-color: #B7B7FF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #B7B7FF; /* #B7B7FF */
    border-color: #B7B7FF;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    FONT-SIZE: 14px; 
	COLOR: #000000; 
	TEXT-DECORATION: none
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    FONT-SIZE: 14px; 
	COLOR: #3E3E3E; 
	TEXT-DECORATION: none
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    
{	
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    FONT-SIZE: 14px; 
    text-decoration:    none;
    color:#3E3E3E;
}

A.OtherTabs:visited 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    FONT-SIZE: 14px; 
    text-decoration:    none;
    color:#3E3E3E;
}

A.OtherTabs:active  
{
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    FONT-SIZE: 14px; 
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   
{
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    FONT-SIZE: 14px; 
    text-decoration:    none;
    color:#ADADAD;
}
/* 
	Dark gray 3E3E3E
	Silver gray ADADAD
*/
 
/* text style for the site links (at extreme top-right of header) */
/* 
.topNav{font-size: 10px; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
.topNav:hover{font-size: 10px; color:#DEB747; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
*/

A.HeaderTopNav {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold    
}   

/* hyperlink style for the site links */
A.HeaderTopNav:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.HeaderTopNav:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.HeaderTopNav:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.HeaderTopNav:hover    {
    text-decoration:    none;
    color:#ADADAD;
}

 
/* text style for the site links (at extreme top-right of header) */
/* 
.bottom{font-size: 10px; color:#D09B25; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
.bottom:hover{font-size: 10px; color:#D09B25; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
*/

A.FooterBottomNav {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal    
}   

/* hyperlink style for the site links */
A.FooterBottomNav:link {
    text-decoration:    none;
    color:#000000;
}

A.FooterBottomNav:visited  {
    text-decoration:    none;
    color:#000000;
}

A.FooterBottomNav:active   {
    text-decoration:    none;
    color:#000000;
}

A.FooterBottomNav:hover    {
    text-decoration:    none;
    color:#3E3E3E;
}

    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#3E3E3E;
    font-weight:    bold;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink2 
{
	font-size: 14px;
    font-family: Arial;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink2:link {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink2:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink2:active   {
    text-decoration:    none;
    color:#000000;
}

A.SiteLink2:hover    {
    text-decoration:    underline;
    color:#3E3E3E;
    font-weight:    bold;
}


/* style for separator between site links */
.Accent
{
    color: 000000;
    font-weight:    bold;
}


/* text style for TreeView Node */

.TreeViewNode {
    font-family: Arial;
    font-weight: bold;
    FONT-SIZE: 11px; 
	COLOR: #000000; 
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #FFFFFF
}

/* hyperlink style for TreeView Node */
A.TreeViewNode:link {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewNode:visited  {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewNode:active   {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewNode:hover    {
    text-decoration:    none;
    color:#D09B25;
}

/* text style for Default TreeView Node */

.TreeViewDefaultNode {
    font-family: Arial;
    font-weight: bold;
    FONT-SIZE: 11px; 
	COLOR: #DEB747; 
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #FFFFFF
}

/* hyperlink style for Default TreeView Node */
A.TreeViewDefaultNode:link {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewDefaultNode:visited  {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewDefaultNode:active   {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewDefaultNode:hover    {
    text-decoration:    none;
    color:#D09B25;
}

/* text style for Selected TreeView Node */

.TreeViewSelectedNode {
    font-family: Arial;
    font-weight: bold;
    FONT-SIZE: 11px; 
	COLOR: #DEB747; 
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #FFFFFF
}

/* hyperlink style for Selected TreeView Node */
A.TreeViewSelectedNode:link {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewSelectedNode:visited  {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewSelectedNode:active   {
    text-decoration:    none;
    color:#D09B25;
}

A.TreeViewSelectedNode:hover    {
    text-decoration:    none;
    color:#D09B25;
}

/* ************************************************************************************8 */
td { font-size: 11px; color: #000000; font-family: Verdana; text-decoration: none; }

.heading{ font-size: 14px; color: #000000; font-family: Verdana; font-weight: bold; text-decoration: none; }
.subheading{ font-size: 12px; color: #3E3E3E; font-family: Verdana; font-weight: bold; text-decoration: none; }

.tablebg
{border-collapse: collapse;}
/* ************************************************************************************8 */


/* 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: #000000;
    background-color: #F5D0E8
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: #000000;
    border-bottom:solid 1px #840084;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  14px;
    font-weight:    bold;
    color: #FFFFFF;
    background-color: #E171BB
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 14px;
    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: 14px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    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: 14px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #840084;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #840084;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #840084;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

/* hyperlink style for buttons and link buttons used in the portal shopping cart */
A.ShoppingButton:link 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:#B7B7FF;   
    text-decoration:    underline;
    text-align: center;
	color: white;   
}

A.ShoppingButton:visited  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:#B7B7FF;     
    text-decoration:    underline;
    text-align: center;
	color: white; 
}

A.ShoppingButton:active   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:#B7B7FF; 
    text-decoration:    underline;
    text-align: center;
	color: white; 
}

A.ShoppingButton:hover    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:yellow;   
    text-decoration:    underline;
    text-align: center;
	color: yellow; 
}
    
/* hyperlink style for buttons and link buttons used in the portal shopping cart */
A.SelectListButton:link 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:#B7B7FF;   
    text-decoration:    underline;
    text-align: center;
	color: white;   
}

A.SelectListButton:visited  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:#B7B7FF;     
    text-decoration:    underline;
    text-align: center;
	color: white; 
}

A.SelectListButton:active   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:#B7B7FF; 
    text-decoration:    underline;
    text-align: center;
	color: white; 
}

A.SelectListButton:hover    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #840084;
    border-style:dotted;
    border-width:thin;
    border-color:yellow;   
    text-decoration:    underline;
    text-align: center;
	color: yellow; 
}


/* 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:  14px;
    font-weight:    normal;
    color: #840084;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #840084;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #840084;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #840084;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #840084;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #840084;
}

A:link {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline
}
A:visited {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana
}
A:hover {
	FONT-SIZE: 12px; 
	COLOR: #ffff00; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 12px; 
	COLOR: #ffff00; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline
}

A.copyright {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none
}
A.copyright:link {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline
}
A.copyright:visited {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline
}
A.copyright:hover {
	FONT-SIZE: 12px; 
	COLOR: #ffff00; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none
}
A.copyright:active {
	FONT-SIZE: 12px; 
	COLOR: #ffff00; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline
}

TD {
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none
}

SMALL   {
    font-size:  10px;
}

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
}


/*The below style changes the TD Background color when you mouse over the link in the table. Uneed to call the style in the a href tag to work right */
/*I commented out a bunch of crap that I did not need. If you want to use images then uncomment the background image and link your image. */
.menu		{ font-family: verdana, arial, helvetica, sans; font-size: 12pt; text-decoration: none;
		  height: 100%;
		  width: 100%;
		  /*cursor:hand;*/
		  /*font-weight: bold;*/
		  /*text-indent: 12px;*/
		  /*line-height: 20pt;*/
		  /*text-align: left;*/
		  display: block;
		  /*border: #FFFFFF 0px solid;*/ }

a.menu:link 	{ 
		/*background-image: url("picts/button.gif"); */
		  /*background-color:#B2B2B8;*/
		  text-decoration: none; color: #FFFFFF; }

a.menu:visited 	{
		/*background-image: url("picts/button.gif"); */
		  /*background-color:#B2B2B8;*/
		  text-decoration: none; color: #FFFFFF; }

a.menu:active 	{
		/*background-image: url("picts/button.gif"); */
		   background-color:#1F356E; text-decoration: none; color: #FFFFFF; }

a.menu:hover 	{
		/*background-image: url("picts/button.gif"); */
		  background-color:#1F356E; text-decoration: underline; color: #FFFFFF; }
/*End TD Background color change */


INPUT {BACKGROUND-COLOR: #FFFFFF; COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 12px; border: 1px #CCCCCC; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset}
.input2 {BACKGROUND-COLOR: #FFFFFF; COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 12px; border: 0px #CCCCCC; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset}
TEXTAREA {BACKGROUND-COLOR: #FFFFFF; COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 12px; border: 1px #CCCCCC; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset}
SELECT {BACKGROUND-COLOR: #FFFFFF; COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 12px; border: 1px #CCCCCC; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset}

.opportunitiesbgcolor{background : #99CCFF;}

.resultstableheader{background : #FFCC66;}
.resultstableheader2{background : #FF9900;}
.resultscolor1{background : #FFFFFF;}
.resultscolor2{background : #FFFFCC;}

.bodybold{font-weight : bold;}

.welcometext{font-size: 10px;color: #666666;}

.callouttext{font-size: 10px;color: #666666;}

.messagetext{font-size: 10px;color: #000000;}

.legendtext{font-size: 10px;color: #666666;}

.pageheadtext{font-size: 11px;color: #333333;}

.pagesubheadtext{font-size: 12px;color: #000000;font-weight : bold;}

.homerighttext{font-size: 11px;color: #666666;}

.footnotetext{font-size: 9px;color: #000000;}

.breadcrumbtext{font-size: 10px;color: #000000;}
A.breadcrumblink:link {color: #FF0000;text-decoration: none;}
A.breadcrumblink:visited {color: #FF0000;text-decoration: none;}
A.breadcrumblink:hover {color: #FF0000;text-decoration: none;}

.headertext{font-size: 10px;}
A.headertext:link {color: #FF0000;text-decoration: none;}
A.headertext:visited {color: #FF0000;text-decoration: none;}
A.headertext:hover {color: #FF0000;text-decoration: none;}

.headertextbold{font-size: 10px;font-weight : bold;}
A.headertextbold:link {color: #FF0000;text-decoration: none;font-weight : bold;}
A.headertextbold:visited {color: #FF0000;text-decoration: none;font-weight : bold;}
A.headertextbold:hover {color: #FF0000;text-decoration: none;font-weight : bold;}

.footer{color: #666666;font-size: 10px;}
.footerlink{color: #FF0000;font-size: 10px;}
A.footerlink:link {color: #FF0000;text-decoration: none;}
A.footerlink:visited {color: #FF0000;text-decoration: none;}
A.footerlink:hover {color: #FF0000;text-decoration: none;}

.biglabel
{
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	text-align:left;
	font-weight:bolder;
	font-size:smaller;
}

.label
{
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	text-align:left;
	font-weight:bolder;
}
.labelright
{
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	text-align:right;
	font-weight:bolder;
}
.grid
{
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	text-align:left;
}
.gridright
{
	margin-bottom:2px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	text-align:right;
}

.break { height:20px; vertical-align:bottom;}

.required { background-color: #FFFFAA;}

.nounderline {text-decoration: none; }
