﻿/* import the flexile settings */
@import url('/flexile/styles/flexile.css');

body { background-color: #203756;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;}

img {border: 0px;} /* no borders on images */

body#home p {color: #9691BC;}
body#home p.slug {font-size: 18px; font-weight: bold; color: #8EA334; margin-top: 10px; letter-spacing: 1px;}



body#home {width: 960px; margin-left: auto; margin-right: auto;}
body#home div#page {background-color: #ffffff;}
body#home div#header {background-color: none; margin-top: 40px;}
body#home div#footer {background-color: #333333; clear: both; height: 40px;}
body#home div#footer p {font-size: 10px; color: #9591BC; padding: 15px; margin: 0px;}
body#home div#footer a {font-size: 10px; color: #9591BC; letter-spacing: 1px; text-decoration: underline dashed 1px white;}
body#home div#footer a:hover {text-decoration: underline;}


body#home div#grouping {float: left; display: block; margin-top: 0px; padding-bottom: 0px;}
body#home div#left {float: left; background-color: #253F62; margin-right: 2px;}
body#home div#middle {float: left; background-color: #253F62; margin-left: 2px; margin-right: 2px;}
body#home div#right {float: right; background-color: #253F62; margin-left: 2px;}

#featurebox {clear: both; padding: 20px;}
#featurebox .left, #featurebox .right {float: left; width: 100px; height: 50px; background-color: #253F62;}

#left, #middle, #right {
	width: 311px; padding: 3px; height: 250px; /*border: solid 1px #efefef;*/}


#main {margin-bottom: 0px; margin-top: 30px; overflow: auto;}

*, body, p, td , input, textarea, select
{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

a, a:visited {color: white; border-bottom: dashed 1px white; text-decoration: none;}
a:hover{border-bottom: solid 1px white; text-decoration: none;}

a.nodecoration, a.nodecoration:hover {text-decoration: none; border-bottom: none;}


h1 {font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	letter-spacing: -2px;
	color: #666666;}

h2 {font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;}
h3 {color: #8EA334; font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size: 1em; margin: 0px;}

.biginput, .bigbutton {
	font-size: 14px;
	font-weight: bold;
}

.imgselect {
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
}

.logout {color: Red;}
.status {color: Red;}

/* Divs */
#login {width: 350px; height: 150px; background-color: #3b3333; border: solid 1px gray; margin-top: 200px; margin-left: auto; margin-right: auto; padding: 20px;}

ul.menu {list-style-type: none; margin: 0px;}
#navigation li {font-size: 14px; font-family: Georgia;}

div#form {clear: both;}
label {width: 100px; font-weight: bold; color: #e6e6e6;}
div#form input {width: 100px;}

/* forms */
div#form fieldset {margin: 30px;}

div#form legend {font-weight: bold;}

label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

div#form fieldset ol,
div#form ol
 {
  margin: 0;
  padding: 0;
}

div#form fieldset li,
div#form li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

/* sexy buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}