/* ================================
    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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}
.Tier1ColumnHeader,.Tier2ColumnHeader,.Tier3ColumnHeader
{
	color: #1B1F45; /*fe9116*/
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
}


.MainMenu_RootMenuArrow {
}

.Tier1EditItem,.Tier2EditItem,.Tier3EditItem{
	text-align: center;
	cursor: hand; 
	padding: 1px;
	background-color: #efefef;
	padding-left: 8px;
}

.Tier1EditAltItem,.Tier3EditAltItem,.Tier3EditAltItem{
	text-align: center;
	cursor: hand;
	cursor:pointer;

	padding: 1px;
	background-color: #f9f9f9;
	padding-left: 8px;
}

.Tier1ListItem,.Tier2ListItem,.Tier3ListItem{
	font-size: 11px; font-weight:normal; color:#333333;
	cursor: hand;
	cursor:pointer;

	padding: 2px;
	background-color: #efefef;
	padding-left: 8px;
	
}
.Tier1RMASearchHeader,.Tier2RMASearchHeader,.Tier3RMASearchHeader
{
	color: #0c3244; /*fe9116*/
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	padding: 3px;
	background-color: #999999;	
}
 

.Tier1RMAListItem, .Tier2RMAListItem, .Tier3RMAListItem
{
	font-weight: normal;
	font-size: 11px;
	/*cursor: pointer;*/
	color: #333333;
	/*padding: 3px;*/
	background-color: #fbfbfb;
}

.Tier1RMAListItemOver{
	font-size: 11px; font-weight:normal; color:#333333;
	cursor: hand;
	/*cursor:pointer;*/
	/*padding: 3px;*/
	background-color: #c5dbe9;
}

.Tier1ListItemHover, .Tier2ListItemHover, .Tier3ListItemHover
{
	
	font-weight: normal;
	font-size: 11px;
	/*cursor: pointer;*/
	color: #333333;
	padding: 3px;
	background-color: #dddddd;
}

.Tier1RMAListAltItem,.Tier2RMAListAltItem,.Tier3ListAltItem{
	font-size: 11px; font-weight:normal; color:#333333;
	/*cursor: hand;
	cursor:pointer;*/

	/*padding: 3px;*/
	background-color: #efefef;

}
.ListXTabSpecial{cursor:hand;cursor:pointer;background:#999999; padding:5px; margin:1px; color: #FbFbFb; font-family: arial; font-size: 11px; text-decoration:none; float:left;color: #FFFFFF;display:table;}
.ListXTabSpecialH{cursor:hand;cursor:pointer;background:#CCCCCC; padding:5px; margin:1px; color: #FbFbFb; font-family: arial; font-size: 11px; text-decoration:none; float:left;color: #FFFFFF;display:table;}

.EditItem{
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-top:1px solid #efefef;
}

a.SortLink:link, a.SortLink:Active, a.SortLink:visited{
	color:#FFFFFF;
}

a.SortLink:hover{
	color:#efefef;
}


/* == CSS styles from Round2
			Author: Ben Kutil
			email:	ben@round2communications.com
   =================================================================== */

body#body
{
	/*margin: 0; -- edited by DP - Bi4ce*/
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}

#body p
{
	margin: 0 0 1.3em 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}

#body td
{
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}

#body h1
{
	display: block;
	font-size: 21px;
	line-height: 1.1;
	color: #666;
	font: "Helvetica Condensed", "Helvetica Neue Condensed";
	font-weight: normal;
	border-bottom: 1px solid #828282;
}

#body h1 .current
{
	color: #ed1c24;
}

#body h2
{
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#body ul li
{
	margin: 0 0 1.3em 0;
	font-size: 12px;
	line-height: 18px;
}

/* == remove dpheader
   =================================================================== */
.head, .Head
{
	display: none;
}


/* == project
   =================================================================== */
	div.project
	{
		margin:0 0 25px 0;
		padding:10px;
	}
	
		div.project h2
		{
			margin:0;
			font-weight:bold;
		}
		
			div.project h2 span
			{
				font-weight:normal;
				color:#666;
			}
		
		
	div.new
	{
		background:#eee;
	}
