﻿/* Import stylesheets */
@import url('/css/SMVStyles.css');
@import url('/css/SMVMenus.css');

* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #D6E5EC; font: 0.82em Arial, Verdana, Tahoma, Helvetica, sans-serif; }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; }
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: 700; font-size: 1.5em; padding: 10px 5px 5px 5px;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 5px; }
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #000; padding: 4px; font-family: Verdana, Arial, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Verdana, Arial, Tahoma; width:auto;margin-left: 5px; }
.button { border: 3px double #999; }
.button:hover { background: #799FBE; color: #fff; border: 3px double #fff; }
.inputOver { background: #fff; }
.inputOut { background: #E7EBEF; }
.checkbox { border: 0; display: inline; }

/* Tables */
table ul { list-style: none; }
table .heading,#content table.heading { background: #3C3C3C; padding: 5px; color: #fff; font-weight: bold; font-size: 1.1em; }
table .light { background: #ECF1F7; padding: 5px; }
table .dark { background: #ECEDEF; padding: 5px; }
table .louddark { background: #ECEDEF; padding: 5px; }

/* Other */
.strong { font-weight: bold; }
p { padding: 5px; clear: both; }
.left {float:left;margin-right:5px;}

/* Blocks */
.dHead { background: #A0B1BF; font-weight: 700; width: 100%; margin: 6px 0 4px 0; padding: 6px; }
.dHead a { color: #fff; text-decoration: none; border-right: 1px solid #c9c9c9; padding: 0 10px 0 4px; }
.dHead a:hover { background: #A0B1BF; color: #333; }
.dSub { background: #A0B1BF; font-weight: 700; width: 100%; margin: 6px 0 4px 10px; padding: 6px; }
.dSub a { color: #fff; text-decoration: none; border-right: 1px solid #c9c9c9; padding: 0 10px 0 4px; }
.dSub a:hover { background: #A0B1BF; color: #333; }
.dStd { background: #f9f9f9; width: 100%; padding: 6px; }
.dStd * { vertical-align: middle; }
.dStd a { padding: 6px 12px 6px 12px; text-decoration: none; }
.dStd a:hover { background: inherit; color: #000; text-decoration: underline; }
.dStd input { margin-right: 10px; }
.dAlt { background: #E7EBEF; width: 100%; padding: 6px; }
.dAlt * { vertical-align: middle; }
.dAlt a { padding: 6px 12px 6px 12px; text-decoration: none; }
.dAlt a:hover { background: inherit; color: #000; text-decoration: underline; }
.dAlt input { margin-right: 10px; }