﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #fff; font: 89% Arial, Verdana, Tahoma, Helvetica, sans-serif;}


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: underline; color:#316098; font-weight: 700;  }
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.7em; padding: 10px 5px 5px 5px; color: #3a67a2;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px 5px 5px 5px;background: url('../images/layout/h2.jpg') no-repeat bottom left; margin-bottom: 4px; }
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-left: 2px; font-family: Verdana, Arial, Tahoma; width:auto;margin-left: 0px; }
#main .button {background: url('../images/layout/button_bg.jpg') repeat-x #1b4373; color:#fff; font-weight: 700; display: block; padding: 2px; border: 1px solid #1b4373; }
#main .button:hover { background: url('../images/layout/button_bg_hover.jpg') repeat-x #0f7e61; color: #fff; border: 1px solid #0f7e61; text-decoration: none; cursor: pointer;}
.inputOver { background: #fff; }
.inputOut { background: #E7EBEF; }
.checkbox { border: 0; display: inline; }
.upper input {text-transform:uppercase; }

/* Other */
.strong { font-weight: bold; }
p { padding: 5px; clear: both; line-height: 140%; }
.left {float:left;margin-right:5px;}
.right {float:right;}