﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #fff; font: 0.82em Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif; }

/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; color: #ff5c5c; font-weight:bold; }
a:active, a:hover { 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: 700; font-size: 1.6em; padding: 10px 5px 5px 5px; color: #31579d;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px; color: #31579d; line-height: 110%; }
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #000; padding: 4px; font-family: Verdana, Arial, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Verdana, Arial, Tahoma; width:auto;margin-left: 5px; }
.button { border: 1px solid #333; background: #31579d; color: #fff; font-weight: 700; padding: 4px 12px; }
.button:hover { background: #40c8f4; color: #fff; cursor: pointer; }
.inputOver { background: #fff; }
.inputOut { background: #E7EBEF; }
.checkbox { border: 0; display: inline; }

/* Other */
.strong { font-weight: bold; }
.italic {font-style: italic;}
p { padding: 5px; line-height: 140%; }
.left {float:left;margin-right:5px;}
.clear {clear: both;}