/*-----------------------------------------------------------------------------
Community Links Screen Stylesheet

version:   1.0
date:      10/05/07
author:    george ornbo
email:     george at shapeshed.com
website:   http://shapeshed.com
-----------------------------------------------------------------------------*/

/* Reset
Eric Meyer's Reset - http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* Set up the document
-----------------------------------------------------------------------------*/
body
    {
    font: 75%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    background: #333;
    color: #333;    
    text-align:center;
}
#wrapper
    { 
    width: 980px; /* Set page width here - you can also use percentage */
    text-align:left;  
    margin-left:auto; 
    margin-right:auto; 
    margin-top: 5px;
    background: #FFFFFF url(/images/chain-reaction/backgrounds/wrapper-top.png) top left no-repeat;
}

#wrapperflash
    { 
    width: 750px; /* Set page width here - you can also use percentage */
    text-align:left;  
    margin-left:auto; 
    margin-right:auto; 
    margin-top: 5px;
   background: #FFFFFF url(/images/chain-reaction/backgrounds/wrapper-flash.png) top left no-repeat;
}

#skip {
    height: 0;
    width: 0;
    display: none;
}

/* Typography
-----------------------------------------------------------------------------*/
/* This sets up a vertical rhythm for the page typography */
/* Image replacement technique for the logo */
h1
    {
    float: left;
    margin: 10px 0 0 10px;
    width: 352px;
    height: 70px;
    text-indent:-9999px;
    font-size: 1em;
}
h1 a
    {
    float: left;
    width:352px; 
    height: 70px;
    background: url(/images/chain-reaction/header/logo.png) top left no-repeat;
    text-decoration:none;
    border-bottom: none;
}   
h2 {
    font-size: 1.6666666666666667em; /* 20 pt */
    line-height: 0.9em; /* 20 * line-height = 18pt */
    margin-bottom: 0.9em; /* 20 * line-height = 18pt */
}
h3 {
    clear: left;
    font-size: 1.5em; /* 18 pt */
    line-height: 1em; /* 18 * line-height = 18pt */
    margin-bottom: 1em; /* 18 * line-height = 18pt */
}
h4 {
    font-size: 1.3333333333333333em; /* 16 pt */
    line-height: 1.125em; /* 16 * line-height = 18pt */
    margin-bottom: 1.125em; /* 16 * line-height = 18pt */
}
h5 {
    font-size: 1.1666666666666667em; /* 14 pt */
    line-height: 1.2857142857142858em; /* 14 * line-height = 18pt */
    margin-bottom: 1.2857142857142858em; /* 14 * line-height = 18pt */
}   
p, q, cite
    {
    font-size:1em; /* 12 pt */
    line-height: 1.5em; /* 12 * line-height = 18pt */
    margin-bottom: 1.5em; /* 12 * line-height = 18pt */
}
ul, ol, dl
    {
    font-size: 1em; /* Equivalent to 12pt */
    margin-bottom: 1.5em; /* 12 * line-height = 18pt */
}
li, dd, dt
    {
    font-size: 1em; /* Equivalent to 12pt */
    margin-left: 15px;
    color: #ff0099;
}
li.flash
    {
    font-size: 1.5em; /* Equivalent to 12pt */
    margin-left: 15px;
    color: #ff0099;
}
li span
    {
    color: #0a0a0a;
}
a
    {
    border-bottom: 1px dotted #ff0099;
    text-decoration: none;
    color: #ff0099;
    outline:none;
}
a:hover
    {
    border-bottom: none;
    color: #8b7e6d; 
}
/* This class removes the bottom border from links */
.no-border
    {
    border-bottom: none;    
}

