body  				{background-color: #A0A0A0; 
					font-size: 11pt; 
					font-family: helvetica, arial;
					margin-left: 5px; 
					margin-top: 100px; 
					background-properties: fixed;}
table				{font-size: 11pt;}
/*#graphic                {min-width: 800px; height: 600px; margin: 0 auto;}*/
div.norm                {color: green;}
div.warn                {color: orange;}
div.err                 {color: red;}
div.MainMenu         	{position: absolute; 
					visibility: hidden;
                	font-size: 11pt; 
					font-family: helvetica, arial;
                 	border-width: 2px 2px 2px 2px; 
					border-color: #A0A0A0;
                	border-style: solid; 
					cursor: default;}
div.MainMenu a         	{text-decoration: none; 
					cursor: default;
                	padding-left: 0.4em; 
					padding-right: 0.4em;}
div.SubMenu        		{position: absolute;
					top: 20px;
					visibility: hidden;
                	border-width: 2px; 
					border-color: #A0A0A0; 
					border-style: solid;
			        cursor: default;}
div.SubMenu a         	{text-decoration: none; 
					cursor: default;
					padding-left: 0.4em; 
					padding-right: 0.4em;}
div.Container         	{background-color: #FFFFFF;
					margin-left: 0px; 
					margin-top: 0px;
			        border-width: 2px; 
					border-color: #BBBBBB; 
					border-style: dashed;}
div.Normal         		{background-color: #FFFFFF;
					margin-left: 0px; 
					margin-top: 0px;
			        border-width: 1px; 
					border-color: #BBBBBB; 
					border-style: dotted;}
div.Warning         	{background-color: #FFFFCC;
					margin-left: 0px; 
					margin-top: 0px;
			        border-width: 1px; 
					border-color: #BBBBBB; 
					border-style: dotted;}
div.Error         		{background-color: #FFBBCC;
					margin-left: 0px; 
					margin-top: 0px;
			        border-width: 1px; 
					border-color: #BBBBBB; 
					border-style: dotted;}
div.Info         		{width: 450px;
					text-align: left;
					background-color: #DDDDDD;
					padding: 10px 10px;
			        border-width: 1px; 
					border-color: #BBBBBB; 
					border-style: dashed;
					horizontal-align: center;}
#tttltip			{background:#FAFAFA;
					border:1px solid #666666;
					color:#333333;
					font:menu;
					font-size: 10pt; 
					font-family: helvetica, arial;
					font-weight: bold;
					margin:2px;
					padding:3px 5px;
					position:absolute;
					visibility:hidden;
					width:auto;}
#tooltip            {position: absolute;
                    z-index: 999;
                    border: 1px solid #111;
                    background-color: #fafafa;
					font-size: 10pt; 
					font-family: helvetica, arial;
					font-weight: bold;
					margin:2px;
                    padding: 5px;
                    opacity: 0.98;
                    width: 180px;
                    max-width: 300px;
                    -webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					-o-border-radius: 25px;
					border-radius: .5em;}
a					{text-decoration: none;}
.plain 				{height:20px; vertical-align:middle;}
.plaininv 			{height:20px; width: 1px; vertical-align:middle;}
input, select, textarea		{margin-left: 7px; 
					margin-top: -3px;
					border-radius: 4px;
					}
input[type="submit"]	{padding: 4px 16px; font-weight: bold;
					color:hsl(0, 0%,100%);
					border: none;
					text-transform:	uppercase;
					background-color:	gray;
					background-image: 	 –webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#bbb));
					background-image:    -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,0) 20px);
					background-image:    -o-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,0) 20px);
					background-image:    linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,0) 20px);
					-webkit-border-radius: 23px;
					-moz-border-radius: 23px;
					-o-border-radius: 23px;
					border-radius: .4em;
					-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
					-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);}
input[type="submit"]:hover{cursor:pointer;	
					text-shadow: 0 1px 1px hsla(0, 50%, 100%,.8);
					background-color:hsla(0, 0%, 100%, .2);
					color:black;}
