/* ================================
    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
{
 margin-bottom:0; margin-left:0; margin-top:0; margin-right:0;
}

.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: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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
   color:Black;
   font-weight:bold;
}

H2  {
   color:Navy;
}

H3  {
   color:Navy;
   font-weight:bold;
}

H4  {
}

H5, DT  {
}

H6  {
}

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 {
}

/* 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 {
}

/* List */

/* Main panel */
.viz_gallery_pnlList1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: navy;
	padding:2px;
	margin:2px;
	width:640px;
	text-align:center;
}

/* Data List */
.viz_gallery_pnlList1Grid {
	background-color: #EDF0F2;
	border-width: 0px;
	padding:0px;
	margin:0px;
	width:620px;
	text-align:center;
}

/* Data List Header */
.viz_gallery_pnlList1Header
{
	width:620px;	
}


/* Data List Footer */
.viz_gallery_pnlList1GridFooter
{
	width:620px;
}


/* Data List Item */
.viz_gallery_pnlList1GridItem {
	background-color: #F5F5F5;
	text-align:left;
	width:620px;
}

/* Data Item List Header Image */
td.viz_gallery_pnlList1Spacer
{
	background-image: none;
	width:100%;
	height:8px;
	background-color: #EDF0F2;
		border-bottom:thick navy solid;
}

.viz_gallery_pnlList1Spacer
{
	width:100%;
}

.viz_gallery_pnlList1_img {
	background-color: #EDF0F2;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;	
}

td.viz_gallery_pnlList1_img {
	background-color: #EDF0F2;
	width:120px;
}


/* Data List Link */
.viz_gallery_pnlListGridItemLink {
	background-color: #EDF0F2;
}

.viz_gallery_pnlList1GridItemLink {
	background-color: #E2E6E8;
}

/* Title */
.viz_gallery_pnlList1_title {
	background-color: #EDF0F2;
	text-align:left;
	width:480px;
}

.viz_gallery_pnlList1_DetailTable {
	background-color: #EDF0F2;
	border-color: #FFCC33;
	border-width: 1;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 480px;
	text-align:left;
}

td.viz_gallery_pnlList1_DetailTable {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	width: 78px;
	background: #F5F5F5;
	text-align:center;
}


.viz_gallery_pnlList1_DetailTableH {
	width: 78px;
	height: 22px;
	background: #13446B;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	color: white;
	text-indent: 0.2cm;
}


.viz_gallery_pnlList1_Bullet {
	background-color: #EDF0F2;
}
.viz_gallery_pnlList1_Ref {
	background-color: #E2E6E8;
	width:80px;
}
.viz_gallery_pnlList1_Description {
	border-color: White;
	border-width: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #EDF0F2;
	width:380px;
}

/* Detail Panel */

.viz_gallery_pnlDetail
{
	border-width: 1px;
	border-style: solid;
	border-color: navy;
	padding:2px;
	width:640px;
	text-align:center;

}

.viz_gallery_Detailtable
{
	width:100%;
}

.viz_gallery_DetailtableLeft {
	background-color: #4682B4;
	width:60px;
}
.viz_gallery_DetailtableRight {
	background-color: #4682B4;
	color: White;
	width:120px;
}
.viz_gallery_DetailTableCentre {
	background-color: #F5F5F5;
	border-style: groove;
	border-color: blue;
	border-width: thin;
}

.viz_gallery_lstDetail_value
{
	
	color:white;
	background-color: #3C729E;
}

.viz_gallery_DetailItemBullet
{
                font-weight:normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.Viz_ShowRoomPromoTitle {
	color: Navy;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.Viz_ShowRoomPromoTable {
	background-color: #DFE5F2;
	text-align: center;
	padding: 3px, 3px, 3px, 3px;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

}

.Viz_ShowRoomPromoPnl {
	background-color: #DFE5F2;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.Forms
{

 padding-left: 10px;
 padding-top: 2px;
 padding-bottom:4px;
 padding-right: 4px;
}

.fplinks a {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	width: 260px;
	color: #2D4492;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
	text-align: left;
}

.fplinks a:visited {
	color: #2D4492;
	text-decoration: none;
}
.fplinks a:hover {
	border: 1px solid black;
	color: navy;
	background-color: #EEF8FC;
                text-decoration: none;
}
.fplinks li {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #2D4492;
	padding-bottom: 2px;
	padding-top: 2px;
}


.fplinks1 a {
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	width: 100px;
	color: #2D4492;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
	text-align: left;
}

.fplinks1 a:visited {
	color: #2D4492;
	text-decoration: none;
}
.fplinks1 a:hover {
	border: 1px solid black;
	color: navy;
	background-color: #EEF8FC;
                text-decoration: none;
}
.fplinks1 li {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #2D4492;
	padding-bottom: 2px;
	padding-top: 2px;
}