/* Navigation (the left hand navigation)
-----------------------------------------------------------------------------*/
#nav
    {
    margin-top: 2em;
    clear: both;
    float: left;
    width: 195px;
    margin-right: 20px; 
    background: url(/images/chain-reaction/backgrounds/logo_nav.png) top left no-repeat;
    font-size: 1.1666666666666667em; /* 14 pt */
    line-height: 1.2857142857142858em; /* 14 * line-height = 18pt */
    margin-bottom: 1.2857142857142858em; /* 14 * line-height = 18pt */
    font-weight: bold;
}
#nav ul
    {
    list-style: none;   
}
#nav ul li
    {
    padding-bottom: 0.666666666666667em;
    padding-left: 10px;
    background: url(/images/chain-reaction/backgrounds/nav_arrow.gif) 0 5px no-repeat;
}
#nav ul li a
    {Â 
    border-bottom: 0;
}
#nav ul li ul
    {
    margin-bottom:0;
    padding-bottom: 0;  
}
#nav ul li ul li
    {
    margin-bottom: 2px; /* 14 * line-height = 18pt */
    margin-top: 10px; /* 14 * line-height = 18pt */
    padding-bottom: 0;  
}

/* Homepage
-----------------------------------------------------------------------------*/
#home-middle-column
    {
    margin-top: 2em;
    width: 400px;
    float: left;    
}
#home-middle-column p.intro:first-letter
    {
    font-size: 1.6666666666666667em; /* 20 pt */
    line-height: 0.9em; /* 20 * line-height = 18pt */
    float: left;
    color: #ff0099;
    padding: 0 4px 4px 0;
}
#latest-news, #calendar 
    {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;     
}
#latest-news h3
    {
    color: #ed008c; 

}
#calendar h3
    {
    color: #63d124; 
}
#mapWorld h3
    {
    color: #63d124; 
}
#home-right-column
    {
    width: 350px;
    clear: right;
    float: right;   
}
#partners
    {
    margin-left: 10px;
    padding-top: 15px;
    text-align: left;
}
#partners h5
    {
    text-align: left;
    border-bottom: 1px solid #ccc;  
    margin-bottom: 10px;
}
#partners a img
    {
    clear: left;
    display: block;
    margin-bottom: 10px;
}
#partners a
    {
    border-bottom: 0;
}

