*
{
	margin: 0;
	padding: 0;
}

input[type="button"], input[type="submit"]
{
	padding: 2px 5px;
}

*.odd, *.even
{
	background: #ccc;
}

*.error
{
	color: #c00;
}

*.clear
{
	clear: both;
}

body
{
	border-width: 0 1px;
	background-color: #500;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Times New Roman', Times, serif;
	font-size: 95%;
	text-align: center;
}

a
{
	color: #800;
	text-decoration: none;
}

a img
{
	border: 0;
}

th
{
	text-align: left;
}

/* As a note: #main and #container only exist to deal with some rendering weirdness in IE6. */

#container
{
	margin: 0 auto;
	background: #333;
	width: 790px;
	border: 1px solid #000;
	text-align: left;
}

#main
{
	margin-top: 10px;
	padding: 0 10px;
}

#sitemap, #footer, #column div h2
{
	position: relative;
	padding: 2px 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url('/style/images/bg_r_grad_sm.gif') repeat-x #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

#sitemap #aikinews
{
	position: absolute;
	right: 10px;
	top: 4px;
}

#sitemap #aikinews:hover
{
	border: 0;
}

#header
{
	position: relative;
	height: 110px;
	z-index: 1;
}

#header div
{
	position: absolute;
}

#header #kanji
{
	top: 13px;
	left: 15px;
	width: 305px;
	height: 89px;
	background: url('/style/images/aikido_header.png') no-repeat;
}

#header #headerportrait
{
	top: 2px;
	left: 365px;
	width: 139px;
	height: 108px;
	background: url('/style/images/os_header.png') no-repeat;
}

#header #logo
{
	top: 10px;
	right: 15px;
	width: 223px;
	height: 109px;
	background: url('/style/images/aj_header.png') no-repeat;
}

#footer
{
	clear: both;
	color: #f2f2f2;
	text-align: center;
}

#sitemap
{
	position: relative;
	z-index: 2;
}

#sitemap a
{
	color: #f2f2f2;
}

#sitemap a:hover
{
	border-bottom: 1px dotted #fff;
}

/***** styles within #column *****/

#column
{
	float: right;
	margin-bottom: 10px;
	width: 160px;
	background: #f2f2f2 url('/style/images/round_bottom_s.gif') no-repeat bottom;	
}

#column div
{
	background: url('/style/images/round_top_s.gif') no-repeat;
	padding: 5px 0;
}

#column div h2
{
	margin-top: 5px;
	padding: 2px 10px;
	color: #f2f2f2;
	text-align: left;
}

#column #navlist
{
	position: relative;
	padding: 0;
	background: #000;
}

#navlist ul
{
	position: relative;
	display: block;
	list-style: none;
	background: #000;
	width: 160px;
}

#navlist ul li
{
	display: block;
	position: relative;
	padding-bottom: 1px;
	background: #000;
}

#navlist ul li a, #navlist ul li h3
{
	position: relative;
	display: block;
	padding: 3px 10px;
	background: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
}

#navlist ul li h3, #navlist ul li a:hover, #navlist ul li:hover > a
{
	background: url('/style/images/bg_r_grad_sm.gif') repeat-x #600;
	color: #fff;
}

#navlist ul li h3
{
	font-weight: bold;
}

#navlist ul li img
{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

#navlist ul li ul
{
	display: none;
	position: absolute;
	top: -1px;
	left: -160px;
	border-top: 1px solid #000;
	z-index: 2;
}

#navlist ul li ul li
{
	border: 1px solid #000;
	border-width: 0 1px;
}

#navlist ul li:hover > ul
{
	display: block;
}

#navlist #blogfeatures
{
	width: 180px;
	left: -180px;
}

#navlist #blogfeatures ul
{
	width: 260px;
	left: -260px;
}

#navlist #blogfeatures span.blogcount
{
	position: absolute;
	right: 10px;
	color: #000;
}

#navlist #blogfeatures span.featurecomment
{
	display: block;
	padding-top: 2px;
	text-align: right;
	color: #000;
	font-size: .85em;
}

#column form { padding: 0 10px; }

#column label {
  display: block;
  margin: 5px 0 2px 0;
}

#column input { width: 130px; }

#column div.submit {
  padding: 0;
  background: none;
  margin-top: 10px;
  text-align: center;
}

