* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, html a {
	-webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

body {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#222;
	background: #01254d;
	/*background: -moz-linear-gradient(top,  #01254d 0%, #024272 35%, #01254d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01254d), color-stop(35%,#024272), color-stop(100%,#01254d));
	background: -webkit-linear-gradient(top,  #01254d 0%,#024272 35%,#01254d 100%);
	background: -o-linear-gradient(top,  #01254d 0%,#024272 35%,#01254d 100%);
	background: -ms-linear-gradient(top,  #01254d 0%,#024272 35%,#01254d 100%);
	background: linear-gradient(to bottom,  #01254d 0%,#024272 35%,#01254d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01254d', endColorstr='#01254d',GradientType=0 );*/
	background: #2c2b28; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2b28 0%, #d3dae8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2c2b28 0%,#d3dae8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2c2b28 0%,#d3dae8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2b28', endColorstr='#d3dae8',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
}

p, input, textarea, select, td, li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#222;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#1374b5;
}

h1 {
    font-family:francois_oneregular, Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:normal;
	color:#F4A50D;
	margin:0 0 0.3em 0;
}

h2 {
    font-family:francois_oneregular, Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#F4A50D;
    font-weight:normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#0b5b93;
    font-weight:bold;
}

h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#0b5b93;
    font-weight:normal;
}

input {
	color:#000000;
	background-color:#FFFFFF;
}

input[type=text], input[type=password], textarea, select {
	color: #333;
	border:2px solid #0b5b93;
	background:#fff;
	padding:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border:2px solid #1374b5;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

button {
	-moz-box-shadow:inset 0px 1px 0px 0px #0d6bb3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #0d6bb3;
	box-shadow:inset 0px 1px 0px 0px #0d6bb3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005494), color-stop(1, #01244d) );
	background:-moz-linear-gradient( center top, #005494 5%, #01244d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#005494', endColorstr='#01244d');
	background-color:#005494;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #0b5a96;
	color:#ffffff;
	line-height:50px;
	text-shadow:1px 1px 0px #4f6880;
	font-size:18px;
	padding:6px 14px;
}

button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #01244d), color-stop(1, #005494) );
	background:-moz-linear-gradient( center top, #01244d 5%, #005494 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01244d', endColorstr='#005494');
	background-color:#01244d;
}

button:focus {
	position:relative;
	top:1px;
}

span.button-label {
	margin-left:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
}

/* This button was generated using CSSButtonGenerator.com */

/* Common Classes & IDs */

#error {
	width:100%;
	border:1px solid #d40c10;
	background:#ec9698;
	padding:10px;
	font-family:CicleGordita, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12pt;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
}

#success {
	width:100%;
	border:1px solid #82c91b;
	background:#caf092;
	padding:10px;
	margin-bottom:10px;
	font-family:CicleGordita, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12pt;
    font-weight:bold;
    color:#333333;
    text-align:center;
}

.button {
	display: inline-block;
	white-space: nowrap;
	background-color: #5c035f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1881ae), to(#065980));
	background-image: -webkit-linear-gradient(top, #1881ae, #065980);
	background-image: -moz-linear-gradient(top, #1881ae, #065980);
	background-image: -ms-linear-gradient(top, #1881ae, #065980);
	background-image: -o-linear-gradient(top, #1881ae, #065980);
	background-image: linear-gradient(top, #1881ae, #065980);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1881ae', EndColorStr='#065980');
	border: 1px solid #065980;
	padding: 0.3em 1.5em;
	margin: 0.5em;
	font: bold 14px Arial, Helvetica;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(45,163,215,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(45,163,215,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(45,163,215,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover {
	background-color: #79067c;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2da3d7), to(#1d7ea9));
	background-image: -webkit-linear-gradient(top, #2da3d7, #1d7ea9);
	background-image: -moz-linear-gradient(top, #2da3d7, #1d7ea9);
	background-image: -ms-linear-gradient(top, #2da3d7, #1d7ea9);
	background-image: -o-linear-gradient(top, #2da3d7, #1d7ea9);
	background-image: linear-gradient(top, #2da3d7, #1d7ea9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2da3d7', EndColorStr='#1d7ea9');        
}

.button:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus {
	outline: 0;
	background: #065980;
}

.button:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
    pointer-events: none;        
}

.small-button {
	padding: 0.25em 0.3em;
	margin: 0.5em;
	font: bold 12px Arial, Helvetica;
}

.page-numbers {
	list-style-type: none;
	padding:0;
	text-align: center;
}

.page-numbers li {
	display:inline-block;
	text-align:center;
}

.page-numbers a {
	display:block;
	padding:0 10px;
}

.page-numbers a:hover {
	text-decoration:none;
}

.page-number-first a:before {
	content: "<<";
}

.page-number-prev a:before {
	content: "<";
}

.page-number-title {
	font-size: 14px;
}

.page-number-next a:before {
	content: ">";
}

.page-number-last a:before {
	content: ">>";
}

.mce-editor {
	background:#fff;
	background-image:none;
}

.hidden {
	position:absolute;
    left:-999px;
    top:-999px;
    height:0;
    width:0;
}
