﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html { background: #5e3876; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; color: #575757; }


/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #5e3876; text-decoration: none; font-weight: bold; }
a:visited {color: #5e3876;}
a:active {color: #5e3876;}
a:hover {color: #5e3876; text-decoration: underline;}

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 5px; font-family: Trebuchet MS; color: #5e3876;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px; font-family: Trebuchet MS; color: #5e3876;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; font-family: Trebuchet MS; color: #5e3876;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em;}
.inputOver { background: #fff; }
.inputOut { background: #e1e1e1; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION {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; line-height: 1em; background: url('../images/layout/button_bg.png') #5e3876 no-repeat; color: #fff;}
.button:hover { background-color: #f6d031; cursor: pointer; color: #000;}
.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;}

.hidden {display: none;}
.clear {clear: both;}

table {padding: 0; margin: 10px 0; width: 100%; border: 1px solid #b5b5b5;}
table tr {padding: 0; margin: 0;}
table tr td {padding: 3px; margin: 0;}
table tr td strong{color: #5e3876;}