/*
 Tui Light Color: badab0
 Tui Dark Color: 1b3b23
 Old Text Color: 555533
*/

/* Default body styles (Body, Paragraph, Table Cells) */
Body
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #1b3b23;
}

P
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    ;
    color: #1b3b23;
	margin-bottom: 5px;
}

TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #1b3b23;
	border-color: #1b3b23;
}

/* Overriden style Normal */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    ;
    color: #1b3b23;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #bb0000;
}

.NormalInfo
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #777777;
}

/* Unordered Lists, List Items */

UL
{
	margin-top: 5px;
	margin-bottom: 10px;
}

LI
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px    ;
    color: #1b3b23;
}

/* PAGE BANNER */
/* style for the text of the site title */
.HeadBG
{
	background-color: #1b3b23;
}

.SiteTitle {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #eeffff;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #1b3b23;
    border-color: #1b3b23;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #badab0;
    border-color: #1b3b23;
}


/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#ffffff;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#1b3b23;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#1b3b23;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#1b3b23;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#1b3b23;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#ffffff;
}


/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #1b3b23;
}

.footer
{
	color:#000000;
	font-size:11px;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #1b3b23;
}

H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
	margin-bottom: 1px;
	padding-bottom: 1px;
    color: #1b3b23;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #1b3b23;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #1b3b23;
}

.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-style:italic;
    color: #1b3b23;
}

H3,H4,H5,H6,H7 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-style:italic;
    color: #1b3b23;
}

/* text style used for most text rendered by modules */

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma,Arial,Verdana, Helvetica, sans-serif;
    font-size: 10px ;
    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 */


A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

HR {
    color: #005d7e;
    height:1pt;
    text-align:left
}



.SpecialItem
{    
	border-style:outset;
    background-color: #dad7d5;
}

.ContentPane
{
	padding: 5px 5px 5px 5px;
}

.HtmlModule
{

}
.Module 
{
}
.ModuleTitle
{
}

/* Quick Links */

TABLE.QuickLinks
{
	background-color:badab0;
	width: 188;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	/* margin-left:8px; */
}
TD.QuickLinks
{
	/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1b3b23;
	color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 12px;
	border-bottom-color: #E7E7E7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}
A:visited.QuickLinks, A:link.QuickLinks
{
	color: #ffffff;
	text-decoration: none;
}
A:hover.QuickLinks
{
	color: #ffffff;
	text-decoration: underline;
}