#column div.submit input { width: auto; }

#column p.aweber { text-align: left; }

#column img
{
	display: block;
	margin: 10px auto 5px auto;
	border: 1px solid #600;
}

#column p
{
	margin: 0.5em 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	line-height: 125%;
}

#column a#potdlink
{
	display: block;
	margin-bottom: 10px;
}

#column #googlesearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}

#column #googlesearch img
{
	border: 0px;
}

#column #googlesearch input
{
	display: block;
	margin: 0 auto 10px auto;
}

#column #googlesearch input[type="text"]
{
	width: 144px;
}

#column #googlesearch ul
{
	list-style: none;
}

#column #googlesearch li
{
	padding: 2px 10px;
	text-align: left;
}

#column #googlesearch li input
{
	display: inline;
	margin: 0;
}

/***** styles within #content *****/

#content
{
	float: right;
	margin-right: 10px;
	width: 600px;
	text-align: left;
}

#content h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content h4
{
	margin: 0 20px;
	font-size: 1em;
	font-weight: bold;
	line-height: 135%;
	text-align: justify;
}

#content h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content h2
{
	padding: 3px 20px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #eee;
	background: url('/style/images/bg_r_grad.gif') repeat-x #600;
	font-size: 1.2em;
	text-align: left;
}

#content h2 a
{
	color: #eee;
}

#content h2 a:hover
{
	border-bottom: 1px dotted #fff;
}

#content h3
{
	margin: 0.5em 20px;
	font-size: 1.1em;
}

#content h3 a:hover
{
	color: #000;
}

#content p
{	
	margin: 0.25em 20px 1em 20px;
	text-align: justify;
	font-size: 1em;
	line-height: 125%;
}

#content ul, #content ol
{
	margin: 0 0 1em 0;
	padding: 0 20px 0 50px;
}

#content li
{
	margin: 0.25em 0 0 0;
	text-align: justify;
	font-size: 1em;
	line-height: 125%;
}

#content li p
{
	margin-left: 0;
}

#content address
{	
	margin: 0.5em 20px 1em 40px;
	text-align: justify;
	font-size: 1em;
	line-height: 125%;
}

#content p a, #content li a, #content address a
{
	border-bottom: 1px dotted #000;
}

#content p a:hover, #content li a:hover, #content address a:hover, #content div.pagenavbar a:hover
{
	border-bottom: 1px solid #000;
}

#content p img
{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #600;
}

#content p img.stagger
{
	float: right;
	margin: 0 0 0 10px;
}

#content form.generic table
{
	width: 100%;
}

#content form.generic td
{
	padding: 3px 20px;
	vertical-align: top;
	font-size: 1em;
}

#content form.generic td input, #content form.generic td textarea
{
	width: 350px;
	font-weight: normal;
}

#content form.generic td textarea
{
	height: 200px;
}

#content form.generic #submit
{
	text-align: center;
}

#content form.generic #submit input
{
	width: auto;
}

/***** Rounded Tops and Bottoms *****/

#content *.cap_top, #content div.blogentry, #content div.catalogblock, #content div.mediaclip, div#nonmember, div#subscribe, form#shoppingcartform, div#checkout, div#catalogresults, #media div.pagenavbar, #blog div.pagenavbar, form#dojowizard
{
	margin: 0;
	padding: 10px 0 0 0;
	background: #f2f2f2 url('/style/images/round_top.gif') no-repeat top;
}

#content *.cap_bottom, div.catalogblock form, div#checkoutbuttons, div#bibliographylist ul, form#cartbuttons, div#subscribe form, div#checkoutbuttons, div#checkout form, div#dojolist
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #f2f2f2 url('/style/images/round_bottom.gif') no-repeat bottom;
}

#content div.blogentry h3, #content p.cap_bottom, #article p.cutoff, #media div.mediaclip h4
{
	margin: 0 0 10px 0;
	padding: 0 20px 10px 20px;
	background: #f2f2f2 url('/style/images/round_bottom.gif') no-repeat bottom;
}

#content div.cap_bottom
{
	padding: 0;
	height: 10px;
}

/***** Content Section Specific Styles *****/

/*** General Content Classes ***/

