@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,400italic&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300,700&subset=latin-ext);
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,600&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Signika&subset=latin-ext);*/

body {
	background-color: #a3b8cc;
	color: #444;
	font-family: 'Merriweather', sans-serif;
	font-size: 1em;
	line-height: 1.65;
}

a:link, a:visited, a:active {
	border-bottom: 1px dotted;
	color: #369;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
}

abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

table tr:nth-child(even) {
	background-color: #a3b8cc;
}

table tr th {
	border-bottom: 1px solid #000;
	color: #369;
	font-weight: bold;
	text-shadow: 1px 1px #246;
}

table tr th:nth-child(odd)  {
	border-right: 1px dotted #000;
	text-align: right;
}

table tr td:nth-child(odd){
	border-right: 1px dotted #000;
	color: #369;
	text-align: right;
	text-shadow: 1px 1px #246;
	vertical-align: top;
}

button {
	background: #a3b8cc;
	border-right: 2px solid #246;
	border-bottom: 2px solid #246;
	border-left: 2px solid #69c;
	border-top: 2px solid #69c;
	color: #135;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	text-shadow: -1px -1px #135;
	text-shadow: 1px 1px #369;
}

button.pressed {
	background-color: #7a8a99;
	border-left: 2px solid #246;
	border-top: 2px solid #246;
	border-right: 2px solid #69c;
	border-bottom: 2px solid #69c;
}

button:hover {
	background-color: #69c;
}

button:active {
	background-color: #7a8a99;
	border-left: 2px solid #246;
	border-top: 2px solid #246;
	border-right: 2px solid #69c;
	border-bottom: 2px solid #69c;
}

caption {
	text-align: left;
}

caption:after {
	content: ":";
}

h1 {
	color: #369;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.8em;
	line-height: 2em;
	margin-bottom: .5em;
	-moz-text-shadow: 1px 1px #246;
	-o-text-shadow: 1px 1px #246;
	-webkit-text-shadow: 1px 1px #246;
	text-shadow: 1px 1px #246;
}

h2 {
	color: #369;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.75em;
	margin-bottom: 0px;
	-moz-text-shadow: 1px 1px #246;
	-o-text-shadow: 1px 1px #246;
	-webkit-text-shadow: 1px 1px #246;
	text-shadow: 1px 1px #246;
}

h3 {
	color: #369;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
	-moz-text-shadow: 1px 1px #246;
	-o-text-shadow: 1px 1px #246;
	-webkit-text-shadow: 1px 1px #246;
	text-shadow: 1px 1px #246;
}

a>img {
    border: none;
}

p {
	margin: inherit;
	text-indent: 1em;
}

q {
	font-style: italic;
}

ul {
	padding-left: 1em;
	list-style-position: inside;
	list-style-image: url("img/bullet.png");
}

.highlight {
	color: #369;
	text-shadow: 1px 1px #246;
}

.i
{
	font-style: italic;
}

.u
{
	text-decoration: underline;
}

.smallcaps {
	font-family: 'Merriweather Sans', sans-serif;
	font-variant: small-caps;
}

.tiles {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: inherit;
	position: relative;
}

.tiles li {
	border: 1px solid #246;
	display: inline-block;
	float: left;
	height: 128px;
	list-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: visible;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 128px;
}

.tiles li:hover {
	border-color: #000;
}

.folder {
	background: #fff;
	bottom: -1px;
	border: 1px solid #246;
	border-top: none;
	color: #000;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1em;
	height: 0px;
	left: -1px;
	line-height: 1.25em;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.tiles>li:hover .twoLiner {
	height: 2.75em;
	bottom: -2.75em;
	border: 1px solid #000;
	border-top: 0px;
}

.tiles>li:hover .threeLiner {
	height: 4em;
	bottom: -4em;
	border: 1px solid #000;
	border-top: 0px;
}

/*.folder:hover {
	height: 96px;
	bottom: -96px;
}*/

hr {
	background: #369;
	clear: both;
	color: #369;
	border: none;
	height: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearMe {
	clear: both;
}

.mini-tabs {
	border-bottom: 1px #369 solid;
	margin-bottom: .5em;
	padding-bottom: 2px;
}

.mini-tabs a {
	background-color: #a3b8cc;
	border-top: 1px solid #69c;
	border-right: 1px solid #246;
	border-left: 1px solid #69c;
	border-bottom: none;
	color: #246;
	cursor: pointer;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding: 2px;
	padding-top: 1px;
	text-shadow: none;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.mini-tabs a.selected {
	background-color: #7a8a99;
	border-top: 1px solid #246;
	border-left: 1px solid #246;
	border-right: 1px solid #69c;
	border-bottom: none;
	color: #246;
	cursor: default;
	padding-top: 3px;
}

.mini-tabs a:hover {
	background-color: #69c;
	color: #246;
	padding-top: 3px;
	border-bottom: none;
}

.mini-tabs a:active {
	background-color: #7a8a99;
}



#aligner {
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	width: 100%;
}

#container {
	background-color: #FFF;
	border: 1px solid;
	-moz-border-radius: 2em 0;
	-o-border-radius: 2em 0;
	-webkit-border-radius: 2em 0;
	border-radius: 2em 0;
	display: inline-block;
	margin-top: 3em;
	padding: 20px;
	position: relative;
	text-align: left;
	width: 600px;
}

#footer {
	text-align: left;
}

