﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #fff; font: 89% Trebuchet MS, Trebuchet, Verdana, Tahoma, Helvetica, sans-serif; }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; padding: 1px 2px; font-size:1.0em; text-decoration:underline;}
a:active, a:hover { text-decoration: none; text-decoration:underline; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* Headings */
h1 { clear: both; font-weight: normal; text-transform:uppercase; font-size: 1.8em; padding: 10px 5px 5px 0px; font-family: Trebuchet MS; }
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px 5px 5px 0; }
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #b5b5b5; padding: 4px; font-family: Trebuchet MS, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #b5b5b5 ;padding: 2px; font-family: Trebuchet MS, Tahoma; width:auto;margin-left: 5px; }
.button { border: none; color:#fff; }
.button:hover { background: #799FBE; color: #fff; border: none; }
.inputOver { background: #fff; border-color: #de232a;}
.inputOut { background: #f0f0f0; }
.checkbox { border: 0; display: inline; }

/* Other */
.strong { font-weight: bold; }
p { padding-bottom: 10px; clear: both; line-height: 140%; }
.left {float:left;margin-right:5px;}
img{display:block;}
.clear { clear: both; }
