@charset "utf-8";
/* CSS Document */

/* ---------------------------------------- HTML5 RESET ----------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, input, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: open_sansregular;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
	display: block
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	cellpadding:0;
}
img {
	border: 0px;
	max-width:100%;
}
i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
label {
	font-size: 14px;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-bottom: 3px;
}
sub, sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.small {
	font-size: 12px;
}
/* ----------------------------------------CUSTOM RESET BASED ON YOUR THEME----------------------------------------- */
body {
	background: #ffffff;
	font: 13px/22px open_sansregular, Helvetica, Arial, sans-serif;
	color: #555;
}
/* ------------------------------------------- Typography ---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #333;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin-bottom: 14px;
	margin-top: 14px;
	font-family: open_sansregular;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #333;
	line-height: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 12px;
}
h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 8px;
}
h3 {
	font-family: 'OpenSansBold';
	color:#1576ae;
	font-size:20px;
	width:100%;
}
h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 4px;
}
h5 {
	font-size: 20px;
	line-height: 27px;
	font-family: open_sansregular;
	font-weight: bold;
}
h6 {
	font-size: 16px;
	line-height: 27px;
	font-family: open_sansregular;
	font-weight: bold;
}
a {
	color: #2ba6cb;
	text-decoration: none;
	line-height: inherit;
	cursor:pointer;
}
a:hover {
	color: #2795b6
}
a:focus {
	color: #2ba6cb;
	outline: none;
}
p {
	margin-bottom: 1em;
	font-family: 'open_sansregular';
	font-size:12px;
	color:#555555;
}
p a, p a:visited {
	line-height: inherit
}
em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 70%;
	line-height: inherit;
}
hr {
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0 -15px;
	height: 0;
}
/* ----------------------------------------- Lists ------------------------------------------ */
ul, ol {
	margin-bottom: 0px
}
ul li ul, ul li ol {
	margin-bottom: 0px
}
ul.square, ul.circle, ul.disc {
	margin-left: 12px
}
ul.square {
	list-style-type: square
}
ul.square li ul {
	list-style: inherit
}
ul.circle {
	list-style-type: circle
}
ul.circle li ul {
	list-style: inherit
}
ul.disc {
	list-style-type: disc
}
ul.disc li ul {
	list-style: inherit
}
ul.no-bullet {
	list-style: none
}
ul.large li {
	line-height: 21px
}
ol {
	margin-left: 10px
}
ol li ul, ol li ol {
	margin-left: 10px;
	margin-bottom: 0;
}
ul {
	list-style: none
}
/* --------------------------------------- Form Elements ------------------------------------- */
form {
	margin-bottom: 20px;
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
}
fieldset {
	margin-bottom: 20px
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
	background: #ffffff;
	border: 1px solid #ddd;
	padding: 4px 8px;
	vertical-align: middle;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0;	
	display: block;
	margin-bottom: 20px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid;
	border-color: rgba(82, 168, 236, 0.8);
	color: #444;
}
textarea {
	min-height: 120px
}
input[type="checkbox"] {
	display: inline
}
label span, legend span {
	font-size: 12px;
	color: #444;
}
/* ---------------------------------- Alerts ------------------------------------ */
p.note {
	background-color: #f0f0f0;
	padding: 15px 10px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
p.alert {
	background-color: #fff6aa;
	border-color: #ffc814;
	padding: 15px 10px 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
p.alert, p.alert * {
	color: #454545;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}
p.alert.success {
	background-color: #d7e87c;
	border-color: #97ae1e;
}
p.alert.error {
	background-color: #edb39b;
	border-color: #ed6127;
}
p.alert.info {
	background-color: #d9edf0;
	border-color: #b8e7f5;
}
.alert {
	padding: 10px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeee0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:100%;
	fony-size:15px;
}
.success,.info {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	width:100%;
	fony-size:15px;
}
.error,.warning {
	color: #b94a48;
	background-color: #F2DEDE;
	border-color: #ebbbc2;
	font-size: 15px;
	padding: 10px;
	width: 100%;
}

.close {
	font-size: 20px;
	color: #333;
	float: right;
}
/*------------------------error messages------------------------------*/
.error input, input.error, .error textarea, textarea.error {
	background-color: #ffffff;
	border: 1px solid #ddd !Important;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.error label, label.error {
	color:#c60f13;
}
.error small, small.error {
	display:block;
	padding:6px 4px;
	margin-top:-13px;
	margin-bottom:12px;
	background:#c60f13;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
.error textarea:focus, textarea.error:focus {
	background:#fafafa;
	border-color: #b3b3b3;
}
/* -------------------------------------------- Buttons ---------------------------------------- */
.button {
	font-size: 14px;
	background: #333;
	color: #fff;
	border: 0px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
.button:hover {
	opacity: 0.8
}
button {
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7));
	background: -webkit-linear-gradient(top, #FFFFFF, #F7F7F7);
	background:    -moz-linear-gradient(top, #FFFFFF, #F7F7F7);
	background:      -o-linear-gradient(top, #FFFFFF, #F7F7F7);
	background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #E2E2E2;
	color: #000000;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 9px 23px;
	text-align: center;
}
button:hover, button:active {
	background: #666c70;
	color:#fff;
}
button.large {
	padding: 10px 35px;
	font-size: 15px;
}
button.small {
	padding: 3px 13px;
	font-size: 13px;
}
button.skyblue { /* --- skyblue color button --- */
	color: #fff !important;
	background-color: #26a2b6;
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: linear-gradient(#34bac9, #26a2b6);
}
button.skyblue:hover, button.black:active {
	background: #a9016b;
	background: -webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
	background: -moz-linear-gradient(top, #26a2b6, #34bac9);
}
button.blue { /* --- blue color button --- */
	color: #fff !important;
	background-color: #008fd5;
	background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
	background: -moz-linear-gradient(top, #008fd5, #0085c6);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
}
button.blue:hover, button.blue:active {
	background: #008fd5;
	background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
	background: -moz-linear-gradient(top, #008fd5, #009de9);
}
button.green { /* --- green color button --- */
	color: #fff !important;
	background-color: #46a546;
	background: -webkit-gradient(linear, left top, left bottom, from(#46a546), to(#419a41));
	background: -moz-linear-gradient(top, #46a546, #419a41);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
}
button.green:hover, button.green:active {
	background: #46a546;
	background: -webkit-gradient(linear, left top, left bottom, from(#46a546), to(#4cb34c));
	background: -moz-linear-gradient(top, #46a546, #4cb34c);
}
button.yellow { /* --- yellow color button --- */
	color: #fff !important;
	background-color: #f0bf4a;
	background: -moz-linear-gradient(#f0c930, #f0bf4a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
	background: -webkit-linear-gradient(#f0c930, #f0bf4a);
	background: -o-linear-gradient(#f0c930, #f0bf4a);
	background: -ms-linear-gradient(#f0c930, #f0bf4a);
	background: linear-gradient(#f0c930, #f0bf4a);
}
button.yellow:hover, button.black:active {
	background: #f0bf4a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
	background: -moz-linear-gradient(top, #f0bf4a, #f0c930);
}
button.orange { /* --- orange color button --- */
	color: #fff !important;
	background-color: #ff5c00;
	background: -moz-linear-gradient(#ff6f40, #ff5c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
	background: -webkit-linear-gradient(#ff6f40, #ff5c00);
	background: -o-linear-gradient(#ff6f40, #ff5c00);
	background: -ms-linear-gradient(#ff6f40, #ff5c00);
	background: linear-gradient(#ff6f40, #ff5c00);
}
button.orange:hover, button.black:active {
	background: #d798d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
	background: -moz-linear-gradient(top, #ff5c00, #ff6f40);
}
button.red { /* --- red color button --- */
	color: #fff !important;
	background-color: #bd362f;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#b1322c));
	background: -moz-linear-gradient(top, #bd362f, #b1322c);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
}
button.red:hover, button-red:active {
	background: #bd362f;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#cc3b34));
	background: -moz-linear-gradient(top, #bd362f, #cc3b34);
}
button.magenta { /* --- magenta color button --- */
	color: #fff !important;
	background-color: #b9298f;
	background: -moz-linear-gradient(#b93180, #b9298f);
	background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
	background: -webkit-linear-gradient(#b93180, #b9298f);
	background: -o-linear-gradient(#b93180, #b9298f);
	background: -ms-linear-gradient(#b93180, #b9298f);
	background: linear-gradient(#b93180, #b9298f);
}
button.magenta:hover, button.black:active {
	background: #b9298f;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
	background: -moz-linear-gradient(top, #b9298f, #b9358f);
}
button.black { /* --- black color button --- */
	color: #fff !important;
	background-color: #111;
	background: -moz-linear-gradient(#222, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
	background: -webkit-linear-gradient(#222, #111);
	background: -o-linear-gradient(#222, #111);
	background: -ms-linear-gradient(#222, #111);
	background: linear-gradient(#222, #111);
}
button.black:hover, button.black:active {
	background: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
	background: -moz-linear-gradient(top, #222, #333);
}

/* --------------------------------------- Table ------------------------------------------ */
table {
*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	border: solid #dddddd 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
td, th {
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
table tr td {
	color: #8a8a8a;
	font-family: Calibri, sans-serif;
	font-size: 12px;
	text-align:center;
	vertical-align:middle;
}
table tr th {
	background: linear-gradient(to bottom, #FFFFFF 0%, #f7f7f7 100%) repeat scroll 0 0 transparent;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#f7f7f7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF',EndColorStr='#f7f7f7')";
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
	background: -webkit-linear-gradient(top, #FFFFFF, #f7f7f7);
	background: -moz-linear-gradient(top, #FFFFFF, #f7f7f7);
	background:	-ms-linear-gradient(top, #FFFFFF 0%, #f7f7f7 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #f7f7f7 100%);
	color: #555555;
	font-family: Calibri, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align:center;
}
