body 
	{ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; SCROLLBAR-FACE-COLOR: #ffffd6; PADDING-BOTTOM: 0px; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #ff9900; WIDTH: 100%; SCROLLBAR-SHADOW-COLOR: #ffcc33; SCROLLBAR-3DLIGHT-COLOR: #ffcc33; SCROLLBAR-ARROW-COLOR: #ffcc33; PADDING-TOP: 0px; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ff9900; SCROLLBAR-BASE-COLOR: #c4a720 }
.OtherTabs
	{
	display: none;
	}
div#nonscrollsection
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	}
div#scrollsection
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.IndianaButtonContainer0
{
	border-right: #ff9933 1px solid;
	padding-right: 4px;
	border-top: #ff9933 1px solid;
	padding-left: 4px;
	padding-bottom: 2px;
	border-left: #ff9933 1px solid;
	padding-top: 0px;
	border-bottom: #ff9933 1px solid;
	height: 18px;
}
.IndianaButtonContainer1
{
	border-right: #e35c2f 1px solid;
	padding-right: 4px;
	border-top: #e35c2f 1px solid;
	padding-left: 4px;
	background: #ffa320;
	padding-bottom: 2px;
	border-left: #e35c2f 1px solid;
	padding-top: 0px;
	border-bottom: #e35c2f 1px solid;
	height: 18px;
}
.IndianaButtonSeparator
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-top: 0px;
}
A.IndianaButton
{
	font-weight: normal;
	font-size: 11px;
	color: #b22222;
	font-family: Verdana, Tahoma;
}
A.IndianaButton:hover
{
	 text-decoration: none;
	 color: #b22222;
}
A.IndianaButton:visited
{
	 text-decoration: none;
	 color: #b22222;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style for the selected tab */
.SelectedTab {
    font-size: 11px;
    color: #e35c2f;
    font-family: Verdana;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #e35c2f;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #e35c2f;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #e35c2f;
}

A.SelectedTab:hover
{
	color: #e35c2f;
	text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-size: 11px;
	color: #f4cb95;
	font-family: Verdana;
	text-decoration: none;
}
A.OtherTabs:link {
    text-decoration:    none;
    color: #f4cb95;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #f4cb95;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #f4cb95;
}

A.OtherTabs:hover    
{
    text-decoration: underline;
    color: #f4cb95;
}
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #e35c2f;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #e35c2f;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 21px;
}

.MainMenu_MenuItem
{
	border-top: #f2c977 1px solid;
	font-size: 11px;
	cursor: hand;
	color: #000000;
	border-bottom: #f2c977 1px solid;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: transparent;
}

.MainMenu_MenuIcon
{
	border-top: #f2c977 1px solid;
	border-left: #f2c977 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #f2c977 1px solid;
	height: 21px;
	background-color: #f2c977;
	text-align: center;
}

.MainMenu_SubMenu
{
	border-right: #e35c2f 1px solid;
	border-top: #e35c2f 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#f2c977' , Direction=135, Strength=3);
	border-left: #e35c2f 1px solid;
	cursor: hand;
	border-bottom: #e35c2f 1px solid;
	background-color: #f2c977;
}

.MainMenu_MenuBreak {
	border-bottom: #002d96 1px solid; 
	border-left: #f2c977 0px solid; 
	border-top: #002d96 1px solid;  
	border-right: #f2c977 0px solid; 
	background-color: #f2c977; 
	height: 1px;
}

.MainMenu_MenuItemSel
{
	font-size: 11px;
	cursor: hand;
	color: #e35c2f;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color:  Transparent;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: hand; 
	border-right: #f2c977 1px solid; 
	border-bottom: #f2c977 1px solid; 
	border-top: #f2c977 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: hand;
}

A
{
	color: #e35c2f;
}
A:link;
{
	color: #e35c2f;
}
A:visited
{
	color: #e35c2f;
}
A:hover
{
	color: #ff6600;
	text-decoration: underline;
}
A:active
{
	color: #e35c2f;
}


