﻿/* CSS Document - Author: Polymedia */

/* ------------------------------------------------------------------------------------------------------------  */
/* ######## HTML TAGS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ####### Reset ####### */
/* ------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

::selection {
	background-color: #333333;
	color: #ffffff;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	background-color: #efefef;
}

/*
input {
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

select {
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

textarea {
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
*/



/* ------------------------------------------------------ */
/* ######## Headers ######## */
/* ------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Segoe UI Light, Myriad Pro, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #464646;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #464646;
	text-decoration: none;
}

h1 {
	/* font-size: 30px; */
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}



/* ------------------------------------------------------ */
/* ######## Text ######## */
/* ------------------------------------------------------ */

p {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #666666;
	font-size: 15px;
	line-height: 1.5em;
	margin: 10px 0 5px 0;
}

small {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}



/* ------------------------------------------------------ */
/* ######## Hyperlink ######## */
/* ------------------------------------------------------ */

a {
	color: #dfae18;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #dfae18;
	text-decoration: underline;
}



/* ------------------------------------------------------ */
/* ######## Horizontal Line ######## */
/* ------------------------------------------------------ */

hr {
	border: 0 #cccccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 35px 0 35px 0;
}



/* ------------------------------------------------------ */
/* ######## List ######## */
/* ------------------------------------------------------ */

ul, ol {
  padding: 0;
  margin: 0 0 10px 35px;
  line-height: 1.5em;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
   /* line-height: 1.5em; */
   /* line-height: 18px; */
}

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}



/* ------------------------------------------------------ */
/* ######## Image ######## */
/* ------------------------------------------------------ */

img {
	border: 0;
}

img.pull-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.pull-right {
	margin: 3px 0 3px 15px;
	display: inline;
}

img.pull-left {
	margin: 3px 15px 3px 0;
	display: inline;
}

img.image-border {
	border: 1px solid #cccccc;
	padding: 2px;
	background-color: #FFF;
}

img.image-border:hover {
	border: 1px solid #b0b0b0;
}



/* ------------------------------------------------------ */
/* ######## Blockquote ######## */
/* ------------------------------------------------------ */

blockquote {
	padding: 0 0 0 15px;
	margin: 15px 0 20px 20px;
	border-left: 5px solid #eeeeee;
}

blockquote p {
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
	/* color: #cccccc; */
	color: #b4b4b4;
	/* font-weight: 300; */
	/* line-height: 22.5px; */
}

blockquote small {
	display: block;
	line-height: 18px;
	color: #999999;
}

blockquote small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	float: right;
	padding: 0 15px 0 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

blockquote.pull-right p, 
blockquote.pull-right small {
	text-align: right;
}

blockquote:before,
blockquote:after {
	content: "";
}



/* ------------------------------------------------------ */
/* ######## ??? ######## */
/* ------------------------------------------------------ */

caption {
	margin-bottom: 10px;
	font-size: 18px;
}












/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*                                                                                                                                                                      */
/* ######## STYLESHEET CHAPTER | COMMON STYLES ######## */
/*                                                                                                                                                                      */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Div ######## */
/* ------------------------------------------------------ */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}



/* ------------------------------------------------------ */
/* ######## Width ######## */
/* ------------------------------------------------------ */

.full-width {
	width: 100%;
}



/* ------------------------------------------------------ */
/* ######## wrapper ######## */
/* ------------------------------------------------------ */

.wrapper {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
	
	/* box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */ /* Firefox */
	/* -webkit-box-sizing: border-box; */ /* Safari */

	/* background-color: lime; */
}



/* ------------------------------------------------------ */
/* ######## layout-table ######## */
/* ------------------------------------------------------ */

.layout-table {
	/* margin: 0 0 0 0; */
	/* padding: 0 0 0 0; */
	/* border-spacing: 0; */
	border-collapse : collapse;
	border-spacing: 0;
	/* background-color: red; */
}

.layout-table td, 
.layout-table th {
	vertical-align: top;
	text-align: left;
	/* background-color: orange; */
}



/* ------------------------------------------------------ */
/* ######## Text Formatting ######## */
/* ------------------------------------------------------ */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
  font-size: 80%;
  text-transform: uppercase;
}



/* ------------------------------------------------------ */
/* ######## Float ######## */
/* ------------------------------------------------------ */

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES | ALIGN ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Align ######## */
/* ------------------------------------------------------ */

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES | BORDERS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Border ######## */
/* ------------------------------------------------------ */

.border {
	border: 1px #d0d0d0 solid;
}

.border-top {
	border-top: 1px #d0d0d0 solid;
}

.border-right {
	border-right: 1px #d0d0d0 solid;
}

.border-bottom {
	border-bottom: 1px #d0d0d0 solid;
}

