/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/*Global settings*/
*{
font-family : Tahoma, Arial, Helvetica, sans-serif;
}

/* 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-size : 9pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.SelectedTab:visited  {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.SelectedTab:active   {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.SelectedTab:hover    {
font-weight : normal;
color : #999999;
text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
font-size : 9pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.OtherTabs:visited  {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.OtherTabs:active   {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.OtherTabs:hover    {
font-weight : normal;
color : #999999;
text-decoration : underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-size : 11pt;
color : #333333;
text-decoration : none;
font-weight : normal;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-size : 9pt;
color : #333333;
text-decoration : none;
font-weight : bolder;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-size : 9pt;
color : #333333;
text-decoration : none;
font-weight : normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
background-color : white;
border : 1px solid black;
}

.NormalRed
{
font-size : 9pt;
}

.NormalBold
{
font-size : 9pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-weight : normal;
font-size : 9pt;
text-decoration : none;
font-weight : normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.CommandButton:visited  {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.CommandButton:active   {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A.CommandButton:hover    {
font-weight : normal;
color : #999999;
text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A:visited   {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A:active    {
font-weight : normal;
color : #FF9900;
text-decoration : underline;
}

A:hover {
font-weight : normal;
color : #999999;
text-decoration : underline;
}

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 {
width : 209px;
background-color : transparent;
}

.MainMenu_MenuBar {
width : 209px;
background-color : transparent;
}

.MainMenu_MenuItem {
background-color : #666666;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
height : 20px;
font-size : 10pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight : normal;
text-decoration : none;
color : white;
}

.MainMenu_MenuIcon {
background-color : #666666;
border-left : 1px solid #666666;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
height : 20px;
}

.MainMenu_SubMenu {
background-color : #666666;
border : 2px solid #000000;
padding : 1px;
filter : none;
}

.MainMenu_MenuBreak {
background-color : transparent;
border-top : none;
border-bottom : none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
border-right : 1px solid #666666;
border-bottom : 1px solid #666666;
}

.MainMenu_RootMenuArrow {
}

.LiftedRootItem{
height : 21px;
font-size : 11pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight : normal;
text-decoration : none;
color : white;
text-indent : 12px;
background-color : transparent;
}

.LiftedRootItemActive{
height : 21px;
font-size : 11pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight : normal;
text-decoration : none;
color : black;
text-indent : 12px;
background-color : transparent;
}

.OrangeSubItemSelect{
background-color : #FFFFFF;
height : 20px;
font-size : 10pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight : normal;
text-decoration : none;
color : #000000;
}

.CorporateMain{
	background-color : #666666;
}

.CorporateShadow{
	background : transparent url(images/CorporateShadow.gif) repeat-x scroll top;
}

.CorporateRightTile{
	background : transparent url(images/CorporateRightTile.gif) repeat-y scroll right;
}

.CorporateInsideWhite{
	background : transparent url(images/CorporateWhiteTop.gif) repeat-x scroll top;
}

.HeaderTopTile{
	background : transparent url(images/HeaderTopTile.gif) repeat-x scroll top;
}

.HeaderTopLeft{
	background : transparent url(images/HeaderTopLeft.gif) no-repeat scroll top left;
}

.HeaderTopRight{
	background : transparent url(images/HeaderTopRight.gif) no-repeat scroll top right;
}

.CorporateGreySearch{
	background : transparent url(images/CorporateGreySearch.gif) repeat-y scroll left;
}

.CorporateGreyTopLeft{
	background : transparent url(images/CorporateGreySearchTopLeft.gif) no-repeat scroll top left;
}

.CorporateBottomRightTile{
	background : transparent url(images/CorporateBottomRightTile.gif) repeat-x scroll top;
}

.CorporateBottomRight{
	background : transparent url(images/CorporateBottomRight.gif) no-repeat scroll top left;
}

.CorporateFooterTile{
	background : transparent url(images/CorporateFooterTile.gif) repeat-x scroll top;
}

.CorporateFooterRight{
	background : transparent url(images/CorporateFooterRight.gif) no-repeat scroll top right;
}

.CorporateFooterLeft{
	background : transparent url(images/CorporateFooterLeft.gif) no-repeat scroll top left;
}

/*Coloured Sections*/
.OrangeInsideLeft{
	background : White url(images/OrangeInsideLeft.gif) repeat-y scroll left;
}

.OrangeInsideRight{
	background : #FF9900 url(images/OrangeInsideRight.gif) repeat-y scroll left;
}

.OrangeInsideTopTile{
	background : transparent url(images/OrangeInsideTopTile.gif) repeat-x scroll top;
}

.OrangeInsideTopLeft{
	background : transparent url(images/OrangeInsideTopLeft.gif) no-repeat scroll top left;
}

.OrangeInsideTopRight{
	background : transparent url(images/OrangeInsideTopRight.gif) no-repeat scroll top right;
	padding-top : 15px;
	padding-right : 5px;
}

.OrangeTopLeft{
	background : transparent url(images/OrangeTopLeft.gif) no-repeat scroll top left;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 28px;
	padding-right : 5px;
}

.OrangeSearchLeft{
	background : transparent url(images/OrangeSearchLeft.gif) no-repeat scroll bottom left;
}

.OrangeSearch{
padding-top : 10px;
	background : transparent url(images/OrangeSearch.gif) no-repeat scroll bottom right;
}

.OrangeSearchTile{
	background : transparent url(images/OrangeSearchTile.gif) repeat-x scroll bottom;
}

.TermsPadding{
padding-left : 18px;
}

.RegisterPadding{
padding-right : 10px;
padding-bottom : 5px;
}

.DatePadding{
	padding-top : 10px;
}

.HeadPadding{
	padding-top : 15px;
	padding-right : 5px;
}

.HeadPanePadding{
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
}

#Logo{
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 30px;
}

.LiftedSearch{
	font-size : 9pt;
	color : white;
	text-decoration : none;
	border : 1px solid white;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
}

a.LiftedSearch:link{
	font-size : 9pt;
	color : white;
	text-decoration : none;
	border : 1px solid white;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
}

a.LiftedSearch:visited{
	font-size : 9pt;
	color : white;
	text-decoration : none;
	border : 1px solid white;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
}

a.LiftedSearch:active{
	font-size : 9pt;
	text-decoration : none;
	color : white;
	border : 1px solid white;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
}

a.LiftedSearch:hover{
	background-color : #666666;
	font-size : 9pt;
	color : white;
	text-decoration : none;
	border : 1px solid white;
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
}

.LiftedFooter{
	font-size : 9pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedFooter{
	font-size : 9pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedFooter:link{
	font-size : 9pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedFooter:visited{
	font-size : 9pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedFooter:active{
	font-size : 9pt;
	color : white;
	font-weight : normal;
	text-decoration : underline;
}

a.LiftedFooter:hover{
	font-size : 9pt;
	color : white;
	font-weight : normal;
	text-decoration : underline;
}

.LiftedLinks{
	font-size : 9pt;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedLinks{
	font-size : 9pt;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedLinks:link{
	font-size : 9pt;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedLinks:visited{
	font-size : 9pt;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

a.LiftedLinks:active{
	font-size : 9pt;
	color : black;
	font-weight : normal;
	text-decoration : underline;
}

a.LiftedLinks:hover{
	font-size : 9pt;
	color : black;
	font-weight : normal;
	text-decoration : underline;
}

p
{
font-size : 9pt;
color : #333333;
text-decoration : none;
font-weight : normal;
}



