/**
 * This file is part of 
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 *
 * pragmaMx is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * $Revision: 1.1 $
 * $Author: FraBle $
 * $Date: 2008/08/18 15:00 $
 */

/* import Weblayout styling */
@import url(layout.css);

a img {
	border: 0px;
	border-style: none;
	text-decoration: none;
}

a:hover,
a:focus {
	background-color: transparent;
	color: #547985;
	text-decoration: none;
}

a:active, a:link, a:visited {
	
	background-color: transparent;
	color: #FF6B07;
	text-decoration: none;
}

body {
	margin: 0px;
	background-color: #DADADA;
	color: #984005;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	height: 100.01%;
}

br {
	line-height: 8px;
}

del, strike {
	text-decoration: line-through;
}

fieldset {
	border: 1px solid #BEC4D6;
	margin: 0 0 2em 0;
	padding: 1em .5em .5em .5em;
}

form {
	margin: 0px;
}

h7, h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
}

img {
	border: 0px;
	text-decoration: none;
	border-style: none;
}

input, select {
	border-bottom: 1px inset #666666;
	border-left: 1px inset #666666;
	border-right: 1px inset #666666;
	border-top: 1px inset #666666;
	background-color: #F2F2F2;
	color: #333333;
}

input.formbutton {
	border-bottom: #666666 1px outset;
	border-left: #666666 1px outset;
	border-right: #666666 1px outset;
	border-top: #666666 1px outset;
	background-color: #F2F2F2;
	color: #333333;
	text-align: center;
}

input.formcheckbox {
	border: none;
	background-color: transparent;
	color: #000000;
}

legend{
	border: 1px solid #BEC4D6;
	padding: 2px 6px;
	background: #FAC5A0;
	color: #000000;
	font-weight: bold;
}

small {
	font-size: 9px;
}

textarea {
	border-bottom: 1px inset #666666;
	border-left: 1px inset #666666;
	border-right: 1px inset #666666;
	border-top: 1px inset #666666;
	background-color: #F2F2F2;
	color: #333333;
	overflow: auto;
}

th {
	font-weight: bold;
}

u{
	text-decoration: underline;
}

.option {
	font-size: 12px;
	font-weight: bold;
}

.tiny {
	font-size: 9px;
}

.title {
	background-color: transparent;
	color: #984005;
	font-size: 12px;
	font-weight: bold;
}

/* das ist der Hintergrund für die Texteingabe */
#htmlarea {
	background-color: #FFFFFF;
	background-image: none;
	color: #000033;
}

#htmlarea body {
	margin: 5px;
	background-color: #FFFFFF;
	background-image: none;
	color: #000033;
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

/*Buttons Menu*/
#buttonsmenu
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#buttonsmenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#buttonsmenu li a
{	
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#buttonsmenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #404C88;
	border: 1px solid #6A79CA;
	width: 142px ;
}

#buttonsmenu div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #404C88;
	color: #B0B9AA;
	font: 11px arial;
}

#buttonsmenu div a:hover
{	
	background: #6A79CA;
	color: #FFF;
}