/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
		background:#EFF4FB url(/img/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font-size: 1.1em;
		/* font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana; */
		color: #333;
}

table.crm {
		border-collapse:collapse;
		background:#F1F1F1 url(/img/teaser-gray.png) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font-size: 1.1em;
		/* font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana; */
		color: #333;
}

/* Organ system table */
table.os {
		background:#FFFFFF;
		overflow: hidden;
		border-top: 1px solid #AAAAA;
		border-bottom: 1px solid #AAAAA;
		border-left:0px;
		border-right:0px;
		line-height:0;
}

table.os td { width:10px; height:10px; }
table.os th { width:10px; height:10px; }

/*
table.os tr:nth-child(odd){ 
		background: #EEEEEE;
	}
table.os tr:nth-child(even){
		background: #DDDDDD;
	}
*/

/* Search result table */
table.search {
		border-collapse:collapse;
		background:#EFF4FB url(/img/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font-size: 1.1em;
		/* font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana; */
		color: #333;
}

table.search tr:hover {
		background: #FFE4CC
}

td, th {
		text-align: left;
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: none;
}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333 url(/img/llsh.gif) repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}

tfoot a {
                color:#FFFFFF;
                text-decoration:none;
}

tfoot a:visited {
                color:#FFFFFF;
                text-decoration:none;
}


/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

/*
tbody tr:hover {
		background:#fafafa
}
*/
