/*
Theme Name: Sakura3
Theme URI: http://www.area381.com/
Description: Widget ready WordPress theme with three columns and sakura motive (japanese cherry blossom). Created by <a href="http://www.area381.com">area381</a>.
Version: 1.3
Author: area381
Last Update: 16/sept/2008
Tags: fixed width, widget ready, 3 columns, right sidebar, custom header, seo friendly, gravatars, wpmu, sakura, spring, brown, rounded corners, woman, feminine, asia, japan
Licence: The CSS, XHTML and design is released under GPL: http://creativecommons.org/licenses/GPL/2.0/

*/ 

* {
	padding:0;
	margin:0;
}
body {
	color: #3E4449;
	font: 0.9em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	background: #ffffff;
}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#C6524E;
	text-decoration: none;
}
a:hover {
	color:#5b2c26;
	text-decoration: none;
}
img, a img {
	border:none;
}
code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}
.clear {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
		LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapp {
	width: 970px;
	margin: 0px auto;
}

.wrap {
	width: 970px;
	margin: 0px auto;
}
/*		
//////////////////////////////////////////////////////
		HEADER
//////////////////////////////////////////////////////
*/ 

#header_wrap {

	background: #0097c6 url('images/header.jpg') no-repeat bottom center;

}

#header {
	position: relative;
	width: 970px;
	height: 300px;
}

#top_logo { position: absolute; top: 232px; left: -8px; width: 970px; height: 90px; }

#top_banners { position: absolute; top: 24px; right: 18px; width: 146px; }
.top_banner { display: block; float: left; margin: 4px; }

#top_menu { position: absolute; top: 300px; right: 42px; }
#top_menu a { font-size: 16px; color: #000000; font-weight: bold; margin-left: 56px; }


/*		
//////////////////////////////////////////////////////
		MAIN
//////////////////////////////////////////////////////
*/ 

#wrappinner {
	width: 760px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 560px;
	float: left;
	margin-top: 35px;
}
#main .navigation {
	width: 550px;	
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main .navigation .alignleft a:hover {
	color:#5b2c26;
	text-decoration: none;	
}
#main .navigation .alignright {
	float: right;
}
#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main .navigation .alignright a:hover {
	color:#5b2c26;
	text-decoration: none;
}
#main .entryBox {
	width: 547px;
	margin: 0px 0px 55px;
}
#main .entryBox .title h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #3E4449;
	padding: 15px 15px 5px;
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	text-transform: uppercase;
	color: #3E4449;
}
#main .entryBox .title h2 a:hover {
	color: #5b2c26;
}
#main .entryBox span.date {
	font-size: 0.9em;
	color: #928771;
	display: block;
	float:left;
	margin: 0px 3px 0px 18px;
}
#main .entryBox span.edit {
	font-size: 0.9em;
	color: #928771;
	display: block;
	float:left;
	margin: 0px 3px 0px 0px;
}
#main .entryBox span.comment {
	font-size: 0.9em;
	color: #928771;
	display: block;
	float:left;
	/*margin: 5px 0px 5px 0px;*/
}
#main .entryBox span.comment a {
	color: #928771;
}
#main .entryBox .entry {
	width: 510px;
	overflow: show;
	margin: 8px auto 0px;
	padding: 0px 0px 10px;
}
#main .entryBox .entry p {
	color: #4D5359;
	font-size: 1.1em;
	padding: 10px 0px 15px;
}
#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: none;
	color:#BD413D;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: none;
	color: #5b2c26;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #CC6461;
}
#main .entryBox .entry img {
	padding: 7px;
}
#main .entryBox .entry ol,
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	line-height: 20px;
}
#main .entryBox .entry ol li {
	list-style: decimal outside;
	margin: 0px 0px 0px 15px;
	font-size: 1.1em;
}
#main .entryBox .entry ol li ul li {
	list-style: disc outside;
	margin: 2px 0px 0px 8px;
	font-size: 1.0em;
	font-weight: normal!important;
}
#main .entryBox .entry ul li {
	list-style: disc outside;
	margin: 0px 0px 0px 8px;
	font-size: 1.1em;
}
#main .entryBox .entry ul li ul li {
	list-style: circle outside;
	margin: 2px 0px 0px 8px;
	font-size: 1.0em;
	font-weight: normal!important;
}
#main .entryBox .entry img.alignleft {
	float: left;
	display: block;
	border: 2px solid #D9D6C6;
	margin: 28px 5px 0px 0px;
	background: #ffffff;
}
#main .entryBox .entry img.alignright {
	float: right;
	display: block;
	border: 2px solid #D9D6C6;
	margin: 28px 5px 0px 0px;
	background: #ffffff;
}
#main .entryBox .entry img,
#main .entryBox .entry img.alignnone {
	border: 2px solid #D9D6C6;
	margin: 0px 5px 0px 0px;
	background: #ffffff;
}
#main .entryBox .entry img.aligncenter {
	margin: 0px auto 5px;
	display: block;
	border: 2px solid #D9D6C6;
	background: #ffffff;
}
#main .entryBox .entry .wp-caption p.wp-caption-text {
	font-size: 0.8em!important;
	padding: 5px 10px 5px 5px!important;
	text-align: center;
	background: #ffffff;
	clear: both;
	display: block;
	width: 97%;
	color: #333333;
	line-height: 1.1em;
}
#main .entryBox .entry code {
	display: block;
	background-color: #ffffff;
	padding: 3px;
	margin: 10px 5px 10px 0px;
	font: 1em/1.5em "Courier New", Courier, mono;
}
#main .entryBox .entry blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: oblique;
	padding: 5px 10px;
	border-left: 3px solid #BFB8A3;
}
#main .entryBox .entry pre {
	width: 500px;
}
#main .entryBox .entryBottom {
	height:60px;
}
#main .entryBox .tags {
	clear:both;
	margin: 2px 0px 5px;
}
#main .entryBox .entryBottom span,
#main .entryBox .tags span {
	font-size: 0.8em;
	display:block;
	padding: 0px 7px 0px 17px;
}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited,
#main .entryBox .tags a:link,
#main .entryBox .tags a:visited {
	text-decoration: none;
	color: #77776B;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover,
