body {
	margin: 0px;	
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

td, th, table, input, select, textarea {
	font-size: 8pt;
}

h1 {
	font-size: 1.8em;
	color: #492F92;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 3px;
}

a {
	color: #492F92;
}

h1 span {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	color: #888888;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

h4{
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
}

.purplehead {
	color: white;
	background: #492F92;
	font-weight: bold;
	padding: 3px;
}

.orangehead {
	color: white;
	background: #ff6600;
	font-weight: bold;
	padding: 3px;
}

div.pmenu ul {
	padding: 0px;
	margin: 0px;
/*	padding-left: 15px;*/
	list-style: none;
}

div.pmenu li {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	background-image: url(dash.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	
}
div.pmenu li.expand {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	background-image: url(minus.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
}
div.pmenu li.collapse {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	background-image: url(plus.gif);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
}


li p.lij {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}


form {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}


.dghead {
	padding: 2px;
	color: white;
	background: #999999;
	font-weight: bold;
}

.dghead a {
	color: #ffffff;
}

a.button {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid #9933cc;
    border-left: 1px solid #9933cc;
    border-right: 1px solid #330066;
    border-bottom: 1px solid #330066;
    background: #492F92;
}

.rightmenu
{
	cursor: pointer; 
	cursor: hand; 
	color: #492F92; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none;
	font-style: normal; 
	background-color: #ffffff;
	font-family: Arial, Tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}


/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 99%;
/*		height: 100%;	*/
	background-color: #ffffff; 
	margin-left: 5px;
	margin-right: 5px;	
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	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; 
}
.skinheader {
}
.skingradient {
	height:22px;
	width: 100%;	
	background-color: #e5e5e5;	
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 20px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 20px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 20px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}





.main_dnnmenu_container {
	background-color: #e5e5e5; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #e5e5e5;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #492F92; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #e5e5e5;
	font-family: Arial, Tahoma; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #492F92; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none;
	font-style: normal; 
	background-color: #e5e5e5;
	font-family: Arial, Tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #e5e5e5;
	color: #ff6600; 	 
}

.main_dnnmenu_itemhover td {  
	background-color: #e5e5e5; 
	color: #ff6600; 	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.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: Arial, Tahoma;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


