
/*Begin Layout Styles*/
body {
    font-family:Arial;
    font-size: 13px;
    text-align: center;
    color:#3F413C;
}

body a{
	color:#3B59BB;
}

p {
line-height:.5cm;
}

                            
#frame {
 width:999px;
 margin-right:auto;
 margin-left:auto;
 margin-top:10px;
 padding:0px;
 text-align:left;
}


/* Left Content Layout */
#leftcontent {
    position:absolute;
    width:170px;	
    padding-right: 10px;
    padding-left: 0px;
    text-align: left;
    z-index:999999;
}

#menu_top_curve {
	margin-top:7px;
	background-image:url(../images/menu_top_curve.png);
    background-repeat:no-repeat;
	width:170px;
	height:22px;
}
*html #menu_top_curve {
	margin-top:11px;
}

#menu_bottom_curve {
	background-image:url(../images/menu_bottom_curve.png);
    background-repeat:no-repeat;
	margin-bottom:20px;
	width:173px;
	height:24px;
}

#nav_bar {
    width:170px;
    padding:0px;
    margin-left:0px;
    font-size:12px;
	background-color:#5E84BD;
	border-top:1px solid #8E9FDB;
}

#nav_bar .menu {
	margin-left:1px;
}

/* Right Content Layout */

#rightcontent {
    padding-left:180px;
    padding-right: 5px;
    
}


#rightcontent a,a:visited {
  text-decoration: none;
  color:#0000FF;

}

#rightcontent a:hover {
  text-decoration: underline;

}

li a, a:visited {
 color:#3B59BB;
}		
    
#topsearch {
width:430px;
padding:8px;
margin-left:95px;
}
#top_curve {
	width:100%;
	margin-top:10px;
	background-image:url(../images/top_curve.png);
    background-repeat:no-repeat;
	height:23px;
}

#mainwindow {
width:100%;
background-color:#5E84BD;
 
}


#bottom_curve {
	
	background-image:url(../images/bottom_curve.png);
    background-repeat:no-repeat;
	width:100%;
	height:25px;
}

* html #ie_height_hack {
height:1;
}


#footer {
    
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom:15px;
	text-align:right;
	padding-right:20px;
}

#footer table {
    font-size:12px;
}



#footer a,a:visited {

color:#5D5F68;
text-decoration:none;

}

#footer a:hover {

text-decoration:underline;

}

/*End Layout styles*/




/*Left Content styles*/


/*navigation menu*/
.menu ul { 
    margin: 0; 
    padding: 0; 
    list-style: none;
    width: 150px; /* Width of Menu Items */ 
    border-bottom: 1px solid #ccc; 
} 
.menu img {
vertical-align:middle;
padding-right:3px;

}
.menu ul li { 
    position: relative; 
    z-index:21; 
}
 

.menu li ul { 
    position: absolute; 
    left: 149px; /*Set 1px less than menu width */ 
    top: 0; 
    display: block; 
    z-index:10;

    
} 

#year_menu  ul {
	list-style:none;
	width:40px;
	display:inline;
	margin:0px;
	padding:0px;
}

#view_menu  ul {
	list-style:none;
	width:90px;
	display:inline;
	margin:0px;
	padding:0px;
}


#year_menu ul li, #view_menu ul li  {
	position: relative;
	z-index:21;
}

#year_menu li ul {
	position:absolute;
	left:32px;
	top:0px;
	z-index:10;
	display:block;
	
}

#view_menu li ul {
	position:absolute;
	left:20px;
	top:0px;
	z-index:10;
	display:block;
	
}
#year_menu li ul li, #view_menu li ul li {
	 display:block;
    text-decoration: none; 
    color: black; 
    background: #FCF6BC; /* IE6 Bug */ 
    padding: 5px; 
    border: 1px solid #ccc; 
    border-bottom: 0; 
}

*html #year_menu li ul li {
	padding:0px;
}



.menu li:hover ul {
    display: block; 
} 

#year_menu li:hover ul,#view_menu li:hover ul  {
	display:block;
}

