﻿@charset "utf-8";
/*
ZIndex : 50+
*/
html{
	width:100%;
	height:100%;
}
body {
	font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	background-color: #FFF;
	font-size: 16px;
	line-height:1.5;
	color:#343434;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	background-image:url(back.jpg);
	/*background-repeat: repeat-X;*/
}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	color:#4D4E53;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"], input[type="password"], textarea{
	border:solid 1px #CCC;
	padding:5px 10px;
}
img{
	border:none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#75746e;
}
.clearFloat{
	clear:both;
	/*height:0;*/
	/*font-size: 1px;*/
	/*line-height: 0px;*/
}
label{
	cursor:pointer;
}
._sy-pop-up-outer-cont{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
}
._sy-pop-up-outer-cont-mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
	opacity:0.2;
}
._sy-pop-up-inner-cont{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
._sy-pop-up-window{
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-khtml-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	margin:100px auto 0 auto;
	border:solid 1px #b9b9b9;
	padding:10px;
	position:relative;
	background-color:#FFF;
}
._sy-pop-up-window-title{
	padding:5px 10px;
	border-bottom:1px solid #e0e0e0;
}
/*
System Show Message
*/
#_sy-genmsg-oc{
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
._sy-genmsg-ic{
	width:320px;
	margin:20px auto 0 auto;
	border:1px solid #f0c36d;
	background-color:#f9edbe;
	border-radius:2px;
	padding:7px 10px;
	-webkit-box-shadow: 0px 0px 11px 7px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 11px 7px rgba(224,224,224,1);
	box-shadow: 0px 0px 11px 7px rgba(224,224,224,1);
}
._sy-genmsg-msg{
	float:left;
}
._sy-genmsg-close{
	float:right;
	cursor:pointer;
	text-decoration:underline;
}
._sy-genmsg-close:hover{
	color:#000;
}
/*
End
*/
/*
Form API
*/
._sy-errorMessage-cont{
	font-size:14px;
	color:#F00;
}
/*
End Form API
*/


/*
Asyn-Loader
*/
._sy-asyn-oc{
	z-index:51;
}
._sy-asyn-ic{
	padding:0;
	cursor:pointer;
	width:200px;
	border:1px solid #982273;
	border-radius:3px;
	background-color:#FFF;
	box-shadow: 0 0 4px #343434;
	z-index:52;
	text-align:center;
	color:#FFF;
	background-color:#982273;
	transition:box-shadow 0.5s;
	transition:border 0.5s;
	transition:background 0.5s;
}
._sy-asyn-ic:hover{
	border:1px solid #343434;
	background-color:#343434;
	box-shadow: 0 0 15px #343434;
}
._sy-file-upload-frame{
	display:none;
}
/*
Site Specific Styling
*/

/*
End Site Specific Styling
*/
