#breadcrumbs {
	color:white;
	padding-left:10px;
}
/*Begin Layout Styles*/
body {
    font-family:Arial;
    font-size: 13px;
	
    text-align: center;
    color:#555555;
	padding:0;
	margin:0;
}

body a{
	color:#3B59BB;
}
#top_frame_bg {
	
	background-color:white;
}	 

#top_frame {
	background-color:white;
	width:999px;
 	margin-right:auto;
 	margin-left:auto;
	padding-bottom:8px;
 	margin-top:5px;
 	text-align:left;
}
		
#frame_bg {
	
	background-color:white;
}	                

#frame {
 width:999px;
 margin-right:auto;
 margin-left:auto;
 padding:0px;
 text-align:left;
 padding-left:8px;
}

* html #frame {
	width:1008px;
}

#leftcontent {
    position:absolute;
    width:170px;	
    padding-right: 10px;
    padding-left: 0px;
    text-align: left;
    z-index:900000;
	margin-top:0px;
}

#left_top {
	position:absolute;
    padding-right: 10px;
	padding-top:5px;
    padding-left: 4px;
    text-align: left;
    z-index:900000;
}

#menu_top_curve {
	background-image:url(../images/menu_top_curve.png);
    background-repeat:no-repeat;
	width:170px;
	height:22px;
	
}


#menu_bottom_curve {
	background-image:url(../images/menu_bottom_curve.png);
    background-repeat:no-repeat;
	margin-bottom:40px;
	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;
}

#rightcontent {
    padding-left:180px;
    padding-right: 5px;
    
}

*html #rightcontent {
	margin-top:-10px;
}

#right_top {
    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:400px;
padding:8px;
margin-left:120px;




}
#top_curve {
	
	margin-top:10px;
	background-image:url(../images/top_curve.png);
    background-repeat:no-repeat;
	height:15px;
	height:23px;
}

#mainwindow {
width:100%;
background-color:#5E84BD;
 
}

#bottom_curve {	
	background-image:url(../images/bottom_curve.png);
    background-repeat:no-repeat;
	height:25px;	
}

* html #ie_height_hack {
height:1;
}

#motd {

border: solid 1px green;
margin-top:22px;
text-align:left;
margin-right:10px;
color:#5D5F68;
font-size:14px;
padding:7px;

}
#consult_box {
margin-top:22px;
text-align:left;
margin-left:-18px;
margin-right:10px;
color:#5D5F68;
font-size:14px;
padding:7px;
}


#join {
border: solid 1px orange;
text-align:left;
margin-right:10px;
color:#5D5F68;
font-size:14px;
padding:7px;
}

#site_update_news {
border: solid 1px orange;
text-align:left;
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;
}

#footer {
    
    margin-top:20px;
    padding-left:160px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;  
}

#footer table {
    font-size:12px;
}



#footer a,a:visited {
color:#3B59BB;
text-decoration:none;

}

#footer a:hover {

text-decoration:underline;

}

/*End Layout styles*/


/*Left Content format*/
/*vertical 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;

    
} 

.menu li:hover ul {
    display: block; 
} 

.menu li:hover>ul { 
    visibility:visible; 
} 

.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 .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;
} 

/* Sub Menu Styles */ 
.menu li ul a, .menu li ul span { 
    display:block;
    text-decoration: none; 
    color: #777; 
    background: #F0EEEE; /* IE6 Bug */ 
    padding: 5px; 
    border: 1px solid #ccc; 
    border-bottom: 0; 
} 

/* 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;

} 


/* Icon Styles */ 





#LEFT_FORMAT {}
/*Divs*/


#siteheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
}


/*tags*/
#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;
}


#TOPSEARCH_FORMAT {}
/*Topsearch format*/
/*Divs*/



#search {
}

#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:100px;
	margin-top:5px;
}

#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;
}
/*tags and classes*/



#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:#E2144A;
}


/*Mainwindow format*/
#MAINWINDOW_FORMAT {}
/*divs*/
#menubar {
    
    
}


#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;
	margin:0px;
}

#page_title {
	font-size:24px;
	padding:0px;
	margin:0px;
	margin-top:3px;
	margin-bottom:5px;
	color:#043601;	
}



