/* SVN FILE: $Id: tech.css 597 2010-06-21 07:47:14Z pt $ */
/**
 * @package			m3admin
 * @subpackage		m3admin.app.webroot.themed.tech.css
 * @version			$Revision: 597 $
 * @modifiedby		$LastChangedBy: pt $
 * @lastmodified	$Date: 2010-06-21 09:47:14 +0200 (Mo, 21 Jun 2010) $
 */

#resize li
{
	list-style-type: none;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	font-weight: bold;
	position: relative;
}

#resize img
{
	#width: 150px;
	#height: 150px;
	display: block;
	#padding: 3px;
	#border: 1px solid #8B0000;
}

#resize a .big
{
	display: none;
}

#resize a:hover .big
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: 1;
	background: #fff;
}

body {
	background: #888a85 url('../img/bg_body.png') repeat-x top left;
}

p.content {
	font-size:16px;
	text-align:justify;
}

img.float {
	float: left;
	margin: 0 5px 0 0;
	border: 0 none;
}

.box {
	min-height: 150px;
	border: 1px solid #888a85;
	background: #fff;
}

.img_box {
	min-height: 150px;
	border: 1px solid #888a85;
	border-right: none;
	background: #fff;
	padding-left: 1px;
}

.content_box {
	min-height: 150px;
	border: 1px solid #888a85;
	background: #fff;
	padding: 1em;
	padding-left: 1em;
}

.box_small {
	border: 1px solid #888a85;
	background: #fff;
}

img.img_left {
	float: left;
	margin: 0 5px 0 0;
}

img.img_right {
	float: right;
	margin: 0 5px 0 15px;
}

.imageFrame {
	-moz-box-shadow:2px 2px 3px #333333;
	background-color:#FFFFFF;
	border:1px solid #2E3436;
	padding:5px;
}


a.box { 
	display: block; 
	width: 400px; 
	height: 100px; 
	background-color: #f0f8ff; 
	border:1px solid black;
	padding:1.0em;
	margin:1.5em;
	text-decoration: none;
	text-underline: none; 
	float:right;
}

.error {background:#729fcf;color:#2e3436;border-color:#3465a4;}
.notice {background:#EDD400;color:#2e3436;border-color:#C4A000;}
.success {background:#73D216;color:#2e3436;border-color:#4E9A06;}
.nopad {margin:0;padding:0;}
.ss_sprite{padding-bottom:3px;}
td.content{vertical-align: top;}
td.images{text-align: center;border-right: none;}
td.head{text-align: left; margin-top: 0; width: 100%;}

input[type=text].longtext {width:400px};
table {
	border-top: 1px solid #babdb6;
	border-bottom: 1px solid #babdb6;
}
table.legend {
	margin:0;
	border:none;
}
table.legend td {
	padding:0;
	padding-left:.8em;
}
tr.compact td,th {
	padding: 1px;
	background: none !important;
}
tr.month td {
	background:#babdb6;
}
tr.week td {
	border-top: 1px solid #babdb6;
	background: #d3d7cf;
}
fieldset table {
	border-left: 1px solid #babdb6;
}
fieldset.control {
	padding: 0;
	padding-left:1.4em;
	padding-right:1.4em;
}
td, th {
	border-right: 1px solid #babdb6;
}
th {
	background: #eeeeec;
	border-bottom: 1px solid #babdb6;
}
tr.altrow {
	background-color: #eeeeec;
}
tr.day td {
	border-top: 1px solid #babdb6;
}
.pl {
	padding-left: 5px;
}
.pr {
	padding-right: 5px;
}
.pt {
	padding-top: 5px;
}
#container {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2e3436;
	border-top: 1px solid #eeeeec;
	border-left: 1px solid #555753;
	border-right: 1px solid #555753;
	border-bottom: 1px solid #555753;
	background-color: #eeeeec;
}
#header{
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	color: #eeeeec;
	background: #888a85 url('../img/bg_header.png') repeat-x top left;
	border-top: 1px solid #babdb6;
	border-bottom: 1px solid #2e3436;
}
#header a {
	color: #eeeeec;
	text-decoration: none;
}
#header img {
	float: right;
}
#nav {
	background: #888a85 url('../img/bg_menu.png') repeat-x top left;
	border-bottom: 1px solid #555753;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	margin-left: 0;
	margin-right: 3px;
}
/* first level */
#menu li, #menu a {
	float: left;
	width: 120px;
}
#menu a {
	color: #000;
	display: block;
	background: #eeeeec url('../img/bg_button.png') top left repeat-x;
	text-decoration: none;
	padding-left: 2px;
	height: 24px;
	border-right: 1px solid #888a85;
}
#menu a:hover, #menu a.menu_open {
	background: #fff url('../img/bg_button_hover.png') top left repeat-x;
}
/* second level and up */
#menu ul {
	visibility: hidden;
	position: absolute;
	width: 100px;
}
#menu ul a {
	background: #888a85;
}
#menu ul a:hover, #menu ul a.menu_open {
	background: #555753;
	color: #eeeeec;
}
/* third level (colors) */
#menu ul ul a {
	background: #CCC;
}
#menu ul ul a:hover {
	background: #BBB;
}
#con label {
	display: inline !important;
}
#footer {
	margin-top: 5px;
	color: #2e3436;
	background: #babdb6;
	border-top: 1px solid #888a85;
	min-height: 20px;
}
#footer img {
        float: right;
}
div.auto_complete    {
     position         : absolute;
     width            : 250px;
     background-color : white;
     border           : 1px solid #888;
     margin           : 0px;
     padding          : 0px;
}
div.auto_complete ul {
	list-style: none;
}
div.auto_complete li.selected {
	background-color: #729fcf;
	color: #fff;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
#inetdownload table {
	background: #eeeeec;
}
#inetdownload table tr {
	background: #eeeeec;
}
#inetdownload table tr td {
	background: #eeeeec;
	border: none;
}
/* Paging */
div.paging {
	background:#eeeeec;
	color: #2e3436;
	margin-bottom: 0.5em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging a {
	background:#eeeeec;
	color: #2e3436;
}

.spinner {
   padding: 1px;
   background:#EDD400;
   color:#2e3436;
   border: 1px solid #C4A000;
}

