﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');
@import url('/Library/Public/PhotoGallery/LightBox.css');

* { margin: 0; padding: 0; border: 0; }
html, body { background: #fff; font: 90% Arial, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; position: relative; width: 100%; }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; color: #000; }
a:active, a:hover { text-decoration: underline; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* Headings */
h1 { clear: both; font-weight: normal; font-size: 2.2em; padding: 10px 5px 10px 0; color: #800000; line-height: 100%; }
h2 { clear: both; font-weight: 700; font-size: 1.2em; padding: 5px 5px 5px 0; color: #800; border-bottom: 1px solid #800; line-height: 100%;  margin-bottom: 5px; }
h3 { clear: both; font-weight: 700; font-size: 1em; padding: 5px 5px 5px 0; line-height: 100%; margin: 2px 0; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #cecda9; padding: 4px; font-family: Arial, Arial, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #cecda9;padding: 0; font-family: Arial, Verdana, Tahoma; width:auto;margin-left: 5px; }
select option { padding: 1px 2px; border-bottom: 1px solid #e9e9e9; }
.button { color: #fff; border: 1px solid #800; background: #a33d3d url('../images/layout/buttonBG.jpg') repeat-y left; padding: 6px 12px; text-align: center; }
.button:hover { background: #fff; color: #800; cursor: pointer; }
.inputOver { background: #fff; border: 1px solid #800; }
.inputOut { background: #fbfbea; }
.checkbox { border: 0; display: inline; }
label { padding-left: 4px; }

/* Other */
.strong { font-weight: bold; }
p { padding: 10px 10px 10px 0; clear: both; line-height: 140%; }
.left {float:left;margin-right:5px;}