#year_menu li:hover>ul, #view_menu li:hover>ul { 
    visibility:visible; 
} 

.menu li:hover>ul { 
    visibility:visible; 
} 

.menu ul ul {
    visibility:hidden; 
} 

#year_menu ul ul, #view_menu ul ul {
	visibility:hidden; 
}

/* Fix IE. Hide from IE Mac \*/ 
* html .menu ul li { float: left; height: 1%; } 
* html .menu ul li a { height: 1%; }
* html .menu ul li span {height: 1%;}

* html #view_menu ul li {float:left;width:100px}
* html #view_menu ul {margin-bottom:-3px;}

* html #year_menu ul li {float:left;width:45px;}
* html #year_menu ul {margin-bottom:-3px;}

* html #year_menu ul li { float: left; height: 1%; } 
* html #year_menu ul li a { height: 1%; }
* html #year_menu ul li span {height: 1%;}


/* End */ 

/* Make-up syles */ 

.menu ul, li { 
    margin: 0 0 0 0; 
} 



/* Styles for Menu Items */ 
.menu ul a, .menu ul span { 
    display: block; 
    text-decoration: none; 
    color: #777; 
    background: #fff; /* IE6 Bug */ 
    padding: 5px; 
    border: 1px solid #ccc; 
    border-bottom: 0; 
}

.menu ul a:visited {
color: #777;
} 

/* Hover Styles */ 
.menu ul a:hover,.menu ul span:hover { 
    color: #F5F5F5; 
    background-color: #434343;
    border: 1px solid #B9B9B9; 
    border-bottom: 0; 
    font-weight:bold;
} 

.main ul a:hover,.main ul span:hover { 
    background-color: #530000;
}

.taxes ul a:hover,.taxes ul span:hover { 
    background-color: #004A00;
}  

.resources ul a:hover,.resources ul span:hover { 
    background-color: #BC4F05;
}  

/* Sub Menu Styles */ 
.menu li ul a, .menu li ul span { 
    display:block;
    text-decoration: none; 
    color: black; 
    background: #FCF6BC; /* IE6 Bug */ 
    padding: 5px; 
    border: 1px solid #ccc; 
    border-bottom: 0; 
}

.menu li ul a:visited {
	color:black;
} 

/* Sub Menu Hover Styles */ 
.menu li ul a:hover,.menu li ul span:hover { 

    color: #F5F5F5; 
    background:#434343; 
    border: 1px solid #B9B9B9; 
    border-bottom: 0; 
    font-weight:bold;

}

.main li ul a:hover,.main li ul span:hover { 
   background-color: #530000;
}

.taxes li ul a:hover,.taxes li ul span:hover { 
    background-color: #004A00;
}

.resources li ul a:hover,.resources li ul span:hover { 
    background-color: #BC4F05; 
}



#siteheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
}


#leftcontent h4 {
    font-family: Arial;
    border-bottom:1px solid #ccc;
    color:white;
    font-size:15px;
    margin: 0px;
    padding: 0px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-right:19px;
}
#leftcontent h5 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

/*Left Content styles*/

#search h5 {
margin:0px;
color:#5D5F68;
padding:0px;
font-size:10px;
}

#search a,a:visited {
color:black
}

#box a,a:visited {
color:black
}

#login_container {
	float:right;
	height:92px;
}

#login_bottom_curve {
	background-image:url(../images/login_bottom_curve.png);	
	background-repeat:no-repeat;
	
}

#login {
    color:#5D5F68;
    width:270px;
    background-color:white;
        
}

#login_top_curve {

	background-image:url(../images/login_top_curve.png);
    background-repeat:no-repeat;
	height:15px;
	
}

form {
    padding:0px;
    margin:0px;
}

#login table,#login td {
margin:0px;
padding:0px;
}

#login h5 {
margin:0px;
color:#5D5F68;
padding:0px;
font-size:10px;
}

#login a,a:visited {
    color:#777;
}

#login a:hover {
    color:#3B59BB;
}