img.dev				{ opacity: 0.7; }
.simple-little-table { color:#000;
	                   font-size:12px;
	                   text-shadow: 1px 1px 0px #fff;
	                   background:#e0e0e0;
	                   margin:4px;
	                   border:#ccc 1px solid;
	                   border-collapse:separate;
                       -moz-border-radius:3px;
	                   -webkit-border-radius:3px;
	                   border-radius:3px;
                       -moz-box-shadow: 0 1px 2px #d1d1d1;
                       -webkit-box-shadow: 0 1px 2px #d1d1d1;
                       box-shadow: 0 1px 2px #d1d1d1;}
.simple-little-table th { font-weight:bold;
                       /*padding:15px 17px 16px 17px;*/
	                   border-top:1px solid #fafafa;
	                   border-bottom:1px solid #e0e0e0;
                       background: #e0e0e0;
	                   background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	                   background: -moz-linear-gradient(top,  #e0e0e0,  #e0e0e0);}
.simple-little-table th:first-child{ text-align: center;
	                   /*padding-left:20px;*/}
.simple-little-table tr:first-child th:first-child{
	                   -moz-border-radius-topleft:3px;
	                   -webkit-border-top-left-radius:3px;
	                   border-top-left-radius:3px;}
.simple-little-table tr:first-child th:last-child{
	                   -moz-border-radius-topright:3px;
	                   -webkit-border-top-right-radius:3px;
	                   border-top-right-radius:3px;}
.simple-little-table tr{
	                   text-align: center;
	                   /*padding-left:20px;*/}
.simple-little-table tr td:first-child{
	                   text-align: center;
	                   /*padding-left:20px;*/
	                   border-left: 0;}
.simple-little-table tr td {
	                   /*padding:12px;*/
                       border-top: 1px solid #ffffff;
	                   border-bottom:1px solid #e0e0e0;
	                   border-left: 1px solid #e0e0e0;
	                   background: #e0e0e0;
	                   background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#efefef));
	                   background: -moz-linear-gradient(top,  #e0e0e0,  #efefef);}
.simple-little-table tr.even td{
	                   background: #d0d0d0;
                       background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf));
                       background: -moz-linear-gradient(top,  #d0d0d0,  #dfdfdf);}
.simple-little-table tr:last-child td{
	                   border-bottom:0;}
.simple-little-table tr:last-child td:first-child{
	                   -moz-border-radius-bottomleft:3px;
	                   -webkit-border-bottom-left-radius:3px;
	                   border-bottom-left-radius:3px;}
.simple-little-table tr:last-child td:last-child{
	                   -moz-border-radius-bottomright:3px;
	                   -webkit-border-bottom-right-radius:3px;
	                   border-bottom-right-radius:3px;}
.simple-little-table tr:hover td{
                       font-weight: bold;
	                   background: #e0e0e0;
	                   background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#efefef));
	                   background: -moz-linear-gradient(top,  #e0e0e0,  #efefef);}

.simple-little-table a:link {
	                   color: #666;
	                   font-weight: bold;
	                   text-decoration:none;}
.simple-little-table a:visited {
	                   color: #999999;
	                   font-weight:bold;
	                   text-decoration:none;}
.simple-little-table a:active,
.simple-little-table a:hover {
	                   color: #bd5a35;
	                   text-decoration:underline;}
					   
.panel {
position: absolute;
top: 185px;
left: 0;
display: none;
background: #A0A0A0;
border:1px solid #111111;
-moz-border-radius-top-right: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottom-right: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
width: 600px;
height: auto;
padding: 30px 30px 30px 130px;
color: #fff;
filter: alpha(opacity=95);
opacity: .95;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #fff;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
position: absolute;
text-decoration: none;
top: 185px; left: 0;
font-size: 14px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 15px 50px 15px 10px;
font-weight: 700;
background:#A0A0A0 url(../images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-top-right: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottom-right: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottom-left: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 185px; left: 0;
font-size: 14px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 15px 50px 15px 15px;
font-weight: 700;
background:#A0A0A0 url(../images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-top-right: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottom-right: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottom-left: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#A0A0A0 url(../images/minus.png) 85% 55% no-repeat;
}

.toast-container {
	width: 280px;
	z-index: 9999;
}

* html .toast-container {
	position: absolute;		
}
 
.toast-item {
	height: auto;
	background: #333;
    opacity: 0.9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: lucida Grande;
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.toast-item p {
    text-align: left;
    margin-left: 50px;
}

.toast-item-close {
    background:url(../images/close.gif);
    width:22px;
    height:22px;
    position: absolute;
    top:7px;
    right:7px;
}

.toast-item-image {
    width:32px;
    height: 32px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    float:left;
}

.toast-item-image-notice {
    background:url(../images/notice.png);
}

.toast-item-image-success {
    background:url(../images/success.png);
}

.toast-item-image-warning {
    background:url(../images/warning.png);
}

.toast-item-image-error {
    background:url(../images/error.png);
}


/** 
 * toast types 
 * 
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 * 
 */
.toast-type-notice {
    color: white;    
}

.toast-type-success {
    color: white;    
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57;
}

.toast-type-error {
    color: white;
    border-color: #B32B2B;
}

/** 
 * positions 
 * 
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 * 
 */
.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}
