/* 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-color: #ffffff;
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #800000;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #800000;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #800000;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : black;
	text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #800000;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #800000;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #800000;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : black;
	text-decoration : underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #484848;
	text-decoration : none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	color : black;
	text-decoration : none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #484848; /*#484848;*/
	text-decoration : none;
}

li
{
	color : #484848;
	font-size: 9pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
	border : 1px solid #999999;
}

.NormalRed
{
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : red;
	text-decoration : none;
}

.NormalBold
{
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	color : #484848;
	text-decoration : none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #800000;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #800000;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #800000;
	text-decoration : none;
}

A.CommandButton:hover    {
	color : #eb0101;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
}

H2  {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}
A
{
	color: #00008f;
	font-weight: normal;
	text-decoration: none;
}
A:link
{
	color: #00008f;
	text-decoration: none;
}

A:visited   {
	color: #00008f;
	
	text-decoration : none;
}

A:active    {
	color: #00008f;
	
	text-decoration : none;
}

A:hover {
	color : #ff0000;
	text-decoration : none;
}

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    {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
}

/* 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 {
	height : 27px;
	background-color : transparent;
}

.MainMenu_MenuBar {
	height : 27px;
	background-color : transparent;
}

.MainMenu_MenuItem {
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	height : 20px;
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
	background-color : transparent;
}

.MainMenu_MenuIcon {
	background-color : #999999;
	border-top : 1px solid #999999;
	border-left : 1px solid #999999;
	border-bottom : 1px solid #999999;
	height : 20px;
}

.MainMenu_SubMenu {
	background-color : #999999;
	border : 1px solid #484848;
	filter : none;
	padding : 1px;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #999999;
	border-right : 1px solid #999999;
}

.MainMenu_RootMenuArrow {
}

.RaisedBground{
	background-color : #666666;
}

.RaisedShadowLeft{
	background : transparent url(images/RaisedShadowLeft.gif) repeat-y scroll top right;
}

.RaisedShadowRight{
	background : transparent url(images/RaisedShadowRight.gif) repeat-y scroll top left;
}

.RaisedLeftTile{
	background : White url(images/RaisedLeftTile.gif) repeat-y scroll top left;
}

.RaisedRightTile{
	background : transparent url(images/RaisedRightTile.gif) repeat-y scroll top right;
}

.RaisedBrownLeft{
	background : #800000 url(images/RaisedBrownLeft.gif) repeat-y scroll top left;
}

.RaisedBrownRight{
	background : transparent url(images/RaisedBrownRight.gif) repeat-y scroll top right;
}

.RaisedDarkLeft{
	background-color : #000000; /* #291606;  cm #484848 url(images/RaisedDarkLeft.gif) repeat-y scroll top left; */
}

.RaisedDarkRight{
	background-color : #000000; /* #291606;  cm transparent url(images/RaisedDarkRight.gif) repeat-y scroll top right; */
}

.RaisedGreyLeft{
	background : #999999 url(images/RaisedGreyLeft.gif) repeat-y scroll top left;
}

.RaisedGreyRight{
	background : transparent url(images/RaisedGreyRight.gif) repeat-y scroll top right;
}

.logo{
	background-color: #fbfbfb;
}

.RaisedContentPadding{
	padding-left : 3px;
	padding-right : 3px;
	background-color: #ffffff;
}

.RaisedPaddingLeft{
	padding-left : 8px;
}

.RaisedPaddingRight{
	padding-right : 8px;
}

.RaisedLogoPadding{
	padding-left : 25px;
	padding-right : 25px;
}

.RaisedDNNWhite{
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

a.RaisedDNNWhite, a.RaisedDNNWhite:link, a.RaisedDNNWhite:visited, a.RaisedDNNWhite:active {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

a.RaisedDNNWhite:hover {
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #eb0101;
	text-decoration : none;
}

.RaisedBrown{
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #800000;
	text-decoration : none;
}

.RaisedBannerPadding{
	padding-right : 8px;
}

.RaisedBrownRootItem TD{
	height : 27px;
	padding-left : 15px;
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #b9b9b9; /*#999999 */
	text-decoration : none;
	text-transform : uppercase;
	background : transparent url(images/RaisedSolpartArrow.gif) no-repeat scroll top left;
}

.RaisedBrownRootItemSelect TD{
	height : 27px;
	padding-left : 15px;
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
	text-transform : uppercase;
	background : transparent url(images/RaisedRootBrown.gif) no-repeat scroll top left;
}

.RaisedBrownSubItemSelect
{
	height: 20px;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: white;
	text-decoration: none;
	background-color: #484848;
}

p{
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #484848;
	text-decoration : none;
}
#dnn_dnnLOGIN_cmdLogin
{
	color:#eb0000;
}
#dnn_dnnUSER_cmdRegister
{
	color:#eb0000;
}
#dnn_dnnLOGIN_cmdLogin a:hover
{
	color:#000000;
}
#dnn_dnnUSER_cmdRegister a:hover
{
	color:#000000;
}

