/* ================================
    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 */

html, Body, #fullheight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
      margin:0;
      padding:0;
      height:100%;
      border:none
}

body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

body, td
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

.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
{
}

.Normal10
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.Normal10Bold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: Bold;
}

.Normal9
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}

.Normal9Bold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: Bold;
}


/* 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 LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

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 */
.RootMenuItem {
	cursor: pointer; 
	cursor: hand; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif !important;
	color: #313131 !important;
	font-size: 12px;
	font-weight: bold !important; 
	border: none !important;
	text-transform:uppercase;
	height: 36px;
	width: auto;
}

.RootMenuItemSel { 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff !important; 
	font-family:  Arial, Helvetica, sans-serif !important;
	font-size: 11px !important; 
	font-weight: bold !important; 
	border:none!important;
	text-transform:uppercase;
	width: auto;
	height: 34px;
	background-color: f18704;
	/*background-color: Transparent !important;*/
}

.SubMenuItem {
	cursor: pointer; 
	cursor: hand; 
	text-decoration: none;
	font-weight: bold !important; 
	font-family:  Arial, Helvetica, sans-serif !important;
	color: #666666;
	font-size: 11px !important; 
	border: none!important;
	text-transform:uppercase;
}

.SubMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	text-decoration: none;
	font-weight: bold !important; 
	font-family:  Arial, Helvetica, sans-serif !important;
	color:#FFFFFF !important;
	font-size: 11px !important; 
	border: none !important;
	text-transform:uppercase;
}
.SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #a3b9b2 2px solid; 
	border-left: #a3b9b2 2px solid; 
	border-top: #a3b9b2 2px solid; 
	border-right: #a3b9b2 2px solid;
	height: auto;
	width: auto;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


td.panel {
	background-color: #dce6fb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

td.panelheaders {
 padding: 0; margin: 0;
 font-weight: bold;
 color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 }

#T1 {line-height:15px;}
#T1 a{line-height:15px;}
#T1:hover { background: url(/Portals/0/bg.jpg) no-repeat; }
#T1:hover a { color:#14477c;
			  line-height:15px;
}
#T2 {line-height:15px;}
#T2 a{ line-height:15px;}
#T2:hover { background: url(/Portals/0/bg.jpg) no-repeat; }
#T2:hover a { color:#14477c;
			  line-height:15px;
			}
#T3 {line-height:15px;}
#T3 a{line-height:15px;}
#T3:hover { background: url(/Portals/0/bg.jpg) no-repeat; }
#T3:hover a { color:#14477c;
				line-height:15px;
			}
.T1ie {}
.T1ie:hover span{ 
display:block;
background-color:#CC3300;}
.T2ie {}
.T2ie:hover span{ 
display:block;
background-color:#FFCC00;}
.T3ie {}
.T3ie:hover span{ 
display:block;
background-color:#66CCFF;}
.linkText
{ 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	padding-left:10px;
}
.linkText:link, .linkText a:link
{ 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	line-height:18px;
	text-decoration:none;	
}
.linkText:hover, .linkText:visited, .linkText a:hover, .linkText a:visited 
{ 
	font-family:Arial, Helvetica, sans-serif;
	color:#14477c;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
}

.TopMenuIn {background: url(/Portals/0/bg.jpg) no-repeat; }
.TopMenuIn a, .TopMenuIn a:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#14477c;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.TopMenuIn a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#14477c;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
}

.TopMenuOut {background: none}
.TopMenuOut a, .TopMenuOut a:hover, .TopMenuOut a:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#14477c;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
                                                 
.WhiteBold12PadL5 { 
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding-left: 5px;
font-weight: bold;
font-size: 12px;
}


.SelectedProductGroup
{
	padding-top: 10px;
	padding-bottom: 4px;
}
.HeaderBG {font-weight:bold; color: White; padding: 5px; background-image: url(/images/austin/bg-menu-main.png)}
.rbChoice input { margin-left: -20px;}
.rbChoice { padding-left: 20px; }