.border-left {
	border-left: 1px #d0d0d0 solid;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES | MARGINS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Margins ######## */
/* ------------------------------------------------------ */

.margin {
	margin: 20px 20px 20px 20px; 
}

.margin-top {
	margin-top: 20px;
}

.margin-right {
	margin-right: 20px; 
}

.margin-bottom {
	margin-bottom: 20px;
}

.margin-left {
	margin-left: 20px; 
}



/* ------------------------------------------------------ */
/* ######## Margins (margin-small) ######## */
/* ------------------------------------------------------ */

.margin-small {
	margin: 10px 10px 10px 10px; 
}

.margin-top-small {
	margin-top: 10px;
}

.margin-right-small {
	margin-right: 10px; 
}

.margin-bottom-small {
	margin-bottom: 10px;
}

.margin-left-small {
	margin-left: 10px; 
}



/* ------------------------------------------------------ */
/* ######## Margins (margin-xsmall) ######## */
/* ------------------------------------------------------ */

.margin-xsmall {
	margin: 5px 5px 5px 5px; 
}

.margin-top-xsmall {
	margin-top: 5px;
}

.margin-right-xsmall {
	margin-right: 5px; 
}

.margin-bottom-xsmall {
	margin-bottom: 5px;
}

.margin-left-xsmall {
	margin-left: 5px; 
}



/* ------------------------------------------------------ */
/* ######## Margins (margin-hairline) ######## */
/* ------------------------------------------------------ */

.margin-hairline {
	margin: 1px 1px 1px 1px; 
}

.margin-top-hairline {
	margin-top: 1px;
}

.margin-right-hairline {
	margin-right: 1px; 
}

.margin-bottom-hairline {
	margin-bottom: 1px;
}

.margin-left-hairline {
	margin-left: 1px; 
}



/* ------------------------------------------------------ */
/* ######## Margins (margin-large) ######## */
/* ------------------------------------------------------ */

.margin-large {
	margin: 30px 30px 30px 30px; 
}

.margin-top-large {
	margin-top: 30px;
}

.margin-right-large {
	margin-right: 30px; 
}

.margin-bottom-large {
	margin-bottom: 30px;
}

.margin-left-large {
	margin-left: 30px; 
}



/* ------------------------------------------------------ */
/* ######## Margins (margin-xlarge) ######## */
/* ------------------------------------------------------ */

.margin-xlarge {
	margin: 40px 40px 40px 40px; 
}

.margin-top-xlarge {
	margin-top: 40px;
}

.margin-right-xlarge {
	margin-right: 40px; 
}

.margin-bottom-xlarge {
	margin-bottom: 40px;
}

.margin-left-xlarge {
	margin-left: 40px; 
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES | PADDING ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Padding ######## */
/* ------------------------------------------------------ */

.padding {
	padding: 20px 20px 20px 20px; 
}

.padding-top {
	padding-top: 20px;
}

.padding-right {
	padding-right: 20px; 
}

.padding-bottom {
	padding-bottom: 20px;
}

.padding-left {
	padding-left: 20px; 
}



/* ------------------------------------------------------ */
/* ######## Padding (padding-small) ######## */
/* ------------------------------------------------------ */

.padding-small {
	padding: 10px 10px 10px 10px; 
}

.padding-top-small {
	padding-top: 10px;
}

.padding-right-small {
	padding-right: 10px; 
}

.padding-bottom-small {
	padding-bottom: 10px;
}

.padding-left-small {
	padding-left: 10px; 
}



/* ------------------------------------------------------ */
/* ######## Padding (padding-xsmall) ######## */
/* ------------------------------------------------------ */

.padding-xsmall {
	padding: 5px 5px 5px 5px; 
}

.padding-top-xsmall {
	padding-top: 5px;
}

.padding-right-xsmall {
	padding-right: 5px; 
}

.padding-bottom-xsmall {
	padding-bottom: 5px;
}

.padding-left-xsmall {
	padding-left: 5px; 
}



/* ------------------------------------------------------ */
/* ######## Padding (padding-hairline) ######## */
/* ------------------------------------------------------ */

.padding-hairline {
	padding: 1px 1px 1px 1px; 
}

.padding-top-hairline {
	padding-top: 1px;
}

.padding-right-hairline {
	padding-right: 1px; 
}

.padding-bottom-hairline {
	padding-bottom: 1px;
}

.padding-left-hairline {
	padding-left: 1px; 
}



/* ------------------------------------------------------ */
/* ######## Padding (padding-large) ######## */
/* ------------------------------------------------------ */

.padding-large {
	padding: 30px 30px 30px 30px; 
}

.padding-top-large {
	padding-top: 30px;
}

.padding-right-large {
	padding-right: 30px; 
}

.padding-bottom-large {
	padding-bottom: 30px;
}

.padding-left-large {
	padding-left: 30px; 
}



/* ------------------------------------------------------ */
/* ######## Padding (padding-xlarge) ######## */
/* ------------------------------------------------------ */

.padding-xlarge {
	padding: 40px 40px 40px 40px; 
}

.padding-top-xlarge {
	padding-top: 40px;
}

.padding-right-xlarge {
	padding-right: 40px; 
}

.padding-bottom-xlarge {
	padding-bottom: 40px;
}

.padding-left-xlarge {
	padding-left: 40px; 
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES | TABLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## table-large ######## */
/* ------------------------------------------------------ */

table.table-large {
	font-size: 20px;
}

table.table-large th,
table.table-large td {
	font-size: 20px;
}



/* ------------------------------------------------------ */
/* ######## table-small ######## */
/* ------------------------------------------------------ */

table.table-small {
	font-size: 12px;
}

table.table-small th,
table.table-small td {
	font-size: 12px;
}



/* ------------------------------------------------------ */
/* ######## table-padding ######## */
/* ------------------------------------------------------ */

table.table-padding th,
table.table-padding td {
	/* padding: 20px 20px 20px 20px; */
	padding: 15px 15px 15px 15px;
}

table.table-padding-small th,
table.table-padding-small td {
	padding: 10px 10px 10px 10px; 
}

table.table-padding-xsmall th,
table.table-padding-xsmall td {
	padding: 5px 5px 5px 5px; 
}

table.table-padding-hairline th,
table.table-padding-hairline td {
	padding: 1px 1px 1px 1px; 
}

table.table-padding-large th,
table.table-padding-large td {
	padding: 30px 30px 30px 30px; 
}

table.table-padding-xlarge th,
table.table-padding-xlarge td {
	padding: 40px 40px 40px 40px; 
}

/*
table.table-border {
	border: 1px solid #d8d8d8;
}

table.table-border th {
	border: 1px solid #d8d8d8;
}

table.table-border td {
	border: 1px solid #d8d8d8;
}

table.table-border-outline {
	border: 1px solid #d8d8d8;
}

table.table-border-horizontal {
}

table.table-border-horizontal th {
	border-bottom: 1px solid #d8d8d8;
}

table.table-border-horizontal td {
	border-bottom: 1px solid #d8d8d8;
}

table.table-border-vertical {
}

table.table-border-vertical th {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;

}

table.table-border-vertical td {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}



table.table-header-border {
}
table.table-header-border th {
	border: 1px solid #d8d8d8;
}



table.table-alternate-rows-even {
}

table.table-alternate-rows-even tbody tr:nth-child(even) td,
table.table-alternate-rows-even tbody tr:nth-child(even) th {
  background-color: #f9f9f9;
}


table.table-alternate-rows-odd {
}

table.table-table-alternate-rows-odd tbody tr:nth-child(odd) td,
table.table-table-alternate-rows-odd tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}



table.table-alternate-columns-even {
}

table.table-alternate-columns-even  tbody tr td:nth-child(even),
table.table-alternate-columns-even  tbody tr xxxxxth:nth-child(even) {
  background-color: #f9f9f9;
}



table.table-hover-row {
}

table.table-hover-row tbody tr:hover td,
table.table-hover-row tbody tr:hover th {
  background-color: #f5f5f5;
}

table.table-hover-cell {
}

table.table-hover-cell tbody tr td:hover,
table.table-hover-cell tbody tr th:hover {
  background-color: #f5f5f5;
}



table.table-cell-padding td {
	padding: 20px 20px 20px 20px ; 
}

table.table-cell-padding-small td {
	padding: 10px 10px 10px 10px; 
}

table.table-cell-padding-xsmall td {
	padding: 5px 5px 5px 5px; 
}

table.table-cell-padding-hairline td {
	padding: 1px 1px 1px 1px; 
}

table.table-cell-padding-large td {
	padding: 30px 30px 30px 30px; 
}

table.table-cell-padding-xlarge td {
	padding: 40px 40px 40px 40px; 
}
*/






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COMMON STYLES | CELLS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Cell (padding) ######## */
/* ------------------------------------------------------ */

td.padding,
th.padding {
	padding: 20px 20px 20px 20px !important;
}

td.padding-top,
th.padding-top {
	padding-top: 20px !important;
}

td.padding-right,
th.padding-right {
	padding-right: 20px !important;
}

td.padding-bottom,
th.padding-bottom {
	padding-bottom: 20px !important;
}

td.padding-left,
th.padding-left {
	padding-left: 20px !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (padding-small) ######## */
/* ------------------------------------------------------ */

td.padding-small,
th.padding-small {
	padding: 10px 10px 10px 10px !important;
}

td.padding-top-small,
th.padding-top-small {
	padding-top: 10px !important;
}

td.padding-right-small,
th.padding-right-small {
	padding-right: 10px !important;
}

td.padding-bottom-small,
th.padding-bottom-small {
	padding-bottom: 10px !important;
}

td.padding-left-small,
th.padding-left-small {
	padding-left: 10px !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (padding-xsmall) ######## */
/* ------------------------------------------------------ */

td.padding-xsmall,
th.padding-xsmall {
	padding: 5px 5px 5px 5px !important;
}

td.padding-top-xsmall,
th.padding-top-xsmall {
	padding-top: 5px !important;
}

td.padding-right-xsmall,
th.padding-right-xsmall {
	padding-right: 5px !important;
}

td.padding-bottom-xsmall,
th.padding-bottom-xsmall {
	padding-bottom: 5px !important;
}

td.padding-left-xsmall,
th.padding-left-xsmall {
	padding-left: 5px !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (padding-hairline) ######## */
/* ------------------------------------------------------ */

td.padding-hairline,
th.padding-hairline {
	padding: 1px 1px 1px 1px !important;
}

td.padding-top-hairline,
th.padding-top-hairline {
	padding-top: 1px !important;
}

td.padding-right-hairline,
th.padding-right-hairline {
	padding-right: 1px !important;
}

td.padding-bottom-hairline,
th.padding-bottom-hairline {
	padding-bottom: 1px !important;
}

td.padding-left-hairline,
th.padding-left-hairline {
	padding-left: 1px !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (padding-large) ######## */
/* ------------------------------------------------------ */

td.padding-large,
th.padding-large {
	padding: 30px 30px 30px 30px !important;
}

td.padding-top-large,
th.padding-top-large {
	padding-top: 30px !important;
}

td.padding-right-large,
th.padding-right-large {
	padding-right: 30px !important;
}

td.padding-bottom-large,
th.padding-bottom-large {
	padding-bottom: 30px !important;
}

td.padding-left-large,
th.padding-left-large {
	padding-left: 30px !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (padding-xlarge) ######## */
/* ------------------------------------------------------ */

td.padding-xlarge,
th.padding-xlarge {
	padding: 40px 40px 40px 40px !important;
}

td.padding-top-xlarge,
th.padding-top-xlarge {
	padding-top: 40px !important;
}

td.padding-right-xlarge,
th.padding-right-xlarge {
	padding-right: 40px !important;
}

td.padding-bottom-xlarge,
th.padding-bottom-xlarge {
	padding-bottom: 40px !important;
}

td.padding-left-xlarge,
th.padding-left-xlarge {
	padding-left: 40px !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (Alignment) ######## */
/* ------------------------------------------------------ */

td.align-left,
th.align-left {
	text-align: left !important;
}

td.align-right,
th.align-right {
	text-align: right !important;
}

td.align-center,
th.align-center {
	text-align: center !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (Vertical Alighment) ######## */
/* ------------------------------------------------------ */

td.align-top,
th.align-top {
	vertical-align: top !important;
}

td.align-bottom,
th.align-bottom {
	vertical-align: bottom !important;
}

td.align-middle,
th.align-middle {
	vertical-align: middle !important;
}



/* ------------------------------------------------------ */
/* ######## Cell (Full Alighment) ######## */
/* ------------------------------------------------------ */

td.align-top-left,
th.align-top-left {
	vertical-align: top !important;
	text-align: left !important;
}

td.align-top-right,
th.align-top-right {
	vertical-align: top !important;
	text-align: right !important;
}

td.align-top-center,
th.align-top-center {
	vertical-align: top !important;
	text-align: center !important;
}

td.align-bottom-left,
th.align-bottom-left {
	vertical-align: bottom !important;
	text-align: left !important;
}

td.align-bottom-right,
th.align-bottom-right {
	vertical-align: bottom !important;
	text-align: right !important;
}

td.align-bottom-center,
th.align-bottom-center {
	vertical-align: bottom !important;
	text-align: center !important;
}

td.align-middle-left,
th.align-middle-left {
	vertical-align: middle !important;
	text-align: left !important;
}

td.align-middle-right,
th.align-middle-right {
	vertical-align: middle !important;
	text-align: right !important;
}

td.align-middle-center,
th.align-middle-center {
	vertical-align: middle !important;
	text-align: center !important;
}












/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*                                                                                                                                                                      */
/* ######## STYLESHEET CHAPTER | PAGE & CANVAS ######## */
/*                                                                                                                                                                      */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE & CANVAS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## canvas ######## */
/* ------------------------------------------------------ */

#canvas {
	width: 100%;
	/* background-image: url('images/ui/Background/xCanvasBG.jpg'); */
	/* background-repeat: repeat; */
}



/* ------------------------------------------------------ */
/* ######## page ######## */
/* ------------------------------------------------------ */

/* #page {
	width: 1000px;
	margin: 0 auto;
}
*/





/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE HEADER ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-header ######## */
/* ------------------------------------------------------ */

#page-header {
	width: 100%;
	/* height: 200px; */
	height: 150px;
	
	/*
	background-image: url('images/ui/Background/PageHeaderBG.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	*/
	
	background-color: white;

}

#page-header .page-header-container {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

#page-header p {
	font-size: 15px;
	line-height: 42px;
	color: #b4e2ff;
}

#page-header a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#page-header a:hover {
	color: white;
	text-decoration: underline;
}



/* ------------------------------------------------------ */
/* ######## page-header (.mainMenu) ######## */
/* ------------------------------------------------------ */

#page-header .mainMenu {
	list-style-type: none;
	float: right;
	margin: 0 0 0 0;
	/* line-height: 40px; */
	/* padding: 20px 0 0 0; */
	padding: 0 0 0 0;
	/* background-color: fuchsia; */
}

#page-header .mainMenu li {
	float: left;
	/* margin: 0 0 0 30px; */
	margin: 0 0 0 25px;  
	/* height: 35px; */
}

#page-header .mainMenu li a {
	color: #464646;
	font-family: Segoe UI, Myriad Pro, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: none;
	/* border-left: 1px solid #666666; */
	/* padding: 40px 18px 5px 18px; */
	/*background-color: orange; */
	/* border-left: 1px solid #666666; */
	padding: 8px 20px 10px 20px;
	/* background-color: orange; */

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

#page-header .mainMenu li a:hover {
	/* text-decoration: underline; */
	text-decoration: none;
	/* color: #42b7d4; */
	
	color: #ffffff;
	background-color: #edb91a;
}

/*
#page-header .mainMenu li:hover {
	background-color: black;
}

#page-header .mainMenu li:hover a {
	color: white;
}
*/

#page-header .mainMenu li a:active {
	/* color: #42b7d4; */
	color: #ffffff;
	background-color: #dfae18;
}


#page-header .mainMenu li.current a {
	/* color: #42b7d4; */
	color: #ffffff;
	/* text-decoration: line-through; */
	background-color: #edb91a;
}

#page-header .mainMenu li.first {
	/* margin: 0 0 0 0; */
}







