/**	Toyoda Mitsui Dealer Portal
*
*	(c) 2006 Boland Werbung
*  
*	File:        /theme/toyoda.css
*
*	Description: Main style sheet
*	
*	Created:     21.03.2006, Mark Boland
*	
*	History:
*	
*/

body, p, h { font-family: sans-serif; font-size: 13px }

body {
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	font-size:18pt;
	color:#333333;
	background:#CCCCCC;
	text-align: center;
	margin-left:50px;
	margin-right:80px
}

table {
	border-color: #000000;
	background-color: #EEEEEE;
}

th {
	font-size: 11px;
	align: left;
	background-color: #DDDDDD;
	
}

td {
	font-size: 11px;
}

#navfloater {
    position: fixed;
  
	top: 20px;
	right: 10px;
	width: 150px;
	
	z-level: 2;
}

div.floater {
  opacity: 0.8;
  -moz-opacity: 0.8;
  background-color: #EEEEEE;
  border: 1px solid black;
}

.floater td {
	font-size: 11px;
}

.floater li {
	list-style: square;
	-moz-opacity: 1.0;
	
}

.floater ul {
	margin-left: -10px;
	margin-right: 10px;
    opacity: 1.0;
	
	-moz-opacity: 1.0;
	list-style: outside;	
}

.floater li {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	-moz-opacity: 1.0;
	
	list-style: outside;	
}

.floater ul ul {
	margin-left: -25px;
	margin-right: 10px;
	margin-bottom: 1px;
	
	-moz-opacity: 1.0;
	list-style: outside;	
}

li.yellow {
	list-style-image: url("/theme/images/li-yellow.gif");
}

li.green {
	list-style-image: url("/theme/images/li-green.gif");
}

li.blue {
	list-style-image: url("/theme/images/li-blue.gif");
}

li.red {
	list-style-image: url("/theme/images/li-red.gif");
}

li.grey {
	list-style-image: url("/theme/images/li-grey.gif");
}

table.gallery {
	border: 1px black solid;
	background-color: #EEEEEE;
}

table.gallery th {
	background-color: #999999;
}

table.gallery td {
	background-color: #FFFFFF;
}

table.gallery_item {
	background-color: #CCCCCC;
}

table.gallery_item th {
	background-color: #999999;
	text-color: #EEEEEE;
}

table.gallery_item td {
	background-color: #EEEEEE;
}

table.gallery_item td.type {
	background-color: #BBBBBB;
}

table.gallery_item td.comment {
	background-color: #BBBBBB;
}

tr.selector:hover {
	background-color: #BBCCFF;
}

tr.inactive td, tr.inactive th {
	background-color: #FFCCCC;
	color:#999999;
}


