﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');


* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { font: 86% Arial, Verdana, Tahoma, Helvetica, sans-serif;}


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; padding: 1px 2px; }
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: normal; font-size: 1.8em; padding: 10px 10px 0 10px; font-family: Trebuchet MS; font-weight: normal; color: #282075;}
h2 { clear: both; font-weight: normal; font-size: 1.5em; padding: 5px 5px 5px 0; font-family: Trebuchet MS; color: #282075;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; color: #282075; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #000; padding: 4px; font-family: Arial, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Arial, Tahoma; width:auto;margin-left: 5px; }
.button { border: 3px double #999; }
.button:hover { background: #799FBE; color: #fff; border: 3px double #fff; }
.inputOver { background: #fff; }
.inputOut { background: #E7EBEF; }
.checkbox { border: 0; display: inline; }

/* Other */
.strong { font-weight: bold; }
p { padding: 0 15px 15px 15px; clear: both; line-height: 130%; text-align: left; }
.left {float:left;margin-right:5px;}
.clear {clear: both;}
embed {display: block;}

/* Rounded Corners */
.cornerTopLeft {position: absolute; top:0; left: 0; width: 8px; height: 8px; background: url('../images/layout/corner_topleft.png') no-repeat; z-index:5;}
.cornerTopRight {position: absolute; top:0; right: 0; width: 8px; height: 8px; background: url('../images/layout/corner_topright.png') no-repeat; z-index:5;}
.cornerBottomLeft {position: absolute; bottom:0; left: 0; width: 8px; height: 8px; background: url('../images/layout/corner_bottomleft.png') no-repeat; z-index:5;}
.cornerBottomRight {position: absolute; bottom:0; right: 0; width: 8px; height: 8px; background: url('../images/layout/corner_bottomright.png') no-repeat; z-index:5;}
