﻿/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; 	margin: 0;	padding: 0; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

small { font-size: 85%; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input {  }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { /*border-collapse: collapse; border-spacing: 0;*/ }
td { vertical-align: top; }

/* ///// basic page styles ///// */
/*html {
	margin: 0;
	padding: 0;
}*/
body {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
}

/* ///// links ///// */
a:link, a:visited { color: #336699; text-decoration: none; }
a:active, a:hover { color: #2e81d4; text-decoration: underline; }
a, *:focus { outline: 0 none; }

/* ///// bulleted lists ///// */
/* bulleted lists that are more spaced out */
ol.space li, ul.space li {
	padding-bottom: 8px;
}
ol.space, ul.space {
	margin-bottom: -8px;
}
ol.space ul, ul.space ul {
	margin-top: 8px;
	margin-bottom: -8px;
}

/* ///// images ///// */
img { border: 0; }

/* ///// 'special' text ///// */
.noscript {
	margin: 0 auto;
	/*width: 940px;*/
	background-color: #d2ff5a;
	font-size: 21px;
	text-align: center;
	color: #004422;
	border: 1px solid #004422;
}
.error      { color: #e60000; }
.success    { color: #007e3f; }
.big        { font-size: 14px; }
.small      { font-size: 11px; }
.note       { font-size: 11px; color: #898c8f; }
.left       { float: left; }
.right      { float: right; }
.nogap-top  { margin-top: 0; }
.nogap-bot  { margin-bottom: 0; }
.fadeout    { opacity:0.4; filter:alpha(opacity=40) }

p.menu { margin: 10px 0 0 0; padding: 6px; background: #f7f7f7; border: 1px solid #ccc; text-align: center; }
p.logname { margin: 5px 0 25px 0; padding: 0; color: #aaa; font-size: 11px; text-align: right; }

/* ///// headings ///// */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 16px;
	font-weight:normal;
	color: #363636;
	padding: 2px;
	/*background-color:#f7f7f7;*/
}
h2 {
	font-size: 14px;
	font-weight:normal;
	border-bottom: 1px dashed #ccc;
}
body.admin h2 {
	margin-top: 20px;
}
h3 {
	margin-top: 30px;
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
}
h6 {
}

/* ///// clear floats ///// */
.clear {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* ///// c/e boxes ///// */
.drop {
	cursor: pointer;
	padding-left: 18px;
	background: url(../images/bullet-arrow.gif) center left no-repeat;
}
.on {
	cursor: pointer;
	padding-left: 18px;
	background: url(../images/bullet-arrow-down.gif) center left no-repeat;
}
.dropped {
	display: none;
}

/* ///// page layout ///// */
#wrapper {
	margin: 0 auto;
	width: 100%;
	/*padding-bottom:20px;*/
}

#wrapperpop {
	margin:0;
	padding:0;
	height:100% !important;
}

#header {
	margin: 10px;
	padding: 0;
	/*width: 862px;
	height: 95px;*/
}
#header .logo {
	margin:0;
}
#page {
	margin: 0;
	padding: 10px;
	/*width: 860px;*/
	background: #fff;
	border: 0px solid #004422;
	border-top: 0;
	min-height:200px;
	/*
	-moz-box-shadow: 2px 2px 2px #314139;
	-webkit-box-shadow: 2px 2px 2px #314139;
	box-shadow: 2px 2px 2px #314139;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#314139')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#314139');
	*/
}
#pnlConfirmation {
	background: #16d324;
	margin: 0;
	/*padding: 10px;
	width: 860px;*/
	border: 0px solid #004422;
	border-top: 0;
	min-height:200px;
}
#pnlConfirmation .logo {
	 display: block;
    margin: 0 auto;
    position: relative;
    top: 11px;
}

#pagepop {
	margin: 0;
	padding: 30px 40px 40px 40px;
	background: #fff;
	border-top: 0;
	height:100% !important;
}

#footer {
	margin:20px;
	color: #999;
}
body.admin #footer {
	margin:20px;
}

.confTitle
{
    margin:0 10px;
    font-family:arial; 
    font-weight:bold; 
    font-size:16px; 
    color:#707070;   
}

.confDates
{
    margin:5px 10px; 
    font-family:arial; 
    font-weight:normal; 
    font-size:12px; 
    color:#707070;    
}

.confDatesEmphasis
{
    margin:5px 10px;
    font-family:arial;
	font-size: 16px;
	font-weight:normal;
	color: #363636;
	padding: 2px;
	background-color:#f7f7f7;
}

/* validation classes */
.fieldError 	
{
    color:#ff0000;
}
.fieldErrorMsg	
{
    color:#ff0000; 
    font-size: x-small;
}

.leftLabel
{
	width: 180px; /*160px;*/ /* 120px; */
	min-width: 120px;
	vertical-align: middle;
	text-align:right;
}
.rightControl
{
	/*width: 510px;*/
	/*height: 10px;*/
	vertical-align: middle;
}

.tyBoxes {
	float: left;
	width: 49%;
}
.outerTY {
	width: 70%;
	margin: 35px auto; 
	height: 135px; 
	position: relative; 
	top:25px;
}
.cyaBox {
	background: #026caa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 70px;
	position: relative;
	top: -34px;
}


/* Landing page CSS (used in pnlSplash content panel */
#pnlSplash
{
    margin: 0; padding: 0; height: 100%;
	background: none repeat scroll 0 0 #c1cbcd;
    font-family: Arial,Helvetica,sans-serif;
}
.splashBody {
	background: #c1cbcd;
}
    
#splashContainer 
{
    background: #fff;
    color: #113260;
    margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 10;
	height: 100%;
}

#splashStickywrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -150px;*/
}

#splashHeader 
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   /* height: 306px;*/ /*481px;*/
    position: relative;
}

#splashStage 
{
    background: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.splashStagePadding
{
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

#splashStage img 
{
	display: block;
	margin: 0 auto;
}
.splashLogo 
{
	display: block;
	margin: 0 auto;
}

#splashStage h1 
{
	text-align: center;
	font-size: 28px;
	color: #113260;
}

#splashStage h2 
{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #113260;
	border-bottom: none;
}

#splashStage p 
{
	text-align: center;
	font-size: 14px;
	line-height: 19px;
}

.splashStageLeft 
{
    float: left;
    width: 35%;
}

.splashStageRight 
{
    float: left;
    width: 35%;
}

.splashLanguage {
	position: absolute;
	left: 741px; /*772px;*/
	width: 13%; /*12%;*/
	background: transparent;
	font-size: 16px;
	padding: 10px;
	font-weight: normal;
	border-radius: 18px;
		-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	border-bottom: none;
}
.splashLanguage a:link {
	text-decoration: none;
	color: #113260;
}
.splashLanguage a:hover {
	text-decoration: none;
	color: #999;
}
