﻿/* Import stylesheets */
@import url('styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html {padding:0; background: #fff; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; }


/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #ff569d; text-decoration: underline; }
a:visited {color: #ff569d;}
a:active {color: #000;}
a:hover {color: #972b2c;}

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 0; margin: 0; font-family: Trebuchet MS;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 0; margin: 8px 0; font-family: Trebuchet MS;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 0; margin: 0; font-family: Trebuchet MS;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em;}
.inputOver { background: #fff; }
.inputOut { background: #f0f0f0; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION, #__LASTFOCUS, #__PREVIOUSPAGE, #__SCROLLPOSITIONX, #__SCROLLPOSITIONY {display: none;}

textarea { border: 1px solid #000; display: inline; float: left;}
select {border: 1px solid #000; display: inline; float: left;}
fieldset .button, .button {border:none;display: inline; float: left; padding: 5px; line-height: 1em; background:#ff3487; color: #fff;}
.button:hover {border:none; background-color: #cd0658; cursor: pointer; }
.checkbox { border: 0; display: inline; float: left; }
.checkbox input{ border: 0; display: inline; float: left; padding: 0; }

/* 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: 5px 0; font-size:1.1em; list-style-position:outside;}

/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; font-size:1.1em; color:#444444; }
embed {display: block; padding:0; margin: 0;}

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;}
.red {color:#f00;}

/* Standard pages */
.images { float: right; width: 226px;}
.images img { margin: 10px 10px 0 10px; }
.images span { display: block; margin: 4px 10px 10px 10px; font-weight: 700; }
.text { float: left; width: 400px; padding-bottom:40px;}