/*Mainwindow format*/
#winheading {
 font-family: Arial;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;  
    background-color: #283B57;
    font-size: 21px;
    display:block;
    vertical-align: top;
    color:white;
	padding:0px 0px 0px 3px;
	
	
	
}

#page_title {
	font-size:24px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	color:#043601;	
}

#window {
    margin-left:1px;
    margin-right:20px;
    font-size: 14px;
    padding-top:5px;
    background-color:white;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding-left: 15px;
    padding-right: 15px;  
}

#window a {
	color:#3B59BB;
}

* html #window {
    width:100%;
    height:100%;
	padding-right: 0px; 
}

#section {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#sectionNav {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: #66B1FD;
    border-right-color: #66B1FD;
    border-bottom-color: #66B1FD;
    border-left-color: #66B1FD;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 3px;
    font-size: 14px;
    font-weight: bolder;
    color: #2C94FC;
}
#sectionNav2 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: none;
    border-top-color: #66B1FD;
    border-right-color: #66B1FD;
    border-bottom-color: #66B1FD;
    border-left-color: #66B1FD;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 18px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: bolder;
    color: #2C94FC;
    border-top-style: solid;
    text-align: center;
}

#mainwindow h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin:0px;
    margin-top:10px;
    padding: 0px;
}

#window h2 {
    font-size: 16px;
}
#window h3 {
    font-size: 14px;
}

.textbox {
    background-position: center;
    
}
.button {
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
}
* html .textbox { 
    vertical-align: middle;	
    }  
* html .button { 
    vertical-align: middle;	
    } 
.arrow {
    vertical-align: baseline;
    padding-top: 0px;	
}
.new_tag {
    display: none;
 }


/* Product page styles */


#product_text {
        padding: 0px 0px 20px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-right: 20px;
        margin-top: 20px;
    }
    
    #product_image {
    margin-left:20px;
	margin-right:20px;
    float:right;
    
    }

#cart {
    float:right;
	padding-top:30px;
    
}
#cart p {
    margin: 0px;
    padding: 0px;
}


#inner_cart {
	background-image:url(../images/product_pricing_bg.png);
	background-repeat:no-repeat;
	height:170px;
	width:168px;
	
	padding-top:30px;
}

*html #inner_cart {
height:200px;
width:180px;
padding-right:30px;
padding-left:10px;
}

*html #inner_cart input{
margin-left:-2px;
margin-right:2px;
}

/*User a/c page styles*/

#options {
    float:right;
    margin-right:10px;
    margin-top:10px; 
    border: 1px solid #000000;
}

#options #header {
  background-color:black;
  color:white;
}

#options #content {
  padding-right:5px;
}
#options #content ul {
  padding-left:19px;
}

#options #content .button {

}

dt {
   clear:both;
   margin-left:5px;
   width: 120px;
   float:left;
   text-align:right;
}

dd {
   float:left;
  
}



/* Checkout page styles   */

#checkout_page h1{

font-size:16px;

}


/* General Form styling */
 label
{
width: 8em;
float: left;
text-align: right;
margin-right: 5px;
display: block;
}

.submit input
{
margin-top:5px;
margin-left: 116px;
}
fieldset input,textarea
{
border: 1px solid gray;
}

.submit input
{
color: #000;
border: 2px outset #d7b9c9;
}


/* Fieldset element used for almost all forms*/
fieldset
{

background-color:#E0DCCF;
margin: 20px 10px 30px 10px;
}

legend
{
color: black;
background: #F5EEC2;
border: 1px solid gray;
padding: 2px 6px;
}


* html fieldset {
 padding:20px;
 position: relative; margin-top:2em; padding-top:2em;
 z-index:0;

 }
 
* html legend {
  position:absolute; top: -1em; left: .5em;
 

} 
#link_as_button {
padding:2px;
color: #000;
background: #E0DCCF; 
border: 2px outset #d7b9c9;
}
#link_as_button a {
text-decoration:none;
color:black;
}

#link_as_button a:hover {
text-decoration:none;
color:black;
}

