﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; color: #383637; }
body, html { background: #000; font: 89% Arial, Verdana, Tahoma, Helvetica, sans-serif; }

#test989 {display:none; visibility:hidden;}
/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; color: #00994c; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }

/* Headings */
h1 { clear: both; font-weight: 500; font-size: 1.8em; padding: 10px 0 5px 0; font-family: Trebuchet MS; color: #7f7f7f;}
h2 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px 0 5px 0;}
h3 { clear: both; font-weight: 500; font-size: 1.1em; padding: 5px 0; font-family: Trebuchet MS; color: #7f7f7f; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #000; padding: 4px; font-family: Verdana, Arial, Tahoma; margin-right: 2px; margin-left: 5px;}
input[type='checkbox'],input[type='radio'] { border: 0px; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Verdana, Arial, Tahoma; margin-left: 5px; }
.button { border: none; background: url('../images/layout/adminLogin_bg.jpg') repeat-x #000; color: #fff; margin: 0; }
.button:hover { background: url('../images/layout/adminLogin_bg_hover.jpg') repeat-x #1aa35d; cursor: pointer; }
.inputOver { background: #fff; width: 200px; float: right; margin: 0; padding: 0; }
.inputOut { background: #E7EBEF; width: 200px; float: right; margin: 0; margin: 0; padding: 0; }
.checkbox { border: 0; display: inline; }



/* Other */
.strong { font-weight: bold; }
p { padding: 0; clear: both; line-height: 140%; margin: 0 0 15px 0; }
.left {float:left;margin-right:5px;}