BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
P, TD {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	}
	
.footer {
color:#666666;
font-size:10px;
font-family: Tahoma, Verdana, Arial, sans-serif;
text-align:right;
}
.LeftPane  {
	margin-right: 4px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.ContentPane  {
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.RightPane  { 
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
}

.TopPane  { 
}

.BottomPane  { 
}

.SkinObject {
    font-weight: bold;
    color: #336600;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#336600;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#336600;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FF6600;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#0066FF;
}

A:link { 
  text-decoration: none; 
}
A:visited{
  text-decoration: none; 
}

A:hover { 
  text-decoration: underline; 
  color:#0066FF;
}

FORM {
	display: inline;
}

h1{
 font-family: Tahoma, Verdana, Arial, sans-serif;
 margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #336600;
  padding:0px;
}
h2{
 font-family: Tahoma, Verdana, Arial, sans-serif;
 margin:0px;
  font-size: 14px;
  font-weight: bold;
  color: #336600;
    padding:0px;
}
TR.header {
  background: #ffffff;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* MainMenu Options */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	background: Transparent;
	cursor: hand; 
	color: #336600; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
		border: 0;
	padding: 2px 10px 3px 5px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 100;
	cursor: hand;
	cursor: hand;
	background-color: #f6f6f6;
	filter:none;
	border: 1px solid #336600;
	margin-top: 0px;
	padding: 0px;
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	cursor: hand; 
	color: #0066FF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background: transparent;
	border: 0;
	padding: 2px 10px 3px 5px;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: transparent; 
	height: 3px;
	display: none;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 14pt;
	cursor: hand;
	cursor: hand;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	display: none;
	color: #0066FF;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 14pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/* Modules Title Tage */
/* replaced with row tags */
.Head {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #336600;
}
/* style of sub-titles on modules, edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #336600;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #336600;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
A.NormalBold:hover    {
    text-decoration:    none;
    color:#0066FF;
}
A.NormalBold:visited    {
    text-decoration:    none;
    color:#0066FF;
}

/* Controls most items placed on page by DNN */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #336600;
    text-decoration: none;
}

A.OtherTabs:link {
    text-decoration:    none;
    color:#336600;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#336600;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#FF6600;
}

A.OtherTabs:hover    {
    text-decoration:  underline;
    color:#0033FF;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #336600;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#336600;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#336600;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#FF6600;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#0033ff;
}