/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #6699CC;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #6699CC;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #6699CC;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #6699CC;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #6699CC;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #6699CC;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	text-decoration : none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	border : 1px solid #333300;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #6699CC;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #6699CC;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #6699CC;
	text-decoration : none;
}

A.CommandButton:hover    {
	color : #CCCCCC;
	text-decoration : none;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color : #6699CC;
	text-decoration : none;
}

A:visited   {
	color : #6699CC;
	text-decoration : none;
}

A:active    {
	color : #6699CC;
	text-decoration : none;
}

A:hover {
	color : #CCCCCC;
	text-decoration : none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	text-decoration : none;
	font-size : 8pt;
}

/* Menu-Styles */
/* 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 {
	width : 201px;
	background-color : transparent;
}

.MainMenu_MenuBar {
	width : 201px;
	background-color : transparent;
}

.MainMenu_MenuItem {
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.MainMenu_MenuIcon {
	background-color : #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
}

.MainMenu_SubMenu {
	border : 2px solid #333300;
	padding : 2px;
	background-color : #CCCCCC;
	filter : none;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border-right : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
}

.MainMenu_RootMenuArrow {
}

.MainBody{
	background-color : #333300;
}

.FooterTile{
	background : transparent url(images/InsideBottomTile.gif) repeat-x scroll bottom;
}

.FooterLeft{
	background : transparent url(images/InsideBottomLeft.gif) no-repeat scroll bottom left;
}

.FooterRight{
	background : transparent url(images/InsideBottomRight.gif) no-repeat scroll bottom right;
}

.WildernessHeader{
	background : transparent url(images/WildernessHeader.jpg) no-repeat scroll top;
	padding-left : 9px;
}

.SearchBground{
	background : transparent url(images/SearchBackground.gif) no-repeat scroll top left;
	padding-left : 9px;
}

.MainLeftTile{
	background : White url(images/InsideLeftTile.gif) repeat-y scroll left;
}

.MainRightTile{
	background : transparent url(images/InsideRightTile.gif) repeat-y scroll right;
}

.OutsideTopTile{
	background : transparent url(images/TopTile.gif) repeat-x scroll bottom;
}

.OutsideTopLeft{
	background : transparent url(images/TopInnerLeft.gif) no-repeat scroll bottom left;
}

.TopLeft{
	background : transparent url(images/TopLeft.gif) no-repeat scroll bottom right;
}

.LeftTile{
	background : transparent url(images/LeftTile.gif) repeat-y scroll right;
}

.RightTile{
	background : transparent url(images/RightTile.gif) repeat-y scroll left;
}

.BottomTile{
	background : transparent url(images/BottomTile.gif) repeat-x scroll top;
}

.BottomRight{
	background : transparent url(images/BottomRight.gif) no-repeat scroll top left;
}

.BottomLeft{
	background : transparent url(images/BottomLeft.gif) no-repeat scroll top right;
}

.BottomInsideLeft{
	background : transparent url(images/BottomInnerLeft.gif) no-repeat scroll top left;
}

.BottomInsideRight{
	height : 25px;
	background : transparent url(images/BottomInnerRight.gif) no-repeat scroll top right;
}

.TopInsideRight{
	height : 25px;
	background : transparent url(images/TopInnerRight.gif) no-repeat scroll bottom right;
}

.LeftTop{
	background : transparent url(images/LeftTop.gif) no-repeat scroll top right;
}

.LeftBottom{
	background : transparent url(images/LeftBottom.gif) no-repeat scroll bottom right;
}

.RightTop{
	background : transparent url(images/RightTop.gif) no-repeat scroll left top;
}

.RightBottom{
	background : transparent url(images/RightBottom.gif) no-repeat scroll bottom left;
}

.SimpleBread{
	padding-left : 42px;
	background : transparent url(images/YouAreHereTile.gif) no-repeat scroll left center;
	padding-bottom : 2px;
}

.MainPane{
	padding-left : 9px;
}

.SolpartPadding{
	padding-top : 0px;
}

.PanePadding{
	padding-left : 5px;
	padding-right : 7px;
}

.RootMenuItem TD{
	background : transparent url(images/NavButton.gif) no-repeat scroll top left;
	text-indent : 15px;
	width : 201px;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.RootMenuItemSelect TD{
	background : transparent url(images/NavButtonSelect.gif) no-repeat scroll top left;
	text-indent : 15px;
	width : 201px;
	height : 25px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.SearchStyle{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	border : 1px solid #333300;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;	
	background-color : #CCCCCC;
}

a.SearchStyle, a.SearchStyle:link, a.SearchStyle:visited, a.SearchStyle:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	border : 1px solid #333300;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;	
	background-color : #CCCCCC;
}

a.SearchStyle:hover, a.SearchStyle:focus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	border : 1px solid #333300;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;	
	background-color : #333300;
}

.WhiteDNN{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.WhiteDNN, a.WhiteDNN:link, a.WhiteDNN:visited, a.WhiteDNN:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.WhiteDNN:hover, a.WhiteDNN:focus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.DNNBlack{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.DNNBlack, a.DNNBlack:link, a.DNNBlack:visited, a.DNNBlack:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.DNNBlack:hover, a.DNNBlack:focus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.PaddingRight{
	padding-right : 10px;
}

.PaddingLeft{
	padding-left : 10px;
}

.SubMenuItemSelect{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	background-color : #333300;
}

p{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333300;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.MarginDiv{
	padding-top : 3px;
	width : 201px;
}
