/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
}
/* 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 */
.Normal {
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}
.NormalRed {
}
.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 {
}
A.CommandButton:visited {
}
A.CommandButton:active {
}
A.CommandButton:hover {
}
/* GENERIC */
H1 {
}
H2 {
}
H3 {
}
H4 {
}
H5, DT {
}
H6 {
}
TFOOT, THEAD {
}
TH {
}
A:link {
}
A:visited {
}
A:active {
}
A:hover {
}
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 */
.MenuItem {
	cursor: pointer;
	cursor: hand;
	text-align: Left;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #ffffff;
	padding: 5px;
}
.RootMenuItem {
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #ffffff;
	font-weight:normal !important;
	height:31px;
	text-indent: 9px !important;
}

.RootMenuItem td{
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #ffffff;
	font-weight:normal !important;
	height:31px;
	text-indent: 9px !important;
}


.RootMenuItemSel {
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #980001;
	height:31px;
	font-weight:normal !important;
	text-indent: 9px !important;
	text-decoration: none;
	background: none;
	background-image:url(/Portals/0/Skins/Acompli2010/images/navi_on.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

.RootMenuItemSel td{
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #980001;
	height:31px;
	font-weight:normal !important;
	text-indent: 9px !important;
	*text-indent: 15px !important;
	text-decoration: none;
	background: none;
	background-image:url(/Portals/0/Skins/Acompli2010/images/navi_on.gif);
	background-position:left top;
	background-repeat: no-repeat;
}
.RootMenuItemActive {
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #980001;
	height:31px;
	font-weight:normal !important;
	text-indent: 9px !important;
	*text-indent: 10px !important;
	text-decoration: none;
	background: none;
	background-image:url(/Portals/0/Skins/Acompli2010/images/navi_on.gif);
	background-position:left top;
	background-repeat: no-repeat;
}
.SubMenuItem {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: normal !important;
	text-align: left !important;
	border: none !important;
}
.SubMenuItemSel {
	background: none;
	cursor: pointer;
	cursor: hand;
	color: #980001 !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
	font-style: normal;
	border: none !important;
	padding: 5px;
}
.SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color:#eb402b;
	border: none !important;
}
.Separator img, .Separator * {
	background:none;
	border:none;
}
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
body {
	background-color: #e0e0e0;
	background-image: url(/Portals/0/Skins/Acompli2010/images/bg.jpg);
	background-position:center top;
	background-repeat: repeat-x;
}
body p, body .HTMLTEXT td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	line-height: 1.7;
}
body a, body a:visited, body a:active, body a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #c92f30;
	font-weight: normal;
	text-decoration: none;
}
body a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
/*.HTMLTEXT, .HTMLTEXT .Normal, .HTMLTEXT P
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.7;
}
*/
P {
	padding:0;
	margin:0;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #c92f30;
	font-weight: normal;
	text-decoration:none;
}
a, a:link, a:visited {
	color: #c92f30;
}
a:hover {
	color: #c92f30 !important;
	text-decoration:underline !important;
}
.footer, .footer:link, .footer:visited, .footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !Important;
	color: #999999;
}
.footer:hover, .footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !Important;
	color: red !Important;
}
.feedBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	color:white;
	padding:10px;
}
.accessdenied
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	color:red;
	padding:10px;
}
.rsstitle, .rsssource, .rssdate , .rssarticle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	line-height:1.5;
}
.rsssource {	color:white;
}
.rssdate { 	color:white;
}
.rssarticle { 	color:white;
}