/**
 * WYSIWYG / CONTENT RULES
 *
 * $Id$
 */
 
 
body { font: 76% Tahoma, "Lucida Grande CE", lucida, sans-serif; background: white; }
a { color:#010101; }
a:hover { color: #555; }
ul { list-style-type:square; }
h1, h2, h3, h4 { color:#E52F06; text-transform:uppercase; font: normal 200% "Trebuchet MS", Aral, sans-serif; }
h2, h3, h4 { text-align:left; text-transform:none; font-weight:bold; }
h3 { font-size: 160%; }
h4 { font-size: 120%; }
p { line-height: 1.5em; }
img { border: none; }

table, th, td { font-size: 100%; border-collapse: collapse; }
table { border: 2px solid #ccc; }
th, td { padding: 0.5em; border: 1px solid #eee; }
th { background: #eee; border-color: white; }
td { background: white; }
caption { color: #A6560F; text-align: left; font-size: 120%; font-weight: bold; }

form, fieldset { margin: 0; padding: 0; border: none; }
form { padding: 15px; margin-bottom: 2em; background: #dfdfdf; border: 1px solid #ccc; }
form p { margin: 0.5em 0; }
input, textarea, select { font-family: Arial, sans-serif; font-size: 100%; }
input { vertical-align:  middle; margin: 0.1em 0; }
label { font-weight: bold; }

/* columns */
.col-33-l, .col-33-r , .col-50-l, .col-50-r { width: 32%; margin-right: 1%; float: left; _display: inline; }
.col-33-r, .col-50-r { margin-left: 1%; float: right; }
.col-50-l, .col-50-r { width: 47%; }

/* images */
#images { _margin-right: -16px; }
#images a { display: block; float: left; padding: 6px; margin: 0 16px 15px 0; text-align: center; text-decoration: none; background: white; border: 1px solid #bbb; border-top-color: #eee; border-left-color: #eee; font-size: 92%; height: 15.5em; _display: inline; }
#images img { display: block; margin-bottom: 5px; }
img.left, img.right { border: 6px solid white; background: #aaa; padding: 1px; }
img.left, img.right { margin: 0 1.5em 1.5em 1.5em; }
img.left { float: left; margin-left: 0; }
img.right { float: right; margin-right: 0; }
img.no-border { padding: 0; background: transparent; border: none; }

/* icons */ 
ul.ico { margin: 0; padding: 0; line-height: 1.6em; list-style: none; background: none; }
ul.ico li, .ico { padding: 0 0 0.3em 23px; }
ul.ico li { background-repeat: no-repeat; }
.ico { background: url("ico/noname.gif") no-repeat 0 0.1em; padding-bottom: 5px; }
.ico-pdf { background-image: url("ico/pdf.gif"); }
.ico-doc { background-image: url("ico/doc.gif"); }
.ico-xls { background-image: url("ico/xls.gif"); }
.ico-jpg { background-image: url("ico/jpg.gif"); }
.ico-gif { background-image: url("ico/gif.gif"); }
.ico-rss { background-image: url("ico/rss.png"); }

/* misc */
.error { font-weight: bold; color: red; }
.center { text-align: center; }
.right { text-align: right; }
.s100 { width: 100%; }
.s50 { width: 50%; }
.s60 { width: 60%; }
textarea.s100 { width: 98%; }

/* by agent_orange */
span.break {
	width:95%; height:1px; font-size:1px;
	clear:both; float:none;
	margin:0; padding:0; border:0;
	display:block;
}