#main .entryBox .tags a:hover{
	text-decoration: none;
	color: #5b2c26;
	font-weight: bold;	
}

/*		
//////////////////////////////////////////////////////
		SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	width: 510px;
	overflow: show;
	margin: 0px auto;
}
#main .entryBox .entryDesc {
	width: 510px;
	overflow: show;
	margin: 0px auto;
	position:relative;
	top:20px;
}
#main .entryBox .entryDescription p,
#main .entryBoxAlt .entryDescription p,
#main .entryBox .entryDesc p {
	padding: 15px 8px 0px;
	line-height: 1.5em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:link,
#main .entryBox .entryDescription p a:visited,
#main .entryBoxAlt .entryDescription p a:visited,
#main .entryBox .entryDesc p a:link,
#main .entryBox .entryDesc p a:visited {
	text-decoration: none;
	color:#BD413D;
}
#main .entryBox .entryDescription p a:hover,
#main .entryBoxAlt .entryDescription p a:hover,
#main .entryBox .entryDesc p a:hover {
	text-decoration: none;
	color: #5b2c26;
}
#main .entryBox p.who,
#main .entryBoxAlt p.who {
	padding: 5px 0px 5px 15px;	
}
#main .entryBox p.who img,
#main .entryBoxAlt p.who img {
	padding-top:5px;
}
#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited,
#main .entryBoxAlt p.who a:link,
#main .entryBoxAlt p.who a:visited,
#main .entryBoxAlt .entryBottom p.commentmetadata a:link,
#main .entryBoxAlt .entryBottom p.commentmetadata a:visited {
	text-decoration: none;
	color: #928771;
}
#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBoxAlt .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover,
#main .entryBoxAlt p.who a:hover {
	text-decoration: none;
	color: #5b2c26;
}
#main .entryBox .entryBottom p.commentmetadata,
#main .entryBoxAlt .entryBottom p.commentmetadata {
	font-size: 0.8em;
	color: #928771;
	padding: 15px 0px 5px 15px;
}
#main .entryBoxAlt {
	width: 547px;
	margin: 0px 0px 55px;
}
#main .entryBoxAlt .entryBottom {
	height: 40px;
}
#main #commentForm {
	width:550px;
}
#main #commentForm p.tags {
	padding: 10px;
	width: 530px;
}
#main #commentForm p {
	padding:5px;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	color:#BD413D;
	text-decoration: none;
}
#main #commentForm p a:hover {
	color:#5b2c26;
	text-decoration: none;
}
#main #commentForm input#submit {
	border:none;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	padding: 8px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#main h3.respond,
#main h3#respond,
#main h3.response {
	padding: 10px 5px 10px;
}
.aligncenter {
	display: block;
	margin: 0px auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}



/*		
//////////////////////////////////////////////////////
		SIDEBAR's
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float:right;
	width: 190px;
	margin-top: 35px;
}
#sidebar2 {
	float:left;
	width: 180px;
	margin: 35px 0px 0px 10px;
}
#sidebar h2,
#sidebar h3,
#sidebar2 h2,
#sidebar2 h3 {
	font-size: 1.5em;
	color: #3E4449;
	margin: 15px 0px;
}
#sidebar ul,
#sidebar li,
#sidebar2 ul,
#sidebar2 li {
	list-style-type: none;
}
#sidebar ul li,
#sidebar2 ul li {
	padding: 3px 3px 3px 8px;
	list-style-type: none;
	color: #6C5E5E;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited,
#sidebar2 a:link,
#sidebar2 ul li a:link,
#sidebar2 a:visited,
#sidebar2 ul li a:visited {
	color: #6C5E5E;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar ul li a:hover,
#sidebar2 a:hover,
#sidebar2 ul li a:hover {
	text-decoration: none;
	color:#5b2c26;
}
#sidebar form input#s,
#sidebar2 form input#s {
	padding: 8px 5px;
	margin:0px 0px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1.3em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	width: 170px;
}
#sidebar form input#s:hover,
#sidebar2 form input#s:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input,
#sidebar2 form input {
	border:none;
	padding:5px;
}
#sidebar #wp-calendar,
#sidebar2 #wp-calendar {}
#sidebar #wp-calendar caption,
#sidebar2 #wp-calendar caption {
	font-size: 1.5em;
	color: #3E4449;
	margin: 15px 0px;
	text-align: left;
	font-weight: bold;
}
#sidebar #wp-calendar thead,
#sidebar2 #wp-calendar thead {}
#sidebar #wp-calendar thead tr,
#sidebar2 #wp-calendar thead tr {}
#sidebar #wp-calendar thead tr th,
#sidebar2 #wp-calendar thead tr th {
	text-align: left;
	padding: 5px;
}
#sidebar #wp-calendar tbody,
#sidebar2 #wp-calendar tbody {}
#sidebar #wp-calendar tbody tr,
#sidebar2 #wp-calendar tbody tr {}
#sidebar #wp-calendar tbody tr td,
#sidebar2 #wp-calendar tbody tr td {
	padding: 5px;
}
#sidebar #wp-calendar tbody tr td a,
#sidebar2 #wp-calendar tbody tr td a {
	color: #C6514E;
}
#sidebar #wp-calendar tbody tr td a:hover,
#sidebar2 #wp-calendar tbody tr td a:hover {
	text-decoration: none;
}
#sidebar .textwidget,
#sidebar2 .textwidget {
	font-size: 1.1em;
}


/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	height: 35px;
	margin: 25px 0px 0px;
}
#footer p {
	padding: 5px 0px 0px 15px;
}
#footer p a:link,
#footer p a:visited {
	color: #3E4449;
	text-decoration: none;
}
#footer p a:hover {
	color: #5b2c26;
	text-decoration: none;
}


/*		
//////////////////////////////////////////////////////
		Table added by alex
//////////////////////////////////////////////////////



table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 580px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }
*/ 

/* ------------------
 styling for the tables added by alex 2011-June-07
   ------------------   */


body
{
	line-height: 1.6em;
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}


#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}


#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}


#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 450%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #6cf;
}
#newspaper-c th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
}
#newspaper-c td
{
	padding: 10px 20px;
	color: #669;
	border-right: 1px dashed #6cf;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('table-images/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}


#pattern-style-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/pattern.png');
}
#pattern-style-a thead tr
{
	background: url('table-images/pattern-head.png');
}
#pattern-style-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-a td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover td
{
	color: #339;
	background: #fff;
}


#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('table-images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}

