/* ================================
    CSS STYLES FOR DotNetNuke - portal.css
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

Body
{
/*font-family: Tahoma, Arial, Helvetica; */
font-family: Tahoma, Arial, Helvetica;

color: #000000;
text-align: left;
}


/* 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 */

P {
font-family: Tahoma, Arial, Helvetica;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

.Normal
{
font-family: Tahoma, Arial, Helvetica;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

/* 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-family: Tahoma, Arial, Helvetica;
font-size: 16pt;
font-weight: normal;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

H2  {
font-family: Tahoma, Arial, Helvetica;
font-size: 14pt;
font-weight: normal;
text-decoration: none;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

H3  {
font-family: Tahoma, Arial, Helvetica;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

H4, DT  {
font-family: Tahoma, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

H5  {
font-family: Tahoma, Arial, Helvetica;
font-size: 8.5pt;
font-weight: bold;
text-decoration: none;
line-height: 1.4em;
color: #000000;
text-align: left;
margin: 0px;
padding: 0px;
}

TFOOT, THEAD    {
}

TH  {
}

/*** TP changed link style to blue underlined 29-09-08 ***/

A:link  {
font-family: Tahoma, Arial, Helvetica;
font-weight: normal;
text-decoration: underline;
font-size: 10pt;
color: blue;
text-align: left;
margin: 0px;
padding: 0px;
}

A:visited   {
font-family: Tahoma, Arial, Helvetica;
font-weight: normal;
text-decoration: underline;
font-size: 10pt;
color: blue;
text-align: left;
margin: 0px;
padding: 0px;
}

A:active    {
font-family: Tahoma, Arial, Helvetica;
font-weight: normal;
text-decoration: underline;
font-size: 10pt;
color: #a52a2a;
text-align: left;
margin: 0px;
padding: 0px;
}

A:hover {
font-family: Tahoma, Arial, Helvetica;
font-weight: normal;
text-decoration: underline;
font-size: 10pt;
color: blue;
text-align: left;
margin: 0px;
padding: 0px;
}

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 {
}

/* ================================
    changed login/reg link behaviour to underline (was overline)
    all changes below by tp 22-07-2008
   ================================
*/

a.LoginUser:hover{
	font-family:Verdana,Arial,Sans serif;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

/* Style for solpart menu box */
.Menu {
	background-image: url(gradient_DkRed.jpg); height:30px;
	background:transparent;
	border-top:1px solid #a52a2a;
	border-bottom:1px solid #a52a2a;
	border:1px solid #a52a2a;
	margin-top:10px;
	margin-bottom:10px;
}

/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #f8f4ef; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #a52a2a;
	font-family:Verdana,Arial,Sans serif;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}

/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #444;
	font-weight: bold;
	
	padding:0 8px 0 6px;
}

a.LegalLinks:hover {
	font-family:Verdana,Arial,Sans serif;
	font-size:10px;
	color:#444;
	font-weight:bold;
	text-decoration:underline;
}

/* changes by tp aug 15 2008 */

/* Master Wrapper for skin_warm */
#MasterWrapper_Warm {
	margin-top:0;
	margin-bottom:0;
	width: 770px;
	height: 100%;	
	background-color: #ffffff; /*#F8F4EF; */
                border-top:1px solid #a52a2a;	
                border-left:1px solid #a52a2a;
	border-right:1px solid #a52a2a;
	border-bottom:1px solid #a52a2a;

}

/* Pretty content boxes */
.RightLinkWrapper {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%; 
	height: auto;

}

.RightLinkSummaryWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* width: 110px; */ /* commented out by AM 17072007 21:22 */
	height: auto;
}

.RightLinkThumb {

	width: 72px;
	margin: 0px 5px 0px 0px;
	padding: 0;
	float: left;
	height: auto;
}

.RightLinkSummaryTitle {
	margin:0px 0px 3px 0px;
	padding:0px;
	letter-spacing: normal;
	width: 100%;
	text-align:left; 
	font-size: 120%;
	font-weight: bolder;
	color: #006;
	text-transform: none;
	line-height: 1.1;
}

.RightLinkSummaryType {
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;
	font-color: 3366cc;
	text-align: left;
	width: 100%;
	letter-spacing: 1px;
	line-height: 1.1;
	margin: 0px;
	padding: 0px;
}

.RightLinkSummary {

	font-size: 85%;
	font-weight: normal;
	font-color: #000;
	text-align: left;
	line-height: 1.1;
	width: 100%; /* Added by AM 17072007 21:25 */
	margin: 0px;
	padding: 0px;
	text-transform: none;
	letter-spacing: normal;
}

.ReadMore {

	font-size: 85%;
	font-weight: normal;
	color: #c00;
	letter-spacing: normal;
}

