﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');
@import url('calendar.css');

* { margin: 0; padding: 0; border: 0; }
body{background: url('../images/layout/bg_tile.jpg') #772b2b fixed; font-family: Trebuchet, Trebuchet MS, Georgia, Arial, Verdana, Times New Roman, Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; }
html {font-family: Trebuchet, Trebuchet MS, Georgia, Arial, Verdana, Times New Roman, Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; }


/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #631d17; text-decoration: underline; }
a:visited {color: #631d17;}
a:active {color: #000;}
a:hover {color: #000;}

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.8em; padding: 0;}
h2 { clear: both; font-weight: 700; font-size: 1.4em; padding: 0;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 0;}

/* 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, #__LASTFOCUS {display: none;}

textarea { border: 1px solid #000; display: inline; float: left;}
select {border: 1px solid #000; display: inline; float: left;}
input[type='checkbox'] {border: none;}
.button { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em; background: url('../images/layout/button_bg.png') #972b2c no-repeat; color: #fff;}
.button:hover { background-color: #651a1a; 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; color: #631d17;}

/* Tables */
.userText table {width: 100%; margin-bottom: 20px; border: 1px solid #b5b5b5;}
.userText table tr {}
.userText table tr td {padding: 20px; border: 1px solid #e1e1e1; line-height: 1.8em;}

/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; }
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;}