/* 
 * content CSS
 *
 * Tiger Mountain Center for Acupuncture
 *
 * imminent 2005 
 * http://imminent.com
 *
 * $Id: content.css 1000 2005-10-19 18:13:58Z dfp $ 
 */

body, th, td, p, div, span, ul, dl, ol, li, input, select, textarea, form, em, strong, b
{ 
	font-family: Arial, sans-serif;
	font-size: 14px; 
}

em
{
	font-size: 1.1em;
}

img
{
	border: 0;
}

h1
{
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2
{
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}

ul
{
	list-style-type: circle;
}

li.pdf
{
	list-style-image: url('/img/adobe_pdf.gif');
}

dt, dt em, dt bold
{
	margin-top: 5px;
	margin-bottom: 5px;
}

dd, dd em, dd bold
{
	color: #666666;
}

blockquote, blockquote p
{
	font-family: Arial, sans-serif;
	font-size: 13px; 
	font-style: italic;
	text-align: center;
	line-height: 1.5em;
	color: #000000;
}

div.important
{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #ff3300;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#ccont
{
	margin: 7px;
	min-width: 450px;
	max-width: 600px;
}

table#main
{
	width: 100%;
}

table.menu
{
	width: 100%;
}

table.menu td
{
	font-size: 12px;
	padding: 5px;
}

td.menu_item
{
	background-color: #ffeb8a;
	color: #000000;
	width: 100%;
}

td.menu_item_over
{
	background-color: #cccc99;
	color: #ffffff;
}

td#ul_img
{
	background-color: #cccc99;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 150px;
	min-width: 150px;
	height: 150px;
}

td.search
{
	background-color: #ffeb8a;
	color: #000000;
	width: 100%;
}

div#search
{
	background-color: #ffeb8a;
	color: #000000;
	padding-left: 5px;
	font-size: 12px;
}

input.search
{
	float: left;
	font-size: 12px;
}

#title_bar
{
	background-color: #ffeb8a;
	border-bottom: 1px solid #000000;
	padding: 5px;
}

.left_panel
{
	background-color: #edbb38;
	border-right: 1px solid #000000;
	padding: 0px;
	width: 180px;
}

.right_panel		
{
	width: 100px;
	margin-bottom: 0px;
	background-color: #cccc99;
	padding: 5px;
	border-left: 1px solid #000000;
}

#contentblock
{
	padding-left: 5px;
	padding-right: 5px;
}

#footer
{
	margin-top: 20px;
	width: 100%;
	float: right;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer table
{
	width: 100%;
}

#footer td
{
	white-space: nowrap;
	font-size: 10px;
	color: #000000;
}

.contentimg
{
	margin: 10px;
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #aaaaaa;
}

.dropshadowed
{
	float: left;
	background: url(/img/shadow.gif) no-repeat bottom right !important;
	background: url(/img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 5px 6px !important;
	margin: 10px 0 3px 3px;
}

.dropshadowed img
{
	display: block;
	position: relative;
	border: 1px solid #cccc99;
	margin: -6px 6px 6px -6px;
}

dl.linkslist dt
{
	border-top: 1px solid #000000;
	margin-top: 10px;
}