#content div.pagenavbar
{
	margin: 0;
	padding: 7px 15px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}

#content div.pagenavbar span.previouspage
{
	float: left;
}

#content div.pagenavbar span.nextpage
{
	float: right;
}

/*** Blog Related Styles ***/

#content div.blogentry
{
	margin-bottom: 10px;
}

#content div.blogentry h3
{
	clear: both;
	font-size: .75em;
	color: #555;
	text-align: right;
}

#content div.blogentry h3 a
{
	border-bottom: 1px dotted #000;
}

#content div.blogentry h3 a:hover
{
	border-bottom: 1px solid #000;
}

#content p.blognav {
	margin-left: 40px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 150%;
	clear: both;
}

/* Temporary Blockquote Fix */

#content div.blogentry blockquote
{
	margin: 0.25em 40px 1em 40px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
/*	font-style: italic;*/
	line-height: 135%;
}

#content div.blogentry blockquote p {
	margin-left: 0;
	margin-right: 0;
}

/***********/

#blogcomments
{
	text-align: center;
}

#blogcomments div {
	padding: 10px 0 1px 0;
}

#blogcomments p.comment_edit {
	text-align: right;
}

#blogcomments p.comment_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

#blogcomments textarea
{
	display: block;
	margin: 10px auto;
	width: 500px;
	height: 300px;
}

#blogcontribution form
{
	text-align: center;
}

/*** Blog Admin Related Styles ***/

#content #blogadmin
{
	text-align: center;
}

#content #blogadmin h3
{
	text-align: left;
}

#content #blogadmin ul li
{
	padding: 3px 0;
}

#content #blogadmin ul#buttonbar li
{
	display: inline;
	padding: 0 1em;
}

#content #blogadmin #subject input
{
	width: 490px;
}

#content #blogadmin textarea
{
	margin: .5em 0;
	width: 550px;
	height: 500px;
}

/*** Subscription Related Styles ***/

#subscribe form
{
	text-align: center;
}

/*** Picture of the Day Related Styles ***/

#potd
{
	text-align: center;
}

#potd img
{
	display: block;
	margin: 10px auto;
	border: 1px solid #800;
}

/*** Picture Gallery Related Styles ***/

#gallery table
{
	margin: 10px auto;
	width: 92%;
	border-spacing: 0;
	border-collapse: collapse;
}

#gallery table td
{
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

#gallery img
{
	border: 1px solid #800;
}

/*** Catalog Related Styles ***/

div.catalogblock img
{
	float: right;
	margin: 0 15px 2px 10px;
	border: 1px solid #800;
}

div.catalogblock form
{
	clear: both;
	text-align: center;
}

#catalogresults
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#catalogresults ul
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	border: 1px solid #000;
	border-width: 1px 0;
	background: url('/style/images/bg_r_grad_sm.gif') repeat-x #600;
	text-align: center;
}

#catalogresults ul li
{
	display: inline;
	padding: 0 7px;
}

#catalogresults ul a
{
	border: 0;
	color: #fff;
}

#catalogresults ul a:hover
{
	border: 0;
	color: #000;
}

#catalogresults ul img
{
	vertical-align: middle;
}

#catalogresults table
{
	margin: 10px 20px 0 20px;
	width: 560px;
}

#catalogresults strong
{
	color: #800;
	font-style: italic;
}

#catalogresults td.detailresults
{
	text-align: right;
}

#productdetails h3
{
	color: #800;
	font-weight: bold;
}

#productdetails #cartbuttons
{
	clear: both;
}

#productdetails ul.inline li
{
/*	display: inline;*/
}

#productspecs
{
	position: relative;
	float: right;
	padding: 0 20px 10px 20px;
	text-align: center;
}

#productspecs img
{
	border: 1px solid #600;
}

#productspecs ul
{
	margin: 0 0 .5em 0;
	padding: 0;
}

#productspecs li
{
	list-style: none;
	margin: 0.25em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #800;
}

#productsets
{
	clear: both;
	margin: 10px auto;
/*	border: 1px dashed #000;*/
}

#productsets td
{
	padding: 5px;
	color: #800;
/*	font-size: 2em;*/
	font-weight: bold;
	text-align: center;
}

#productsets img
{
	border: 1px solid #800;
	vertical-align: middle;
}

