/* ================================
    CSS STYLES FOR DotNetNuke NukedSkins 101 by Nina Meiers - xd.com.au
   ================================
*/   

/* GENERAL */
.Body {
	background-color: transparent;
	background-image: url(/Portals/_default/Skins/eurobarrier_skin//Portals/2/Skins/eurobarrier_skin/'bg.gif') repeat-y;
	margin: 0px;
}

/* style for module titles */
.Head {
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
	font-size: 17px;
	color: #229ECD;
	text-transform: uppercase;
}

.LeftPaneTitle {
    font-size:  12px;
	color: #BAA8C5;
}

.RightPaneTitle {
    font-size:  17px;
    color: #1F93BE;
}

.CenterPaneTitle {
    font-size:  17px;
	color: #1F93BE;
}

/* background color for the content part of the pages */
Body {
    background-color: transparent;
	background-image: url(/Portals/_default/Skins/eurobarrier_skin//Portals/2/Skins/eurobarrier_skin/'bg.gif') repeat-y;
	margin: 0px;
}

.LeftPane {
	width: 246px;
	padding: 20px 0px 20px 0px;
}

.LeftPaneWhite {
	color: #0E4458;
}

.ContentPane {
	padding: 20px 10px 20px 24px;
}

.RightPane {
	padding: 30px 5px 20px 5px;
	background: url(/Portals/_default/Skins/eurobarrier_skin//Portals/2/Skins/eurobarrier_skin/bgright.gif) repeat-y;
	width: 192px;
}

.Footer {
	padding: 5px 5px 5px 15px;
}


/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalBold {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link,A.SelectedTab:visited,A.SelectedTab:active {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:hover {
    color: #CCCCCC;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link,A.OtherTabs:visited,A.OtherTabs:active {
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: #CCCCCC;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;  
	background-color: transparent; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand;  
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
	
	background-image: url(/Portals/_default/Skins/eurobarrier_skin//Portals/2/Skins/eurobarrier_skin/'menuicon.gif');
	background-attachment : fixed;
	background-position : right;
	background-repeat : no-repeat;
	
	font-family: Verdana, Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal; 
	text-transform: uppercase;
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	background-color: #CCCCCC; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 	
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

