/* ================================
    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-image: url('Skins/intellica/bg_body.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

/* background/border colors for the selected tab */
.TabBg {
}

.cellHeader  { 
	background-image: url('Skins/intellica/bg_header_circles.jpg');
	background-repeat: no-repeat;
	background-position: top right;	
}

#dnn_ContentPane { 
	width: 				560px;

	margin: 			0px;
	padding: 			0px 5px 30px 10px;

	vertical-align:		top;
	
	background-color:	#D3E4D3;
	
	border: 1px solid #FFFFFF;
	border-right: none;
	border-left: none;
}

#dnn_ContentPane  .moduleHead {
	background-image: url('Skins/intellica/bg_module_header.gif');
	background-repeat: no-repeat;
	background-position: bottom left;	
	
	margin: 0px;
	padding: 20px 0px 10px 50px;
	
	
	font-size:		13px;
	font-weight:	bold;
	color:			#000000;
}

#dnn_RightPane  { 
	width: 				200px;

	margin: 			0px;
	padding: 			0px 5px 180px 10px;

	vertical-align:		top;
	
	background-color:	#CCDDDD;
	
	background-image: url('Skins/intellica/bg_rightCol_circles.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
	
	border: 1px solid #FFFFFF;
	border-right: none;

}

#dnn_RightPane  .moduleHead {
	border-bottom: 1px solid #FFFFFF;

	margin: 0px;
	padding: 22px 0px 5px 0px;
	
	font-size:		11px;
	font-weight:	bold;
	color:			#005555;
}

#dnn_ContentPane p, #dnn_RightPane p  { 
	line-height: 18px;
	margin: 0px 0px 18px 0px;
}

#dnn_ContentPane ul, #dnn_RightPane ul, #dnn_ContentPane ol, #dnn_RightPane ol   { 
	line-height: 18px;
}

.moduleControls {
	width: 1px;
}

.moduleHead {
	width: 99%;
}
.cellNavigation {
	border-bottom: 1px solid #FFFFFF;
}


.cellFooter {
	border-top: 4px solid #005555;
	font-size: 11px;
	font-weight: normal;

    font-family: Tahoma, Arial, Helvetica;	
	
	
	padding: 5px 10px 20px 10px;
}

.SkinObject, .SkinObject:link, .SkinObject:visited, .SkinObject:active, .SkinObject:hover  {
	font-size: 11px;
    text-decoration: none;
    color:#005555;
	font-weight: normal;
}

.SkinObject:hover {
   text-decoration: underline;
}

/* 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  {
	font-size:		17px;
	font-weight:	bold;
	color:			#227722;

	margin: 17px 0px 5px 0px;
	padding: 0px;
	
}

H2  {
	font-size:		15px;
	font-weight:	bold;
	color:			#227722;

	margin: 15px 0px 3px 0px;
	padding: 0px;

}

H3  {
	font-size:		13px;
	font-weight:	bold;
	color:			#222222;

	margin: 13px 0px 1px 0px;
	padding: 0px;

}

H4  {
	font-size:		11px;
	font-weight:	bold;
	color:			#227722;

	margin: 0px;
	padding: 0px;
}

H5, DT  {
	font-size:		11px;
	font-weight:	bold;
	color:			#000000;

	margin: 0px;
	padding: 0px;

}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #005555;
	font-weight: bold;
}

A:visited   {
	color: #005555;
	font-weight: bold;
}

A:active    {
	color: #227722;
	font-weight: bold;
}

A:hover {
	color: #227722;
	font-weight: bold;
}


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 {
}