#breadcrumb {
font-family: Arial Narrow;
color: white;
padding-bottom:3px;
}


#breadcrumb a,a:visited {
  color: white;
}

.side_link {
margin: 0px;
margin-left:5px;
font-size:11px;
text-align:left;
}

.top_links {
 font-size:12px;
 margin:0px;
 text-align:left;
 
 }
 #headlines {
 float:right;
 border: solid 1px black;
 width:30%;
 margin-left:10px;
 padding:3px;
 }
 
 #headlines p {
 font-size: 10px;
 
 }
 
 
 /* Editing Styles -styles controlling the interface go here */
 
 /* This is the class assigned to every block table*/
 .block {

 }
 /* Controls the left col properties for block tables */
 .block .left_col {
 width: 140px;
 border-right: solid 1px black;
 vertical-align:top;
 padding-top:15px;
 }
 
 .block .right_col {
 width: 700px; 
 padding-left:10px;
 }
 
 
/* News page styles */
 #news {
float:left;
width:550px;
color:#888888;
font-size:13px;

}

.news_story {

border-top:solid 1px grey;
clear:both;

}

#news a:hover {
color:#E2144A;
text-decoration:none;
}

.news_header span{
font-weight:bold;
font-size:90%;
color:#62676F;

}

.date, .headline, .source {
float: left;
    display: block;
    text-decoration: none;

}

.news_header span, .news_story span {
padding: 10px 4px 4px 2px;
}

.date {
width:78px;
display:block;
font-size:90%;
}

.headline {
font-size:90%;
display:block;
width:390px;
}

.source {
width:60px;
font-size:90%;
display:block;

}

#right_bar {
float:right;
width:200px;
}
 
 
/*Tax Magic product toc styles */
.contentsheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #CA0000;
}
.contentsheading2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: black;
}
#contents {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    vertical-align: top;
    padding: 3px;
    border: 1px solid #000000;
}
#contents td {
    vertical-align: text-top;
}
.contentmainheading {
    color: #FFFFFF;
    text-align: left;
    background-image: url(http://www.alanmoore.ie/images/misc/content.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-indent: 4px;
    padding-left: 3px;
} 

.reddot {color: #CC0000}

#samplepage {
    color: #FFFFFF;
    border: 1px solid #000000;
}
#samplepage p {
    margin-top: 0px;
    font-size: 13px;
    color: #000000;
}
#samplepage td {
    padding-top: 5px;
    padding-left: 5px;
}

#membership table {
    
}

#membership td {
    width:50%;
    vertical-align:top;
}
 
#membership h4 {
    color:#213277;
    font-size:15px;
    text-align:center;
}

#membership p {
    color:#6D6F77;
    text-align:center;
    font-size:14px;
}

#contact_us h3 {
font-size: 16px;
color:#A3825E;
padding:0px;
}

#faq h3 {
color:#A3825E;
}

#member fieldset {
background-color:#FCFCFC;
}

#member legend {
background-color:white;
color:#076592;
}

#member .value {
color:black;
}

#bill_box, #download_box, #shop_box, #reg_box {
background-color:#BED2D3;
border:1px solid black;
color:black;
padding:3px; 
}


#stats table {

font-size:13px;
}

#stats th {
font-size:15px;
}


#new_sections a{
color:#3F413C;


}

#membership_creation input {
border:2px solid red;
}

#stats a{
color:inherit;
}

/* Signup form */
.good {
	color:green;
}

.bad {
	color:red;
}


.strong {
	font-weight:bold;
}

#member_summary {
	
}
#member_summary tr {
	text-align:left;
}

#member_summary tbody {
	font-size:12px;
}

#member_summary .left {
	width:150px;
}

#member_summary .total {
	border-top:1px solid #3F413C;
	border-bottom:1px solid #3F413C
}

#signup_summary {
	font-size:12px;
}

#signup_summary tr {
	text-align:right;
}
#signup_summary tr td {
	width:30px;
}

#signup_summary .total {
	font-size:13px;
}


.invoice_form tr th{
	text-align:left;
	
}

