﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html { background: url('../images/layout/bg_tile.jpg') repeat-x #89bfd7; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; color: #013e7d; }


/*************
Defaults
*************/

/* Links */
a { padding: 0px 2px; color: #013e7d; text-decoration: underline; font-weight: bold; }
a:visited, a:active {color: #013e7d;}
a:hover {color: #e93224;}

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 5px 0; color: #e93224;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px 0; color: #013e7d;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px 0; color: #013e7d;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 4px; line-height: 1em;}
.inputOver { background: #fff; }
.inputOut { background: #f2f2f2; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__VSTATE, #__EVENTVALIDATION, #__LASTFOCUS {display: none;}
input.hidden {display: none;}

textarea { border: 1px solid #000; display: inline; float: left;}
select {border: 1px solid #000; display: inline; float: left;}
.button { border: 1px solid #000; display: inline; float: left; padding: 5px 4px 4px 4px; line-height: 1em; font-size: 0.95em; background: url('../images/layout/redGrad.jpg') repeat-x #c11306; color: #fff; text-decoration: none;}
.greyButton { border: 1px solid #000; display: inline; float: left; padding: 5px 4px 4px 4px; line-height: 1em; font-size: 0.95em; text-decoration: none; }
.button:hover, .greyButton:hover { background: #003f7f; cursor: pointer; color: #fff; text-decoration: none; }
.checkbox { border: 0; display: inline; float: left; }

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: disc; padding: 15px 0 15px 15px; list-style-position: outside; font-size: 0.9em;}
.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; font-size: 0.9em;}
.userText li {padding: 1px 0;}
.userText li a {padding: 0; }
.userText a {padding: 0;}

/* Tables */
.userText table {margin-top: 10px; border: none; width: 100%;}
.userText table tr {padding: 0; margin: 0;}
.userText table tr td {background: #fff; padding: 5px; margin: 0; border: 1px solid #b5b5b5;}
.userText table tr td.blueCell {background: #013d7b; color: #fff;}
.userText table tr td.redCell {background: #e93224; color: #fff;}
.userText table tr td.PriceColumn {width: 93px;}
.userText table tr td.greyCell {background: #e2e2e2;}
.userText table tr td.blank {border: none; background: #fff;}
.userText table tr td p {padding: 5px 0; margin: 0;}
.userText table tr td strong {padding: 0; margin: 0;}

/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; font-size: 0.9em; }
.underline {text-decoration: underline;}

a.noDecoration {background: none; border: none; text-decoration: none;}
a.noDecoration:hover {background: none; border: none; text-decoration: none;}

.hidden {display: none; }
.clear {clear: both;}
