/* ================================
    CSS STYLES FOR EYC
	SiteBuilder Portal 
    v2.0, 9/2004
   ================================
*/   


.MainPanelBg
{
	background-color:white;
}

.BodyPanelBg
{
    	background-color:white;
}
	
.LeftPane
{
	background-color:white;
	width:150px;
}

.ContentPane
{
    	background-color:white;

}

.RightPane
{
	background-color:rgb(200,200,200);
	width:230px
}

.CopyrightPaneBg
{
	background-color:rgb(200,200,200);
}
.AltItemBg
{
	background-color:rgb(230,230,230);
}

.CopyrightLabel
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: rgb(49,74,49);
    line-height: 12px    
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: whiute;
}


/* 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: Verdana Bold, Helvetica, sans-serif;
    font-size: 30px;
    color:rgb(255,255,255);
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: rgb(5,161,179);
    border-color: rgb(5,161,179);
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: rgb(3,109,121);
    border-color: rgb(5,161,179);
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:rgb(255,255,255);
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:rgb(250,250,250);
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:rgb(250,250,250);
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:rgb(250,250,250);
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:255,255,255;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:rgb(240,253,253);
}
    
/* background/border colors for the unselected Copyright Tabs */
.OtherCopyrightTabsBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:Black;
	height: 10px;
	border-width: 1px;
}

/* text style for the selected Copyright Tab */
.SelectedCopyrightTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:Blue;
    text-decoration:underline;
}

/* text style for the unselected Copyright Tabs */
.OtherCopyrightTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:rgb(49,74,49);
    text-decoration:none;
}

/* hyperlink styles of the unselected Copyright Tabs */
A.OtherCopyrightTabs:link    {
     font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
   text-decoration:    none;
    color:rgb(49,74,49);
}

A.OtherCopyrightTabs:visited {
        font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
text-decoration:    none;
    color:rgb(49,74,49);
}

A.OtherCopyrightTabs:active  {
     font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
   text-decoration:    none;
    color:rgb(49,74,49);
}

A.OtherCopyrightTabs:hover   {
       font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
 text-decoration:    underline;
    color:rgb(49,74,49);
}
    
/* text style for the menu parent */
.MenuParentLink 
{
	background-color: rgb(3,109,121);	
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}   

/* hyperlink style for the site links */
A.MenuParentLink:link {
    text-decoration:    none;
    color:rgb(255,255,255);
}

A.MenuParentLink:visited  {
    text-decoration:    none;
    color:rgb(255,255,255);
}

A.MenuParentLink:active   {
    text-decoration:    none;
    color:rgb(255,255,255);
}

A.MenuParentLink:hover    {
    text-decoration:    underline;
    color:rgb(240,240,240);
}



/* background/border colors for the unselected Menus */
.OtherMenusBg 
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
	height: 25px;
	border-width: 0px;
}

/* text style for the selected Menu */
.SelectedMenu 
{
    background-color: rgb(40,200,220);
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    color:white;
    text-decoration:underline;
}

/* text style for the unselected Menus */
.OtherMenus {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    color:black;
    text-decoration:none;
}

/* hyperlink styles of the unselected Menus */
A.OtherMenus:link    {
    text-decoration:    none;
    color:black;
}

A.OtherMenus:visited {
    text-decoration:    none;
    color:black;
}

A.OtherMenus:active  {
    text-decoration:    none;
    color:white;
}

A.OtherMenus:hover   {
    text-decoration:    underline;
    color:rgb(30,30,30);
}
        
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    color:black;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:gray;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:gray;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
}

/* style for separator between site links */
.Accent
{
    color: black;
    font-weight:    bold;
}



/* 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: rgb(49,74,49)
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:;
}
/* style of status messages in registration forms */
.AlertOk    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: green;
}/* style of item titles by Announcements and events */
.AlertCaution    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: orange;
}/* style of item titles by Announcements and events */
.AlertRed    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: red;
}

/* Tables */
/* style for the table as a whole */
.Table 
{
    background-color:rgb(240,240,240);
    font-family:Verdana;
    border-width:3px;
    border-color:(230,230,230);
    font-size:8pt;
    border-width:1px;
}
.TableHead
{
    background-color:rgb(230,230,230);
    color:Black;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    height:30px;
}
.TableFooter
{
    background-color:rgb(230,230,230);;
    color:Black;
    font-family:Verdana;
    font-size:8px;
    font-weight:normal;
    height:16px;
}
.TableItem
{
    background-color:White;
    color:Black;
    font-family:Verdana;
    font-size:11px;
    height:15px;
}
.TableItemAlt
{
   background-color:rgb(240,240,240);
   color:Black;
   font-family:Verdana;
   font-size:11px;
   height:15px;
}
.TableItemSelected
{
    color:White;
    background-color:Maroon;
}
.TablePager
{
    background-color:Gray;
    color:White;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #334d55;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #334d55);
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #334d55;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;    
    color: black;
}

/* 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: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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 {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
h1, h2, h3, h4, h5{
 font-family: Verdana,Arial,sans-serif;
 }
 
 h1 {
 	font-size: 150%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2{
 font-size: 120%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 110%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: rgb(66,87,84);
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: rgb(66,87,84);
}

a{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

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: rgb(92,134,156);
    height:2pt;
    text-align:left
}
P 
{  padding-top: 3px
   
}

