/* 
================================
Skin styles for DotNetNuke
================================
*/   
/*
	Color defs:
	#8F93C6		: Background;
	#393B4F 	: Font-normal / border;
	#73779E		: Font-hover;

	#555875		: Button background color;
	#303242		: Button border color;
*/

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	width:220px;
	background: #8F93C6;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	width: 220px;
	height: 30px;
	background:url('Images/button.gif') #8F93C6 no-repeat;
	font-family: verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #393B4F;
	border-bottom: solid 1px #8F93C6;
	border-top: solid 1px #8F93C6;
	cursor:pointer;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_SubMenu {
	width: 220px;
	height: 30px;
	background:url('Images/button.gif') #8F93C6 no-repeat;
	font-family: verdana;
	font-weight: bold;
	font-size: 9pt;
	z-index: 1000; 
	cursor: pointer; 
	filter:none;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuItemSel {
	width: 220px;
	height: 30px;
	color: White;
	background:url('Images/buttonhover.gif') #8F93C6 no-repeat;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	cursor:pointer;
}
.MainMenu_MenuArrow 
{
	display:none;
}
.MainMenu_RootMenuArrow 
{
    display: none;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
/*	
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
*/
}
.TreeViewMenu_Header {
/*	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);*/
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}




body
{
	margin-top: 10px;
	background: #8F93C6;
	color: #393B4F;
	font-family: Times New Roman;
	font-size: 13pt;
}

div{
	font-family: Times New Roman;
	font-size: 13pt;
	color: #393B4F;
}

a
{
	font-weight:bold;
	font-size: 9pt;
	text-decoration:none;
	color: #393B4F;
}

span.Normal{
	font-family: Times New Roman;
	font-size: 13pt;
	color: #393B4F;
}

a.webmaster{
	font-family: Times New Roman;
	font-size: 8pt;
	color: #393B4F;	
}
a.webmaster:hover{
	font-family: Times New Roman;
	font-size: 8pt;
	color: #393B4F;	
}
div.webmaster
{
	margin-top: -25px;
	margin-left: -15px;
	font-family: Times New Roman;
	font-size: 8pt;
	color: #393B4F;	
}
a.linkDocument{
	display: block;
	background: url('images/msword.jpg') no-repeat;
	padding: 3px 0px 0px 35px;
	height: 28px;	
	text-decoration: underline;
}

table.MainContainer{
	margin: auto;
	width: 700px;
}
tr.rowHeader{
	width: 700px;
	height: 239px;
	vertical-align: top;
}
div.headerLeft{
	width: 300px;
	height: 239px;
	border: solid 1px #393B4F;
	background: url('Images/header.jpg');
}
div.headerRight{
	width: 390px;
	padding: 0px 0px 0px 5px;
	margin-top: 2px;
	float:left;
}
div.solpartmenu span{
	width: 100%;
	margin-bottom: -19px;
}
div.menubutonsleft{
	width: 220px;
	float:left;
}
div.aboutus{
	position: absolute;
	left:390px;
	width: 100px;
	z-index: 9001;
}
div.content{
	width: 700px;
	float: left;
}
img.button{
	border: 0;
}
img.imgbolinda{
	text-align:right;
	border: solid 1px #393B4F;
	margin-left: 5px;
}
img.imglittleangel{
	text-align:right;
	border: solid 1px #393B4F;
	margin-left: 5px;
}
div.solpartmenu{
}
div.loginbutton{
	width: 220px;
	height: 30px;
}
a.loginCssClass
{
	display:block;
	width: 220px;
	height: 30px;
	background:url('Images/button.gif') #8F93C6 no-repeat;
	padding-top: 7px;
	padding-left: 9px;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	color: #393B4F;
}
a.loginCssClass:link
{
	color: #393B4F;
}
a.loginCssClass:visited
{
	color: #393B4F;
}
a.loginCssClass:hover
{
	width: 220px;
	height: 30px;
	background:url('Images/buttonhover.gif') #8F93C6 no-repeat;
	color:White;
	text-decoration:none;
}
div.signature{
	font-family: Times New Roman;
	font-size: 13pt;
	color: #393B4F;
}
div.FooterImage{
	width: 552px;
	height: 118px;
	background: url('Images/angels.gif') no-repeat;
}
div.languages
{
	float: right;
}
