/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	/*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 
{
    background-color:#409927;
}
.skingradient {
	background-color:#ffd800;
	background-image: url(gradient-short.jpg);
	background-repeat:repeat-x;
	height:30px;
	color: #000000;
}
.skinobject 
{
    color:#000000;
}
A.skinobject:link, A.skinobject:visited
{
    color:#000000;
    text-decoration: none;
}
.controlpane 
{
    width: 100%;
    background-color: Transparent;
}
.controlpanel {
	width: 100%;
	background-color: #ccff00;
}
/*
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}*/
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-top: 6px;
	padding-right: 5px;
	height: 100%;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-top: 6px;
	padding-left: 6px;
}
/*
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
*/

.MainMenu_MenuContainer {
	background-color: #ffffff; 
	background-image: url(gradient-menu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 0px;
	width: 100%;
	height: 100px;
	border: 1px solid #409927;	
}
/* Don't need menu bar in vertical menu
=====================
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
======================
*/
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	height: 27px;
}
.MainMenu_MenuIcon {
	background-color: #FFF000; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 27px;
}
.MainMenu_SubMenu {
	background-color: #FFD800;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #409927; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 27px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: #409927;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #409927;
}

.StandardButton 
{
    background-color: #409927;
    color: #FFD800;
    font-family: verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.Head {
   font-family: Verdana, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}

.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

H1 
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #409927;
    border-bottom: solid 1px #ffd800;
}
H2
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #409927;
    border-bottom: solid 1px #ffd800;
}
H3
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #409927;
}
SPAN.DNN_ANN_Heading 
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #409927;
    border-bottom: solid 1px #ffd800;
}
.DNN_ANN_Description p 
{
    margin-top:6px;
    margin-bottom:0px;
}
DIV.DNN_ANN_Description
{
    margin-bottom:0px;
    margin-top:6px;
}
.DNN_ANN_PublishInfo
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 8px;
    font-weight: normal;
    margin-top:4px;
}
a:link, a:visited
{
	text-decoration: underline;
}
a.nounderline:link, a.nounderline:visited
{
	text-decoration:none;
}
a.nounderline:hover{
	text-decoration:underline;
}