/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE LANGUAGE ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-language ######## */
/* ------------------------------------------------------ */

#page-language {
	float: right;
	/* line-height: 40px; */
	margin: 10px 20px 0 0;
	/* font-family: Gotham Book, Arial, Verdana, sans-serif; */
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;

	/* background-color: fuchsia; */
}



/* ------------------------------------------------------ */
/* ######## page-language (.language-box) ######## */
/* ------------------------------------------------------ */

#page-language .language-box {
	float: left;
	margin: 5px 0 0 0;
	padding: 3px 3px 3px 3px;
	/* border: 1px #b7b7b7 solid; */
	border: 1px #e1e1e1 solid;
	background-color: white;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE FOOTER ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-footer ######## */
/* ------------------------------------------------------ */

#page-footer {
	width: 100%;

	background-image: url('images/ui/Background/PageFooterBG.jpg');
	background-repeat: repeat;
	background-position: left top;

}

#page-footer .page-footer-container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

#page-footer p {
	font-size: 13px;
	/* color: #666666; */
	color: #a0a0a0;
}

#page-footer small {
	font-size: 11px;
	/* color: #666666; */
	color: #a0a0a0;
}

#page-footer a {
	color: #666666;
	text-decoration: none;
}
#page-footer a:hover {
	color: #464646;
	text-decoration: underline;
}



/* ------------------------------------------------------ */
/* ######## page-footer (.copyright) ######## */
/* ------------------------------------------------------ */

#page-footer .copyright {
}



/* ------------------------------------------------------ */
/* ######## page-footer (.credits) ######## */
/* ------------------------------------------------------ */

#page-footer .credits {
	text-align: right;
}

#page-footer .credits a {
	/* background:url(images/ui/Common/ArrowdarkGrey.png) no-repeat right 3px; */
	/* color: #a0a0a0; */
}

#page-footer .credits a:hover {
	/* background:url(images/ui/Common/ArrowThemeDark.png) no-repeat right 3px; */
	/* color: #666666; */
	color: black;
	text-decoration: none;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE MAIN MENU ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-mainMenu ######## */
/* ------------------------------------------------------ */

/*
#page-mainMenu {
	width: 1000px;
	margin: 0 auto;
}
*/






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE FEATURE ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-feature ######## */
/* ------------------------------------------------------ */

#page-feature {
	width: 100%;
	/* background-image: url('images/ui/Background/PageFeatureBG.jpg'); */
	/* background-repeat: repeat-x; */
	/* background-position: left bottom; */
	/* background-color: #333333; */
	/* background-color: white; */
	background-color: #edb91a;
}

#page-feature .page-feature-container {
	width: 1000px;
	/* height: 280px; */
	margin: 0 auto;
}

#page-feature h1, 
#page-feature h2, 
#page-feature h3, 
#page-feature h4, 
#page-feature h5, 
#page-feature h6 {
	font-family: Segoe UI Light, Myriad Pro, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	/* color: white; */
	color: #464646;	
}

#page-feature h1 {
	font-size: 36px;
}

#page-feature p {
	font-size: 15px;
	color: #868686;
}

#page-feature small {
	/* font-size: 12px; */
	color: #868686;
}

#page-feature a {
	color: white;
	/* font-size: 12px; */
	text-decoration: none;
}
#page-feature a:hover {
	color: white;
	text-decoration: underline;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE BREADCRUMBS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-breadcrumbs ######## */
/* ------------------------------------------------------ */

#page-breadcrumbs {
	display: block; 
	/* background-color: lime; */

	/* border-top: 1px #e1e1e1 solid; */
	/* border-bottom: 1px #e1e1e1 solid; */
	/* margin: 0 0 10px 0; */
	/* padding: 5px 0 5px 0; */

}

#page-breadcrumbs .page-breadcrumbs-container {
	width: 100%;
	display: block;
	/* background-color: pink; */
}

#page-breadcrumbs p {
	font-size:13px;
	float:left;
}

#page-breadcrumbs ul.crumbs {
	list-style-type:none;
	line-height: 30px;
	margin: 0 0 0 0;
}

#page-breadcrumbs ul.crumbs li {
	color: #666666; 
	display:inline; 
	font-size:13px; 
	margin-right:5px; 
	margin-left: 0px;
}

#page-breadcrumbs ul.crumbs li.text-label {
	/* color: #666666; */ 
	color: #dfae18;
	display:inline; 
	font-size:13px; 
	margin-right:5px; 
	margin-left: 0px;
	font-weight: bold;
}

#page-breadcrumbs ul.crumbs li a {
	color: #666666; 
	background:url(images/ui/Common/ArrowdarkGrey.png) no-repeat left 3px;
	padding-left:12px;
}

#page-breadcrumbs ul.crumbs li a.first {
	color: #666666; 
	background-image: none; 
	padding-left:0px;
}

#page-breadcrumbs ul.crumbs li a:hover {
	color: #dfae18;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE MAIN ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-main ######## */
/* ------------------------------------------------------ */

#page-main {
	width: 100%;
	
	background-image: url('images/ui/Background/pageMainBGx.jpg');
	background-repeat: repeat-x;
	background-position: left top;

	background-color: white; 
	/* background-color: red; */
	/* background-color: #f9f9f9; */
	/* background-color: #F0F0F0; */

}

#page-main .page-main-container {
	width: 1000px;
	margin: 0 auto;
	/* background-color: yellow; */
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE CONTENT ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-content ######## */
/* ------------------------------------------------------ */

#page-content {
	width: 960px;
	display: block;
	float: left;
	margin: 30px 0 20px 20px; 
	/* background-color: aqua; */
}



/* ------------------------------------------------------ */
/* ######## page-content (.page-content-container-full) ######## */
/* ------------------------------------------------------ */

#page-content .page-content-container-full {
	clear: both;
	width: 960px;
	margin: 0 0 0 0;
	display: block;
	/* background-color: red; */
}



/* ------------------------------------------------------ */
/* ######## page-content (.page-content-container-full .column) ######## */
/* ------------------------------------------------------ */

#page-content .page-content-container-full .column-full {
	width: 960px; 
}

#page-content .page-content-container-full .column-one-half {
	width: 470px;
}

#page-content .page-content-container-full .column-one-third {
	width: 306px;
}

#page-content .page-content-container-full .column-two-thirds {
	width: 633px;
	top: 0px;
	left: 0px;
}

#page-content .page-content-container-full .column-one-quarter {
	width: 225px;
}

#page-content .page-content-container-full .column-three-quarters {
	width: 715px;
}

#page-content .page-content-container-full .column-one-fifth {
	width: 176px;
}

#page-content .page-content-container-full .column-two-fifths {
	width: 372px;
}

#page-content .page-content-container-full .column-three-fifths {
	width: 568px;
}

#page-content .page-content-container-full .column-four-fifths {
	width: 764px;
}

#page-content .page-content-container-full .column-one-sixth {
	width: 143px; 
}

#page-content .page-content-container-full .column-five-sixths{
	width: 796px;
}



/* ------------------------------------------------------ */
/* ######## page-content (.page-content-container-full .tile) ######## */
/* ------------------------------------------------------ */

#page-content .page-content-container-full .tile-full {
	width: 958px; 
}

#page-content .page-content-container-full .tile-one-half {
	width: 475px;
}

#page-content .page-content-container-full .tile-one-third {
	width: 314px;
}

#page-content .page-content-container-full .tile-two-thirds {
	/* width: 636px; */
	width: 633px;
}

#page-content .page-content-container-full .tile-one-quarter {
	width: 234px;
}

#page-content .page-content-container-full .tile-three-quarters {
	width: 716px;
}

#page-content .page-content-container-full .tile-one-fifth {
	width: 186px;
}

#page-content .page-content-container-full .tile-two-fifths {
	width: 379px;
}

#page-content .page-content-container-full .tile-three-fifths {
	width: 572px;
}

#page-content .page-content-container-full .tile-four-fifths {
	width: 765px;
}

#page-content .page-content-container-full .tile-one-sixth {
	width: 153px; 
}

#page-content .page-content-container-full .tile-five-sixths{
	width: 797px;
}



/* ------------------------------------------------------ */
/* ######## page-content (.page-content-container) ######## */
/* ------------------------------------------------------ */

#page-content .page-content-container {
	float: left;
	width: 650px;
	margin: 0 0 0 0;
	display: block; 
	/* background-color: orange; */
}



/* ------------------------------------------------------ */
/* ######## page-content (.page-content-container .column) ######## */
/* ------------------------------------------------------ */

#page-content .page-content-container .column-full {
	width: 650px; 
}

#page-content .page-content-container .column-one-half {
	width: 315px;
}

#page-content .page-content-container .column-one-third {
	width: 203px;
}

#page-content .page-content-container .column-two-thirds {
	width: 426px;
}

#page-content .page-content-container .column-one-quarter {
	width: 147px;
}

#page-content .page-content-container .column-three-quarters {
	width: 482px;
}

#page-content .page-content-container .column-one-fifth {
	width: 114px;
}

#page-content .page-content-container .column-two-fifths {
	width: 248px;
}

#page-content .page-content-container .column-three-fifths {
	width: 382px;
}

#page-content .page-content-container .column-four-fifths {
	width: 516px;
}

#page-content .page-content-container .column-one-sixth {
	width: 91px; 
}

#page-content .page-content-container .column-five-sixths{
	width: 538px;
}



/* ------------------------------------------------------ */
/* ######## page-content (.page-content-container .tile) ######## */
/* ------------------------------------------------------ */

#page-content .page-content-container .tile-full {
	width: 648px; 
}

#page-content .page-content-container .tile-one-half {
	width: 320px;
}

#page-content .page-content-container .tile-one-third {
	width: 211px;
}

#page-content .page-content-container .tile-two-thirds {
	/* width: 429px; */
	width: 427px;
}

#page-content .page-content-container .tile-one-quarter {
	width: 156px;
}

#page-content .page-content-container .tile-three-quarters {
	width: 484px;
}

#page-content .page-content-container .tile-one-fifth {
	width: 124px;
}

#page-content .page-content-container .tile-two-fifths {
	width: 255px;
}

#page-content .page-content-container .tile-three-fifths {
	width: 386px;
}

