/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.SelectedTab:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.SelectedTab:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.SelectedTab:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.OtherTabs:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.OtherTabs:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.OtherTabs:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border : 1px solid black;
}

.NormalRed
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : red;
}

.NormalBold
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.CommandButton:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.CommandButton:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A.CommandButton:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A:visited   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A:active    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	height : 21px;
	background-color : transparent;
}

.MainMenu_MenuBar {
	height : 21px;
	background-color : transparent;
}

.MainMenu_MenuItem {
	height : 21px;
	background-color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
}

.MainMenu_MenuIcon {
	height : 21px;
	background-color : black;
	border-left : 1px solid black;
	border-top : 1px solid black;
	border-bottom : 1px solid black;
}

.MainMenu_SubMenu {
	filter : none;
	background-color : white;
	padding : 2px;
	border : 2px solid black;
}

.MainMenu_MenuBreak {
	height : 21px;
	border-top : none;
	border-bottom : none;
	background-color : transparent;
}

.MainMenu_MenuItemSel {
	height : 21px;
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
}

.MainMenu_MenuArrow {
	height : 21px;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}

.MainMenu_RootMenuArrow {
	display : none;
}

.BlackSubSelect{
	color : black;
	background-color : white;
}

.BlackOutsideLeft{
	border-left : 4px solid black;
	border-right : 2px solid black;
}

.BlackOutsideRight{
	border-right : 4px solid black;
	border-left  :2px solid black;
}

.BlackColour{
	background-color : black;
}

.BlackBorderTop{
	border-top : 5px solid black;
}

.BlackSearch{
	background-color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	border : 1px solid black;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 1px;
	text-decoration : none;
	font-weight : normal;
}

a.BlackSearch, a.BlackSearch:link, a.BlackSearch:visited, a.BlackSearch:active {
	background-color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	border : 1px solid black;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 1px;
	text-decoration : none;
	font-weight : normal;
}

a.BlackSearch:hover {
	background-color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	border : 1px solid black;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	padding-bottom : 1px;
	text-decoration : none;
	font-weight : normal;
}

.BlackSolpart{
	background-color : black;
	padding-left : 2px;
}

.ColouredWhiteDNN{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	text-decoration : none;
	font-weight : normal;
}

a.ColouredWhiteDNN, a.ColouredWhiteDNN:link, a.ColouredWhiteDNN:visited, a.ColouredWhiteDNN:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	text-decoration : none;
	font-weight : normal;
}

a.ColouredWhiteDNN:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	text-decoration : underline;
	font-weight : normal;
}

a.ColouredBlackDNN, a.ColouredBlackDNN:link, a.ColouredBlackDNN:visited, a.ColouredBlackDNN:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	text-decoration : none;
	font-weight : normal;
}

.ColouredBlackDNN{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	text-decoration : none;
	font-weight : normal;
}

a.ColouredBlackDNN:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	text-decoration : underline;
	font-weight : normal;
}

.ColouredLogo{
	padding : 2px;
}

.ColourLeft{
	padding-left : 2px;
}

.ColourRight{
	padding-right : 2px;
}

.ColourSeperate{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
}

p{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}