/* ----------Start collaborate box styling------------------- */
#collaborate-feature-box
    {
    margin-top: 2em;
    float: left;
    margin-left: 10px;
    width: 330px;
    background: #9400ec url(/images/chain-reaction/backgrounds/purple_330_bottom.png) bottom left no-repeat;   
}
#collaborate-feature-box h2
    {
    padding: 5px 0px 5px 0px;
    margin: 0;
    width: 330px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: transparent url(/images/chain-reaction/backgrounds/purple_330_top.png) top left no-repeat;     
}
#collaborate-feature-box h2 span
    {
    margin-right: 20px; 
    padding-left: 30px;
    background: transparent url(/images/chain-reaction/backgrounds/collaborate-h2-title.png) 0 1px no-repeat;
}
#collaborate-inner
    {
    float: left;
    width: 310px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff url(/images/chain-reaction/backgrounds/white_purple_310_bottom.png) bottom left no-repeat;    
}
#collaborate-inner ul
    {
    position: relative;
    list-style: none;
    width: 310px;
    height: 160px;
    overflow: scroll;
    overflow-x:hidden;
    background: #fff url(/images/chain-reaction/backgrounds/white_purple_310_top.png) top left no-repeat;      
}
#collaborate-inner li
    {
    margin-left: 0;
    clear: left;
}
#collaborate-inner img
    {
    padding: 10px;
    float: left;    
}
#collaborate-inner h4
    {
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
/* ----------End collaborate box styling------------------- */

/* ----------Start connect box styling------------------- */
#connect-feature-box
    {
    margin-top: 2em;
    float: left;
    margin-left: 10px;
    width: 330px;
    background: #ed008c url(/images/chain-reaction/backgrounds/pink_330_bottom.png) bottom left no-repeat; 
}
#connect-feature-box h2
    {
    padding: 5px 0px 5px 0px;
    margin: 0;
    width: 330px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: transparent url(/images/chain-reaction/backgrounds/pink_330_top.png) top left no-repeat;       
}
#connect-feature-box h2 span
    {
    margin-right: 20px; 
    padding-left: 30px;
    background: transparent url(/images/chain-reaction/backgrounds/connect-h2-title.png) 0 1px no-repeat;
}
#connect-inner
    {
    float: left;
    width: 310px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff url(/images/chain-reaction/backgrounds/white_pink_310_bottom.png) bottom left no-repeat;  
}
#connect-inner ul
    {
    position: relative;
    width: 310px;
    height: 175px;
    overflow: scroll;
    overflow-x:hidden;
    list-style: none;
    background: #fff url(/images/chain-reaction/backgrounds/white_pink_310_top.png) top left no-repeat;        
}
#connect-inner li
    {
    margin-left: 0;
    clear: left;
}
#connect-inner img
    {
    padding: 10px;
    float: left;    
}
#connect-inner h4
    {
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
/* ----------End connect box styling------------------- */

/* ----------Start commit box styling------------------- */
#commit-feature-box
    {
    margin-top: 2em;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 330px;
    background: #63d124 url(/images/chain-reaction/backgrounds/green_330_bottom.png) bottom left no-repeat;    
}
#commit-feature-box h2
    {
    padding: 5px 0px 5px 0px;
    margin: 0;
    width: 330px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: transparent url(/images/chain-reaction/backgrounds/green_330_top.png) top left no-repeat;      
}
#commit-feature-box h2 span
    {
    margin-right: 20px; 
    background: transparent url(/images/chain-reaction/backgrounds/commit-h2-title.png) 0 1px no-repeat;
    padding-left: 30px;
}
#commit-inner
    {
    float: left;
    width: 310px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff url(/images/chain-reaction/backgrounds/white_green_310_bottom.png) bottom left no-repeat; 
}
#commit-inner ul
    {
    position: relative;
    list-style: none;
    width: 310px;
    height: 100px;
    overflow: scroll;
    overflow-x:hidden;
    background: #fff url(/images/chain-reaction/backgrounds/white_green_310_top.png) top left no-repeat;       
}
#commit-inner li
    {
    margin-left: 0;
    clear: left;
}

#commit-inner img
    {
    padding: 10px;
    float: left;    
}
#commit-inner h4
    {
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
/* ----------End commit box styling------------------- */

/* Internal Template
-----------------------------------------------------------------------------*/
#internal-column
    {
    width: 750px;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 2em; 
    background: transparent url(/images/chain-reaction/backgrounds/commit_750_bottom.png) bottom left no-repeat;
}
#internal-column h2
    {
    width: 450px;
    padding-top: 10px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    float: right;   
    background: transparent url(/images/chain-reaction/backgrounds/commit-title.png) top left no-repeat;
}

.breadcrumb span
    {
    background: transparent url(/images/chain-reaction/icons/breadcrumb.png) top right no-repeat;  
    padding-right: 25px;
}

#internal-column h2 span
    {
    /*background: transparent url(/images/chain-reaction/backgrounds/chain_icon.png) top left no-repeat;*/
    width: 450px;
    padding-right: 10px;
    padding-left: 30px;
}
#internal-column-content
    {
    float :left;
    width: 750px;
    background: transparent url(/images/chain-reaction/backgrounds/commit_750_top.png) top left no-repeat;
}
#internal-column-content #internal-borders
    {
    float :left;
    width: 718px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 5px solid #62d021;
    border-right: 7px solid #62d021;
}
#internal-column-content #internal-borders p.first-paragraph:first-letter
    {
    font-size: 1.6666666666666667em; /* 20 pt */
    line-height: 0.9em; /* 20 * line-height = 18pt */
    float: left;
    color: #ff0099;
    padding: 0 4px 4px 0;
}

/* --------------------------------------------------------
Curves and colours for central column content 
This uses the body id to set the correct colour for the curves
The body id is set by the PHP page variable $section which is
declared at the top of each template.
-------------------------------------------------------- */
body#commit-page #internal-column-content
    {
    background: transparent url(/images/chain-reaction/backgrounds/commit_750_top.png) top left no-repeat;
}
body#commit-page #internal-column h2
    {
    background: #62d021 url(/images/chain-reaction/backgrounds/commit-title.png) top left no-repeat;
}
body#commit-page #internal-column-content #internal-borders
    {
    border-left: 5px solid #62d021;
    border-right: 7px solid #62d021;
}
body#connect-page #internal-column h2
    {
    background: #ec008b url(/images/chain-reaction/backgrounds/connect-title.png) top left no-repeat;
}
body#connect-page #internal-column-content
    {
    background: transparent url(/images/chain-reaction/backgrounds/connect_750_top.png) top left no-repeat;
}
body#connect-page #internal-column
    {
    background: transparent url(/images/chain-reaction/backgrounds/connect_750_bottom.png) bottom left no-repeat;
}
body#connect-page #internal-column-content #internal-borders
    {
    border-left: 5px solid #ec008b;
    border-right: 7px solid #ec008b;
}
body#collaborate-page #internal-column
    {
    background: transparent url(/images/chain-reaction/backgrounds/collaborate_750_bottom.png) bottom left no-repeat;
}
body#collaborate-page #internal-column h2
    {
    background: #9400ec url(/images/chain-reaction/backgrounds/collaborate-title.png) top left no-repeat;
}
body#collaborate-page #internal-column-content
    {
    background: transparent url(/images/chain-reaction/backgrounds/collaborate_750_top.png) top left no-repeat;
}
body#collaborate-page #internal-column-content #internal-borders
    {
    border-left: 5px solid #9400ec;
    border-right: 7px solid #9400ec;
}

/* Speakers
-----------------------------------------------------------------------------*/
.speaker img {
    padding: 5px;
    background:  #ec008b;   
    float: left;
    margin: 0 15px 15px 0;
}

.speaker img.endquote {
    border: 0px;
    background: transparent;
    float: right;
    margin: 0 0 0 10px;
}


/* FAQs 
-----------------------------------------------------------------------------*/
#faq dt {
    color: #ff0099;
    cursor: pointer;
    margin: 8px 0;
    padding: 0;
}
#faq dd {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0 20px 0;
    background-color: #ffffcc;
}
#faq2 dt {
    color: #ff0099;
    cursor: pointer;
    margin: 8px 0;
    padding: 0;
}
#faq2 dd {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0 20px 0;
    background-color: #ffffcc;
}
#faq3 dt {
    color: #ff0099;
    cursor: pointer;
    margin: 8px 0;
    padding: 0;
}
#faq3 dd {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0 20px 0;
    background-color: #ffffcc;
}
/* Podcasts
-----------------------------------------------------------------------------*/
.podcast
    {
    border-bottom: 1px solid #ccc;  
    margin-bottom: 2em;
}
.podcast ul
    {
    list-style:none;    
}
.podcast ul li
    {
    margin: 0 20px 0 0;
    display: inline;
}
.listen
    {
    background: transparent url(/images/chain-reaction/icons/16/listen.png) top left no-repeat;
    padding-left: 20px; 
}
.download
    {
    background: transparent url(/images/chain-reaction/icons/16/download.png) top left no-repeat;
    padding-left: 20px; 
}
/* Case Studies
-----------------------------------------------------------------------------*/
.case-study {
    border-bottom: 1px solid #ccc;  
    margin-bottom: 2em;
}
.case-study ul {
    list-style:none;    
}
.case-study ul li {
    margin: 0 20px 0 0;
    display: inline;
}

