﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html { background: #7ec2c2; font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 89%; }

 
/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #000; text-decoration: underline; }
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #972b2c;} 
 
/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 5px; font-family: Verdana;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px; font-family: Verdana;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; font-family: Verdana;}

/* Forms */
input { border: 1px solid #a6d1d1; display: inline; float: left; padding: 5px; line-height: 1em;}
.inputOver { background: #fff; border:1px solid #388f8f; }
.inputOut { background: #ebfcfc; }

#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION {display: none;}

textarea { border: 1px solid #a6d1d1; display: inline; float: left;}
select {border: 1px solid #a6d1d1; display: inline; float: left;}
.button { border: 1px solid #000; padding: 5px; line-height: 1em; background: url('../images/layout/button_bg.png') #004747 no-repeat; color: #fff;}
.button:hover { background-color: #003131; cursor: pointer; }
.checkbox { border: 0; display: inline; float: left; }

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: disc; padding: 0 0 15px 15px; list-style-position: inside;}
.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;}
.userText li {padding: 1px 0;}

/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; }

a.noDecoration {background: none; border: none; text-decoration: none;}
a.noDecoration:hover {background: none; border: none; text-decoration: none;}

.clear {clear: both;}

.hidden {display: none;}