.ads {
	text-align:center;
	margin-top:10px;
	z-index:0;
}

.sky {
	text-align:left;
}

#vat_questions div {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}
dd {
	display:block;
	font-size:30px;
}


.answer {
	margin-left:15px;
	
}

#seminar h3 {
	font-size:18px;
	margin:0;
	padding:0
}

#seminar h4 {
	color:#6C361C;
	margin:0
}

#venue {
 margin-top:10px;
}

#venue td {
	border-top: solid 1px black;
}

#venue h6 {
  margin:0px;
  padding:0px;
  font-size:14px;
  color:#cc3300;
}

#venue td {
	font-size:12px;
}

#venue th {
	color:#6C361C;
}

#top {

	height:90px;
}

#animation {
	

}

#consultancy {
	padding-top:15px;
	float:right;
}

#publications_bg {
	background-image: url(../images/pub_panel_bg.png);
	background-repeat:no-repeat;
	padding-top:10px;
	height:350px;
}

#publications {
 	padding-top:10px;
 	margin-top:10px;
	
	padding-left:10px;
	padding-right:30px;
	width:490px;
}

* html #publications {
 width:530px;
 height:370px;
}

* html #publications p {
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#tax_law {
	
	font-size:13px;
	width:200px;
	margin-right:2px;
	float:right;
}

#updates {
	margin-top:10px;
	font-size:13px;
	width:200px;
	margin-right:2px;
	float:right;
}


#updates h2 {
	font-weight:bold;
	color:black;
	font-size:13px;
	margin-bottom:3px;
}


#membership {
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:10px;
	padding-right:0px;
}


#publications #right_side {
	vertical-align:top;
}

#publications #left_side {
	
	height:280px;
	
}

#cover {
	width:200px;
	text-align:center;
}



#publications #left_side #links {
	margin-top:15px;
	font-size:12px;
	text-align:center;
}

#publications #right_side #title {
	color:#003399;
	font-size:18px;
	font-weight:bold;
}

#publications #right_side #sample a {
	color:#7B0B04;
}

#publictaions #right_side #text {
	padding:10px 10px 40px 10px;
	font-size:12px;	
}

#publications #nav {
	text-align:center;
	padding-right:10px;
	padding-bottom:5px;
	padding-right:5px;	
	padding-top:15px;
}



#panel1 #right_side {
	width:280px;
}

#panel1 #left_side {
	padding-left:10px;
	padding-top:10px;
}

#panel1 #left_side .hdg {
	color:#FF8040;
	font-size:20px;
	margin-bottom:5px;
}

#panel1 #left_side .text {
	font-size:16px;
	margin-left:40px;
	width:350px;
	
	
}

#panel1 #left_side .hdg2 {
	font-size:19px;
	color:#3F65B2;
	margin-top:20px;
	margin-bottom:5px;
	
}

#panel1 #right_side .hdg2 {
	font-size:19px;
	color:#3F65B2;
	margin-top:20px;
	margin-bottom:5px;
	padding-left:20px;
	
}

#panel1 #right_side .hdg {
	font-size:19px;
	color:#3F65B2;
	margin-bottom:5px;
	
}

#panel1 .quote {
	width:250px;
	padding-left:20px;
}

#panel1 .user {
	color:#3F65B2;
	margin:5px 0px 5px 20px;
}
#membership .next_link {
	
	text-align:right;
	font-size:16px;
	padding-right:5px;
}

#panel3 {
	padding-left:15px;
	padding-right:10px;
}

#panel3 h4 {
	margin-bottom:1px;
}

* html #panel3 ul {
	padding:3px;
	margin:3px;
	margin-left:10px;
	padding-left:10px;
	
}

* html #chart_hdg {
	margin-bottom:15px;
}

#panel3 #platinum {
    margin-top:-15px;
	background-image:url(../images/plat_bg.png);
	width:700px;
	height:345px;
}

#panel3 #gold {
	background-image:url(../images/gold_bg.png);
	background-repeat:no-repeat;
	height:265px;
	width:640px;
}

