/* 
================================
Skin styles for DotNetNuke -  Pestnet.org
================================
*/  

.pagemaster {
	width: 100%;
	height: 100%;	
	background: #349900;
	align: left;
}
.skinmaster {
	width: 706px;
	height: 409px;
	background-color: transparent;
	BORDER-RIGHT: #e3e3e2 0px solid; 
	BORDER-TOP: #e3e3e2 0px solid; 
	BORDER-LEFT: #e3e3e2 0px solid; 
	BORDER-BOTTOM: #e3e3e2 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
 
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	text-decoration: none;
	padding-right: 20px;
	color: #ffffff;
}

p a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
p a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
p a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
	color:#ffffff;
}

.textarea {
	background: url(splash_textbg.jpg) transparent top no-repeat;
	text-align: left;
	padding: 5px;
}

.controlpanel {
	width: 100%;
	background-color: #e8c846;
}
.menu {
	width: 194px;
	height: 490px;
	background: url(splash_menu.jpg) transparent top no-repeat;
}
.splashpict1 {
	width: 289px;
	height:217px;
	background: url(splash_pict1.jpg) transparent top no-repeat;
}
.splashpict2 {
	width: 223px;
	height:217px;
	background: url(splash_pict2.jpg) transparent top no-repeat;
}
.splashpict3 {
	width: 289px;
	height:273px;
	background: url(splash_pict3.jpg) transparent top no-repeat;
}
.enddivider {
	padding-right: 20px;
	vertical-align: center;
}

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs {
	font-weight: normal;
    font-size: 10pt;
    color: #5b5b5b;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.MediaTabs:link {
    text-decoration:  none;
    color:#ededed;
}

A.MediaTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.MediaTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.MediaTabs:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

