/* ================================
    CSS STYLES FOR Skin
   ================================
*/   

/*menu background*/
.MenuBackground {
	background-image: url(/Portals/0/Skins/ontologyx/menu_background.gif); 
	background-repeat: repeat-x;
	width: 100%;
}
/*paragraph*/
P
{
	color: #544F4F;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*sub heading*/
.Subheading
{
	color: #544F4F;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;

}

/*background color for page section heading*/
.SectionHeader
{
	background-color: #B66465;
	background-image: url(/Portals/0/Skins/ontologyx/header.jpg); 
	background-repeat: repeat-x;
	width: 100%;
}
.RightPane
{
	background-color: #E9D0D0;
}


/*style to set colour of colour highlighted panel text*/
.HighlightPanelText
{
	color: #B66465;
}
/* text style for main page title */
.LevelOnePageTitle
{
	color: White;
	font-size: large;
    font-family: Verdana, Arial, Helvetica;
    	padding: 0px;
    	margin: 0px;
	
}
.LevelTwoPageTitle
{
	color: #B66465;
	font-size: large;
    font-family: Verdana, Arial, Helvetica;
    	padding: 0px;
    	padding-bottom: 18px;
    	margin: 0px;
	
}
/* background color for side pane tabs */

.sidepanetitle{
	background-color: #B66465;
	color: #ffffff;
}
.head{
	color: #ffffff;
}
A:link {
	color: #B66465;
	text-decoration: none;
}

A:visited  {
	color: #B66465;
	text-decoration: none;
}

A:active   {
	color: #B66465;
	text-decoration: none;
}

A:hover    {
	color: #797979;
	text-decoration: none;
}


/*text style for secondary nav */
.SecondaryNavLink
{
	color: #544F4F;
	text-decoration: none;
}
A.SecondaryNavLink:visited
{
	color: #544F4F;
	text-decoration: none;	
}
A.SecondaryNavLink:link
{
	color: #544F4F;	
	text-decoration: none;
}
A.SecondaryNavLink:active
{
	color: #544F4F;	
	text-decoration: none;
}
A.SecondaryNavLink:hover
{
	color: #B66465;	
	text-decoration: none;
}
/*text style for related links*/

.RelatedLink
{
	color: #544F4F;
	text-decoration: none;
}
A.RelatedLink:visited
{
	color: #544F4F;
	text-decoration: none;	
}
A.RelatedLink:link
{
	color: #544F4F;	
	text-decoration: none;
}
A.RelatedLink:active
{
	color: #544F4F;	
	text-decoration: none;
}
A.RelatedLink:hover
{
	color: #B66465;	
	text-decoration: none;
}