#panel3 #pro_plus {
	height:140px;
	background-image:url(../images/proplus_bg.png);
	width:580px;
}

#panel3 #pro {
	height:80px;
	background-image:url(../images/pro_bg.png);
	width:500px;
}

#panel3 #basic {
	height:35px;
	width:420px;
	background-image:url(../images/basic_bg.png);
}

#panel3 #basic_list{
	padding-top:10px;
}


#tabs {
	margin-top:10px;
	padding-top:0px;
	padding-left:5px;
}


#tabs .on {
	background-image:url(../images/tab_on.gif);
	background-repeat:no-repeat;
}

#tabs div {
	padding:10px 10px 15px 5px;
	font-size:20px;
	margin:0px 2px 0px 2px;
	width:100px;	
	background-repeat:no-repeat;
	display:inline;
}

* html #tabs div {
	position:relative;
	top:14px;
}

#tabs a {
	padding:10px 0px 10px 0px;
}
 
#tab_content {
	border-top:2px solid gray;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:-15px;
	margin-right:-15px;
	
}

#top10 {
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
}

#top10 div {
	margin-bottom:8px;
}


.firms {
	margin-bottom:15px;
	font-size:12px;
}

.firms th {
	color:#851E1E;
}


#billing_log tr {
	text-align:left;
	font-size:12px;
}


.product_summary {
	
	

}
.product_summary li {
	margin-bottom:8px;
	
}

.product_summary .links {
	padding-left:5px;margin:20px 0px 20px 0px;font-size:15px;
}

.qty_select {
	height:35px;
	width:100px;
	padding-top:8px;
	padding-left:11px;
	margin-left:10px;
	background-image:url(../images/select.png);
	background-repeat:no-repeat;
}

#site_news_entry #text{
	margin-bottom:20px;
}

#site_news_entry h2 {
	font-size:16px;
	border-bottom:1px solid gray;
	margin:0px 0px 0px 0px;
	background-color:#283B57;
	color:white;
	padding:0px 0px 0px 3px;
}

#site_news_entry h2 a,a:visited {
	color:white;
}

#site_news_entry #date {
	font-size:11px;
	margin-bottom:5px;
	padding:0px 0px 0px 4px
	
}

#entry {
	margin:15px 0px 15px 0px;
	border:1px solid gray;
	padding:0px 0px 0px 0px;
}

#entry #text {
	padding:10px 0px 0px 4px;
}


#flags {
	margin:5px 0px 0px 6px;
	
}
#flags a.rollover {
	background: url("/images/uk_flag.gif");
	display:block;
	width:38px;
	height:21px;
	text-decoration:none;
	float:right;
	
}

#flags a.rollover:hover {
	background-position: -38px 0px;
}
flags .displace{
	position:absolute;
	left: -5000px;
}

#flags img{
	vertical-align:text-top;
	
}

#country_name {
	color:#0053A7;
	font-weight:bold;
	font-size:18px;
	
}

