body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}

A:link  {
    text-decoration:    none;
    color:  #660033;
}

A:visited   {
    text-decoration:    none;
    color:  #660033;
}

A:active    {
    text-decoration:    none;
    color:  #660099;
}

A:hover {
    text-decoration:    underline;
    color:  #CC3366;
}

.table3 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.table3 td {
	color: #003366;
	margin: 0;
	padding:5;
}
.table3 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccddee;
	text-align:left;
	height: 25px;
	vertical-align: middle;
}

.table3 {
	background-color: #FFFFFF;
	border: 1px solid #c9b096;
}
.table3 td {
	color: #333333;
	margin: 0;
	padding:5;
}
.table3 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8c7b2;
	text-align:left;
	height: 25px;
	vertical-align: middle;
}

.listtable {
	background-color: none;
}
.listtable td {
	color: #333333;
	margin: 0;
	padding:5;
	font-size:12px
}
.listtable th {

}

.inputtable {
	background-color: none;
}
.inputtable td,.inputtable input,.inputtable select,.inputtable textarea {
	font:Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left:5px;
	padding-right:5px;
	font-size:12px
}
.inputtable th {
	padding-left:5px;
	padding-right:5px;
}

h1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 160%;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
	bottom: 5px;

}
h2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 140%;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
}
h3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 120%;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
}
h4 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 100%;
	FONT-STYLE: normal;
	FONT-WEIGHT:bold;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
}
h5 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 800%;
	FONT-STYLE: normal;
	FONT-WEIGHT:normal;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
}
h6 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 80%;
	FONT-STYLE: normal;
	FONT-WEIGHT:normal;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
}

hr {
	border: 1px dotted #CC9966;
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/ 

.ControlPanel {
    width: 100%;
    background-color: #FFFFFF;
    BORDER: #666666 1px solid; 
}

.SkinObject {
    font-weight: normal;
    font-size: x-small;
    color: #333333;
    font-family:  Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
	font-weight: bold;
    color:#660033;
}
A.SkinObject:visited  {
    text-decoration:    none;
	font-weight: bold;
    color:#660033;
}
A.SkinObject:active   {
    text-decoration:    none;
	font-weight: bold;
    color:#990066;
}
A.SkinObject:hover    {
    text-decoration:    none;
	font-weight: bold;
    color:#CC3366;
}
/* style for module titles */
.Head   {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: small;
	color:#660033;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	LIST-STYLE: square none inside;
	text-indent: 0px;
}

/* style of item titles on edit and admin pages */
.SubHead    {

	COLOR: #660033;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {

	COLOR: #CC3366;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: x-small;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	LIST-STYLE: square none inside;
	margin: 0px;
	padding: 0px;
}

/* text style used for most text rendered by modules */

.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	color: #333333;
	LIST-STYLE: square none inside;
}
P
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	color: #333333;
	LIST-STYLE: square none inside;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
	color: #333333;
	LIST-STYLE: square none inside;
}

/* text style used for error messages */
.NormalRed
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	color: #333333;
}

/* styles used by TreeMenu Skin Object */
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration: none;
    color: #660033;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #660033;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #990066;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #CC3366;
}

/* styles used in the FileManager */
.FileManager
{
	border: #666666 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: #666666 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #666666 1px solid;
	background-color: #FFFFFF;
	margin: 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #666666 1px solid;
	background-color: #FFFFFF;
	margin: 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family:  Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family:  Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family:  Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family:  Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #660033;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #660033;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #990066;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #CC3366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 80%;
	width: 180px;
	color: black;
	font-family:  Arial, Helvetica, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 80%;
	color: black;
	font-family:  Arial, Helvetica, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: x-small;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family:  Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #660033;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #660033;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #660099;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #CC3366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: x-small;
	background: #dddddd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

TFOOT, THEAD    {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  small;
    color: #003366;
}

TH  {
	text-align:left;
}

SMALL   {
    font-size:  xx-small;
}

BIG {
    font-size:  small;
}

BLOCKQUOTE, PRE {
    font:Arial, Helvetica, sans-serif
}

UL {
	margin-left:5px;
	font-size:  x-small;
}

UL LI {
	list-style-type:  square;
}

UL LI LI    {
    list-style-type:  disc;

}

UL LI LI LI {
    list-style-type:  circle;
}

OL {
	margin-left:5px;
	font-size:  x-small;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {

}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}
	
.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: Transparent;
	background-image: url(bg_menu.gif);
}
.MainMenu_MenuBar {

}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-width: 0 0 1 0;
	border-color: #c39933;
	border-style: solid;
	height: 21;
}
.MainMenu_MenuIcon {
	display:none;
	height: 21;

}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer;
	cursor: hand;
	background-color: #A77857;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border:none;

}
.MainMenu_MenuBreak {
	border:none;
	background-color: none; 
	height: 0px;

}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
	border:0px white solid;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-width: 0 0 1 0;
	border-color: #c39933;
	border-style: solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.rootmenu{
	background-color: #A77857;
	background-image:  url(bg_menu.gif); 
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height:35px;
}
.rootmenuitemselected{
	background-color: #A77857;
	background-image:  url(bg_menu1.gif); 
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height:35px;		
}
.rootmenuitembreadcrumb{
	background-color: #A77857;
	background-image:  url(bg_menu1.gif); 
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height:35px;
}

.submenu{
	background:#a77857;
}
.submenuitem{
	background:#c39933;
		
}
.submenuitemselected{
	background:#c39933;
		
}
.submenuitembreadcrumb{
	background:#c39933;	
	
}