#productsets table td
{
	padding: 2px;
	font-size: .8em;
	font-family: verdana, arial, sans-serif;	
}

#productsets .oldprice
{
	color: #000;
	text-align: right;
	text-decoration: line-through;
}

#productsets .newprice
{
	color: #000;
	text-align: right;
}

#buyandsave
{
	position: relative;
	float: left;
	margin: 0 5px 0 20px;
}

#buyset img
{
	border: 0;
}

#productpreview
{
	text-align: center;
}

#productpreview img
{
	margin: 5px;
	border: 1px solid #800;
}

#cartbuttons
{
	text-align: center;
}

#cartbuttons input
{
	margin: 0 10px;
}

#custom_discount table {
  width: 100%;
  border-collapse: collapse;
}

#custom_discount td {
  padding: 3px 20px;
}

#custom_discount td.picture {
  width: 23px;
}

#custom_discount td.quanity {
  text-align: right;
}

#custom_discount div.submit {
  padding: 3px 20px;
  text-align: center;
}

#custom_discount a:hover {
  color: #000;
}

#catalogresults #custom_discount_link {
  display: none;
  text-align: center;
  margin: 5px auto 0 auto;
  font-weight: bold;
}

/*** Checkout Related Styles ***/

#shoppingcart input[type=text] {
  width: 5em;
  text-align: right;
}

#shoppingcart td.number input[type=text] {
  width: 3em;
}

#shoppingcart
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}

#shoppingcart th
{
	text-align: left;
	border-bottom: 1px solid #000;
}

#shoppingcart *.emptycart
{
	background: #ccc;
	text-align: center;
}

#shoppingcart *.code
{
	padding-left: 20px;
}

#shoppingcart *.number
{
	text-align: right;
	white-space: nowrap;
}

#shoppingcart *.total
{
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
}

#shoppingcart *.quantity
{
	text-align: center;
}

#shoppingcart td, #shoppingcart th
{
	padding: 3px 10px 3px 0;
	vertical-align: top;
	text-align: left;
}

#shoppingcart #subtotal
{
	border-top: 1px solid #000;
}

#shoppingcart #subtotal td, #shoppingcart #shippingtotal td, #shoppingcart #grandtotal td
{
	padding: 3px 20px 0 0;
	text-align: right;
	font-weight: bold;
}

#checkoutbuttons
{
	text-align: center;
}

#checkout
{
	text-align: center;
}

#checkout #confirmation
{
	margin: 0 auto;
}

#checkout #confirmation td
{
	padding: 0 20px;
	text-align: left;
}

#cc_form td {
	padding: 3px 0;
	text-align: left;
	white-space: nowrap;
}

#cc_info
{
	text-align: center;
}

#cc_info img
{
	float: right;
	margin: 0 20px 5px 10px;
}

/*** Article Related Styles ***/

#article #languages
{
	float: right;
	padding: 0 20px 5px 10px;
}

