/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:active
{
}

A.OtherTabs:hover
{
}

/* GENERAL */
/* style for module titles */
.Head
{
}

/* style of item titles on edit and admin pages */
.SubHead
{
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
}

/* text style used for most text rendered by modules */
		/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	background-color:#666666;
	border:1px solid #FF0000;
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color:#000;
}

A.CommandButton:visited
{
	color:#000;
}

A.CommandButton:active
{
	color:#000;
}

A.CommandButton:hover
{
	color:#000;
}

/* GENERIC */
H1
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size:24px;	
}

H2
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size:24px;	
}

H3
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size:18px;
}

H4
{
	color: #fff;
	text-decoration: none;
        font-weight: bold;
}

H5, DT
{      
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

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
{
}

/* style of item titles by Announcements and events */
.ItemTitle
{
}

/* 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
{
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuItem
{
}

.MainMenu_MenuIcon
{
}

.MainMenu_SubMenu
{
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuItemSel
{
}

.MainMenu_MenuArrow
{
}

.MainMenu_RootMenuArrow
{
}

.Orient_SXMenuFull
{
	font-weight: normal;
	color: #990000;
	background-color: #E6E6E6;
	text-decoration: none;
}

.Orient_SXMenuFull .Orient_SXMenuItem
{
	padding:3px 0px 4px 4px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
}
.Orient_SXMenuFull .Orient_SXMenuItem a:link, .Orient_SXMenuFull .Orient_SXMenuItem a:visited
{
	color:#990000;
	text-decoration:none;
}
.Orient_SXMenuFull .Orient_SXMenuItem a:hover
{
	color:#CC0000;
	text-decoration:none;
}

.Orient_SXMenuContainer
{
	padding-left: 25px;
	background-image: url("leftmenu-spacer.jpg");
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}

.Orient_SXMenuContainer .Orient_SXMenuItem
{
	padding:2px 0px 3px 0px;
}

.Orient_SXMenuContainer .Orient_SXMenuItem a:link, .Orient_SXMenuContainer .Orient_SXMenuItem a:visited
{
	color:#333333;
	text-decoration:none;
}
.Orient_SXMenuContainer .Orient_SXMenuItem a:hover
{
	color:#CC0000;
	text-decoration:none;
}
.Orient_SXMenuActive
{
	color:#CC0000;
}

.cat-style
{
	width:200px;
	display:block;
	color:#333333;
	background-color:#E6E6E6;
	padding:3px 0px 3px 2px;
}
.link-item-style
{
	width:100%;
	color:#333333;
}

.leftmenu-level0, .leftmenu-level1, .leftmenu-level2
{
	padding:3px 0px 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	font-weight: normal;
}

.leftmenu-level0 h1, .leftmenu-level0 h2,.leftmenu-level1 h2, .leftmenu-level1 h3
{
	margin:2px 0px 2px 0px;
}

.leftmenu-level0
{
	color: #990000;
	background-color: #E6E6E6;
}

.leftmenu-level0 a:link,.leftmenu-level0 a:visited
{
	color: #990000;
	text-decoration:none;
}

.leftmenu-level0 a:hover
{
	color:#CC0000;
	text-decoration:none;
}

.leftmenu-level1
{
	padding-left: 25px;
	background-image: url("leftmenu-spacer.jpg");
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	color:#333333;
}

.leftmenu-level1 a:link, .leftmenu-level1 a:visited
{
	color:#333333;
	text-decoration:none;
}

.leftmenu-level1 a:hover
{
	color:#CC0000;
	text-decoration:none;
}

.leftmenu-level2
{}

.contentpane h1
{
	font-weight: bold;
	color: #990000;
}


.contentpane h2
{
	color: #990000;
	font-weight:bold;
	margin-bottom: 7px;
	margin-top:7px
}

.contentpane h3
{
	font-weight: bold;
	color: #0066CC;
}

.lsnoimage{
	list-style:none;
	margin-left: 0px;
}

.lsnoimage li{
	padding-left: 8px;
}

.redcolor{
	color:#990000;
}

.brefinfo
{
	color: #666666;
	text-decoration: none;
    font-weight: bold;
}


.brefinfo a:link, .brefinfo a:visited
{
	color: #666666;
	text-decoration: none;
    font-weight: bold;
}
.brefinfo a:hover
{
        color: #CC9900;
}
.readmore a:link, readmore a:visited
{
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
	background:url(../images/red_arrow.gif) right no-repeat;
	padding-right:8px;
}

.readmore a:hover {
	font-weight: normal;
	color:#FF6600;
	text-decoration: none;
}
.linkpage
{
	color: #fff;
	text-decoration: none;
}
.linkpage a
{
	color: #fff;
	text-decoration: none;
}
a.linkmenu:link
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.linkmenu:hover
{
	font-weight: normal;
	color: #996600;
	text-decoration: none;
}

#mainmenu{
	padding: 4px 0px 4px 0px;
	background-color:#333333;
	white-space:nowrap;
	width:1000px !important ;
	height: 27px;
}
#mainmenu .DNNAlignright{
	text-align: right;
	float: right;
	margin-right: 25px;
}
#mainmenu a:link, #mainmenu a:visited
{
	text-transform:uppercase;
	padding-right: 12px;
	font-size:17px;	
	color:#cccccc;
	text-decoration:none;
}
#mainmenu a:hover, #mainmenu a:active
{
	color:#FFF;
}
.active-link
{
	color:#891e1e !important;
}
