﻿/*
------------------------------------------------------------------------
   C S S  R E S E T
------------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, hr, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;  
}

:focus { outline: 0; }

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/*
------------------------------------------------------------------------
   F O N T S
------------------------------------------------------------------------
*/

@font-face {font-family: 'MetaSerifWeb-Bold';src: url('../fonts/MetaSerifWeb-Bold.eot');src: url('../fonts/MetaSerifWeb-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/MetaSerifWeb-Bold.woff') format('woff'),url('../fonts/MetaSerifWeb-Bold.ttf') format('truetype');}

@font-face {font-family: 'MetaSerif-BoldRegular';src: url('../fonts/2CBD06_0_0.eot');src: url('../fonts/2CBD06_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2CBD06_0_0.woff2') format('woff2'),url('../fonts/2CBD06_0_0.woff') format('woff'),url('../fonts/2CBD06_0_0.ttf') format('truetype');}
@font-face {font-family: 'Unit-Regular';src: url('../fonts/2CBD06_1_0.eot');src: url('../fonts/2CBD06_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2CBD06_1_0.woff2') format('woff2'),url('../fonts/2CBD06_1_0.woff') format('woff'),url('../fonts/2CBD06_1_0.ttf') format('truetype');} 
@font-face {font-family: 'Unit-BlackRegular';src: url('../fonts/2CBD06_2_0.eot');src: url('../fonts/2CBD06_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2CBD06_2_0.woff2') format('woff2'),url('../fonts/2CBD06_2_0.woff') format('woff'),url('../fonts/2CBD06_2_0.ttf') format('truetype');}


/*
------------------------------------------------------------------------
   H T M L - E L E M E N T S
------------------------------------------------------------------------
*/

html.busy, html.busy * { cursor: wait !important; }

body { 
	font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #2d3032;
}
  
a { 
	color: #4fa7bb;
	text-decoration: none;
}

hr {
	height: 1px;
	width: 100%;
	color: #fff;
	border-bottom: #f2f2f2 1px solid;
	clear: both;
}

br { clear: both; }

.superh, h1, h2, h3, h4 {
	font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	clear: both; 
}

.superh {
	font-size: 48px;
	line-height: 120%;
	clear: both; 
}


h1 {
	font-family: MetaSerif-BoldRegular, Georgia, serif;
	display: inline-block;
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 20px;
	clear: both; 
}

h2 {
	font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	font-size: 18px;
	line-height: 140%;
	clear: both; 
}

h3 {
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 20px;
	clear: both; 
}

h4 {
	font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; 
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	clear: both; 
}

::selection { background: #04819e; }
::-moz-selection { background: #04819e; }


/*
------------------------------------------------------------------------
   M A I N  E L E M E N T S
------------------------------------------------------------------------
*/

#test {
	position: absolute;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: -5000;
}

#sky {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#stripes {
	position: fixed;
	width: 100%;
	height: 100%; 
	/*
	background: url(../images/stripes_u_5x5.png);
	*/
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 200px;
	padding-top: 16px;
	background: url(../images/mywh.jpg) center bottom no-repeat;
	background-size: cover;
}

#header_wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#logo {
	display: block;
	float: left;
	padding: 18px 0 0 50px;
	height: 					40px;
	background: url(../images/logo_white.png) no-repeat;
	-webkit-background-size: 	40px 40px;
	background-size: 			40px 40px;

	font-family: "MetaSerifWeb-Bold", serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;

	padding: 17px 0 0 45px;
	height: 					35px;
	-webkit-background-size: 	35px 35px;
	background-size: 			35px 35px;			
	font-size: 16px;
}
#cover {
	position: relative;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
/*
	background: url(../images/tile_w_1x1.png);
	box-shadow: 1px 0 1px #3f78a5;
	-moz-box-shadow: 1px 0 1px #3f78a5;
	-webkit-box-shadow: 1px 0 1px #3f78a5;
*/
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 960px;
	margin-top: 40px;
}

#cntl {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 300px;
	padding-top: 0px;
	padding-bottom: 40px;
}

#cntr {
	position: relative;
	padding-top: 0px;
	margin-left: 320px;
	margin-bottom: 40px;
}

.arrow {
	margin-left: -115px;
	margin-top: -45px;
	margin-bottom: -15px;
	width: 115px;
	height: 60px;
	background: url(../images/arrow_l_115x60.png) no-repeat;
}


/*
------------------------------------------------------------------------
   I N D I C A T O R S 
------------------------------------------------------------------------
*/

#loading {
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -37px;
	width: 30px;
	height: 20px;
	padding-top: 29px;
	z-index: 3000;
	background: rgb(140, 181, 73);
	background-color: rgba(99, 154, 0, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 50px;
	display: none;
}

.error, .notification {
    position: fixed;
    width: 250px;
    font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 140%;
	color: #fff;
    padding: 15px;
    cursor: default;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 300000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.error {
    background: #9d0019;
}

.notification {
    background: #212021;
}

.errorbox
{
	border-bottom: #ed0753 2px solid !important;
}

#name {
	margin-top: 10px;
	margin-right: 15px;
	color: #fff;
	float: right;
}

#mugshot {
	height: 30px;
	width: 30px;
	display: block;
	float: right;
	background-color: transparent;
	background-size: cover;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	margin-right: 15px;
}

/*
------------------------------------------------------------------------
   N A V I G A T I O N 
------------------------------------------------------------------------
*/


.link {
	display: inline-block;
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: 		all 0.5s;
	border: 1px	solid transparent;
	color: #4fa7bb;
	margin-top: -1px;
	background: transparent !important;
}


