/* ================================
    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
{
}

.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 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 */

.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{
}



/* 
================================
Styles for H. Bingham & Sons Ltd.
================================
*/ 

/*Header*/  
/*-----------------------------------------------------*/ 
.header_blue {
	color:#003366;
	font-family:Arial,"Arial Black";
	font-size:16px;
	font-style: normal;
	font-weight:bold;
}
.header_white {
	color:#FFFFFF;
	font-family:Arial,"Arial Black";
	font-size:16px;
	font-style: normal;
	font-weight:bold;
}
.header_grey {
	color: #999999;
	font-family:Arial,"Arial Black";
	font-size:16px;
	font-style: normal;
	font-weight:bold;
}
.header_black {
	color: #000000;
	font-family:Arial,"Arial Black";
	font-size:16px;
	font-style: normal;
	font-weight:bold;
}
/*-----------------------------------------------------*/ 

/*SubHeader*/ 
/*-----------------------------------------------------*/ 
.subheader_blue {
	color:#003366;
	font-family:Arial,"Arial Black";
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
.subheader_white {
	color:#FFFFFF;
	font-family:Arial,"Arial Black";
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
.subheader_grey {
	color: #999999;
	font-family:Arial,"Arial Black";
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
.subheader_black {
	color: #000000;
	font-family:Arial,"Arial Black";
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
/*-----------------------------------------------------*/ 


/*Body text*/ 
/*-----------------------------------------------------*/ 
.bodytext_blue {
	color:#003366;
	font-family:Arial,"Arial Black";
	font-size:12px;
	font-style: normal;
	font-weight: normal;	
}
.bodytext_white {
	color:#FFFFFF;
	font-family:Arial,"Arial Black";
	font-size:12px;
	font-style: normal;
	font-weight: normal;
}
.bodytext_grey {
	color: #999999;
	font-family:Arial,"Arial Black";
	font-size:12px;
	font-style: normal;	
	font-weight: normal;
}
.bodytext_black {
	color: #000000;
	font-family:Arial,"Arial Black";
	font-size:12px;
	font-style: normal;	
	font-weight: normal;
}
/*--------------------------*/ 
.bodytextmed_blue {
	color:#003366;
	font-family:Arial,"Arial Black";
	font-size:11px;
	font-style: normal;	
}
.bodytextmed_white {
	color:#FFFFFF;
	font-family:Arial,"Arial Black";
	font-size:11px;
	font-style: normal;
}
.bodytextmed_grey {
	color: #999999;
	font-family:Arial,"Arial Black";
	font-size:11px;
	font-style: normal;	
}
.bodytextmed_black {
	color: #000000;
	font-family:Arial,"Arial Black";
	font-size:11px;
	font-style: normal;	
}
/*--------------------------*/ 
.bodytextsmall_blue {
	color:#003366;
	font-family:Arial,"Arial Black";
	font-size:10px;
	font-style: normal;	
}
.bodytextsmall_white {
	color:#FFFFFF;
	font-family:Arial,"Arial Black";
	font-size:10px;
	font-style: normal;
}
.bodytextsmall_grey {
	color: #999999;
	font-family:Arial,"Arial Black";
	font-size:10px;
	font-style: normal;	
}
.bodytextsmall_black {
	color: #000000;
	font-family:Arial,"Arial Black";
	font-size:10px;
	font-style: normal;	
}
/*--------------------------*/ 
.bodytext_verysmall_blue {
	color:#003366;
	font-family:Arial,"Arial Black";
	font-size:8px;
	font-style: normal;	
}
.bodytext_verysmall_white {
	color:#FFFFFF;
	font-family:Arial,"Arial Black";
	font-size:8px;
	font-style: normal;
}
.bodytext_verysmall_grey {
	color: #999999;
	font-family:Arial,"Arial Black";
	font-size:8px;
	font-style: normal;	
}
.bodytext_verysmall_black {
	color: #000000;
	font-family:Arial,"Arial Black";
	font-size:8px;
	font-style: normal;	
}
/*--------------------------*/
.bodytext_bold {	
	font-weight: bold;
}
.bodytext_italic {	
	font-style: italic;
}
.bodytext_invisible {
	font-family: Arial, "Arial Black";
	font-size:  0px;
	font-weight: normal;
	color: #FFFFFF;
}
.bodytext_opaque {
   filter:alpha(opacity=100);
   -moz-opacity:1.0;
   opacity: 1.0;   
}
/*--------------------------*/
.bodytext_lineheigt_10 {
    line-height:10px;
}
.bodytext_lineheigt_12 {
    line-height:12px;
}
.bodytext_lineheigt_14 {
    line-height:14px;
}
.bodytext_lineheigt_16 {
    line-height:16px;
}
.bodytext_lineheigt_18 {
    line-height:18px;
}
.bodytext_lineheigt_20 {
    line-height:20px;
}
.bodytext_lineheigt_24 {
    line-height:24px;
}
.bodytext_lineheigt_36 {
    line-height:36px;
}
/*-----------------------------------------------------*/ 


/*-----------------------------------------------------*/
.bluelogo {
	color: #003366;
	font-family: Arial, "Arial Black";
	font-weight: bold;
	font-size:16px;
}
.orangelogo {
	color:#FF6600;
	font-family: Arial, "Arial Black";
	font-weight: bold;
	font-size:16px;
}
/*-----------------------------------------------------*/


/*List Bullets*/
/*-----------------------------------------------------*/
UL.bullet_blue,
UL.bullet_blue LI {
	list-style-image: url(images/bullet_blue.gif);	
	padding: 0 0 10px 0;
}

UL.bullet_orange LI { 
	list-style-image: url(images/bullet_orange.gif);
	padding: 0 0 10px 0;	
}
/*-----------------------------------------------------*/


/*Picture frames*/
/*-----------------------------------------------------*/
.image_frame_v1_grey_100x100 {
    width:100px;
	height:100px;
    background:url(images/frames/pic_frame_v1_grey_100x100.png) no-repeat left top;
}
.image_90x90 {
    width:90px;
	height:90px;
    padding:5px;
}
/*--------------------------*/
.image_frame_v2_grey_200x200 {
    width:200px;
	height:200px;
    background:url(images/frames/pic_frame_v2_grey_200x200.png) no-repeat left top;
}
.image_190x190 {
    width:191px;
	height:191px;
    padding: 4px 0 0 4px;
}
/*--------------------------*/
.image_frame_v2_grey_150x150 {
    width:150px;
	height:150px;
    background:url(images/frames/pic_frame_v2_grey_150x150.png) no-repeat left top;
}
.image_140x140 {
    width:140px;
	height:140px;
    padding: 4px 0 0 4px;
}
/*-----------------------------------------------------*/

/*Pictures with effects */
/*-----------------------------------------------------*/
.brush_01_200x200 {
    width:200px;
	height:200px;
    background:url(images/flails_brushes/brush_01.png) no-repeat left top;
    _background:url(images/flails_brushes/brush_01_oldie.gif) no-repeat center center; /*For Old IE*/
}
/*--------------------------*/
.brush_02_200x200 {
    width:200px;
	height:200px;
    background:url(images/flails_brushes/brush_02.png) no-repeat left top;
    _background:url(images/flails_brushes/brush_02_oldie.gif) no-repeat center center; /*For Old IE*/
}
/*-----------------------------------------------------*/


/*Container backgrounds for modules*/
/*-----------------------------------------------------*/
/*.bg_security {
    background:url(images/metal_money_box_small.png) no-repeat right top;
	background-color:transparent;*/
/*     filter:alpha(opacity=50); */  /* Internet Explorer       */
/*     -moz-opacity:0.5;         */  /* Mozilla 1.6 and below   */
/*     opacity: 0.5;  }           */  /* newer Mozilla and CSS-3 */
.bg_security {
    background:url(images/metal_money_box_small.gif) no-repeat right top;
	background-color:transparent;
}
/*-----------------------------------------------------*/