/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #header #logo a { display: block; height: 200px; width: 960px; background: url('images/header.jpg') no-repeat; outline: none; background-position:top left;}
.custom #header { padding: 0; }

.custom #header {text-align:center; height: 250px;}
/*.custom  #tagline { text-indent: -9999px; }*/
.headerhtml { font-size: 25px;
position: relative;
    top: -140px;
    right: 0px;
    bottom: 0px;
    left: 0px; 
color: #FFF;
font-family: courier;
font-weight: bold;
 }
	
#tagline { font-weight: normal; font-style: italic; }

.custom li.widget .widspiral { font-weight: bold; font-style: italic; line-height: 1.4em; letter-spacing: 0.1em; }





#other_Table {
	width: 470px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 470px;	 
	font:  18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
color: #797268;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 1px 6px 0px 12px;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
	background: #f5fafa;
	padding: 6px 6px 6px 12px;
	font:  12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
letter-spacing: 2px;
width: 50%;
vertical-align: text-top;
}


td.alt2 {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff /*url(images/bullet1.gif) no-repeat*/;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa /*url(images/bullet2.gif) no-repeat*/;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

th.myclass {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa /*url(images/bullet2.gif) no-repeat*/;
	font:  12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
margin-top: 0;
padding-top: 0;
text-transform: none;
}



/*.......table css*/

.custom #tagline {line-height: 0; }

.custom .comments_closed p {
  display: none;
}
#patient_left {
	float: left;
width: 460px;
{
	
#patient_right {
	float: left;
width: 260px;
{
}
}

