/* ================================
    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
{
}
p {
	line-height: 1.5em;

}

p.boxtext {
	font-size: .9em;
}

p.boxlink {	padding-top:.75em;
			padding-bottom;0px;}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL   {
	margin-left: 0px;
	padding-left: 0px;

}

UL LI   
{ 	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	margin-left: 2px;
	padding-left: 15px;
	background-position: left 6px;
}

UL LI LI    {
}

UL LI LI LI {
}

OL {
	margin-left: 5px;
	padding-left: 5px;
	
	}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Homepage */
ul.home_news li {font-size:.9em; line-height:1.4em; background-position: left 4px; padding-bottom:.5em}

/* Blog stuff */
.blog_passport {padding-right:5px; margin-right:10px;}

/* News stuff */

p.newsdate {
padding-bottom:5px;
padding-top:5px;
margin-bottom:0px;
font-size:.8em;

}


ul#newslist li {margin-bottom:8px;}

p.homepagenews {padding-bottom: 10px; line-height: 1.3em; font-size: 0.9em}

/*quotation*/

p.quotation {
	font-size:12px;
	colour: rgb(128, 128, 128);
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;	
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


p.source {font-size:.9em;}

/*biog*/

span.jobtitle {font-size: 9pt; font-style: italic;}
div.biog p.likes {margin-top:5px;}

div.biog {
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;

	padding-top:10px;
	padding-bottom:15px;
	width: 100%;
	float: left;
		margin-bottom: 7px;
}

div.biog img {
	border: 5px;
	border-style: solid;
	border-color: #E5E5E5;
	margin-right:15px;
	display: block;
	height: 105px;
	width: 123px;

}

div.biog h3 {
	margin-top:0px;
	margin-bottom:5px;
	padding-left:0px;
	padding-top:0px;
	display: block;
	margin-right: 0px;
	margin-left: 150px;
}

div.biog p {
	padding-bottom:0px;
	margin-bottom:5px;
	display: block;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

p.emailadd {font-size:9pt; padding-top:5px;}