#window {
    margin-left:1px;
    margin-right:20px;
    font-size: 14px;
	padding-top:10px;
    background-color:white;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
line-height:18px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom:10px;

    
    
    
}

#window a {
	color:#3B59BB;
}

*html #window {

    width:100%;
    height:100%;

}

#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;
}


/*Tags*/

#mainwindow h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin:0px;
    margin-top:10px;
    padding: 0px;
}



#window h3 {
    font-size: 14px;
}

/*Classes*/
.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;
 }
    
#cart {
    float:right;
    font-size:12px;
    width:180px;
    
}
/* Product Page Styling */
    #product_text {
        padding: 0px 0px 20px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-right: 20px;
        margin-top: 20px;
    }
    
    

#cart p {
    margin: 0px;
    padding: 0px;
}


/*Dashboard styling*/

#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 styling   */

#checkout_page h1{

font-size:16px;

}


/* General Form styling - override when neccessary */
 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
{
/*alt #E4DAB1*/
background-color:#E0DCCF;
margin: 20px 10px 30px 10px;
}

.cart_box {
	background-color:#E4DAB1;
}

legend
{
color: black;
background: #F5EEC2;
border: 1px solid gray;
padding: 2px 6px;
}


* html fieldset {
 padding:20px;
 position: relative; margin-top:4em; padding-top:2em;

 }
 
* 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 {
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;
}
 
 
/*Shop product stylings */
.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;
}

#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;
width:60%;
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 {
	height:50px;
  padding-bottom:20px;
}

* html #animation {
 padding-bottom:0px;
}

#consultancy {
	padding-top:15px;
	float:right;
}

#publications {
	background-image: url(../images/pub_panel_bg.png);
	background-repeat:no-repeat;
 	padding-top:10px;
 	margin-top:10px;
	height:355px;
	padding-left:10px;
	padding-right:30px;
	width:490px;
}

* html #publications {
 width:530px;
 height:370px;
}

* html #publications p {
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#updates {
	margin-top:10px;

	font-size:13px;
	height:300px;
	width:200px;
	padding-left:5px;
	float:right;
}


#updates h2 {
	font-weight:bold;
	font-size:13px;
	margin-bottom:3px;
}


#membership {
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:10px;
	padding-right:0px;
}


#publications #right_side {
	margin-top:20px;
}

#publications #right_side ul {
	margin-top:5px
}

#publications #left_side {
	padding-top:20px;
	height:280px;
	
}

#cover {
	width:200px;
	text-align:center;
}



#publications #left_side #links {
	margin-top:5px;
	font-size:15px;
	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:right;
	padding-right:10px;
	padding-bottom:5px;
	padding-right:5px;	
}



#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 .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;
	margin-top:4px;
	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;
}
#bill_detail table tr {
	text-align:left;
	font-size:12px;
}
#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;
}

.product_summary .select {
	height:50px;
	text-align:right;
	width:160px;
	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/irl_flag.gif");
	display:block;
	width:38px;
	height:21px;
	text-decoration:none;
	margin-right:30px;
}

#flags a.rollover:hover {
	background-position: -38px 0px;
}
#flags .displace{
	position:absolute;
	left: -5000px;
}

#flags img{
	vertical-align:text-top;
	
}

#country_name {
	color:#FF0028;
	font-weight:bold;
	font-size:18px;
}

/* These styles should not be here or should be renamed */
.divider_item {
	margin-left: 20px;
}

.divider_children {
}

.inline_controls {
	margin-top: 0px;
	padding-top: 0px;
  font-size: 10px;
	display: inline;
}

/* menu items fragment */ 

div#menu_items {
	margin-bottom:20px;
}

div#menu_items li {
	list-style: none; 
}
div#menu_items li a {
	text-decoration: none;
	color: blue;
	padding-left: 10px;
}

div#menu_items h2 {
	font-size: 16px;
  padding:0 0 0 0px;
	display: inline;
}

/* content groups fragment */ 
div#content_groups li {
	list-style: none; 
}
div#content_groups li a {
	text-decoration: none;
	color: blue;
	padding-left: 10px;
}

div#content_groups h2 {
	font-size: 16px;
  padding:0 0 0 0px;
	display: inline;
}