#article #languages h3
{
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #000;
	background: url('/style/images/bg_r_grad_sm.gif') repeat-x #600;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}

#article #languages ul
{
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	border-width: 0 1px;
}

#article #languages li
{
	margin: 0;
	list-style: none;
}

#article #languages a
{
	display: block;
	padding: 2px 10px;
	border-bottom: 1px solid #000;
	background: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#article #languages a:hover
{
	background: url('/style/images/bg_r_grad_sm.gif') repeat-x #600;
	color: #fff;
}

#article #languages img
{
	vertical-align: baseline;
}

#article.righttoleft p, #article.righttoleft h2
{
	direction: rtl;
	text-align: right;
}

#article p.cutoff
{
	font-style: italic;
}

#article p.cutoff, #article.righttoleft #nonmember p
{
	direction: ltr;
	text-align: justify;
}

#article p.introduction
{
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
	font-style: italic;
}

#nonmember
{
	text-align: center;
}

#nonmember table
{
	margin: 0.5em auto;
}

#nonmember td, #searchbox td
{
	padding: 5px;
	text-align: justify;
}

#articleindex form
{
	text-align: center;
}

#searchbox
{
	margin: 0 auto;
}

#searchbox td.center
{
	text-align: center;
}

#articleindex h3
{
	margin-bottom: .25em;
	font-style: italic;
}

#articleindex h3 a
{
	border-bottom: 1px dotted #000;
}

#articleindex h3 a:hover
{
	color: #800;
	border-bottom: 1px solid #000;
}

#articleindex h4
{
	font-size: 1em;
	font-weight: normal;
	text-indent: 15px;
}

#articleindex div.articlesummary
{
	padding: 5px 0 10px 0;
}

#articlelist a
{
	font-weight: bold;
}

#articlelist span a, #articlelist span a:hover
{
	border: 0;
}

#articlelist li
{
	margin-bottom: 1em;
}

/*** Encyclopedia Related Styles ***/

#encyclopedia
{
	text-align: center;
}

#encyclopedia form
{
	margin-bottom: 10px;
}

#encyclopedia #encyclopedianav
{
	padding: 3px 20px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #eee;
	background: url('/style/images/bg_r_grad.gif') repeat-x #600;
	font-family: Arial, Helvetica, sans-serif;
}

#encyclopedianav li
{
	padding: 0 5px;
	display: inline;
	font-size: 1.15em;
}

#encyclopedianav li a
{
	color: #fff;
	border: 0;
}

#encyclopedianav li a:hover
{
	color: #000;
	border: 0;
}

#encyclopediaentry h2
{
	position: relative;
}

#encyclopediaentry h2 span#japanese
{
	position: absolute;
	right: 20px;
}

#encyclopediaentry #encimages
{
	padding: 0 20px;
	text-align: center;
}

#encyclopediaentry #encimages p
{
	margin: auto;
	width: 320px;
	font-size: .75em;
	font-family: Verdana, sans-serif;
	text-align: center;
}

#encyclopediaentry #encimages img
{
	border: solid 1px #800;
}

#encyclopediaentry #encimages #mainimage
{
	margin: .5em auto;
	display: block;
}

#encyclopedialist ul
{
	list-style: none;
}

#encyclopedialist li
{
	clear: both;
	margin: 0;
	padding: 5px 15px;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#encyclopedialist li a
{
	border: 0;
}

#encyclopedialist li a:hover
{
	border: 0;
	color: #000;
}

#encyclopedialist img
{
	float: right;
	margin-left: 5px;
	border: 1px solid #800;
}

/*** Media Related Styles ***/

#media div.mediaclip, #media div.mediaclip h4
{
	text-align: center;
	font-weight: normal;
}

#media div.mediaclip h4 a
{
	border-bottom: 1px dotted #000;
	font-weight: bold;
}

#media div.mediaclip h4 a:hover
{
	border-bottom: 1px solid #000;
}

#media div.mediaclip img
{
	margin: 0 10px;
	border: 1px solid #800;
}

/*** Bibliography Related Styles ***/

#bibliography
{
	text-align: center;
}

#bibliography span.author
{
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}

#bibliography span.author select, #tableform span.author input
{
	margin-right: 1em;
	width: 250px;
	margin-bottom: 0.5em;
	float: left;
}

#bibliography span.authorbutton
{
	display: block;
	clear: both;
	margin-bottom: 0.5em;
}

#bibliography input.viewas
{
	width: auto;
}

#searchbuttons
{
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

#searchbuttons div
{
	margin: 0 auto;
	text-align: left;
}

#searchbuttons input.submit
{
	float: right;
}

#bibliographylist h3
{
	margin-bottom: .25em;
	font-style: italic;
}

#bibliographylist h3 a:hover
{
	color: #800;
}

#bibliographylist h4
{
	font-size: 1em;
	font-weight: normal;
	text-indent: 15px;
}

#bibliographylist p
{
	padding-left: 15px;
}

#bibliographylist ul
{
	list-style: none;
}

#bibliographylist ul li
{
	margin: 0;
	padding: 5px 0;
}

#bibliographylist span.stars
{
	padding-left: .5em;
}

#bibliographycolumn
{
	float: right;
	padding: 0 15px;
	width: 202px;
}

#bibliographycolumn img
{
	border: 1px solid #800;
}

#bibliographycolumn ul
{
	margin: 0 0 .5em 0;
	padding: 0;
}

#bibliographycolumn li
{
	list-style: none;
	margin: .5em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
}

#bibliographydetails span.stars
{
	float: right;
	margin-bottom: -3px;
}

#bibliographydetails p.noneb
{
	font-style: italic;
}

#bibliographydetails p.editreview
{
	text-align: right;
	margin-bottom: 0;
}

#bibliographydetails #reviews div
{
	padding: .5em 0;
}

/*** Dojo Related Styles ***/

#dojosearch select
{
	width: 350px;
}

#dojoimage
{
	text-align: center;
}

#dojoimage img
{
	margin: 20px auto;
	border: 1px solid #800;
}

div.dojolisting
{
	padding: 5px 0 10px 0;
	margin: 0;
}

#content div.dojolisting span
{
	display: block;
	padding-right: 20px;
	font-size: .75em;
	font-family: Verdana, sans-serif;
	text-align: right;
}

#dojodetails
{
	text-align: center;
}

#dojodetails table
{
	margin: 0 auto;
	width: 570px;
}

#dojodetails td
{
	padding: 5px 3px;
}

#dojodetails img
{
	margin-bottom: 10px;
	border: 1px solid #800;
}

/*** Form Related Styles ***/

#tableform
{
	margin: 1em auto;
	padding: 5px 15px;
/*	border: 1px solid #333;*/
/*	border-width: 1px 0;*/
	border-spacing: 0px;
/*	border-collapse: collapse;*/
	width: 100%;
	text-align: left;
}

#tableform td
{
	vertical-align: middle;
	padding: 5px;
}

#tableform input
{
	width: 99%;
}

#tableform textarea
{
	width: 99%;
	height: 300px;
	font-family: verdana;
	font-weight: normal;
}

#tableform ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tableform li input, #tableform input.checkbox, #tableform input.file
{
	width: auto;
}


#tableform ul.checkbox
{
	width: 400px;
}

#tableform ul.checkbox li
{
	float: left;
	width: 200px;
}

#tableform td.listtitle
{
	vertical-align: top;
}

#tableform td.textblock
{
	border-top: 0;
	text-align: center;
}

#tableform select.date
{
	margin-right: .5em;
	width: auto;
}

#tableform input.date
{
	width: 5em;
}

#tableform input[type="radio"], #tableform input[type="checkbox"]
{
	width: 14px;
}

/* We need a universal button class that replaces: >> and [ *** ] */

/**************************************************************
* Compatibility classes! These will be maintained to deal     *
* with some annoying issues on the old site and should be     *
* phased out at some point.                                   *
**************************************************************/

/*** Article Compatibility ***/

#article .imgleft, #blog .imgleft
{
	float: left;
	margin: 0 10px 0 20px;
}

#article p .imgleft, #blog p .imgleft
{
	float: left;
	margin: 0 10px 0 0;
}

#article .imgright, #blog .imgright
{
	float: right;
	margin: 0 20px 0 10px;
}

#article p .imgright, #blog p .imgright
{
	float: right;
	margin: 0 0 0 10px;
}

#article .imgleft, #article .imgright, #blog .imgleft, #blog .imgright
{
	text-align: center;
}

#article .imgleft img, #article .imgright img, #blog .imgleft img, #blog .imgright img
{
	float: none;
	margin-bottom: 0.25em;
	border: 1px solid #600;
}

#article .imgleft h5, #article .imgright h5, #blog .imgleft h5, #blog .imgright h5
{
	font-size: .65em;
}

/*** TABS ***/

.ui-tabs .ui-tabs-hide { display: none; }

#tabs {
  padding: 0 0 10px 0;
  text-align: center; 
  background: #f2f2f2 url('/style/images/round_bottom.gif') no-repeat bottom;
}

#tabs > div { overflow: hidden; }

#tabs ul {
  text-align: center;
  background: url("/style/images/bg_r_grad.gif") repeat-x scroll 0 0 #600;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #eee;
  margin: 0 0 10px 0;
  padding: 3px;
  height: 20px;

}

#tabs li { display: inline; }

#tabs li a {
  padding: 10px 15px;
  background: url("/images/rotating_tabs/tabs_off.png") center center no-repeat;
  height: 0;
  line-height: 0;
  border: 0;
}

#tabs li a:hover, #tabs li.ui-state-active a {
  background: url("/images/rotating_tabs/tabs_on.png") center center no-repeat;
  border: 0;
}

.cursor { cursor: pointer; }