.case-study img  {
    padding: 3px;
    background:  #ec008b;
    float: left;
    margin: 0 15px 15px 0;
}

.pdf {
    background: transparent url(/images/chain-reaction/icons/16/pdf.png) top left no-repeat;
    padding-left: 20px; 
}

.read-more {
    background: transparent url(/images/chain-reaction/icons/16/read_more.png) top left no-repeat;
    padding-left: 20px; 
}

/* Search Results
-----------------------------------------------------------------------------*/
.search-result-1
    {
    border-bottom: 1px solid #ccc;

}
.search-result-1 h3, .search-result-2 h3
    {
    padding-top: 10px;

}
.search-result-2
    {
    border-bottom: 1px solid #ccc;
    background: #FBFDEB;
}

/* Blog Template
-----------------------------------------------------------------------------*/
#blog-left
    {
    width: 470px;
    float: left;
    padding-bottom: 30px;
    margin-top: 2em;
}
#blog-left h2
    {
    padding: 20px 0 0 15px;
    margin-bottom: 0;
    background: url(/images/chain-reaction/backgrounds/blogs_top.png) top left no-repeat;      
}
#blog-left-inner
    {
    margin-top: -22px;
    padding-top: 20px;
    border-left: 5px solid #ed008b;
    border-right: 5px solid #ed008b;
    width: 460px;
    padding-bottom: 20px;
}
#blog-left span
    {
    margin-top: -10px;
    height: 20px;
    display: block;
    width: 470px;
    background: url(/images/chain-reaction/backgrounds/blogs_bottom.png) bottom left no-repeat;
}
#blog-right
    {
    width: 250px;
    float: right;
    margin-top: 2em;
    padding-bottom: 30px;
    margin-right: 20px;
}
#blog-right h3
    {
    color: #fff;
    padding: 10px;
    background: url(/images/chain-reaction/backgrounds/blog-h3.png) top left no-repeat;    
}
#cloud a
    {
    border-bottom: 0;   
}
/*-----------------------------------------------------------------------------
Tag Cloud
The CMS will need to assign the right class depending on the number of posts
tag1 is the smallest and tag7 is the largest
-----------------------------------------------------------------------------*/
#cloud .tag1
    {
    font-size: 0.7em;   
    color: #62d021;
}
#cloud .tag2
    {
    font-size: 0.9em;   
    color: #9400ec;
}
#cloud .tag3
    {
    font-size: 1.1em;   
}
#cloud .tag4
    {
    font-size: 1.3em;
    color: #62d021; 
}
#cloud .tag5
    {
    font-size: 1.5em;   
    color: #9400ec;
}
#cloud .tag6
    {
    font-size: 1.7em;   
}
#cloud .tag7
    {
    font-size: 1.9em;
    color: #62d021; 
}
/* End tag cloud rules */

