/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

#contentholder p
{
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 8px;
	padding-right: 5px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	color: #A9995E;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-size: 10pt;
	color: #A9995E;
	margin-bottom: 20px;
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */

#houseMenuV
{
	display: block;
	margin-left: -40px;
	margin-top: 0px;
}
	*html #houseMenuV
	{
		display: block;
		margin-left: -40px;
		margin-top: 0px;
	}

#houseMenuV ul { /* all lists */
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	z-index:950;
	overflow: visible;
	width: 190px;
}
	*html #houseMenuV ul { /* all lists */
		margin: 0px;
		padding: 0px; 
		list-style-type: none;
		list-style: none;
		float: left;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 10pt;
		z-index:950;
		overflow: visible;
		width: 190px;
	}

#houseMenuV li { /* all list items */
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	list-style: none;
	display: block;
	position: relative;
	float: left;
	line-height : 18px;
	z-index: 985;
	width: 190px;
}
	*html #houseMenuV li { /* all list items */
		margin: 0px;
		padding: 0px;
		border: 0px;
		list-style-type: none;
		list-style: none;
		display: block;
		position: relative;
		float: left;
		line-height : 18px;
		z-index: 985;
		width: 190px;
	}

#houseMenuV li ul li
{
    z-index: 990;
	position: relative;
}
	*html #houseMenuV li ul li
	{
    	z-index: 990;
		position: relative;
	}

#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	margin-left: 190px;
	margin-top: -30px;
	z-index: 990;
	overflow: visible;
	display: block;
}
	*html #houseMenuV li ul { /* second-level lists */
		position: absolute;
		left: -9999px;
		margin-left: 190px;
		margin-top: -27px;
		z-index: 990;
		overflow: visible;
		display: block;
	}

#houseMenuV li ul a { /* second-level lists links */
	display: block;
	z-index: 987;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	position: relative;
}
	*html #houseMenuV li ul a { /* second-level lists links */
		display: block;
		z-index: 987;
		opacity: 1;
		overflow: visible;
		visibility: visible;
		position: relative;
	}

#houseMenuV li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 995;
	padding: 0px;
}
	*html #houseMenuV li ul ul { /* third-and-above-level lists */
		left: -9999px;
		z-index: 995;
		padding: 0px;
	}

#houseMenuV a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6D7B98;
	padding: 5px 4px 2px 15px;
	z-index:987;
	font-size: 10pt;
	height: 20px;
	border: 1px solid #6D7B98;
	/*opacity: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
}
	*html #houseMenuV a {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		background-color: #6D7B98;
		padding: 5px 4px 2px 15px;
		z-index:987;
		font-size: 10pt;
		height: 20px;
		border: 1px solid #6D7B98;
		/*opacity: 100;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
	}

#houseMenuV li a:hover {
	display: block;
	opacity: 1;
	filter: alpha(opacity=99);
	z-index: 999;
	background-color: #FFFFFF;
	color:#A9995E;
	border: 1px solid #DBD7BE;
	background-image: url(/portals/cmprsa/skin_images/menubullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
	*html #houseMenuV li a:hover {
		display: block;
		opacity: 1;
		filter: alpha(opacity=99);
		z-index: 999;
		background-color: #FFFFFF;
		color:#A9995E;
		border: 1px solid #DBD7BE;
		background-image: url(/portals/cmprsa/skin_images/menubullet.jpg);
		background-position: left;
		background-repeat: no-repeat;
	}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}
#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 949;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
	display: block;
	overflow: hidden;
	border: thin solid #0F0;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}

/*** HouseIndex Styles */
/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 10px;
	line-height: 13px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: bold;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}
