﻿* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #BDB29E; font: 89% Trebuchet MS, Arial, Verdana, Tahoma, Helvetica, sans-serif; }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; padding: 1px 2px; text-decoration: none; }
a:active, a:hover { text-decoration: none; text-decoration:underline; color: #000; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 10px 5px; font-family: Trebuchet MS; font-weight: normal; color: #d92e2e; margin: 0;}
h2 { clear: both; padding: 5px 5px 5px 0; font-family: Trebuchet MS; font-size: 1.5em; font-weight: normal; color: #d92e2e;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #bababa; padding: 4px; font-family: Verdana, Arial, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #bababa;padding: 2px; font-family: Verdana, Arial, Tahoma; width:auto;margin-left: 5px; }
.button { background:url('../images/layout/button_bg.jpg') repeat-x; font-size: 1em; font-family: Trebuchet MS, Verdana, Arial; color:#fff; border: 1px solid #000;}
.button:hover { background:url('../images/layout/buttonhover_bg.jpg') repeat-x; color: #fff; border: 1px solid #000; cursor: pointer; }
.inputOver { background: #fff; }
.inputOut { background: #fff; }
.checkbox { border: 0; display: inline; }

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: disc; padding: 0 0 15px 15px; list-style-position: inside;}
.userText ul ul, .userText ul ol, .userText ol ul, .userText ol ol{padding: 5px 0 10px 15px;}
.userText ol {padding: 0 0 15px 15px; list-style-position: inside;}
.userText li {padding: 1px 0;}

/* Other */
strong { font-weight: bold; font-size: 1.15em;}
.strong {font-weight: bold;}
p { padding: 5px; clear: both; line-height: 140%; font-size: 1.1em; }
.left {float:left;margin-right:5px;}
a.noDecoration {background: 0; border: 0; text-decoration: none;}

.clear {clear: both;}
.hidden {display: none;}