#copy:before {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1ggMECcWQCIFrwAAAY1JREFUKM9Nkj2r2gAYhZ9WbqFTQIIpgsQx0Mkhru7Sqfud7CR3uy7OTv4CJ/+BEErsUsS0CIpQF+kfcIl3SKKE2DhITpd427O8y+H9OM8L//QeGAA7IAf+AFvgCXh3N70pqw18s237Y7/fx3VdJLFer5lMJoRhuAM+AS/3zr+73a7SNFUURZrNZvI8T+fzWUmSqNPpqJz2APBs27bSNNV8PpdhGAIEyDRNBUGgKIpUq9UEfAHYjcdjxXEswzDUarW0Wq0UBIEcx5FlWcqyTMPhUMASIF8ul8qyTPv9XnEc6y7f9wVosVjI8zwBL28BSeJ6vXI4HLhcLq+x3W43ACqVCkVRABQA29FopPP5LNM05TiOfN+X53lqNptqNBrK81yDwUDAd4Cner2uJEkUBIEsy3o9utFoaLvdKgxDVatVAY+UUH51Oh1FUaQsy7RYLBQEgfI81/F4lOu6An4AlTu4D8DXWq3W7vV6tNttiqJgs9kwnU45nU4/gc9A8t9n8FDmvCyJhuXOj0DlbvoLSc7xACVySq4AAAAASUVORK5CYII=');
	content: "";
	display: inline-block;
	height: 12px;
	vertical-align: base-line;
	width: 12px;
}

#logo {
	text-align: center;
}

#menu {
	background: #369;
	border-bottom: 1px solid #246;
	-moz-border-radius: 0 1em 0 0;
	-o-border-radius: 0 1em 0 0;
	-webkit-border-radius: 0 1em 0 0;
	border-radius: 0 1em 0 0;
	text-align: left;
	padding-bottom: 2px;
}

#menu>a {
	background-color: #a3b8cc;
	border-top: 1px solid #69c;
	border-right: 1px solid #246;
	border-left: 1px solid #69c;
	border-bottom: none;
	color: #246;
	cursor: pointer;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding: 2px;
	padding-top: 1px;
	text-shadow: none;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#menu .selected {
	background-color: #7a8a99;
	border-top: 1px solid #246;
	border-left: 1px solid #246;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #69c;
	color: #246;
	cursor: default;
	padding-top: 3px;
	/*text-shadow: 1px 1px #ccc;*/
}

#menu>a:hover {
	/*background-color: #eef;*/
	background-color: #69c;
	color: #246;
	padding-top: 3px;
	border-bottom: none;
	/*text-shadow: 1px 1px #ccc;*/
}

#menu>a:active {
	background-color: #7a8a99;
}

/*#tabPages div {
	margin: 0px;
	-ms-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}*/

.hideMe {
	opacity: 0;
	-ms-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	display: none;
}

.noBorder {
	border: none;
}

.indicate {
	-moz-animation: indication 1s; /* Firefox */
	-webkit-animation: indication 1s; /* Safari and Chrome */
	-o-animation: indication 1s; /* Opera */
	animation: indication 1s;
}

@keyframes indication
{
	0%	{background: none;}
	15%	{background: #69C;}
	30%	{background: none;}
	45%	{background: #69C;}
	60%	{background: none;}
	75%	{background: #69C;}
	100%	{background: none;}
}

@-moz-keyframes indication
{
	0%	{background: none;}
	15%	{background: #69C;}
	30%	{background: none;}
	45%	{background: #69C;}
	60%	{background: none;}
	75%	{background: #69C;}
	100%	{background: none;}
}

@-webkit-keyframes indication
{
	0%	{background: none;}
	15%	{background: #69C;}
	30%	{background: none;}
	45%	{background: #69C;}
	60%	{background: none;}
	75%	{background: #69C;}
	100%	{background: none;}
}

@-o-keyframes indication
{
	0%	{background: none;}
	15%	{background: #69C;}
	30%	{background: none;}
	45%	{background: #69C;}
	60%	{background: none;}
	75%	{background: #69C;}
	100%	{background: none;}
}