
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.TableFooterSelectedPage
{
	font-size: 20pt;
	color: lightgrey;
	font-style: italic;
	font-family: Arial, Verdana;
}

.TreeViewBox
{
	border:1px solid #000000;
	padding:5px;
	overflow:auto;
	height:300px;
}

.HeadBg {
    background-color: white;
}

.FootBg {
    background-color: white;
}

.MainMenuBg {
    background-color: #e01a2d;
    color:White;
}

.SubMenuBg {
    background-color: #331770;
color:White;
}
/* background color for the content part of the pages */
Body
{
    background-color: white;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.SmallText
{
    font-family: Verdana, Arial;
    font-size: 10px;
}
.SmallTextBold
{
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}
.SmallTextError
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: Red;
}

/* PAGE BANNER */
.SiteTitle {
    /*font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99;*/
    background: url("/images/EMTS-Banner.jpg") no-repeat center left;
}

.SpanSiteTitle
{
    display:none;
}



/* background/border colors for the selected tab */
.TabBg {
    background-color: #331770;
     /*border-color: black;*/
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #e01a2d;
    /*border-color: black;*/
}

/* text style for the selected tab */
.SelectedTab {
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of 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:CAE704;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover   {
    text-decoration:    none;
    color:black;
}


/* background/border colors for the selected tab */
.SubTabBg {
    background-color: #331770;
}

/* background/border colors for the unselected tabs */
.OtherSubTabsBg {
    background-color: #331770;
}

/* text style for the selected tab */
.SelectedSubTab {
    font-size: 12px;
    color:white;
    font-weight: bold;
    text-decoration:none;
}

/* text style for the unselected tabs */
.OtherSubTabs {
    font-size: 12px;
    color:black;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:    none;
    color:white;
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherSubTabs:hover   {
    text-decoration:    none;
    color:black;
}

/* hyperlink styles of the selected tabs */
A.SelectedSubTab:link    {
    text-decoration:    none;
    color:gray;
}

A.SelectedSubTab:visited {
    text-decoration:    none;
    color:gray;
}

A.SelectedSubTab:active  {
    text-decoration:    none;
    color:gray;
}

A.SelectedSubTab:hover   {
    text-decoration:    none;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:red;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

A.Normal:link  {
    text-decoration:    none;
    color:  darkred;
}

A.Normal:visited   {
    text-decoration:    none;
    color:  darkred;
}

A.Normal:active    {
    text-decoration:    none;
    color:  darkred;
}

A.Normal:hover {
    text-decoration:    underline;
    color:  red;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-weight: normal;
    background-color: #eeeeee
}   
.ItemTable    {
    border-style: solid;
    border-width: 1px;
    border-color: #331770;
}
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-weight:    bold;
    color: white;
    background-color: #331770;
    padding: 5, 5, 5, 5;
}

.ItemTitleCollapsed {
    font-weight:    bold;
    color: black;
    background-color: #AFCEE0;
    padding: 5, 5, 5, 5;
}

.ItemFooter    {
    font-weight:    bold;
    color: black;
    /*background-color: #7EBCE0*/
}

.ItemBold    
{
    font-weight:    bold;
    color: black;
    background-color: #f7f7f7;
}

.ItemRow    {
    color: black;
    background-color: #f7f7f7;
}

.ItemRowAlt    {
    color: black;
    background-color: #E7E7E7;
}

.ItemEdit    {
    color: black;
    background-color: #ABD4EB;
}


/* style of small items */
.ItemTitleSmall    
{
    font-size: 10px;
    font-weight:    bold;
    color: white;
    background-color: #331770;
    padding: 2, 2, 2, 2;
}

.ItemTitleSmallCollapsed 
{
    font-size: 10px;
    font-weight:    bold;
    color: black;
    background-color: #CAD8E0;
    padding: 2, 2, 2, 2;
}

.ItemRowSmall    
{
    font-size: 10px;
    color: black;
    background-color: #f7f7f7;
}

.ItemRowAltSmall    
{
    font-size: 10px;
    color: black;
    background-color: #E7E7E7;
}

.ItemFooterSmall    {
    font-weight:    bold;
    color: black;
    font-size: 10px;
}

.QuoteEntry   
{
    border-style: solid;
    border-width: 1px;
    border-color: #7DA4BB;
}

.ItemTitleTask   
{
    font-size: 10px;
    font-weight:    bold;
    color: black;
    background-color: #7DA4BB;
    padding: 2, 2, 2, 2;
}

.ItemTitleMaterial    
{
    font-size: 10px;
    font-weight:    bold;
    color: black;
    background-color: #7DA4BB;
    padding: 2, 2, 2, 2;
}

.ItemTitlePurchase    
{
    font-size: 10px;
    font-weight:    bold;
    color: black;
    background-color: #7DA4BB;
    padding: 2, 2, 2, 2;
}

.ItemTitleDist  
{
    font-size: 10px;
    font-weight:    bold;
    color: black;
    background-color: #7DA4BB;
    padding: 2, 2, 2, 2;
}

.EventHeader    
{
    font-size: 12px;
    font-weight:    bold;
    background-color: #7EBCE0;
    padding: 2, 2, 3, 2;
}
.EventRow  
{
    font-size: 12px;
    padding: 2, 2, 3, 2;
    border-bottom-style: solid;
    border-bottom-color: #E7E7E7;
    border-bottom-width: 1;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.Head2  
{
	font-size:  15px;
    font-weight:    normal;
    color: #666644;
}

.Head3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

.Head4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-weight: normal;
}

.NormalRed
{
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-weight: bold
}

.NormalI
{
    font-style: italic
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-weight: normal;
}

.login 
{
    font-size: 10pt;
}

.PageSubHeading  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}
    
/* 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  {
    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:  16px;
    font-weight:    normal;
    color: #666644;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  gray;
}

A:visited   {
    text-decoration:    none;
    color:  gray;
}

A:active    {
    text-decoration:    none;
    color:  gray;
}

A:hover {
    text-decoration:    underline;
    color:  white;
}

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
}

TD
{
    font-size: 10pt;
}


/* Calendar */
.SelectedDateStyle
{
	background-color: #7DA4BB;
	color: White;
}
.MonthHeaderStyle
{
	background-color: #7EBCE0;
	color: White;
}
.DayHeaderStyle
{
	color: White;
	background-color: DimGray;
}

/* TreeView */

.Node 
{ 
   font-family: verdana, sans-serif; 
   font-size: 12px; 
   cursor: hand; 
   color: #EB5300; 
} 

.NodeOver 
{ 
   font-family: verdana, sans-serif; 
   font-size: 12px; 
   cursor: hand; 
   color: #FFB389; 
} 

.NodeSelected 
{ 
   font-family: verdana, sans-serif; 
   font-size: 12px; 
   cursor: hand; 
   background-color: #EB5300; 
   color: white; 
}
INPUT.CommandButton
{
	color:DarkRed;
	background-color:White;
	border-style:None;
	font-family:Arial,Verdana;
	text-decoration:underline;
	cursor:hand;
}

