input[type=text],input[type=password],textarea
{
	width: auto;
	*width: auto;
}

table { border: 0px; }

.odd {background-color:#f6f7f8;}
.even {background-color: #fff;}

body
{
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font: 76% tahoma,verdana,sans-serif;
	background: #047 url(/images/website_bodybg.png) repeat-x fixed;
	color: #222;
}

a { text-decoration: none; }
a:hover { background: #FFFF99; border:0px; }
a.nohover:hover {background: none; border: none;}

.search_term {
  font-weight: bold;
  font-size: 12px;
}

#beta_banner
{
	margin: 0 0 15px 0;
	padding: 5px;
	color: white;
	background-color: red;
	
}

#page
{
	margin: auto;
	text-align: left; /* leave unchanged */  
	width: 55.38em;/* non-IE */  
	*width: 54.05em;/* IE */  
	min-width: 720px;/* optional but recommended */  
}

#body
{ 
	width: 720px;
	margin: 0px auto 0px 0px;
	padding: 20px 20px 10px 20px;
	background: #fff url(/images/website_contbg.png) no-repeat;
	color: #222;
}

#ad_bar
{
	width: 760px;
	margin: 0px auto 0px 0px;
	background: #fff;
	color: #222;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.main p, .sidebar p
{
/*	padding: 0px 0px 0px 0px; */
}

.main
{
	vertical-align: top;
	float: left;
	width: 530px;
	margin-right: 20px;
	padding: 0px;
}

.sidebar
{
	vertical-align: top;
	width: 170px;
	float: right;
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#footer
{
	margin: 0px auto 20px auto;
	width: 760px;
	background: #fff url(/images/website_footerbg.png) bottom left no-repeat;
	padding: 15px 0px 5px 0px;
	font-size: 0.9em;
	color: #888;
	text-align: center;
}

#header
{
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.break
{
	clear: both;
	margin: 0px;
	float: none;
}

#tabs
{
	margin-bottom: 10px;
}

.zoombar
{
	width: 524px;
	border-bottom: 2px solid red;
	height: 16px;
	background: #9AB2CC;
	padding: 2px;
	padding-left: 4px;
	color: white;
	font-weight: bold;
}

#new_edition_pop
{	
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #edf5ff;
	border-top: 2px solid #3366CC;
	border-bottom: 2px solid #3366CC;	
}

#search
{
  margin-top: 5px;
  padding-left: 5px;
  background-color: #D5EAFF;
}

#error, #notice
{
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

#error
{
	background-color: #FFD7D7;
	border-top: 1px solid #F30;
	border-bottom: 1px solid #F30;	
}

#notice
{
	background-color: #98FB98;
	border-top: 1px solid #32CD32;
	border-bottom: 1px solid #32CD32;	
	
}

.header
{
	margin: 10px 0 10px 0;
	padding: 5px 0px 5px 8px;
	background: #eee url(/images/website_headerbg.png) repeat-x;
	color: #222;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	text-decoration: none;
}

h1,h2,h3,h4
{
	margin: 0 0 10px 0;
	font-weight:normal;
}

h1 
{
	font-size: 1.8em;
 }
h2
{
	margin: 0 0 4px 0;
	font-size:1.4em;
}

h3
{
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}

h4
{
	margin: 10px 0 5px 0;
	font-size: 1.0em;
}


.tab_height
{
	min-height: 500px;
  	height:auto !important;
  	height: 500px;
}

.foot
{
	font-size: 80%;
    color: gray;
}

img { border: 0px; }

.pagination
{
	padding: 3px 0px 3px 0px;
	margin: 3px;
}

.pagination a
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #000099;
}

.pagination a:hover, .pagination a:active
{
	border: 1px solid #000099;
	color: #000;
}

.pagination span.current
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}

.pagination span.disabled
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}


#tag_list
{
	margin-bottom: 15px;
}


#cloud { line-height: 3em; text-align: center; }
#cloud a { color: red; }

#list a { padding: 0px; color: red; }


.fieldWithErrors {
	border: 2px solid red;
  	margin-right: 4px;
	display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


div.auto_complete {
  background: #fff;
}

div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  list-style-type: none;
}

div.auto_complete ul li {
  padding:3px;
}

div.auto_complete ul li.selected {
  background-color: #ffb;
}

div.auto_complete ul strong.highlight {
  color: #800;
}


.featured {
  border: 1px solid grey;
  width: 30%;
  margin: 4px;
  padding: 5px;
  float: left;
}

.featured h1 {
  background-color: #D5EAFF;
  font-size: 12pt;
  text-align: center;
  line-height: normal;
}



div[style]{
 white-space: inherit !important;
}

div span { 
  white-space: normal;
  font-size: 8px;  
}

.full { float: none; width: 100%; }



/****************************************************/
/****************** BUTTONS **********************/
/****************************************************/
/* http://particletree.com/features/rediscovering-the-button-element/ */

.buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/****************************************************/
/******************END BUTTONS **********************/
/****************************************************/