.link.bg {
	color: #99bc5e;
	background: #fff !important;	
	border-color: #99bc5e;
	padding-left: 16px;
}

a.link:hover {
	color: #99bc5e;
}

.l1 {
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 18px;
	padding: 10px 16px 10px 0;
}

.l2 {
	font-size: 14px;
	padding: 10px 16px 10px 0;
}

/*
------------------------------------------------------------------------
   F O R M   E L E M E N T S
------------------------------------------------------------------------
*/

#loginbtn, #pwrbtn, .button {
	padding: 10px 16px;
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #4fa7bb;
	cursor: pointer;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px	solid #4fa7bb;
	-webkit-transition: all 0.5s;
	transition: 		all 0.5s;
}

#pwrbtn {
	margin-bottom: 0;
	float: right;
}

a#pwrbtn:hover, a#loginbtn:hover, a.button:hover, a.button.hover {
	border-color: #99bc5e;
	color: #99bc5e;
}

.sbutton {
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 12px;
	padding: 4px 8px;
	color: #4fa7bb;
	cursor: pointer;
	border: 1px	solid #4fa7bb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	-webkit-transition: all 0.5s;
	transition: 		all 0.5s;
}

a.sbutton:hover {
	border-color: #99bc5e;
	color: #99bc5e;
}

.row {
	border-top: #f2f2f2 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.drow {
	clear: both;
	padding-bottom: 10px;
}

.trow {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: #f2f2f2 1px solid;
	float: left;
}

a.trow {
	color: #222;
}

.trow:hover {
	background: url(../images/stripes_w_d_5x5.png);
}


.lbl {
	display: inline-block;
	width: 240px;
	padding-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: right;
	float: left;
}

.tile_wrapper {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
}

.tile {
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
	background-color: #eee;
	background-position: center;
	background-repeat:no-repeat !important;
	background-size: cover;
	border: #fff 5px solid;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	box-sizing: border-box;
}

.tile_checked {
	border-color: #99bc5e;
}

input, textarea, select {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	border: 0;
	border-bottom: #f2f2f2 2px solid;
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #222;
	float: left;
	padding: 1px 0 5px 0;
	-webkit-transition: all 0.5s;
	transition: 		all 0.5s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input,textarea {
	margin-bottom: 10px;
}

textarea::-webkit-input-placeholder {

	color: #999;
	line-height: normal;
	font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

}

textarea:-moz-placeholder {

	color: #999;
	opacity:  1;
	line-height: normal;
		font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

}

textarea::-moz-placeholder {

	color: #999;
	opacity:  1;
	line-height: normal;
		font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

}

textarea:-ms-input-placeholder {

	color: #999;
	line-height: normal;
	font-family: 'Unit-Regular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

}

select {
	-webkit-appearance: none;
	//height: 23px;
	margin-right: 5px;
	padding-top: 3px;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
	border-color: #2d3032;
}

.txb1, .txb2, .txb3, .txb4, .txa1, .txa2, .opt1, .opt2, .optd, .optm, .opty, .optc {
	display: inline-block;
	min-height: 22px;
}

.txb1, .txb2, .txb3, .txa1, .txa2, .txa3, .txb4 {
	margin-bottom: 10px;
}

.txb1 {
	width: 385px;
}

.txb2 {
	width: 195px;
}

.txb3 {
	width: 100px;
}

.txb4 {
    width: 100%;
}

.txa1 {
	width: 385px;
	height: 58px;
}

.txa2 {
	width: 640px;
	height: 100px;
}

.txa3 {
	width: 640px;
	height: 300px;
}

.opt1 {
	width: 195px;
}

.opt2 {
	width: 385px;
}

.optd {
	width: 50px;
	margin-right: 5px;
}

.optm {
	width: 103px;
	margin-right: 5px;
}

.opty {
	width: 65px;
}

.optc {
	width: 390px;
}

.optw {
	display: inline-block;
	margin-bottom: 10px;
}


/*
------------------------------------------------------------------------
   M A R G I N S
------------------------------------------------------------------------
*/

.h22 { height: 22px; }

.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w33 { width: 33%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w70 { width: 70%; }
.w100 { width: 100%; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w500 { width: 500px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr40 { margin-right: 40px; }

.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }

.pt3 { padding-top: 3px !important;}

.pb0 { padding-bottom: 0px !important;}

.fl { float: left; }
.fr { float: right; }

/*
------------------------------------------------------------------------
   F O N T S ,  L I N E S ,  B A C K G R O U N D S
------------------------------------------------------------------------
*/

b, .fb { 
	font-family: 'Unit-BlackRegular', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: normal;
}

.f12 { 
	font-size: 14px; 
	line-height: 1.4;
}

.uw { border-bottom: #fff 1px solid; }

.ub { border-bottom: #f2f2f2 1px solid; }

.crd {color: #9d0019;}
.cgr { color: #99bc5e; }
.cg { color: #999; }
.cw { color: #fff; }
.cb { color: #015367; }

.bg {
	background: rgb(140, 181, 73);
	background-color: rgba(99, 154, 0, 0.7);
	color: #fff;
}

.bb {
	background: rgb(50, 149, 173);
	background-color: rgba(4, 129, 158, 0.7);
	color: #fff;
}

.bw {
	background: rgba(204, 223, 227, 0.7);
}

.m { cursor: move; }

.h { cursor: pointer; }

.d { cursor: default; }

.iv { display: none; }

.tr { text-align: right !important; }

.tc { text-align: center; }

.ib { display: inline-block; }

