/**
 * 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.9.2.3 $
 * $Author: tora60 $
 * $Date: 2008/01/29 12:24:42 $
 */

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

a:link, a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: transparent;
	color: #AE0000;
	text-decoration: underline;
}

body {
	background-color: #999999;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

br {
	line-height: 8px;
}

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

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

form, #loginform form {
	display: inline;
}

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

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

img {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

/* Blocks side definitions right column definition: */
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 #B00000;
	padding: 2px 6px;
	background: #F2F2F2;
	color: #000000;
	font-weight: bold;
}

textarea, 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;
}

u{
	text-decoration: underline;
}

.content {
	font-size: 11px;
}

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

.tiny {
	font-size: 9px;
}

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

#htmlarea body {
	background-color: #FFFFFF;
	color: #000033;
}