.blog-entry
    {
    margin:10px;    
    border-bottom: 1px solid #ccc;
}
.blog-entry .date
    {
    float:right;
    font-weight: bold;
    color: #666;    
}
.blog-entry h5
    {
    margin-bottom: 0;   
}
.blog-entry ul
    {
    list-style: none;   
}
.blog-entry li
    {
    margin-left: 0;
    padding-left: 20px;
    margin-right: 10px;
    display: inline;    
}
.blog-entry .comments
    {
    background: url(/images/chain-reaction/icons/16/comments.png) top left no-repeat;  
}
.blog-entry .tags
    {
    background: url(/images/chain-reaction/icons/16/tag.png) top left no-repeat;   
}
.blog-entry .permalink
    {
    background: url(/images/chain-reaction/icons/16/permalink.png) top left no-repeat; 
}

/*-----------------------------------------------------------------------------
Images
This assigns styles to images e.g.
<img src="/example/image.jpg" alt="Alt text" class="right" />
floats the image to the right and adds a border
-----------------------------------------------------------------------------*/
img.right
    {
    float: right;   
    background: #fff;
    border: 1px solid #ec008b;
    padding: 5px;
    margin: 0 0 10px 10px;
}
img.left
    {
    float: left;    
    background: #fff;
    border: 1px solid #ec008b;
    padding: 5px;
    margin: 0 10px 10px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer
    {
    margin-top: 2em;
    clear: both;    
    background: #ccc url(/images/chain-reaction/backgrounds/footer-bottom.png) bottom left no-repeat;
    padding: 1em;
}
#footer-flash
    {
    margin-top: 2em;
    clear: both;    
    background: #ccc url(/images/chain-reaction/backgrounds/footer-flash-bottom.png) bottom left no-repeat;
    padding: 1em;
}

/* Forms
-----------------------------------------------------------------------------*/
#search-form
    {
    width: 250px;
    margin: 20px 0px 0 0;
    float:right;    
}
#login-form
    {
    width: 310px;
    margin: 12px 10px 0px 20px;
    float:left; 
}
#login-form label
    {
    float: left;
    clear: left;
    margin-bottom: 10px;
    width: 90px;
}
#login-form input.text
    {
    width: 160px;
    margin-right: 20px;
    display: block;
    float:left; 
}
#login-form input.submit
    {
    float: right;
    margin-top: -50px;

}
#login-form p
    {
    margin-bottom: 3px; 
}
#search-form .submit
    {
    clear: left;    
}
input.text
    {
    padding: 3px;
    border: 1px solid #999; 
}
#internal-column-content label, #internal-column-content select, #internal-column-content input.submit, #internal-column-content input.text
    {
    float: left;    
}
#internal-column-content label
    {
    clear: left;
    margin-top: 5px;
    margin-left: 20px;
    width: 200px;
}
#internal-column-content legend
    {
    margin-left: 20px;
    font-size: 1.16666666667em;
}
#internal-column-content input.text
    {
    width: 300px;
    margin-bottom: 10px;    
}
#internal-column-content fieldset
    {
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 10px;
    border: 1px solid #999; 
}
#internal-column-content select
    {
    border: 1px solid #999;
    margin-top: 5px;
    padding: 3px;
    clear: right;
    margin-bottom: 10px;        
}
#internal-column-content select#course_titles
    {
    margin-top: 10px;
    margin-left: 20px;      
}
#internal-column-content textarea
    {
    width: 300px;
    padding: 3px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #999; 
}
#internal-column-content input.submit
    {
    float: right;
    margin-right: 25px;
    margin-bottom: 10px;    
}
#internal-column-content fieldset img
    {
    float: right;
    margin-right: 195px;
    margin-bottom: 1em;
}
p.clear-no-indent
    {
    clear: left;
    margin-left: 0px;   
    margin-bottom: 0;
}
p.clear-no-indent input
    {
    display: block;
    float: left;
    margin-top: 6px;
}
p.clear
    {
    clear: left;
    margin-left: 20px;  
    padding-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
}
p.clear-select
    {
    clear: left;
    margin-bottom: 0;
}
p.clear-select input
    {

    margin-top: 10px;
}
select#ticket-type
    {
    width: 310px;   
}
.checkbox-fix
    {
    margin-left: 0; 
}

label.indent
    {
    width: 190px !important;
    padding-left: 10px; 
}
.mandatory {
    background-color: #ffffcc;
    display: inline;
}
.mandatory-missing {
    background-color: #ffffcc;
    color: #ff0000;
    display: inline;
}
.error-messages
	{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 20px 20px 30px;
	background-color: #ffffcc;	
}
.form-validation-errors
    {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 20px 20px 30px;
    background-color: #ffffcc;  
}
.google-checkout
    {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 20px 20px 30px;
    background-color: #ffffcc;  
}
.cheque
    {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 20px 20px 30px;
    background-color: #ffffcc;  
}
.invoice
    {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 20px 20px 30px;
    background-color: #ffffcc;  
}
.form-padding
    {
    margin-right: 20px; 
    margin-left: 20px;  
}


/* Tables 
-----------------------------------------------------------------------------*/
table
    
    { 
    border-spacing: 0;
    border-collapse: collapse;
}
td  
    {
    text-align: left;
    font-weight: normal;
}

table.table1{
border: 0px solid white;
position:relative;
top:-350px;
}

/* All done.. 

