﻿body, html 
{
	margin:0;
	padding:0;
	background:#14526c;
}

a:link,a:active
{
	color:#bc3535;
}
a:visited 
{
	color:#ad7171;
}
a:hover 
{
    color:#742121;
}

h1,h2,h3,h4,h5,h6 {
    color:#14526c;
    font-family:Tahoma,Verdana,Arial,Sans-Serif;
    font-weight:normal;
}
.hide {
    position: absolute;
    top: -500px;
    left: -500px;
    width: 0;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


div#container 
{
	text-align:center;
	margin:0;
	padding:0;	
}

/************
/** Content
/***********/
div#bodyWrapper 
{
	min-height:244px;
	background:#fff url(/lib/img/sides-top-bg.gif) repeat-x top left;
}
* html div#bodyWrapper 
{
	height:244px;
}

.padding 
{
	padding:1em;
}
.quarter 
{
	width:240px;
	float:left;
}
.third 
{
	width:320px;
	float:left;
}
.half 
{
	width:480px;
	float:left;
}

#Error {
  top: 0px;
  right: 0px;
  width: 125px;
  background: #de3e3e;
  color:#ebcbcb;
  padding: 10px;
  position: absolute;
  margin: 5px;
}
#Error a {
  display:block;
  text-align:right;
  color:White;
  text-decoration:none;
}

.error 
{
	display:block;
	padding:5px;
	color:Red;
	font-weight:bold;
	border:2px solid red;
}

code, var, samp, kbd, pre
{
	font-family:"Consolas",Monaco,"Courier New",Courier,monospace;
	font-size:1em;
	color:#717171;
	background:#ececec;
}
var 
{
	color:#444;
}
del 
{
	color:#717171;
	font-weight:normal;
	text-decoration:line-through;
}
ins 
{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}

/* 	New Modules
	Using rounded corners
	IE sucks. Poor Opera too!
*/
div.module 
{
	color:white;
	margin-bottom:2em;
}
div.module div.padding 
{
	padding:1.5em;
	background: url(/lib/img/blackbg50.png); /* don't support rgba */
	background: rgba(0, 0, 0, 0.5);	/* default black */
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	
}
div.module div.padding h3 
{
	margin:0 0 1em 0;
	font-size:14px;
	color:#8db9c9;
}
div.module div.padding ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.module div.padding ul li 
{
	background:url(/lib/img/bullet-arrow.gif) no-repeat left 5px;
	padding-left:12px;
	margin:0 0 0.5em 0;
}
div.module a 
{
    color:#b8d889;
    font-weight:normal;
    text-decoration:underline;
}
div.module a:hover {
    text-decoration:none;
}

/* light module */
div.module.light div.padding {
	background:#f2f2f2;
	color:#333;
}
div.module.light a 
{
    color:#BC3535;
}
div.module.light div.padding h3 {
	color:#14526C;
}
div.module.light div.padding ul li 
{
	background-image:url(/lib/img/bullet-arrow-b.gif);
}

div.module.dark div.padding {
	background:#3f5863;
}

ul.tags
{
	list-style:none;
	margin:0;
	padding:0;
}
ul.tags li 
{
	float:left;
	margin:0 4px 4px 0;
}
ul.tags li a 
{
	display:inline-block;
	padding:2px 4px;
	background:#dde57f;
	border:1px solid #dde57f;
	color:#636e38;
	text-decoration:none;
	text-transform:uppercase;
	font-size:7pt;
}
ul.tags li a:hover 
{
	background:#e9f282;
	border:1px solid #a8ae60;
}

/* Breadcrumb */
.breadcrumb 
{
	height:32px;
	background:#3f5863;
	color:White;
	margin:1em 0;
	padding:0 7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.breadcrumb span 
{
	padding:5px 4px;
	display:inline-block;
}
.breadcrumb a 
{
	color:#b8d889;
	text-decoration:none;
}
.breadcrumb a:hover 
{
	color:#d2e9b0;
}

/* Forms */
form input, form select, form textarea 
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
}
div.form-field label 
{
	display:block;
	font-weight:bold;
	margin:1em 0 0.5em 0;
}
div.form-field input, div.form-field textarea 
{
	width:250px;
}

form .required 
{
	display:block;
	font-weight:bold;
}

textarea.small 
{
	width:200px;
	height:75px;
}

/* Hamsters */
.construction
{
	height:120px;
	background:url(/lib/img/hamster-work.png) no-repeat center bottom;
}