/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	sup {
		font-size: smaller;
		vertical-align: +0.4em;	}
	sub {
		font-size: smaller;
		vertical-align: -0.25em; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	body {
		background: #fff;
		font: 13px/18px sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1, h2 { line-height: 36px; margin-bottom: 18px; }
	h1, h2, h3, h4 { margin-top: 18px; }
	h3, h4, h5, h6 { line-height: 18px; }
	h1 { font-size: 36px; }
	h2 { font-size: 28px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 15px; }
	h6 { font-size: 13px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 95%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: #396991; text-decoration: none; outline: 0; }
	a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; }
	ul ul li, ul ol li,
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Nav lists
================================================== */
	nav ul, nav ol, ul.menu, ol.menu { margin-bottom: 0; }


/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #346993;
	  background: -webkit-gradient(linear, 0 0, 0 100%, from(#346993), to(#205684));
	  background: -webkit-linear-gradient(#346993 0%, #205684 100%);
	  background: -moz-linear-gradient(#346993 0%, #205684 100%);
	  background: -o-linear-gradient(#346993 0%, #205684 100%);
	  background: linear-gradient(#346993 0%, #205684 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346993', endColorstr='#205684',GradientType=0 );
	  border: 0px solid #aaa;
	  /*border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  font-weight: bold;*/
	  color: #fff;
	  display: inline-block;
	  font-size: 14px;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  font-weight:bold;
	  padding: 8px 10px; }

	.button.tall,
	button.tall,
	input.tall[type="submit"],
	input.tall[type="reset"],
	input.tall[type="button"] {
		padding: 14px 10px;
		font-size: 12px;
	}
	.button.centered,
	button.centered,
	input.centered[type="submit"],
	input.centered[type="reset"],
	input.centered[type="button"] {
		margin-left: 10%;
		margin-right: 10%;
		display: block;
		width: 79%;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #46769c;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#46769c), to(#215785));
		background: -webkit-linear-gradient(#46769c 0%, #215785 100%);
		background: -moz-linear-gradient(#46769c 0%, #215785 100%);
		background: -o-linear-gradient(#46769c 0%, #215785 100%);
		background: linear-gradient(#46769c 0%, #215785 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46769c', endColorstr='#215785',GradientType=0 );	
	  border: 0px solid #888;
	  /*border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; */}

	a.button:hover {
		text-decoration: none;
	}
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 0px solid #666;
		background: #46769c;
		background: -moz-linear-gradient(top,  #46769c 0%, #215785 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46769c), color-stop(100%,#215785));
		background: -webkit-linear-gradient(top,  #46769c 0%,#215785 100%);
		background: -o-linear-gradient(top,  #46769c 0%,#215785 100%);
		background: -ms-linear-gradient(top,  #46769c 0%,#215785 100%);
		background: linear-gradient(to bottom,  #46769c 0%,#215785 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46769c', endColorstr='#215785',GradientType=0 );
		color: #fff;
		text-shadow: 0 1px rgba(0, 0, 0, .75);
		text-transform: uppercase;
}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		text-align: center; }
		

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    	border: 0;
    	padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="url"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 8px 6px;
		outline: none;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		height: 32px;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	input[type="text"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		font-family: sans-serif;
		font-size: 12px;
		min-height: 60px; }
	textarea.full-width {
		width: 100%;
	}
	select {
		padding-top: 7px;
		padding-bottom: 7px; }
	label,
	legend {
		display: block; }
	input[type="checkbox"],
	input[type="radio"] {
		display: inline; }
	label span,
	legend span {
		color: #444; }

/* #Misc
================================================== */
	.screen-reader-text { position: absolute; top: -999em; left: -999em; }
	.fl { float: left; }
	.fr { float: right; }
	.remove-bottom { margin-bottom: 0 !important; }
	.remove-top { margin-top: 0!important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.double-bottom { margin-bottom: 40px !important; }



#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 80%;
	margin-top: 5%;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}

#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:15px;
	width:90%;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	/*border-right: 1px solid #fff;
	border-left: 1px solid #fff;*/
	color: #000;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin:15px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	/*border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;*/
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	/*border-bottom: 1px solid #fff;*/
	color: #000;
	/*border-top: 1px solid transparent;*/
}
/*#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}*/

#box-tablee th{
	background:#b9c9fe;
}

#box-tablee td{
	background:#e8edff;
}

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 13px;
	font-weight: normal;
	padding: 12px 15px;
	border-top: 1px solid #e8edff;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}