#page-content .page-content-container .tile-four-fifths {
	width: 517px;
}

#page-content .page-content-container .tile-one-sixth {
	width: 102px;
}

#page-content .page-content-container .tile-five-sixths{
	width: 538px;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGE SIDEBAR ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## page-sidebar ######## */
/* ------------------------------------------------------ */


#page-sidebar {
	width: 240px;
	display: block;
	float: right;
	margin: 0 0 0 0;
	/* background-color: orange; */
}


#page-sidebar .page-sidebar-container {
	width: 240px;
	/* background-color: lime; */
}



/* ------------------------------------------------------ */
/* ######## page-sidebar (.widget) ######## */
/* ------------------------------------------------------ */

#page-sidebar .widget {
	margin: 0 0 30px 0;
	list-style-type: none;
	/* background-color: orange; */
}

#page-sidebar .widget.first {
}

#page-sidebar .widget.last {
	margin: 0 0 0 0;
}

#page-sidebar .widget p {
	/* color: #666666; */
	font-size: 15px;
	/* line-height: 1.5em; */
	line-height: 1.4em;
	margin: 10px 0 5px 0;

}

#page-sidebar .widget small {
	/* color: #666666; */
	font-size: 12px;
	line-height: 1.4em; 
}

#page-sidebar .widget ul {
	list-style-type: circle;
	margin: 0 0 0 0;
}

#page-sidebar .widget li {
	padding: 0 0 2px 5px;
}

#page-sidebar .widget hr {
	margin: 20px 0 20px 0;
}

#page-sidebar .widget-header {
	margin: 0 0 0 0;
	/* background-color: maroon; */
}

#page-sidebar .widget-content {
	margin: 0 0 0 0;
	/* margin: 0 10px 0 15px; */
	/* background-color: fuchsia; */
}



/* ------------------------------------------------------ */
/* ####### page-sidebar (.widget-promotion) ######## */
/* ------------------------------------------------------ */

#page-sidebar .widget-promotion {
	padding: 10px 15px 10px 15px;
	/* background-color: #f1f1f1; */
	/* border: 1px #d0d0d0 solid; */
	
	background-color: #fafafa;
	border: 1px #eeeeee solid;
}


#page-sidebar .widget-promotion p {
	/* font-size: 13px; */
}



/* ------------------------------------------------------ */
/* ######## page-sidebar (.widget-pages) ######## */
/* ------------------------------------------------------ */

#page-sidebar .widget-pages {
	/* font-size: 13px; */
}

#page-sidebar .widget-pages ul {
	list-style-type: none;
	/* margin: 0px 0 50px 0; */
}

#page-sidebar .widget-pages li {
	border-bottom: 1px solid #cccccc;
	/* border-bottom: 1px solid #e8e8e8; */ 
	/* padding: 15px 0 15px 10px; */
	font-size: 15px;
	/* padding: 8px 0 8px 0px; */
	padding: 15px 0 15px 10px; 
}

#page-sidebar .widget-pages li:hover {
	/* border-bottom: 1px #e8e8e8 solid; */
	/* background-color: #fafafa; */
}

#page-sidebar .widget-pages li a {
	background: url('images/ui/Common/ArrowTheme.png') no-repeat left 4px;
	/* background: url('images/ui/Common/ArrowdarkGrey.png') no-repeat left 4px; */
	color: #464646;
	padding-left: 10px;
	/* cursor: pointer; */
}

#page-sidebar .widget-pages li a:hover {
	text-decoration: none;
	color: #dfae18;
}

#page-sidebar .widget-pages li.current {
	/* background-color: #fafafa; */
}

#page-sidebar .widget-pages li.current a {
	color: #dfae18;
}



/* ------------------------------------------------------ */
/* ######## page-sidebar (.widget-categories) ######## */
/* ------------------------------------------------------ */

#page-sidebar .widget-categories {
	font-size: 13px;
}

#page-sidebar .widget-categories ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}

#page-sidebar .widget-categories li {
	margin: 0 0 0 15px;
	padding: 5px 0 5px 0px;
}

#page-sidebar .widget-categories a {
	color: #464646;
}

#page-sidebar .widget-categories a:hover {
	color: #dfae18;
	text-decoration: none;
}

#page-sidebar .widget-categories span {
	color: #b4b4b4;
	margin-left: 5px;
}



/* ------------------------------------------------------ */
/* ######## page-sidebar (.widget-archive) ######## */
/* ------------------------------------------------------ */

#page-sidebar .widget-archive {
	font-size: 13px;
}

#page-sidebar .widget-archive ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}

#page-sidebar .widget-archive li {
	margin: 0 0 0 15px;
	padding: 5px 0 5px 0px;
}

#page-sidebar .widget-archive a {
	color: #464646;
}

#page-sidebar .widget-archive a:hover {
	color: #dfae18;
	text-decoration: none;
}

#page-sidebar .widget-archive span {
	color: #b4b4b4;
	margin-left: 5px;
}



/* ------------------------------------------------------ */
/* ######## page-sidebar (.testimonial) ######## */
/* ------------------------------------------------------ */

#page-sidebar .testimonial {
	background: url('images/ui/Common/Quotes.png') no-repeat left top;
	margin: 0 0 30px 0;
	padding: 10px 0 10px 10px;
	/* background-color: orange; */
}

#page-sidebar .testimonial h4 {
	text-indent: 50px;
	line-height: 30px;
	margin: 0 0 0 0;
	font-style: normal;
}

#page-sidebar .testimonial small {
	color: #b4b4b4;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	float: right;
	margin: 10px 0 0 0;
}












/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*                                                                                                                                                                      */
/* ######## STYLESHEET CHAPTER | COMPONENTS ######## */
/*                                                                                                                                                                      */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


/* ------------------------------------------------------------------------------------------------------------  */
/* ######## COLOR & TEXT STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Color ######## */
/* ------------------------------------------------------ */

.color-theme {
	color: #edb91a;
}
.color-themeDark {
	color: #70570c;
}
.color-themeLight {
	color: #fefbf3;
}



/* ------------------------------------------------------ */
/* ######## Hyperlink ######## */
/* ------------------------------------------------------ */

a.link-black {
	color: black;
	text-decoration: none;
}

a.link-black:hover {
	color: black;
	text-decoration: underline;
}



a.link-white {
	color: white;
	text-decoration: none;
}

a.link-white:hover {
	color: white;
	text-decoration: underline;
}



a.link-lightGrey {
	color: #b4b4b4;
	text-decoration: none;
}

a.link-lightGrey:hover {
	color: #b4b4b4;
	text-decoration: underline;
}



/* ------------------------------------------------------ */
/* ######## Text Styles ######## */
/* ------------------------------------------------------ */

.text-label {
	/* color: #107fc3; */
	/* font-weight: normal; */
	/* font-weight: bold; */
	/* font-size: 12px; */
	color: #333333;
}


.text-title {
}

.text-subTitle {
	/* font-style: italic; */
	/* color: fuchsia; */
	color: #999999;
}

.text-meta {
	/* font-style: italic; */
	color: #999999;
}

.text-content {

}


.text-feedback {
	font-style: italic;
	color: #999999;
}

.text-feedback-warning {
	font-style: italic;
	color: red;
}




/* ------------------------------------------------------------------------------------------------------------  */
/* ######## ROW & COLUMN STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Row ######## */
/* ------------------------------------------------------ */

.row {
	vertical-align: top;
	/* margin: 0 0 0 0; */
	/* background-color: orange; */
	border-bottom: 10px red dashed;
}

.row.first {
}

.row.last {
	/* margin: 0 0 20px 0; */
}



/* ------------------------------------------------------ */
/* ######## Column ######## */
/* ------------------------------------------------------ */

.column {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;

	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */

	margin: 0 20px 20px 0;
	/* background-color: aqua; */
	
}

.column.first {
}

.column.last {
	margin: 0 0 20px 0;
}

.column-padding {
	padding: 5px 8px 5px 8px; 
	/* background-color: lime; */
}





/* ------------------------------------------------------------------------------------------------------------  */
/* ######## IMAGE STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## image-panel ######## */
/* ------------------------------------------------------ */

.image-panel {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */

	/* margin: 0 0 0 0; */
	background-repeat: no-repeat; /* needed if we are using background-size: contain; */
	background-color: white; /* needed if we are using background-size: contain; */
		
	background-size: cover;
	background-position: center center;
	background-clip: content-box;

	/* width: 250px; */
	/* height: 188px; */

	/* width: 50px; */
	/* height: 20px; */
}

.image-panel-transparent {
	background-color:  transparent;
}

.image-panel-border {
	/* border:  1px #cccccc solid; */
	border:  1px #e1e1e1 solid;
	padding: 2px;
	/* background-color: #FFF; */
}

.image-panel-border:hover {
	border: 1px #b0b0b0 solid;
	padding: 2px;

}

.image-panel.pull-left {
	float: left;
	margin: 3px 15px 3px 0px;
}

.image-panel.pull-right {
	float: right;
	margin: 3px 0px 3px 15px;
}

.image-panel-scale-cover {
	background-size: cover;
}

.image-panel-scale-contain {
	background-size: contain;
}


.image-panel-width-full-percent {
	width: 100%;
}


.image-panel-normal {
	width: 250px;
	height: 188px;
}

.image-panel-full-width {
	/* width: 650px; */
	width: 100%;
	/* height: 488px; */
	height: 320px;
}

.image-panel-one-half {
	/* width: 325px; */
	width: 50%;
	height: 244px;
}



.image-panel-column-full {
	/* width: 650px; */
	width: 100%;
	/* height: 488px; */
	height: 320px;
}

.image-panel-column-one-half {
	/* width: 315px; */
	width: 100%;
	height: 236px;
}

.image-panel-column-one-third {
	/* width: 203px; */
	width: 100%;
	height: 152px;
}

.image-panel-column-two-thirds {
	/* width: 426px; */
	width: 100%;
	height: 320px;
}

.image-panel-column-one-quarter {
	/* width: 147px; */
	width: 100%;
	height: 110px;
}

.image-panel-column-one-fifth {
	/* width: 114px; */
	width: 100%;
	height: 86px;
}

.image-panel-column-one-sixth {
	/* width: 91px; */
	width: 100%;
	height: 68px;
}

.image-panel-list {
	width: 100px;
	height: 75px;
}

