/* 
================================
Skin styles for DotNetNuke
================================
*/   
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3f3865;
	
}

.Normal {
color: black;
}

#menu{
text-align:center;
}

#dnn_dnnMENU_ctldnnMENU
{
text-align:center;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
	color: white;
}
.MainMenu_MenuBar {
color: white;
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #4079b8 0px solid; 
	border-bottom: #4079b8 1px solid; 
	border-top: #4079b8 1px solid; 
	border-right: #4079b8 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
color: white;
	background-color: #4079b8; 
	border-left: #4079b8 1px solid; 
	border-bottom: #4079b8 1px solid; 
	border-top: #4079b8 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
color: white;
	background-color: #4079b8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	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: #4079b8; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	border-right: #4079b8 1px solid; 
	border-bottom: #4079b8 1px solid; 
	border-top: #4079b8 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: x-small;
   font-weight: normal;
}

.Head {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight:  bold;
   color: #3f3865;
}


#bottleft { 
background-image: url(imgs/tilefade.jpg); 
background-repeat: repeat-x; 
background-position: bottom; 
border-right: 1px dotted #3f3865;
border-top: 1px dotted #3f3865;
}

#dnn_topright_div {
	height: 250px;	
}


#bottright {
	background-image: url(imgs/tilefade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px dotted #3f3865;
}

#dnn_dnnPRIVACY_hypPrivacy {
	color: Black;
	font-size: xx-small;
}

#dnn_dnnTERMS_hypTerms {
	color: Black;
	font-size: xx-small;
}

#dnn_dnnLOGIN_hypLogin  {
	color: Black;
	font-size: xx-small;
}

#dnn_dnnCOPYRIGHT_lblCopyright    {
	color: Black;
	font-size: xx-small;
}
#footnotes    {
	color: Black;
	font-size: xx-small;
}

#footnotes a:link {
	color: black;
	font-size: xx-small;
}
#footnotes a:visited {
	color: black;
	font-size: xx-small;
}

#footnotes a:hover {
	color: red;
	font-size: xx-small;
}


.dtMain {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3865;
	margin-right: 10px;
	margin-bottom: 20px;
}

.dtMain Caption { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #3f3865; padding: 6px; border-top: 1px solid #ece9d8; border-right: 1px solid #aca899; border-left: 1px solid #ece9d8; border-bottom-style: solid; border-bottom-width: 1px; }

.dtAltRow td {
	padding: 6px;
}

.dtEditRow {
	
}

.dtEmptyData {
	
}

.dtFooter {
	
}

.dtHeader, .dtHeader * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #3f3865;
	color: white;
	padding: 6px;
}

.dtPager {
	
}

.dtRow td {
	padding: 6px;
}

.dtSelRow {
	
}


