
	body, .greytone-light {
		background: #f6f6f6;
	}
	.greytone-light-line {
		background: #f6f6f6;
		border-bottom: 1px solid #D3D3D3;
	}
	.white-line {
		background: #ffffff;
		border-bottom: 1px solid #D3D3D3;
	}
	.greytone-mid {
		background: #E9E9E9;
	}
	.blacktone {
		background: #000000;
	}
	.redtone {
		background: #DE4C1E;
	}
	.content-back {
		background: #ffffff;
	}
	.heading {
		font-family: arial, helvetica, sans-serif;
		font-size: 19px;
		color: #DE4C1E;
		line-height: 29px;
	}
	.type {
		font-family: tahoma, verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #707070;
		line-height: 13px;
		text-align : justify;
	}
	.smalltype {
		font-family: tahoma, verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		color: #6A6A6A;
		line-height: 12px;
		padding: 5px;
	}
	.greytype {
		color: #ACACAC;
	}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AC9F94;
	text-align: center;
	text-transform: uppercase;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: #DE4C1E;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: #DE4C1E;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}
.login {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    background-color: #F8F8F8;
	color: #ABABAB;
	text-transform: uppercase;
}
.login-input {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #F8F8F8;
	color: #8C8C8C;
	border: 1px solid #CBCBCB;
}
.loggedin {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
	color: #ABABAB;
	text-transform: lowercase;
}

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #434343;
	text-transform: lowercase;
}
.ItemTitle-yellow    {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #437CAD;
	text-transform: lowercase;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #7796AB;
	line-height: 18px;
	padding-top: 20px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #437CAD;
	text-transform: lowercase;
	padding-top: 20px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #DE4C1E;
	text-transform: lowercase;
}

.SubSubHead-purple {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #434343;
	text-transform: lowercase;
}

.footer
{
	background: #efefef;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #B4B4B4;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
}

/* text style used for most text rendered by modules */
.Normal
{
		font-family: tahoma, verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #707070;
		line-height: 13px;
		padding-right: 30px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #DE4C1E;
}

.NormalBold
{
	font-family: tahoma, verdana, arial, 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: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	background: #D8E1E9;
	padding: 2px;
	border: 1px solid #A9BACB;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: none;
    color: #5F7B96;
}

A.CommandButton:visited  {
    text-decoration: none;
    color: #5F7B96;
}

A.CommandButton:active   {
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #ffffff;
}

A.logoff:link {
    text-decoration: none;
    color: #DE4C1E;
}

A.logoff:visited  {
    text-decoration: none;
    color: #DE4C1E;
}

A.logoff:active   {
    text-decoration: underline;
    color: #000000;
}

A.logoff:hover    {
    text-decoration: underline;
    color: #DE4C1E;
}
    
A:link  {
    text-decoration:    none;
    color:  #6196B7;
}

A:visited   {
    text-decoration:    none;
    color:  #97A8A8;
}

A:active    {
    text-decoration:    none;
    color:  #DE4C1E;
}

A:hover {
    text-decoration:    underline;
    color:  #DE4C1E;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


LI   {
	list-style-type: square;
	list-style-color: #DE4C1E;
	list-style : url(../toon/images/li.gif);
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