.image-panel-large {
	width: 250px;
	height: 188px;
}

.image-panel-small {
	width: 60px; 
	height: 45px;
}

.image-panel-portrait-list {
	width: 100px;
	height: 130px;
}

.image-panel-portrait-small {
	width: 60px; 
	height: 75px;
}

.image-panel-hover {
	/* opacity: .5; */
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.image-panel-hover:hover {
	/* opacity: 1; */
	-webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}


/* ------------------------------------------------------ */
/* ######## image-gallery ######## */
/* ------------------------------------------------------ */


.image-gallery .image-panel.pull-left {
	float: left;
	margin: 3px 6px 3px 0px;
}

.image-panel-gallery {
	width: 147px;
	height: 110px;
}




/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PANEL STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Panel ######## */
/* ------------------------------------------------------ */

.panel {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */

	/* margin: 0 0 0 0; */
}

.panel-white {
	background-color: white;
	/* border: 1px #eeeeee solid; */
	border: 1px #f2f2f2 solid;
}

.panel-extraLightGrey {
	background-color: #fafafa;
	border: 1px #eeeeee solid;
}

.panel-lightGrey {
	background-color: #fafafa;
	/* border: 1px #eeeeee solid; */
	border: 1px #d0d0d0 solid;
}

.panel-padding {
	padding: 10px 20px 15px 20px;
}

.panel-padding-small {
	padding: 5px 10px 5px 10px;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## TILE STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Tile ######## */
/* ------------------------------------------------------ */

.tile {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
			
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */


	overflow: hidden;
	margin: 0 5px 5px 0;
}

.tile.first {
}

.tile.last {
	margin: 0 0 5px 0;
}

.tile p {
	color: white;
}

.tile h1, 
.tile h2, 
.tile h3, 
.tile h4, 
.tile h5, 
.tile h6 {
	color: white;
}

.tile h1 a, 
.tile h2 a, 
.tile h3 a, 
.tile h4 a, 
.tile h5 a, 
.tile h6 a {
	color: white;
}

.tile-padding {
	padding: 5px 15px 5px 15px ;
}



/* ------------------------------------------------------ */
/* ######## Tile (white) ######## */
/* ------------------------------------------------------ */

.tile-white {
	background-color: white;
	/* border: 1px #eeeeee solid; */
	/* border: 1px #fafafa solid; */
	border: 1px transparent solid;
}

.tile-white:hover {
	background-color: #fafafa;
}

.tile-white p {
	color: #666666;
}

.tile-white small {
	color: #666666;
}

.tile-white h1, 
.tile-white h2, 
.tile-white h3, 
.tile-white h4, 
.tile-white h5, 
.tile-white h6 {
	color: #464646;
}

.tile-white h1 a, 
.tile-white h2 a, 
.tile-white h3 a, 
.tile-white h4 a, 
.tile-white h5 a, 
.tile-white h6 a {
	color: #464646;
}



/* ------------------------------------------------------ */
/* ######## Tile (lightGrey) ######## */
/* ------------------------------------------------------ */

.tile-lightGrey {
	background-color: #fafafa;
	border: 1px #eeeeee solid;
	/* border: 1px #f2f2f2 solid; */
}

.tile-lightGrey:hover {
	background-color: #f2f2f2;
}

.tile-lightGrey p {
	color: #666666;
}

.tile-lightGrey small {
	color: #666666;
}

.tile-lightGrey h1, 
.tile-lightGrey h2, 
.tile-lightGrey h3, 
.tile-lightGrey h4, 
.tile-lightGrey h5, 
.tile-lightGrey h6 {
	color: #464646;
}

.tile-lightGrey h1 a, 
.tile-lightGrey h2 a, 
.tile-lightGrey h3 a, 
.tile-lightGrey h4 a, 
.tile-lightGrey h5 a, 
.tile-lightGrey h6 a {
	color: #464646;
}



/* ------------------------------------------------------ */
/* ######## Tile (theme) ######## */
/* ------------------------------------------------------ */

.tile-theme {
	background-color: #edb91a;
	border: 1px transparent solid;
}

.tile-theme:hover {
	background-color: #dfae18;
}



/* ------------------------------------------------------ */
/* ######## Tile (grey) ######## */
/* ------------------------------------------------------ */

.tile-grey {
	background-color: #999999;
	border: 1px transparent solid;
}

.tile-grey:hover {
	background-color: #909090;
}



/* ------------------------------------------------------ */
/* ######## Tile (darkGrey) ######## */
/* ------------------------------------------------------ */

.tile-darkGrey {
	background-color: #464646;
	border: 1px transparent solid;
}

.tile-darkGrey:hover {
	background-color: #3f3f3f;
}



/* ------------------------------------------------------ */
/* ######## Tile (lightBlue) ######## */
/* ------------------------------------------------------ */

.tile-lightBlue {
	background-color: #00a9fe;
	border: 1px transparent solid;
}

.tile-lightBlue:hover {
	background-color: #009fef;
}



/* ------------------------------------------------------ */
/* ######## Tile (green) ######## */
/* ------------------------------------------------------ */

.tile-green {
	background-color: #53b00a;
	border: 1px transparent solid;
}

.tile-green:hover {
	background-color: #4ea609;
}



/* ------------------------------------------------------ */
/* ######## Tile (yellow) ######## */
/* ------------------------------------------------------ */

.tile-yellow {
	/* background-color: #ffd33a; */
	background-color: #ffc20f;
	border: 1px transparent solid;
}

.tile-yellow:hover {
	/* background-color: #f5cb38; */
	background-color: #f0b70e;
}



/* ------------------------------------------------------ */
/* ######## Tile (orange) ######## */
/* ------------------------------------------------------ */

.tile-orange {
	background-color: #f67907;
	border: 1px transparent solid;
}

.tile-orange:hover {
	/* background-color: #f0d576; */
	background-color: #e87207;
}



/* ------------------------------------------------------ */
/* ######## Tile (red) ######## */
/* ------------------------------------------------------ */

.tile-red {
	background-color: #dc0002;
	border: 1px transparent solid;
}

.tile-red:hover {
	/* background-color: #f0d576; */
	background-color: #cf0002;
}



/* ------------------------------------------------------ */
/* ######## Tile (purple) ######## */
/* ------------------------------------------------------ */

.tile-purple {
	background-color: #9b4f96;
	border: 1px transparent solid;
}

.tile-purple:hover {
	background-color: #8c4787;
}



/* ------------------------------------------------------ */
/* ######## Tile (lightPurple) ######## */
/* ------------------------------------------------------ */

.tile-lightPurple {
	background-color: #9b4f97;
	border: 1px transparent solid;
}

.tile-lightPurple:hover {
	background-color: #9b4f97;
}



/* ------------------------------------------------------ */
/* ######## Tile (darkPurple) ######## */
/* ------------------------------------------------------ */

.tile-darkPurple {
	background-color: #52457a;
	border: 1px transparent solid;
}

.tile-darkPurple:hover {
	background-color: #4a3e6e;
}



/* ------------------------------------------------------ */
/* ######## Tile (Blue) ######## */
/* ------------------------------------------------------ */

.tile-blue {
	background-color: #0076cc;
	border: 1px transparent solid;
}

.tile-blue:hover {
	background-color: #0069b6;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## LIST STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## list ######## */
/* ------------------------------------------------------ */

ul.list, 
ol.list {
	margin: 0 0 20px 0px;
	/* background-color: orange; */
}
ul.list li, 
ol.list li {
	margin: 10px 0 0 35px;
	/* background-color: lime;	*/
}


/* ------------------------------------------------------ */
/* ######## list-small ######## */
/* ------------------------------------------------------ */

ul.list-small, 
ol.list-small {
	font-size: 12px;
	margin: 0 0 10px 0px;
	/* background-color: orange; */
}
ul.list-small li, 
ol.list-small li {
	margin: 5px 0 0 35px;
	/* background-color: lime;	*/
}



/* ------------------------------------------------------ */
/* ######## list-tick ######## */
/* ------------------------------------------------------ */

ul.list-tick, 
ol.list-tick{
	margin: 0 0 20px 0px;
	list-style:square url('images/ui/Common/ListThemeTick.png');
	/* background-color: orange; */
}
ul.list-tick li, 
ol.list-tick li {
	/* margin: 10px 0 0 35px; */
	margin: 15px 0 0 35px;
	/* background-color: lime;	*/
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## MENU STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## menu-simple ######## */
/* ------------------------------------------------------ */

ul.menu-simple {
	list-style-type: none;
	float: left;
	/* line-height: 40px; */
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	/* background-color: fuchsia; */
	display: inline-block;
	display: inline; 
	/* IE7 inline-block hack */
}

ul.menu-simple li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #999999; 
	line-height: 13px;
}

ul.menu-simple li a {
	color: #464646;
	/* font-family: Calibri, Myriad Pro, Arial, Helvetica, Tahoma, Verdana, sans-serif; */
	font-size: 13px; 
	text-decoration: none;

	/* padding: 40px 18px 5px 18px; */
	/* background-color: orange; */
}

ul.menu-simple li a:hover {
	/* text-decoration: underline; */
	text-decoration: none;
	color: #dfae18;
}

/*
ul.menu-simple li:hover {
	background-color: black;
}

ul.menu-simple li:hover a {
	color: white;
}
*/

ul.menu-simple li a:active {
	/* background-color: red; */
	color: #dfae18;
}


ul.menu-simple li.current a {
	color: #dfae18;
	 /* color: #ffffff; */
	/* text-decoration: line-through; */
}

ul.menu-simple li.first {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: 0px solid #666666; 
}

ul.menu-simple li.last {
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## TABLE STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## table ######## */
/* ------------------------------------------------------ */

.table {
	/* border: 1px solid #d8d8d8; */
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	/* font-size: 15px; */

}

.table th {
	/* border: 1px solid #d8d8d8; */
	text-align: left;
	vertical-align: middle;
	/* font-size: 12px; */
	font-style: normal;
	padding: 8px 8px 8px 8px;
	/* background-color: #e1e1e1; */
	/* background-color: #ececec; */
	background-color: #efefef;
}

.table td {
	/* border: 1px solid #d8d8d8; */
	text-align: left;
	vertical-align: top;
	/* font-size: 12px; */
	/* padding: 2px 10px 2px 10px; */
	padding: 8px 8px 8px 8px;
}



/* ------------------------------------------------------ */
/* ######## table-standard ######## */
/* ------------------------------------------------------ */

.table-standard {
	border: 1px solid #d8d8d8;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}
.table-standard th {
	border: 1px solid #d8d8d8; 
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-style: normal;
	padding: 8px 8px 8px 8px;

	/* background-color: #e1e1e1; */
	/* background-color: #ececec; */
	background-color: #efefef;
}
.table-standard td {
	border: 1px solid #d8d8d8;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	/* padding: 2px 10px 2px 10px; */
	/* padding: 5px 10px 5px 10px; */
	padding: 8px 8px 8px 8px;
}

.table-standard tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.table-standard tbody tr:hover td {
  background-color: #f5f5f5;
}

.table-standard tbody tr:hover th {
  background-color: #eaeaea;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## FORM STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## form ######## */
/* ------------------------------------------------------ */

.form {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	/* color: red; */
}

.form p {
	/* font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; */
	/* color: #666666; */
	font-size: 14px;
	line-height: 1.5em;
	/* margin: 10px 0 5px 0; */
}

.form small {
	/* font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; */
	/* color: #666666; */
	font-size: 12px;
	/* line-height: 1.5em; */
	line-height: 1.2em;
}



/* ------------------------------------------------------ */
/* ######## form-label ######## */
/* ------------------------------------------------------ */

.form-label {
	/* color: red; */
}


.form-label-required:after {
	/* color: red; */
	content: " *";
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## FIELD STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## field ######## */
/* ------------------------------------------------------ */

.field-text {
	border: 1px #d0d0d0 solid;

	background-color: white;
	color: #666666;

	/*margin: 5px 0 15px 0;*/
	padding: 5px 5px 5px 5px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.field-password {
	border: 1px #d0d0d0 solid;

	background-color: white;
	color: #666666;

	/* margin: 5px 0 15px 0; */
	padding: 5px 5px 5px 5px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.field-memo {
	border: 1px #d0d0d0 solid;

	background-color: white;
	color: #666666;

	/* margin: 5px 0 15px 0; */
	padding: 5px 5px 5px 5px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.field-dropdown {
	border: 1px #d0d0d0 solid;

	background-color: white;
	color: #666666;

	/* margin: 5px 0 15px 0; */
	padding: 4px 4px 4px 4px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.field-checkbox {
	/* margin: 15px 5px 15px 0; */
	/* padding: 5px 5px 5px 5px; */
}

.field-radio {
	/* margin: 5px 5px 15px 0; */
	/* padding: 5px 5px 5px 5px; */
}



/* ------------------------------------------------------ */
/* ######## field (feautures) ######## */
/* ------------------------------------------------------ */

.field-required {
	/* border-left: 5px #d0d0d0 solid; */
	background-color: #FFFFF0;
}

.field-warning {
	border: 1px #f48d9e solid;
	background-color: pink;
}

.field-ok {
	border: 1px #a8c98e solid;
	background-color: #e3f5cc;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## BUTTONS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## button ######## */
/* ------------------------------------------------------ */

.button {
	display: inline-block;
	background-color: #edb91a;
	color: white;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	cursor: pointer;

	font-size: 15px;
	/* margin: 0 1px 1px 0; */
	/* margin: 0 3px 3px 0; */
	margin: 0 5px 5px 0;
	border: 1px #edb91a solid;	
}

.button:hover {
	background-color: #dfae18;
	color: white;
	text-decoration: none;
	border: 1px #dfae18 solid;
}

.button.first {
}

.button.last {
	/* margin: 0 0 1px 0; */
	/* margin: 0 0 3px 0; */
	margin: 0 0 5px 0;
}



/* ------------------------------------------------------ */
/* ######## button (sizes) ######## */
/* ------------------------------------------------------ */

.button-fixed {
	min-width: 80px;
	text-align: center;
}

.button-large {
	font-family: Segoe UI Light, Myriad Pro, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;

	padding: 5px 15px 10px 15px;
	font-size: 20px;	
}

.button-xlarge {
	font-family: Segoe UI Light, Myriad Pro, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;

	padding: 5px 15px 10px 15px;
	font-size: 32px;
	line-height: 47px;
}

.button-small {
	font-size: 12px;
}

.button-xsmall {
	/* padding: 0px 3px 1px 3px; */
	padding: 1px 5px 2px 5px; 
	font-size: 11px;
}



/* ------------------------------------------------------ */
/* ######## button (.button-darkGrey) ######## */
/* ------------------------------------------------------ */

.button-darkGrey {
	background-color: #333333;
	color: white;
	border: 1px #333333 solid;
}

.button-darkGrey:hover {
	/* background-color: #222222;
	color: white;
	border: 1px #222222 solid; */
}



/* ------------------------------------------------------ */
/* ######## button (.button-lightGrey) ######## */
/* ------------------------------------------------------ */

.button-lightGrey {
	background-color: #fafafa;
	color: #333333;
	border: 1px #e1e1e1 solid;
}

.button-lightGrey:hover {
	/* background-color: #282828;
	color: white;
	border: 1px #282828 solid; */
}



/* ------------------------------------------------------ */
/* ######## button (.margin) ######## */
/* ------------------------------------------------------ */

.button.margin {
	margin: 20px 20px 20px 20px; 
}

.button.margin-top {
	margin-top: 20px;
}

.button.margin-right {
	margin-right: 20px; 
}

.button.margin-bottom {
	margin-bottom: 20px;
}

.button.margin-left {
	margin-left: 20px; 
}



/* ------------------------------------------------------ */
/* ######## button (.margin-small) ######## */
/* ------------------------------------------------------ */

.button.margin-small {
	margin: 10px 10px 10px 10px; 
}

.button.margin-top-small {
	margin-top: 10px;
}

.button.margin-right-small {
	margin-right: 10px; 
}

.button.margin-bottom-small {
	margin-bottom: 10px;
}

.button.margin-left-small {
	margin-left: 10px; 
}



/* ------------------------------------------------------ */
/* ######## button (.margin-xsmall) ######## */
/* ------------------------------------------------------ */

.button.margin-xsmall {
	margin: 5px 5px 5px 5px; 
}

.button.margin-top-xsmall {
	margin-top: 5px;
}

.button.margin-right-xsmall {
	margin-right: 5px; 
}

.button.margin-bottom-xsmall {
	margin-bottom: 5px;
}

.button.margin-left-xsmall {
	margin-left: 5px; 
}



/* ------------------------------------------------------ */
/* ######## button (.margin-hariline) ######## */
/* ------------------------------------------------------ */

.button.margin-hairline {
	margin: 1px 1px 1px 1px; 
}

.button.margin-top-hairline {
	margin-top: 1px;
}

.button.margin-right-hairline {
	margin-right: 1px; 
}

.button.margin-bottom-hairline {
	margin-bottom: 1px;
}

.button.margin-left-hairline {
	margin-left: 1px; 
}



/* ------------------------------------------------------ */
/* ######## button (.margin-large) ######## */
/* ------------------------------------------------------ */

.button.margin-large {
	margin: 30px 30px 30px 30px; 
}

.button.margin-top-large {
	margin-top: 30px;
}

.button.margin-right-large {
	margin-right: 30px; 
}

.button.margin-bottom-large {
	margin-bottom: 30px;
}

.button.margin-left-large {
	margin-left: 30px; 
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## SIMPLE BUTTON ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## button-simple ######## */
/* ------------------------------------------------------ */

.button-simple {
	background: url('images/ui/Common/ArrowTheme.png') no-repeat left 4px;
	color: #dfae18;
	padding-left: 10px;
	cursor: pointer;
}

.button-simple:hover {
	color: #dfae18;
}



/* ------------------------------------------------------ */
/* ######## button-simple (button-small) ######## */
/* ------------------------------------------------------ */

.button-simple.button-small {
	background: url('images/ui/Common/ArrowTheme.png') no-repeat left 3px;
	color: #dfae18;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple.button-small:hover {
	color: #dfae18;
}



/* ------------------------------------------------------ */
/* ######## button-simple (button-large) ######## */
/* ------------------------------------------------------ */

.button-simple.button-large {
	background: url('images/ui/Common/ArrowTheme.png') no-repeat left 16px;
	color: #dfae18;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple.button-large:hover {
	color: #dfae18;
}



/* ------------------------------------------------------ */
/* ######## button-simple-darkGrey ######## */
/* ------------------------------------------------------ */

.button-simple-darkGrey {
	background: url('images/ui/Common/ArrowDarkGrey.png') no-repeat left 4px;
	color: #666666;
	padding-left: 10px;
	cursor: pointer;
}

.button-simple-darkGrey:hover {
	color: #666666;
}



/* ------------------------------------------------------ */
/* ######## button-simple-darkGrey (button-small) ######## */
/* ------------------------------------------------------ */

.button-simple-darkGrey.button-small {
	background: url('images/ui/Common/ArrowDarkGrey.png') no-repeat left 3px;
	color: #666666;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple-darkGrey.button-small:hover {
	color: #666666;
}



/* ------------------------------------------------------ */
/* ######## button-simple-darkGrey (button-large) ######## */
/* ------------------------------------------------------ */

.button-simple-darkGrey.button-large {
	background: url('images/ui/Common/ArrowDarkGrey.png') no-repeat left 16px;
	color: #666666;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple-darkGrey.button-large:hover {
	color: #666666;
}



/* ------------------------------------------------------ */
/* ######## button-simple-lightGrey ######## */
/* ------------------------------------------------------ */

.button-simple-lightGrey {
	background: url('images/ui/Common/ArrowLightGrey.png') no-repeat left 4px;
	color: #b4b4b4;
	padding-left: 10px;
	cursor: pointer;
}

.button-simple-lightGrey:hover {
	color: #b4b4b4;
}



/* ------------------------------------------------------ */
/* ######## button-simple-lightGrey (button-small) ######## */
/* ------------------------------------------------------ */

.button-simple-lightGrey.button-small {
	background: url('images/ui/Common/ArrowLightGrey.png') no-repeat left 3px;
	color: #b4b4b4;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple-lightGrey.button-small:hover {
	color: #b4b4b4;
}



/* ------------------------------------------------------ */
/* ######## button-simple-lightGrey (button-large) ######## */
/* ------------------------------------------------------ */

.button-simple-lightGrey.button-large {
	background: url('images/ui/Common/ArrowLightGrey.png') no-repeat left 16px;
	color: #b4b4b4;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple-lightGrey.button-large:hover {
	color: #b4b4b4;
}



/* ------------------------------------------------------ */
/* ######## button-simple-white ######## */
/* ------------------------------------------------------ */

.button-simple-white {
	background: url('images/ui/Common/ArrowWhite.png') no-repeat left 4px;
	color: white;
	padding-left: 10px;
	cursor: pointer;
}

.button-simple-white:hover {
	color: white;
}



/* ------------------------------------------------------ */
/* ######## button-simple-white (button-small) ######## */
/* ------------------------------------------------------ */

.button-simple-white.button-small {
	background: url('images/ui/Common/ArrowWhite.png') no-repeat left 3px;
	color: white;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple-white.button-small:hover {
	color: white;
}



/* ------------------------------------------------------ */
/* ######## button-simple-white (button-large) ######## */
/* ------------------------------------------------------ */

.button-simple-white.button-large {
	background: url('images/ui/Common/ArrowWhite.png') no-repeat left 16px;
	color: white;
	padding-left: 10px;
	cursor: pointer;
	/* font-size: 12px; */
}

.button-simple-white.button-large:hover {
	color: white;
}








/* ------------------------------------------------------------------------------------------------------------  */
/* ######## MESSAGEBOX ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## messagebox ######## */
/* ------------------------------------------------------ */

.messagebox {
	vertical-align: top;
	display: block;
	float: left;
	position: relative;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */

	text-align: left;
	
	border: 1px #ebebeb solid;
	/* border-top: 1px #ebebeb solid; */
	/* border-right: 1px #ebebeb solid; */
	/* border-bottom: 10px #ebebeb solid; */
	/* border-left: 1px #ebebeb solid; */

	/* margin: 0 0 0 0; */
	margin: 0 0 10px 0; 
	padding: 5px 5px 5px 5px;
	
	background-color: #fafafa; 
}

.messagebox h1, 
.messagebox h2, 
.messagebox h3, 
.messagebox h4, 
.messagebox h5, 
.messagebox h6 {
	/* color: white; */
}

.messagebox p {
	/* color: white; */
	font-size: 14px;
}

.messagebox a.button {
	background-color: #eeeeee;
	color: #666666;
	border: 1px #dcdcdc solid;
}

.messagebox a.button:hover {
	background-color: #3f3f3f;
	color: white;
	border: 1px #3f3f3f solid;
}

.messagebox.margin-top {
	margin-top: 20px;
}

.messagebox.margin-top-small {
	margin-top: 10px;
}



/* ------------------------------------------------------ */
/* ######## messagebox-theme ######## */
/* ------------------------------------------------------ */

.messagebox-theme {
	border: 1px #edb91a solid;
	/* border-bottom: 8px #c91d1d solid; */

	background-color: #edb91a;
}

.messagebox-theme h1, 
.messagebox-theme h2, 
.messagebox-theme h3, 
.messagebox-theme h4, 
.messagebox-theme h5, 
.messagebox-theme h6 {
	color: white;
}

.messagebox-theme p {
	color: white;
	font-size: 14px;
}

.messagebox-theme a {
	color: #ffe493;
}

.messagebox-theme a.button {
	background-color: white;
	color: #dfae18;
	border: 1px white solid;
}

.messagebox-theme a.button:hover {
	background-color: #eeeeee;
	color: #dfae18;
	border: 1px #eeeeee solid;
}



/* ------------------------------------------------------ */
/* ######## messagebox-darkGrey ######## */
/* ------------------------------------------------------ */

.messagebox-darkGrey {
	border: 1px #3f3f3f solid;
	/* border-bottom: 8px #3f3f3f solid; */

	background-color: #464646;
}

.messagebox-darkGrey h1, 
.messagebox-darkGrey h2, 
.messagebox-darkGrey h3, 
.messagebox-darkGrey h4, 
.messagebox-darkGrey h5, 
.messagebox-darkGrey h6 {
	color: white;
}

.messagebox-darkGrey p {
	color: white;
	font-size: 14px;
}

.messagebox-darkGrey a {
	color: #b0b0b0;
}

.messagebox-darkGrey a.button {
	background-color: white;
	color: #666666;
	border: 1px white solid;
}

.messagebox-darkGrey a.button:hover {
	background-color: #eeeeee;
	color: #666666;
	border: 1px #eeeeee solid;
}



/* ------------------------------------------------------ */
/* ######## messagebox-warning ######## */
/* ------------------------------------------------------ */

.messagebox-warning {
	border: 1px #dc0002 solid;
	/* border-bottom: 8px #cf0002 solid; */

	background-color: #dc0002; 
}

.messagebox-warning h1, 
.messagebox-warning h2, 
.messagebox-warning h3, 
.messagebox-warning h4, 
.messagebox-warning h5, 
.messagebox-warning h6 {
	color: white;
}

.messagebox-warning p {
	color: white;
	font-size: 14px;
}

.messagebox-warning a {
	color: #ffcd45;
}

.messagebox-warning a.button {
	background-color: white;
	color: #e60000;
	border: 1px white solid;
}

.messagebox-warning a.button:hover {
	background-color: #f5f5f5;
	color: #e60000;
	border: 1px #f5f5f5 solid;
}



/* ------------------------------------------------------ */
/* ######## messagebox-information ######## */
/* ------------------------------------------------------ */

.messagebox-information {
	border: 1px #3c78ff solid;
	/* border-bottom: 8px #366ce6 solid; */

	background-color: #3c78ff; 
}

.messagebox-information h1, 
.messagebox-information h2, 
.messagebox-information h3, 
.messagebox-information h4, 
.messagebox-information h5, 
.messagebox-information h6 {
	color: white;
}

.messagebox-information p {
	color: white;
	font-size: 14px;
}

.messagebox-information a {
	color: #95b5fc;
}

.messagebox-information a.button {
	background-color: white;
	color: #366ce6;
	border: 1px white solid;
}

.messagebox-information a.button:hover {
	background-color: #f5f5f5;
	color: #366ce6;
	border: 1px #f5f5f5 solid;
}



/* ------------------------------------------------------ */
/* ######## messagebox-confirmation ######## */
/* ------------------------------------------------------ */

.messagebox-confirmation {
	border: 1px #53b00a solid;
	/* border-bottom: 8px #4ea609 solid; */

	background-color: #53b00a; 
}

.messagebox-confirmation h1, 
.messagebox-confirmation h2, 
.messagebox-confirmation h3, 
.messagebox-confirmation h4, 
.messagebox-confirmation h5, 
.messagebox-confirmation h6 {
	color: white;
}

.messagebox-confirmation p {
	color: white;
	font-size: 14px;
}

.messagebox-confirmation a {
	color: #c1ff74;
}

.messagebox-confirmation a.button {
	background-color: white;
	color: #66b900;
	border: 1px white solid;
}

.messagebox-confirmation a.button:hover {
	background-color: #f5f5f5;
	color: #66b900;
	border: 1px #f5f5f5 solid;
}



/* ------------------------------------------------------ */
/* ######## messagebox-notification ######## */
/* ------------------------------------------------------ */

.messagebox-notification {
	border: 1px #ffe27d solid;
	/* border-bottom: 8px #f0d576 solid; */

	background-color: #ffe27d; 
}

.messagebox-notification h1, 
.messagebox-notification h2, 
.messagebox-notification h3, 
.messagebox-notification h4, 
.messagebox-notification h5, 
.messagebox-notification h6 {
	/* color: white; */
}

.messagebox-notification p {
	/* color: white; */
	font-size: 14px;
}

.messagebox-notification a {
	color: #ff7200;
}

.messagebox-notification a.button {
	background-color: white;
	color: #666666;
	border: 1px white solid;
}

.messagebox-notification a.button:hover {
	background-color: #3f3f3f;
	color: white;
	border: 1px #3f3f3f solid;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## DROPCAPS ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## dropcaps ######## */
/* ------------------------------------------------------ */

.dropcaps {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
	
	margin: 0 15px 0 0; 
	padding: 0 0 0px 0;
	/* background-color: #39b54a; */
	/* min-width: 50px; */
	/* min-height: 50px; */

	font-family: Segoe UI Light, Myriad Pro, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;

	/* color: white; */
	font-size: 40px;
	line-height: 100%;
	text-align: center;
}



/* ------------------------------------------------------ */
/* ######## dropcaps-theme ######## */
/* ------------------------------------------------------ */

.dropcaps-theme {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
	
	margin: 0 15px 0 0; 
	padding: 10px 15px 15px 15px;
	background-color: #39b54a;
	/* min-width: 50px; */
	/* min-height: 50px; */
	
	font-family: Segoe UI Light, Myriad Pro, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;

	color: white;
	font-size: 35px;
	line-height: 100%;
	text-align: center;

}

.dropcaps-theme small {
	color: white;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PAGINATION ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Pagination ######## */
/* ------------------------------------------------------ */

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  display: inline; 
  /* IE7 inline-block hack */

  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #666666;
}
.pagination a:hover,
.pagination .current a {
  background-color: #f5f5f5;
}
.pagination .current a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}









/* ------------------------------------------------------------------------------------------------------------  */
/* ######## BADGES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## badge ######## */
/* ------------------------------------------------------ */

.badge {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999999;
	
	/* Normal Badget */
	padding: 1px 4px 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.badge-fixed {
	display: inline-block;
	min-width: 60px;
	text-align: center;
}

.badge-rounded {
	padding: 1px 9px 2px 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.badge-round {
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  
}

.badge-round.two-digit {
	padding: 3px 5px 3px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

a.badge:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}


/* ------------------------------------------------------ */
/* ######## badge (colors) ######## */
/* ------------------------------------------------------ */

.badge-theme {
	background-color: #edb91a;
}

.badge-white {
	background-color: white;
	color: #666666;
	text-shadow: none;
}

a.badge-white:hover {
	color: #666666;
}

.badge-lightGrey {
	background-color: #eeeeee;
	color: #666666;
	text-shadow: none;
}

a.badge-lightGrey:hover {
	color: #666666;
}

.badge-grey {
	background-color: #999999;
}

.badge-darkGrey {
	/* background-color: #464646; */
	background-color: #333333;
}

.badge-red {
	background-color: #b94a48;
}

.badge-orange {
	background-color: #f89406;
}
.badge-green {
	background-color: #468847;
}

.badge-blue {
	background-color: #3a87ad;
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PROGRESS BAR ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## progress ######## */
/* ------------------------------------------------------ */

.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
}

.progress .bar {
	width: 0%;
	height: 18px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 18px; /* --- I added this to centre the text vertically --- */
	background-color: #0e90d2;
    background-repeat: repeat-x;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	background-image: linear-gradient(top, #149bdf, #0480be);
}



/* ------------------------------------------------------ */
/* ######## progress-striped ######## */
/* ------------------------------------------------------ */

.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}



/* ------------------------------------------------------ */
/* ######## progress (.progress-theme) ######## */
/* ------------------------------------------------------ */

.progress-theme .bar {
	background-color: #edb91a;
    background-repeat: repeat-x;
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
}

.progress-theme .progress-striped .bar {
	background-color: #39b54a;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



/* ------------------------------------------------------ */
/* ######## progress (.progress-darkGrey) ######## */
/* ------------------------------------------------------ */

.progress-darkGrey .bar {
	background-color: #464646;
    background-repeat: repeat-x;
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
}
.progress-darkGrey.progress-striped .bar {
	background-color: #585858;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



/* ------------------------------------------------------ */
/* ######## progress (.progress-red) ######## */
/* ------------------------------------------------------ */

.progress-red .bar {
	background-color: #dd514c;
    background-repeat: repeat-x;
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
}

.progress-red.progress-striped .bar {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



/* ------------------------------------------------------ */
/* ######## progress (.progress-green) ######## */
/* ------------------------------------------------------ */

.progress-green .bar {
	background-color: #5eb95e;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #62c462, #57a957);
}

.progress-green.progress-striped .bar {
	background-color: #62c462;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



/* ------------------------------------------------------ */
/* ######## progress (.progress-blue) ######## */
/* ------------------------------------------------------ */

.progress-blue .bar {
  	background-color: #4bb1cf;
    background-repeat: repeat-x;
	background-image: linear-gradient(top, #5bc0de, #339bb9);
}

.progress-blue.progress-striped .bar {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}



/* ------------------------------------------------------ */
/* ######## progress (.progress-orange) ######## */
/* ------------------------------------------------------ */

.progress-orange .bar {
	background-color: #faa732;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #fbb450, #f89406);
}

.progress-orange.progress-striped .bar {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}






/* ------------------------------------------------------------------------------------------------------------  */
/* ######## XXXXX ######## */
/* ------------------------------------------------------------------------------------------------------------  */




































/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*                                                                                                                                                                      */
/* ######## STYLESHEET CHAPTER | DATA ######## */
/*                                                                                                                                                                      */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------------------------------------------  */
/* ######## DATA ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------------------------------------------------------------  */
/* ######## DATA | ARTICLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## article-list ######## */
/* ------------------------------------------------------ */

.article-list {
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: orange; */
}

.article-list h3, 
.article-list h3 a {
	/* color: maroon; */
	/* text-align: right; */
}



/* ------------------------------------------------------ */
/* ######## article-grid ######## */
/* ------------------------------------------------------ */

.article-grid {
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* background-color: orange; */
}


.article-grid h3, 
.article-grid h3 a {
	/* color: maroon; */
	/* text-align: right; */
}



/* ------------------------------------------------------ */
/* ######## article-group ######## */
/* ------------------------------------------------------ */

.article-group {
	vertical-align: top;
	margin: 0 0 0 0;
	/* background-color: lime; */
}

.article-group h3, 
.article-group h3 a {
	/* color: green; */
	/* text-align: right; */
}



/* ------------------------------------------------------ */
/* ######## article ######## */
/* ------------------------------------------------------ */

.article {
	vertical-align: top;
	display: block;
	float: left;
	position: relative;
	
	text-align: left;
	/* width:100%; */
	/* border-top: 1px white solid; */
	/* --- border-bottom: 1px white solid; --- */ 
	/* margin: 0 0 0 0; */
	/* padding: 0 0 0 0; */
	/* background-color: aqua; */

	width: 100%;
}

.article:hover {
	/* width:100%; */
	/* border-top: 1px #e8e8e8 solid; */
	/* --- border-bottom: 1px #e8e8e8 solid; --- */ 
	/* --- background-color: #fafafa; --- */
}

.article-hover {
	border-bottom: 1px transparent solid;

	/* box-sizing: border-box; */ /* Required so that any padding does not effect the specified width */
	/* box-sizing: border-box; */ /* IE9+ */
	/* padding: 5px 8px 5px 8px; */
}

.article-hover:hover {
	border-bottom: 1px #e8e8e8 solid;
	background-color: #fafafa;
}

.article-padding {
	padding: 5px 8px 5px 8px; 
	/* background-color: olive; */
}

/*
.article a {
	 color: #dfae18; 
}
*/

.article a:hover {
	color: #dfae18; 
	text-decoration:underline; 
}

.article p {
	font-size: 15px;
	/* font-style: italic; */
}

.article .text-title {
	/* font-size: 20px; */
	/* font-style: italic; */
}


.article .text-subTitle {
	/* font-size: 16px; */
	/* font-style: italic; */
	/* color: fuchsia; */
}

.article .text-meta {
	/* font-size: 13px; */
	/* font-style: italic; 
	/* color:orange; */
}

.article .text-content {
	font-size: 13px;
	/* color: red; */
}


















/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*                                                                                                                                                                      */
/* ######## STYLESHEET CHAPTER | EXPERIMENTAL ######## */
/*                                                                                                                                                                      */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------------------------------------------  */
/* ######## PANEL STYLES ######## */
/* ------------------------------------------------------------------------------------------------------------  */

/* ------------------------------------------------------ */
/* ######## Panel ######## */
/* ------------------------------------------------------ */

.metro-panel {
	vertical-align: top;
	display: inline;
	float: left;
	position: relative;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */

	/* margin: 0 0 0 0; */
}

.metro-panel-border {
	border: 1px #f2f2f2 solid;	
}

.metro-panel-white {
	background-color: white;
	/* border: 1px #eeeeee solid; */
	/* border: 1px #f2f2f2 solid; */
}

.metro-panel-white.metro-panel-hover {
	/* border: 1px transparent solid; */
}

.metro-panel-white.metro-panel-hover:hover {
	/* border-bottom: 1px #e8e8e8 solid; */
	background-color: #fafafa;
}



.metro-panel-lightGrey {
	background-color: #fafafa;
	/* border: 1px #eeeeee solid; */
}

.metro-panel-lightGrey.metro-panel-border {
	border: 1px #eeeeee solid;	
}


.metro-panel-lightGrey.metro-panel-hover {
	/* border: 1px transparent solid; */
}

.metro-panel-lightGrey.metro-panel-hover:hover {
	/* border-bottom: 1px #e8e8e8 solid; */
	background-color: #f2f2f2;
}





.metro-panel-padding {
	padding: 10px 20px 15px 20px;
}

.metro-panel-padding-small {
	padding: 5px 10px 5px 10px;
}


.metro-panel-border-left-orange {
	border-left: 3px #f67907 solid !important;
}

.metro-panel-border-bottom-orange {
	border-bottom: 3px #f67907 solid !important;
}


.metro-panel-border-left-lightBlue {
	border-left: 3px #00a9fe solid !important;
}

.metro-panel-border-bottom-lightBlue {
	border-bottom: 3px #00a9fe solid !important;
}

.metro-panel-border-left-green {
	border-left: 3px #53b00a solid !important;
}

.metro-panel-border-bottom-green {
	border-bottom: 3px #53b00a solid !important;
}




/* ------------------------------------------------------ */
/* ######## Chat Bubble ######## */
/* ------------------------------------------------------ */

.chat-bubble {
    position: relative;
    width: 300px;
    padding: 10px 10px 10px 10px;
    /* margin: 20px auto; */
    margin: 20px 0 0 0;
    /* font: italic 26px/1.4 Georgia, serif; */
    color: #fff;
    background: #245991;
}

.chat-bubble h1, 
.chat-bubble h2, 
.chat-bubble h3, 
.chat-bubble h4, 
.chat-bubble h5, 
.chat-bubble h6,
.chat-bubble p,
.chat-bubble small {
	color: #ffffff;
} 

.chat-bubble:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #245991 transparent;
}


.chat-bubble.chat-bubble-top-left:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 0 10px 10px 0 ;
    border-style: solid;
    border-color: #245991 transparent;
}




/* ------------------------------------------------------ */
/* ######## Note ######## */
/* ------------------------------------------------------ */

.note {
   position:relative;
   width:30%;
   padding:1em 1.5em;
   margin:2em auto;
   color:#fff;
   background:#97C02F;
   overflow:hidden;
}

.note:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #658E15 #658E15;
   background:#658E15;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
   -webkit-border-radius:5px 0 5px 5px;
   -moz-border-radius:5px 0 5px 5px;
   border-radius:5px 0 5px 5px;
}

.note.rounded:before {
   border-width:8px;
   border-color:#fff #fff transparent transparent;
   -webkit-border-bottom-left-radius:5px;
   -moz-border-radius:0 0 0 5px;
   border-radius:0 0 0 5px;
}





/* ------------------------------------------------------ */
/* ######## Ribbon ######## */
/* ------------------------------------------------------ */

.ribbon-container {
    /* See "NOTE 3" */
    position:relative;
    z-index:1;
    width:300px;
    padding:20px;
    margin:20px auto;
    background:#fff;
}

.ribbon-container h1 {
    position:relative;
    padding:10px 30px;
    margin:0 -30px 20px;
    font-size:28px;
    line-height:32px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#87A800;
    /* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
       -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
            box-shadow:0 1px 1px rgba(0,0,0,0.2);
    /* See "NOTE 1" */
    zoom:1;
}

.ribbon-container h1:before,
.ribbon-container h1:after {
    content:"";
    position:absolute;
    /* See "NOTE 2" */
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 10px 10px 0;
    border-style:solid;
    border-color:transparent #647D01;
}

.ribbon-container h1:after {
    left:auto;
    right:0;
    border-width:0 0 10px 10px;
}​







/* ------------------------------------------------------------------------------------------------------------  */
/* ######## XXXXX ######## */
/* ------------------------------------------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------------------------------------------  */
/* ######## XXXXX ######## */
/* ------------------------------------------------------------------------------------------------------------  */



/* ------------------------------------------------------------------------------------------------------------  */
/* ######## XXXXX ######## */
/* ------------------------------------------------------------------------------------------------------------  */










