/* ================================
    CSS STYLES FOR Portal
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-image: none;
	background-color: white;
	
}

/* background color for the content part of the pages */
Body
{
    background-color:"#FFFFFF";
    color:"#333333";
    
    scrollbar-face-color		: #16568c;  
    scrollbar-highlight-color	: #f1f1f1;  
    scrollbar-shadow-color		: #ffffff;  
    scrollbar-arrow-color		: white;  
    scrollbar-base-color		: #16568c;  
    scrollbar-darkshadow-color	: #16568c;  
    scrollbar-track-color		: #f0f0f0;  
    scrollbar-3d-light-color	: #16568c;
}
/* menu	*/
.MenuTable
{
    background-color			: white;
    font-family					: Verdana, Arial, Helvetica, sans-serif,Hand of Sean; 
    color						: #666666;
    text-decoration				: none;
    text-align					:right;
    font-size					: 11px;
    border-bottom				:solid 1px #666666;
    width						:200px;
    padding-top: 100px;
    vertical-align:super;
	
}

.MenuMouseOverStyle{
   background-color	:'#F3F3F3';
    color		:'#CC0000';
}

.MenuItemLevel0
{
    font-weight			:bold;
    border-top			:solid 1px #666666;    
    height				:23px;
    vertical-align		:sub;
}
.MenuItemLevelLink0
{
	color				:"#666666";
}

.MenuItemLevel1
{
    height				:23px;
    padding				:0px 0px 0px 0px;	
}

.MenuItemLevelLink1
{
	color				:#666666;
}

.MenuCurrentItem
{
   color:#CC0000;
}

.webdings {  font-family: Webdings; font-size: 12px}

/* end menu*/

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-family: Verdana, Arial, Helvetica, sans-serif, Hand of Sean; font-size: 11px; color: #000000
}

A.SelectedTab:visited  {
    font-family: Verdana, Arial, Helvetica, sans-serif, Hand of Sean; font-size: 11px; color: #000000
}

A.SelectedTab:active   {
font-family: Verdana, Arial, Helvetica, sans-serif, Hand of Sean; font-size: 11px; color: #000000
}

A.SelectedTab:hover    {
font-family: Verdana, Arial, Helvetica, sans-serif, Hand of Sean; font-size: 11px; color: #000000
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    text-decoration: none;
}
    
/* hyperlink style for 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:    none;
    color:red;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  20px;
    font-weight:    bold;
    color: #006085;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    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: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica, Hand of Sean;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}


A:link  {
    text-decoration:    none;

}


A:visited   {
    text-decoration:    none;

}

A:active    {
    text-decoration:    none;

}

A:hover {
    text-decoration:    none;
    color:				#CC0000;
}

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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

.SurveyPagerCss
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #0033cc;
}

.SurveyPagerCss a
{
	color: #003366;
}
.SurveyPagerCss a:hover
{
	color: #003366;
}


/* Advanced Data Grid Module Style */

.advgGridStyle
{
    background: white;
    border:none1px black;
    padding: 4px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;  
}

.advgItemStyle
{
    border:none1px black;
}
.Footer
{
	background-color:"#16568C";
}
.advgAlternatingItemStyle
{

}
.advgHeaderStyle
{
	font-weight: bold;
	background-color:silver;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}
.advgFooterStyle
{

}
.advgPagerStyle
{
    text-align:right;
}
.advgSelectedPageStyle
{
   color:yellow;
}


.advgHeaderStyle td
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;	
}

/* css for sitemap*/
TD.orgname {border: 1 solid gray;padding-left: 2pt;padding-top: 2pt;
            padding-bottom: 2pt;padding-right: 2pt;width:120px;height:50px;}
TD.orgactive {border: 2 solid red;padding-left: 2pt;padding-top: 2pt;
              padding-bottom: 2pt;padding-right: 2pt;width:120px;height:50px;}
TD.org3top {border-left: 1 solid gray;border-bottom: 1 solid gray;width:10px;}
TD.org3bot {border-left: 1 solid gray;width:10px;}
TD.org3spacertop {border-left: 1 solid gray;}
TD.org2left {border-right: 1 solid gray;border-top: 1 solid gray;width:10px;}
TD.org2right {border-top: 1 solid gray;border-left: 1 solid gray;width:10px;}
TD.org2spacerright {border-top: 1 solid gray;width:15px;}              
TD.org3spacerright {width:10px;}
TD.org1left {border-right: 1 solid gray;}
TD.org1right {border-left: 1 solid gray;}
P.orgname {font-family:arial;font-size:8pt;color:gray;
           margin-top:0pt;margin-bottom:0pt;}
P.orgjob {font-family:arial;font-size:8pt;color:gray;
          margin-top:0pt;margin-bottom:0pt;}