/* content item children */
div#content_item_children h2 {
	font-size: 16px;
  padding:0 0 0 0px;
	display: inline;
}

div#content_item_children li {
	list-style: none; 
}
div#content_item_children li a {
	text-decoration: none;
	color: blue;
	padding-left: 10px;
}

/* content item details */

/* edit form styles */
div#content_item_edit_form form fieldset div.form_field label {
	text-align: right;
	vertical-align: middle;
	font-size:14px;
	width: 100px;
	display: block;
	float:left;
	margin-right: 5px;
}

div#content_item_edit_form form fieldset div.submit_field {
	background-color: green;
}


/* contents listing */

p.contents_entry_document {
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 0px;
}

p.contents_entry_document a:link {
  text-decoration:none;	
	color:black;
}
p.contents_entry_document a:visited {
  text-decoration:none;	
	color:black;
}

/* document controls */

#document_controls {
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

#document_controls a:visited {
	text-decoration:none;
}

#document_controls a:link {
	text-decoration:none;
}

#document_controls_bottom {
	border-top: 1px solid #000000;
	padding-top: 3px;
}

#document_controls_bottom a:visited {
	text-decoration:none;
}

#document_controls_bottom a:link {
	text-decoration:none;
}

#search_query {
	width:200px;
}

#search_location {
	width:120px;
}

/* content item details */

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;
}

div.form_field, div.submit_row {
	clear:left;
	padding-bottom:10px;
}

div.submit_row {
	margin-top:15px;
	padding-top:15px;
	
	border-top:2px solid black;
}

div.submit_row input[type="submit"], div.submit_row a {
	color:#000;
	border: 1px solid gray;
	font-size:11px;
	font-family:arial;
	background: lightgray;
}

div.submit_row input[type="submit"] {
	padding: 2px 2px 2px 2px;
	margin-right: 3px;
}

div.submit_row a {
	padding: 3px 15px 3px 15px;
	margin-left: 3px;
}

fieldset.narrow_row label {
	width:50px;
}

/* node form layout */

div.node_form_field label {
	width:50px;
}

div.node_form_field textarea, div.node_form_field input, div.node_form_field select {
	margin-left:60px;
}

div.node_submit_row {
	padding-left:180px;
}


#cart_table {font-size:13px;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 {text-transform: uppercase; padding: 10px;}

#cart_table tfoot.sum td, #cart_table tfoot.sum th, #cart_table tfoot.sum tr { text-transform: uppercase;padding:5px;text-align:right;padding-right:10px;}

#standard td {
	vertical-align:top;
}

.left_item {
width:300px;
float:left;
text-align:left;
}

.right_item { 	
}

#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;
	
}

.tree_forms {
	font-size:12px;
}

table td.right, table th.right {
text-align:right;
}

table td.left, table th.left {
text-align:left;
}

.front_page_cover a {
	background: url("/images/irl_flag.gif");
	display:block;
	width:30px;
	height:18px;
	text-decoration:none;
	float:right;
	margin-right:30px;
}

#window.act_index h2 {
	font-size:18px;
}

.act_index #under_heading {
	font-weight:bold;
	font-size:12px;
}

.act_index #desc {
	font-size:17px;
	margin-top:15px;
}
.act_index ul {
	list-style: circle;
}

.act_index li {
	margin-bottom:4px;
	font-size:18px;
}

#toc {
	color:#3F413C;
}

#toc li{
	list-style:none;
}

.act_index #toc li {
	margin:0;
	font-size:13px;
}


#toc .part {
	font-size: 16px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

#toc .chapter {
	font-size: 15px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:4px;
}

#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;
}

#act_cover {
    margin-right:20px;
    float:left;
    
    }
	
h2.subheading {
	font-weight:bold;
	font-size:18px;
	color:#374551;
	
	display:block;
	margin-top:40px;
}

h2.subheading2 {
	font-weight:bold;
	font-size:16px;
	color:#374551;
	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;
}

#features_list ul li{
	margin-bottom:10px;
	
}

#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;
	margin-left:20px;
}

#toc .schedule {
	font-size: 14px;
	font-weight:normal;
	margin-left:14px;
}

#toc .doc {
	margin-left:20px;
}
	





