/* 
================================
Skin styles for DotNetNuke - For DotNetNuke 3 - Designed by Øyvind Folge OilCamp
================================
*/   

body {
	width: 100%;
	height: 100%;	
	background-color: #8FADB4;
}

.Head 
{
	font-family: Arial;
	font-size: 9px;
	color: #496A7D;
}

A:hover 
{
	color: #49647D;
}

A:link
{
	color: #49647D;
}
	

A:visisted 
{
	color: #49647D;
}

.AA_OC_NormalFont
{
	font-size: 9pt;
	color: #060d3c;
	font-family: Arial, Tahoma;
	text-align: left;
}

.AA_OC_TitleFont
{
	font-weight: bold;
	font-size: 12pt;
	color: #060d3c;
	font-family: Arial, Tahoma;
	text-align: left;
}

.AA_OC_BodyFont
{
	font-size: 9pt;
	color: #496A7D;
	font-family: Arial, Tahoma;
	text-align: left;
}

.AA_OC_YellowFont
{
	font-size: 9pt;
	color: #cc9933;
	font-family: Arial, Tahoma;
	text-align: left;
}


.OC_NormalFont
{
	font-size: 9pt;
	color: #060d3c;
	font-family: Arial, Tahoma;
	text-align: left;
}

.OC_TitleFont
{
	font-weight: bold;
	font-size: 12pt;
	color: #060d3c;
	font-family: Arial, Tahoma;
	text-align: left;
}

.OC_BodyFont
{
	font-size: 9pt;
	color: #496A7D;
	font-family: Arial, Tahoma;
	text-align: left;
}





.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #E3EDF7 1px solid; 
	BORDER-TOP: #E3EDF7 1px solid; 
	BORDER-LEFT: #E3EDF7 1px solid; 
	BORDER-BOTTOM: #E3EDF7 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
}

.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 11px;
	padding-top: 0px;
	border-color: #8FADB4;
	border: #8FADB4 solid 1px;
	vertical-align: top;
}
.leftpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
}
.contentpane
{
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: top;
	width: 100%;
	padding-top: 12px;
	background-color: transparent;
	text-align: left;
}

.homecontentpane
{
	border-right: #8fadb4 1px solid;
	padding-right: 12px;
	border-top: #8fadb4 1px solid;
	padding-left: 12px;
	vertical-align: top;
	border-left: #8fadb4 1px solid;
	width: 400px;
	padding-top: 12px;
	background-color: transparent;
	text-align: left;
}

.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 12px;
	text-align: left;
	
}

.bottompane {
	width: 100%;
	background-color: transparent;
}

.breadcrumbpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 16px;
	border: solid 1px #8FADB4;
	width: 594px;
	font-family: Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	color: #060D3C;
	
}

.searchmenupane {
	width: 143px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 12px;
	margin-right: 6px;
	padding-top: 0px;
}

.footergradient {
	color: #8FADB4;
	font-family: Arial, Times New Roman;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}




/* Main Menu */


.MainMenu_MenuContainer 
{
	border-top: solid 1px #8FADB4;
}

.MainMenu_MenuBar 
{
	border-top:solid 1px #8FADB4;
}

.MainMenu_MenuItem
{
	border-top: #060d3c 0px solid;
	font-weight: bold;
	font-size: 11px;
	filter: alpha(opcaity=80);
	cursor: hand;
	color: #ffffff;
	border-bottom: #060d3c 0px solid;
	font-style: normal;
	font-family: Arial, Tahoma, Helvetica;
	height: 18px;
	background-color: #060d3c;
}


.MainMenu_MenuIcon {
	width: 0px;
	background-color: #060D36;
	border-bottom:solid 0px #060D3C;
	border-top: solid 0px #060D3C;
}
.MainMenu_SubMenu {
	background-color: #060D3C; 
	cursor: hand; 
	filter:alpha(opacity=80);
	height: 18px;
	border-bottom:solid 0px #060D3C;
	border-top: solid 0px #060D3C;
}

.MainMenu_MenuItemSel{
	background-color: #060D3C; 
	cursor: hand; 
	color: #D6AD00; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height: 18px;
	filter: alpha(opcaity=80);
	border-bottom: solid 0px #060D3C;
	border-top: solid 0px #060d3c;
} 

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom:solid 0px #060D3C;
	border-top: solid 0px #060D3C;
	bg-color: transparent;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_RootMenuItem
{
	font-weight: bold;
	font-size: 11px;
	width: 143px;
	color: #060d3c;
	font-family: Arial;
	background-color: #e2eaf1;
	cursor: hand;
	height: 18px;
}

.MainMenu_RootMenuItem TD 
{
	font-weight: bold;
	font-size: 11px;
	width: 143px;
	color: #060d3c;
	font-family: Arial;
	background-color: #e2eaf1;
	cursor: hand;
	height: 18px;
}

.MainMenu_RootMenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	width: 143px;
	color: #ffffff;
	font-family: Arial;
	background-color: #060d3c;
	cursor: hand;
	height: 18px;
}

.MainMenu_RootMenuItemSel TD
{
	font-weight: bold;
	font-size: 11px;
	width: 143px;
	color: #ffffff;
	font-family: Arial;
	background-color: #060d3c;
	cursor: hand;
	height: 18px;
}

.MainMenu_SubMenuItemSel
{
	color: #D6AD00;
	background-color: #060D3C;
}


.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.SearchButton     {
    background: #7994CB none; 
    color: #060D3C;
    font-family:Verdana, sans-serif; 
    font-size: 7px;
    font-weight: normal;
    width: 67px;
    height: 17px;
    border: #060D3C 1px solid;   
    background-color: #D6AD00;
    align: right;
}
/* TreeView Menu */

.TreeViewMenu {
	width: 150px;
	background-color: #EFF2FE;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}


.TreeViewMenu_Header{
	background-color:#BDCBE6;
	background-image:url(mid_grad.gif);
	background-repeat:repeat-x; 
	font-size: 16px;
	border-top: 1px solid #41638B;
	border-bottom: solid 1px #41638B;
	border-right: solid 1px #41638B;
	border-left: solid 1px #41638B;
	line-height: 16px;
}


.TreeMenu_blue {
	background-color: #EFF2FE; 
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	background-repeat: repeat-x;

}

.TreeViewMenu_Text {
color: #EFF2FE;
line-height: 1em;
	
}


.Head   {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:  bold;
    color: #333333;
}


.SubHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:  bold;
    color: #333333;
}



/* -- CustomStyles -- */

.DarkBG {
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold;
}