/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table.grayscale {border-collapse: collapse;
border: 2px solid #000;
font: normal 80%/140% arial, helvetica, sans-serif;
color: #555;
background: #fff;}

.grayscale td, .grayscale th {border: 1px dotted #bbb;
padding: .5em;}

.grayscale caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table.grayscale a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

table.grayscale a:link {border-bottom: 1px dashed #ddd;
color: #000;}

table.grayscale a:visited {border-bottom: 1px dashed #ccc;
text-decoration: line-through;
color: #808080;}

table.grayscale a:hover {border-bottom: 1px dashed #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

.grayscale thead th,.grayscale tfoot th {border: 2px solid #000;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

.grayscale tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

.grayscale tbody th,.grayscale tbody td {vertical-align: top;
text-align: left;}

.grayscale tbody th {white-space: nowrap;}

.grayscale .odd {background: #fcfcfc;}

.grayscale tbody tr:hover {background: #fafafa;}

.product_point_a {
	padding-bottom:5px;
	text-indent:-10px; 
	margin-left:30px
}
.product_point {
	padding-bottom:5px;
	text-indent:-10px; 
	margin-left:10px
}

#product_selector {
	padding:10px 0px 0px 55px;
	margin-left:25px;
}

#product_selector a{
	margin-right:15px;
}

#consult_box {
margin-top:22px;
text-align:left;
margin-left:-18px;
margin-right:10px;
color:#5D5F68;
font-size:14px;
padding:7px;
}

#moore_box {
text-align:center;
margin-top:10px;
margin-left:70px;
color:black;
font-size:14px;
padding:7px;
}

#sub_help {
position:relative;
width:300px;
z-index:99999;
font-size:12px;
background-color:white;
border:1px solid #ccc;padding:5px;
}

#cart_table {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin-top:0; border-collapse: collapse; color: #333; }

#cart_table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  

#cart_table a:visited {color: #777;}


#cart_table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

#cart_table thead th {padding: 8px 10px; color: black; text-align: right; font-weight: bold;}

#cart_table tbody, #cart_table thead {}

#cart_table tbody {}
                      
#cart_table tbody td, #cart_table tbody th {padding: 10px; text-align: right;}

#cart_table tbody tr {}

#cart_table tfoot td, #cart_table tfoot th, #cart_table tfoot tr { font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; padding: 10px;}

#cart_table tfoot.sum td, #cart_table tfoot.sum th, #cart_table tfoot.sum tr { font: 100%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase;padding:5px;text-align:right;padding-right:10px;}

div.details {
	font-size:13px;
	padding-left:5px;
	padding-right:5px;
}

div.details table {
	font-size:13px;
}

div.details h2 {
	font-weight:bold;
	font-size:15px;
	color:#CA4E4A;
	border-bottom:black 1px solid;
	display:block;
}

div.details label {
	width: 100px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:left;
	
}

div.details span {
	margin-left:110px;

	display:block;
}


div.details div {
	margin-top:5px;
	clear:both;
}

table td.right, table th.right {
text-align:right;
}

table td.left, table th.left {
text-align:left;
}

h2.subheading {
	font-weight:bold;
	font-size:16px;
	color:#CA4E4A;
	border-bottom:black 1px solid;
	display:block;
	margin-top:40px;
}

h2.subheading2 {
	font-weight:bold;
	font-size:16px;
	color:#CA4E4A;
	display:block;
	margin-top:10px;
}

h2.subheading3 {
	font-weight:bold;
	font-size:18px;

	display:block;
	margin-top:10px;
}

h2.subheading4 {
	font-weight:bold;
	font-size:18px;
color:#CA4E4A;
	display:block;
	margin-top:10px;
}

#page_cover {
	background-color:gray;
	position:absolute;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	top:0px;
	left:0px;
	padding:10px;
	z-index:999998;
	width: 100%;
	height:100%;	
}
#page_msg {
	
	position:absolute;
	top:0px;
	left:0px;
	padding:10px;
	z-index:999999;
	width:100%;	
	padding:5px;
}

#page_msg #frame {
	border:1px solid black;
	background-color:white;
	margin:0 auto;
	width:200px;
	font-size:18px;
	text-align:center;
	padding:10px;
	
}

/* Content Tree Styles*/
#toc {
	color:#3F413C;
}

#toc li{
	list-style:none;
	margin:2px 0px 0px 0px;
	
}

#toc div a, a:visited {
	color:black;
}

#toc .part {
	font-size: 16px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	color:#626D75;
}

#toc .chapter {
	font-size: 15px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:4px;
	color:#A3825E;
	margin-left:14px;
}

#toc .subchapter {
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
	margin-top:3px;
	margin-bottom:3px;
}

#toc .schedule {
	font-size: 14px;
	font-weight:normal;
}

#toc .doc {
	margin-left:15px;
}

#breadcrumbs {
	color:white;
	padding-left:10px;
}
#content_link_index {
	padding-left:15px;
}
#content_link_index li {
	list-style-type:none;
	padding-left:0px;
	padding-bottom:5px;
}

.explanation table {
font-size:14px;
}

.example table {
font-size:12px;
}






