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

 * Data Tables and Cascading Style Sheets Gallery *

 *  http://icant.co.uk/csstablegallery/index.php  *

 *  --------------------------------------------  *

 * Author: Taimar Teetlok > http://taimar.pri.ee/ *

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



table.globalStyle 

{

	width: 100%;

	color: #212424;

	margin: 0 0 1em 0;	

	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;

}

table.globalStyle, tr, th, td 

{

	margin: 0;

	padding: 0;

	border-spacing: 0;

	border-collapse: collapse;

	vertical-align:top;	

	text-align:left;	

}

table.globalStyle caption 

{

	width: 100%;

/*	height: 10px;*/

	font-size: 0;

	line-height: 0;

	text-indent: -5000em;


}

table.globalStyle caption:hover 

{

	background-position: 98% 100%;

}



/* HEADER */



table.globalStyle thead 

{

  background: #00923f url(/wp-content/themes/clinica_obesidad/images/background-title-top.jpg) repeat-x top right;	

/*	background: #524123;*/

/*	background: #00923f;	*/

}

table.globalStyle thead tr th 

{

	padding: 4px;

	text-align:left;	

	color: #FAF7D4;

	border-bottom: 3px solid #A5D768;

}



/* FOOTER */



table.globalStyle tfoot 

{

	color: #fff;

	background: #444444;

}

table.globalStyle tfoot tr th, tfoot tr td 

{	

	padding: .2em .6em;

	border-top: 2px solid #A5D768;

}

table.globalStyle tfoot tr th 

{

}

table.globalStyle tfoot tr td 

{

	text-align: right;

}



/* BODY */



table.globalStyle tbody tr td 

{

	background: #DDF0BD no-repeat top left;



}

table.globalStyle tbody tr.odd td 

{

	background-color: #D0EBA6;

}

table.globalStyle tbody tr td:hover, tbody tr.odd td:hover 

{

	background: #c5e894;

}

table.globalStyle tbody tr td 

{

	padding: 0.1em 0.4em;

	border: 1px solid #a6ce39;

}



table.globalStyle tbody tr th 

{

	padding: 0.1em 0.4em;

	border: 1px solid #a6ce39;

}



table.globalStyle tbody tr th 

{

	padding-right: 1em;

	text-align: right;

	font-weight: normal;
	background: #c5e894  no-repeat top left;

	

	text-transform: uppercase;

}

table.globalStyle tbody tr th:hover 

{

	background: #D0EBA6;

}

table.globalStyle  a[href*="taimar.pri.ee"] 

{

	float: left;

	width: 64px;

	height: 64px;

	font-size: 0;

	text-decoration: none;
background: transparent ;
	/*background: transparent url(http://taimar.pri.ee/examples/table-design/taimar.gif) no-repeat 0 0;*/

}

table.globalStyle  a[title^="Download"] 

{

	float: none;

	width: auto;

	height: auto;

	font-size: 100%;

	background: none;

}



/* LINKS */



table.globalStyle  a 

{

	color: #854400;

	text-decoration: none;

}

table.globalStyle  a:visited 

{

	text-decoration: line-through;

}

table.globalStyle  a:hover 

{

	text-decoration: underline;

}
