/* ================================
    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, {	padding-bottom: 5px;
	margin: 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #336600;
}

H6  {padding-bottom: 5px;
	margin: 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
}



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
{
	width: 100%;
	height: 1px;
	color:#999999
}
/* 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 {
}

.NavTableItem, .NavTableSelected
{	
	display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
	display: inline-block; /* supported by Opera and ? */
	white-space:normal !important;
	text-wrap: unrestricted;
	width: 121px;
	height: 30px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	
}



/*************** 9. ASSETS *****************/

#assets table.BodyTable
{
	background-color: #FFFFFF;
	overflow: hidden;
}
#assets Table
{
	background-color: #FFFFFF;
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	overflow: hidden;
	padding-bottom: 5px;
}

#assets body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#assets p
{ 
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
                padding-bottom: 0px;
	padding-top: 0px;
}

#assets hr
{
	width: 100%;
	height: 1px;
	color:#999999
}

#assets a
{
	font-family:arial,helvetica,sans-serif; 
	font-size: 11px; 
	font-weight:normal; 
	color:#333333; 
	text-decoration:none;
}

#assets a:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-size: 11px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration: underline;
}

#assets a:link
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#333333; 
	text-decoration:none;
}

#assets a:visited
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#333333; 
	text-decoration:none;
}
#assets a:active
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#666666; 
	text-decoration:underline;
}
#assets a:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	text-decoration:underline;
}
#assest a:visited:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#33333;
	text-decoration:underline;
}
#assets ul
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	list-style-type: square;
}
#assets ul ul
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	list-style-type: circle;
}
#assets ul ul ul
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	list-style-type: disc;
}
#assets li
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	
}
#assets ol
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
#assets form
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}
#assets textarea
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}
#assets input
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}
#assets select
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}

#assets td
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#assets .error
{
	font-weight: bold;
	color: red
}

#assets td.TableHead
{
	background-color: #336600;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 11px;
	vertical-align:top;
}
#assets td.TableHead a 
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:none;
}
#assets td.TableHead a:link 
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:none;
}
#assets td.TableHead a:visited
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:none;
}
#assets td.TableHead a:active
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:underline;
}
#assets td.TableHead a:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF;
	text-decoration:underline;
}
#assets td.TableHead a:visited:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF;
	text-decoration:underline;
}

#assets td.TableSubHead
{ 
	background-color: #CCCCCC;
	font-weight : bold;
	font-size: 11px;
	color : #000000;
	vertical-align:top;
}

#assets td.TableCopy
{
	background-color: #CCCCCC;
	font-size: 11px;
	color : #000000;
	vertical-align:top;
}

#assets td.TableCopyAlt
{  
	background-color: #CCCCCC;
	font-size: 11px;
	color : #000000;
	vertical-align:top;
}
#assets td.NormalStyle
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	vertical-align:top;
}

#assets hr
{
	border-top-color: #999999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#assets h1
{ 
	font-family:arial,helvetica,sans-serif;
	font-size: 20px;
	color:#666666;
}

#assets h2
{            
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #666666;
margin-bottom: 0px;
	
}

#assets h3
{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000000;
} 
#assets h4
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	border-bottom: solid #666666 1px;
	margin-bottom: -1em;
}
#assets h5
{
	padding-bottom: 5px;
	margin: 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
} 
#assets h6
{ 
	padding-bottom: 5px;
	margin: 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #666666;
} 
} 

/*************** 9. ASSETS *****************/

/*************** 10. INNER *****************/

#inner table.BodyTable
{
	background-color: #FFFFFF;
	overflow: hidden;
}
#inner Table
{
	background-color: #FFFFFF;
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	overflow: hidden;
	padding-bottom: 0px;
}

#inner body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#inner p
{ 
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
                padding-bottom: 0px;
	padding-top: 0px;
}

#inner hr
{
	width: 100%;
	height: 1px;
	color:#999999
}

#inner a
{
	font-family:arial,helvetica,sans-serif; 
	font-size: 11px; 
	font-weight:normal; 
	color:#333333; 
	text-decoration:none;
}

#inner a:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-size: 11px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration: underline;
}

#inner a:link
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#333333; 
	text-decoration:none;
}

#inner a:visited
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#333333; 
	text-decoration:none;
}
#inner a:active
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#666666; 
	text-decoration:underline;
}
#inner a:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	text-decoration:underline;
}
#assest a:visited:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	color:#33333;
	text-decoration:underline;
}
#inner ul
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	list-style-type: square;
}
#inner ul ul
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	list-style-type: circle;
}
#inner ul ul ul
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	list-style-type: disc;
}
#inner li
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	
}
#inner ol
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
#inner form
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}
#inner textarea
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}
#inner input
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}
#inner select
{
	font-size: 11px;
	font-family:arial, helvetica, sans-serif;
}

#inner td
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#inner .error
{
	font-weight: bold;
	color: red
}

#inner td.TableHead
{
	background-color: #336600;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 11px;
	vertical-align:top;
}
#inner td.TableHead a 
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:none;
}
#inner td.TableHead a:link 
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:none;
}
#inner td.TableHead a:visited
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:none;
}
#inner td.TableHead a:active
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF; 
	text-decoration:underline;
}
#inner td.TableHead a:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF;
	text-decoration:underline;
}
#inner td.TableHead a:visited:hover
{
	font-family:arial,helvetica,sans-serif; 
	font-weight:none; 
	color:#FFFFFF;
	text-decoration:underline;
}

#inner td.TableSubHead
{ 
	background-color: #CCCCCC;
	font-weight : bold;
	font-size: 11px;
	color : #000000;
	vertical-align:top;
}

#inner td.TableCopy
{
	background-color: #CCCCCC;
	font-size: 11px;
	color : #000000;
	vertical-align:top;
}

#inner td.TableCopyAlt
{  
	background-color: #CCCCCC;
	font-size: 11px;
	color : #000000;
	vertical-align:top;
}
#inner td.NormalStyle
{
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	vertical-align:top;
}

#inner hr
{
	border-top-color: #999999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner h1
{ 
	font-family:arial,helvetica,sans-serif;
	font-size: 20px;
	color:#666666;
}

#inner h2
{            
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #ff5b02;
margin-bottom: 0px;
	
}

#inner h3
{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000000;
} 
#inner h4
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
	border-bottom: solid #666666 1px;
	margin-bottom: -1em;
}
#inner h5
{
	padding-bottom: 5px;
	margin: 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
} 
#inner h6
{ 
	padding-bottom: 5px;
	margin: 0px;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #666666;
} 
} 

/*************** 10. Assets *****************/
