/****************************************
*				COMMON
****************************************/
body {
	width: 100%;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

a, a[href],
a:visited  {  
    text-decoration: none;
	color: #1177cc;
}
a:hover,
a:active {
    text-decoration: underline;
	color: #1565c0;
}
a.sys-author,
a.sys-author:visited {
	color: #666666;
}
a.sys-author:hover,
a.sys-author:active {
	color: #666666;
}
a.sys-red-l1,
a.sys-red-l1:visited {
	color: #cc3333;
}
a.sys-red-l1:hover,
a.sys-red-l1:active {
	color: #bb3333;
}

h1 a, h2 a, h3 a {
    text-decoration:none;
}

a img {
    border: none;
}

form {
    margin:0;
    padding:0;
}
.clear, 
.clear_both {
	clear:both;
	float:none;
	height:0px;
	width:0px;
    overflow:hidden;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.hidden {
	display:none;
}
.fhidden {
    padding:0px;
    margin:0px;
	width:0px;
	height:0px !important;
	border:none;
    background-color:transparent;
}
fieldset {
	border:1px solid #CCCCCC;
	padding:10px;
	margin:0px;
}
.bullet {
	padding: 0px 7px;

	font-weight: normal;
    color: #ccc;
}
div.sys-error {
	margin: 100px;
	padding: 20px;
	border: 1px solid red; 
	text-align: center; 
	font-size: 20px;
}
/****************************************
*				ADAPTIVE
****************************************/
.bx-adapt-hide-except {
	display: none;
}

/****************************************
*				PAGE
****************************************/
div.sys-v4-root {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}
div.sys-v4-cover {
	width: 100%;
	height: 100%;
    position: absolute;
	display: none;
    z-index: 2;
}
div.sys-v4-main {
	position: relative;
	padding-bottom: 289px;
    background-color: transparent;
}
div.sys-v4-main.sys-v4-main-with-signup {
	padding-bottom: 404px;
}
div.sys-v4-main:first-child {
    padding-top: 170px;
    padding-top: 10.625rem;
}
@media only screen and (min-width: 9070px) {
	div.sys-v4-main:first-child {
		padding-top: 80px;
	}
}
div.sys-v4-main-cnt {
	position: relative;
}
div.sys-v4-width {
	width: 960px;
}
div.sys-v4-width-ext {
	width: 1024px;
}
div.sys-v4-center {
	margin-left: auto;
	margin-right: auto;
}
div.sys-v4-padding {
	margin: 0px 10px;
}

/*--- Main Splash ---*/
div.sys-v5-main-splash-holder {
	position: relative;
	width: 100%;
	height: 490px;
	overflow: hidden;
}
div.sys-v5-main-splash-bg {
	position: relative;

	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: norepeat;
	background-attachment: fixed;
	background-size: cover;
    background-color: #343839;
}

div.sys-v5-main-splash-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

	background-color: transparent;
}
div.sys-v5-main-splash {
	position: relative;
}
div.sys-v5-main-splash-cnt {
	position: relative;
	margin: 0px 15px 0px 15px;
}

/*--- Main Menu(First Level) ---*/
.sys-v5-toolbar-anim {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.sys-v5-toolbar-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.sys-v5-toolbar-hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}


div.sys-v5-main-menu {
    width: 100%;
    margin: 0px;
}
div.sys-v5-main-menu.sys-v5-mm-header {
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
    height: 172px;
    height: 10.75rem;

    background-color: rgba(255, 255, 255, 1.0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    opacity: 0.97;
}
.sys-v5-mmh-line {
    position: relative;
}
.sys-v5-mmh-line.sys-v5-mmhl1 {
    z-index: 1;
}
.sys-v5-mmh-line.sys-v5-mmhl1 .cd-main-uheader {
    position: relative;
    z-index: 3;
}
.sys-v5-mmh-line.sys-v5-mmhl1 .cd-main-uheader-cnt {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sys-v5-mmh-line.sys-v5-mmhl1 div.sys-v5-ulogo-wrp,
.sys-v5-mmh-line.sys-v5-mmhl1 div.sys-v5-umain-menu-trigger-wrp,
.sys-v5-mmh-line.sys-v5-mmhl1 div.sys-v5-umain-menu-wrp {
    height: 60px;
    height: 3.75rem;
}

/*--- Line 2: Yellow ---*/
.sys-v5-mmh-line.sys-v5-mmhl2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;

    min-height: 60px;
    min-height: 3.75rem;

    z-index: 1;
    background-color: #FCD671;
}
.sys-v5-mmh-line.sys-v5-mmhl2 .sys-v5-mmh-subline {
    position: relative;
}
.sys-v5-mmh-line.sys-v5-mmhl2 .sys-v5-mmhsl1 {
    line-height: 1.2rem;
    font-weight: 700;
    font-size: 1rem;
}

/*--- Line 3: Old Header ---*/
.sys-v5-mmh-line.sys-v5-mmhl3 {
    display: block;
    z-index: 1;
}

/*--- UNA Logo ---*/
div.sys-v5-ulogo-wrp {
    position: relative;
    -webkit-flex: 0 1 auto; 
    -ms-flex:  0 1 auto; 
    flex:  0 1 auto;
}
div.sys-v5-ulogo {
    position: relative;
    display: inline-block;
    height: 100%;
}
div.sys-v5-ulogo-image {
    position: relative;
    z-index: 2;
    height: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
div.sys-v5-ulogo-image img {
    width: 9.75rem;
}

/*--- UNA Menu Trigger ---*/
div.sys-v5-umain-menu-trigger-wrp {
    position: absolute;
    display: none;

    -webkit-flex: 0 0 0px; 
    -ms-flex:  0 0 0px; 
    flex:  0 0 0px;

    -webkit-align-items: center;
    align-items: center;

    top: 0;
    right: 0;
    height: 100%;
}
div.sys-v5-main-menu.sys-v5-mm-header div.sys-v5-umain-menu-trigger-wrp ul {
    margin-left: 1rem;
}


/*--- UNA Menu ---*/
div.sys-v5-umain-menu-wrp {
    position: relative;
    -webkit-flex: 2 1 auto; 
    -ms-flex:  2 1 auto; 
    flex:  2 1 auto;
}
div.sys-v5-umain-menu {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
}
div.sys-v5-umain-menu div.sys-v5-umm-item a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(28, 101, 173, 0.8);
}
div.sys-v5-umain-menu div.sys-v5-umm-item a:hover {
    color: #304050;
}
div.sys-v5-umain-menu div.sys-v5-umm-item a.sys-v5-ummi-active {
    font-weight: 700;
    color: #304050;
}

div.sys-v5-umain-menu div.sys-v5-umm-item .b10-btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
}
div.sys-v5-umain-menu div.sys-v5-umm-item .b10-btn i {
    height: 40px;
    border-color: transparent;
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    
    line-height: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1C65AD;
}
div.sys-v5-umain-menu div.sys-v5-umm-item .b10-btn:hover i {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
}

div.sys-v5-umain-menu-trigger {
    position: absolute;
    display: none;
    right: 0;
}

/*--- UNA Start, Demo & Choose ---*/
div.sys-v5-umain-ubuttons-wrp {
    position: relative;
    -webkit-flex: 0 1 auto; 
    -ms-flex:  0 1 auto; 
    flex:  0 1 auto;
}
div.sys-v5-umain-ubuttons {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
}
.b10-btn.sys-ubtn,
.b10-btn.sys-ubtn i {
    height: 2rem;

    border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
}
.b10-btn.b10-btn-large.sys-ubtn,
.b10-btn.b10-btn-large.sys-ubtn i {
    height: 3rem;

    border-radius: 1.7rem;
    -moz-border-radius: 1.7rem;
    -webkit-border-radius: 1.7rem;
}
.b10-btn.sys-ubtn {
    display: inline-block;
    float: none;

    background-color: #ffffff;
}
.b10-btn.sys-ubtn i {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border: 2px solid transparent;

    line-height: 1.75rem;
    text-transform: uppercase;    
    font-weight: 500;
    font-size: 0.8rem;
}
.b10-btn.b10-btn-large.sys-ubtn i {
    padding: 0 2rem;

    line-height: 2.75rem;
    font-size: 1.0rem;
}
.b10-btn.sys-ubtn:hover i {
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}
.b10-btn.sys-ubtn.sys-demo i {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(28,101,173,0.7);
    color: rgba(28,101,173,0.7);
}
.b10-btn.sys-ubtn.sys-choose i {
    background-color: #0065B7;
    border-color: #0065B7;
}

/*--- UNA Footer ---*/
div.sys-v4-ufooter {
    position: relative;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    height: 60px;
    height: 3.75rem;
    background-color: #ffffff;
}
div.sys-v4-ufooter-menu {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
div.sys-v4-ufooter-menu div.sys-v5-ufm-item-boonex {
    white-space: nowrap;
}
div.sys-v4-ufooter-menu div.sys-v5-ufm-item a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(28, 101, 173, 0.8);
}
div.sys-v4-ufooter-menu div.sys-v5-ufm-item a:hover {
    text-decoration: none;
    color: #304050;
}
div.sys-v4-ufooter-menu div.sys-v5-ufm-item a.sys-v5-ufmi-active {
    font-weight: 700;
    color: #304050;
}
div.sys-v4-ufooter-actions div.sys-v5-ufa-item .b10-btn {
    float: none;
    display: inline-block;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
}
div.sys-v4-ufooter-actions div.sys-v5-ufa-item .b10-btn i {
    height: 40px;
    border-color: transparent;
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);

    line-height: 40px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1C65AD;
}
div.sys-v4-ufooter-actions div.sys-v5-ufa-item .b10-btn:hover i {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.5);
}

@media only screen and (min-width: 9070px) {
	div.sys-v5-main-menu.sys-v5-mm-header {
		height: 80px;
	}
}
table.sys-v5-main-menu.sys-v5-mm-header {
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;

	border-color: #000000;

	text-transform: uppercase;

    -webkit-overflow-scrolling: touch;
}
table.sys-v5-main-menu.sys-v5-mm-header tr,
table.sys-v5-main-menu.sys-v5-mm-header td {
	margin: 0px;
	padding: 0px;
}
td.sys-v5-mmt-submenu {
	text-align: right;
	white-space: nowrap
}
td.sys-v5-mmt-submenu  div.sys-v5-mmt-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;

	height: 34px;
	padding: 0px;
}
td.sys-v5-mmt-submenu div.sys-v5-mmt-item a.sys-v5-mmt-item {
	position: relative;
	display: block;

    text-decoration: none;
    outline: none;

    font-size: 20px;
}
td.sys-v5-mmt-submenu div.sys-v5-mmt-sys_tm_dd_account,
td.sys-v5-mmt-submenu div.sys-v5-mmt-sys_tm_sign_in {
	margin-right: 30px;
}
td.sys-v5-mmt-submenu div.sys-v5-mmt-item-wrp {
	position: relative;

	width: 30px;
	height: 30px;

	line-height: 30px;
	text-align: center;
}
td.sys-v5-mmt-submenu div a.sys-v5-mmt-item:hover div.sys-v5-mmt-item-wrp {
	top: 1px;
}
td.sys-v5-mmt-submenu div a.sys-v5-mmt-item:active div.sys-v5-mmt-item-wrp,
td.sys-v5-mmt-submenu div.sys-v5-mmt-click a.sys-v5-mmt-item div.sys-v5-mmt-item-wrp {
	top: 0px;
}
td.sys-v5-mmt-submenu div.sys-v5-mmt-item-border {
	border: 2px solid #ffffff; /*#2d88e4;*/

	border-radius: 19px;
	-moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}
td.sys-v5-mmt-submenu div.sys-v5-mmt-item-border:hover {
	border-color: #ffffff; /*#1565c0;*/
}

/*--- Main Menu (Center) ---*/
td.sys-v5-main-menu-wrapper {
	width: 100%;
}
div.sys-v5-main-menu.sys-v5-mm-main {
	text-align: right;
}
ul.sys-v5-main-menu.sys-v5-mm-main {
	position: relative;
	display: inline-block;
	z-index: 1;

	height: 50px;
	margin: 0px auto;
	padding: 0px;

	white-space: nowrap;
	list-style: none;
	text-transform: uppercase;
	text-align: center;

	font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #eeeeee;

    -webkit-overflow-scrolling:touch;
}
ul.sys-v5-main-menu.sys-v5-mm-main-empty {
	text-align: center;
} 

.hairlines div.sys-v5-main-menu.sys-v5-mm-main {
    border-width: 0.5px;
}
ul.sys-v5-main-menu  li {
	padding: 0px 20px;

	text-align: center;
}
ul.sys-v5-main-menu.sys-v5-mm-main  li {
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-active {
    height: 50px;
	border-bottom: 1px solid #cccccc; 
}
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-sys_tm_twitter a,
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-sys_tm_facebook a {
	line-height: normal;
}
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-sys_tm_twitter .sys-icon,
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-sys_tm_facebook .sys-icon {
	display: block;

	width: 28px;
	height: 28px;
	margin: 10px 0px;

	font-size: 27px;
}
ul.sys-v5-main-menu.sys-v5-mm-main  a.sys-v5-mmt-item {
	position: relative;
	display: block;

	height: 50px;

	line-height: 50px;
    text-decoration: none;
    outline: none;
	
	color: #4a4a4a;
	overflow: hidden;
}
ul.sys-v5-main-menu.sys-v5-mm-main  a.sys-v5-mmt-item:hover {
	color: #1e88e5;
}
ul.sys-v5-main-menu.sys-v5-mm-main  li a.sys-v5-mmt-item:active,
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-click a.sys-v5-mmt-item {
	top: 1px;
	text-shadow: none;
}
ul.sys-v5-main-menu.sys-v5-mm-main  li.sys-v5-mmt-active a.sys-v5-mmt-item {
	color: #333333;
}

/*--- Header Menu -> Get Started ---*/
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact div.sys-v5-mmt-item-wrp {
	width: auto;
	padding: 0px 40px;
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item {
	font-size: 18px;
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact div.sys-v5-mmt-item-border {
	border-color: #ffffff; /*#179b71;*/
	line-height: 34px;
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item:hover div.sys-v5-mmt-item-border,
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item:active div.sys-v5-mmt-item-border {
	border-color: #ffffff;/*#1aad7e;*/
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item,
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item:visited {
	color: #ffffff; /*#179b71;*/
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item:hover,
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact a.sys-v5-mmt-item:active {
	color: #ffffff;/*#1aad7e;*/
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-sys_tm_contact i.sys-v5-mmt-item-icon {
	display: none;
}

/*--- Header Menu -> Search box ---*/
li.sys-v5-mmt-sys_tm_search {
    overflow:visible;
}
div.sys-v5-mmt-item-search {
	margin: 0px;
}
div.sys-v5-mmt-item-search-wrp {
	position: relative;
	white-space: nowrap;
}
table.sys-v5-main-menu.sys-v5-mm-header   div.sys-v5-mmt-item div.sys-v5-mmt-item-search-wrp:hover {
	top: 1px;
}
table.sys-v5-main-menu.sys-v5-mm-header   div.sys-v5-mmt-item.sys-v5-mmt-click div.sys-v5-mmt-item-search-wrp {
	top: 0px;
}
table.sys-v5-main-menu.sys-v5-mm-header   div.sys-v5-mmt-item div.sys-v5-mmt-item-search-wrp a.sys-v5-mmt-item div.sys-v5-mmt-item-wrp {
	top: 0px;
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-item-search a.sys-v5-mmt-item {
	position: relative;
	display: inline-block;
    z-index: 2;

	background-color: transparent;
	border-radius: 23px;
	-moz-border-radius:23px;
    -webkit-border-radius:23px;
	
	vertical-align: top;
}
table.sys-v5-main-menu.sys-v5-mm-header  div.sys-v5-mmt-item-search div.sys-v5-mmt-item-wrp {
	margin: 0px;
	line-height: 30px;
}
div.sys-v5-mmt-item-search-input {
	position: relative;
	display: none;
    z-index: 1;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-search {
	position: relative;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-search-cnt {
    width: 160px;
	margin: 1px 0px 1px 10px;
	padding: 0px;
	position: relative;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-cover-bg {
	z-index: 6;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-btn-popup-pointer {
    position:absolute;
    top:-12px;
    left:10px;
    width:0px;
    height:0px;
    border:6px solid transparent; 
    border-bottom-color:#333;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-btn-popup {
    top: 29px;
    left: 0px;
    width: 155px;
    position: absolute;
    display: none;
    padding: 5px;
    z-index: 7;
    border: 1px solid #333;
    background-color: #ffffff;
	text-align: left;
	text-shadow: none;
	text-transform: capitalize;
	font-size: 14px;
    line-height: 22px;
	color: #333333;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-btn-popup .sys-icon {
    display:inline-block;
    width:16px;
    margin-right:5px;
    text-align:center;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-btn-popup input {
	margin: 0px 10px 0px 0px;
}
div.sys-v5-mmt-search-wrp {
    height: 28px;
    margin: 0px 0px 0px 40px;
    position: relative;
}
div.sys-v5-mmt-item-search-input input.sys-v5-mmt-search {
    left: 0px;
    width: 100%;
    height: 18px;
    margin: 5px 0px;
    padding: 0px;
    position: absolute;
    border: 0px;
	background-color: transparent;
    outline: none;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
	font-size: 14px;
	color: #ffffff;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-search-btn {
    top: 7px;
    left: 7px;
    
    height: 18px; 
    margin: 0px;
    position: absolute;
    outline: none;  
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-search-btn a {
    display:inline-block;
    min-width:16px;
    min-height:16px;
    text-decoration:none;
    text-align:center;
    text-shadow:none;;
    font-size:16px;
	color: #ffffff;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-search-btn a i.sys-icon {
	display: inline-block;
}
div.sys-v5-mmt-item-search-input div.sys-v5-mmt-search-btn a i.sys-icon:first-child {
	min-width: 15px;
	margin-right: 3px;
}


/*--- Main Menu -> Submenu popup ---*/
div.sys-v5-mmt-subitems {
	position: absolute;
    z-index: 1000;
    top: 50px;

	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;

	-moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;

    background-color: #ffffff;

	/*
	-moz-box-shadow: 0px 0px 5px #888888;
    -webkit-box-shadow: 0px 0px 5px #888888;
    box-shadow: 0px 0px 5px #888888;
    */

	text-align: left;
	text-shadow: none;
	text-transform: none;
}
div.sys-v5-mmt-account {
	display: none;

	top: 80px;
	right: 10px;
	width: 440px;

	font-size: 15px;
    color: #333333;
}
div.sys-v5-mmt-subitems-cnt {
	padding: 20px;
}

div.sys-v5-mmta-main,
div.sys-v5-mmta-aux {
    position: relative;
	border-bottom: 1px solid #e8e8e8;
}
div.sys-v5-mmta-main-cnt {
	position: relative;
	min-height: 64px;
	margin: 0px 0px 15px 84px;
	text-transform: capitalize;
	overflow: hidden;
}
div.sys-v5-mmta-main-col:first-child {
	line-height: 64px;
}
div.sys-v5-mmta-main div.thumb_medium {
    top: 0px;
    left: 0px;
    position: absolute;
}


div.sys-v5-mmta-aux {
	line-height: 40px;
}
div.sys-v5-mmta-dropdown {
	position: relative;
}
div.sys-v5-mmta-dropdown a.sys-v5-mmta-item {
	font-weight: bold;
}
div.sys-v5-mmta-dd-controls {
	position: absolute;
	top: 8px;
	right: 0px;
	height: 22px;
}
div.sys-v5-mmta-ddc-arrow {
	position: relateive;
	float: right;
	width: 30px;
	line-height: 22px;
	text-align: center;
}
div.sys-v5-mmta-ddc-arrow a {
	display: block;
	width: 30px;
}
div.sys-v5-mmta-total-counter,
div.sys-v5-mmta-ddc-counter {
	position: relateive;
	float: right;
	z-index: 1;

	padding: 0px 5px;

	border: 1px solid #4a4a4a;

	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

	background-color: #d71e14;

	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 3px #202020;
	color: #ffffff;
}
div.sys-v5-mmta-total-counter {
	position: absolute;
	top: -7px;
	left: 30px;
	height: 20px;
	min-width: 10px;

	border: 1px solid #ffffff; /*#1e88e5;*/
	border-radius: 10px;
	-moz-border-radius: 10x;
    -webkit-border-radius: 10px;

	background-color: #393939;

	text-shadow: none;
	color: #ffffff; /*#1e88e5;*/	
}
table.sys-v5-main-menu.sys-v5-mm-header   li a.sys-v5-mmt-item:hover div.sys-v5-mmta-total-counter {
	top: -6px;
}
table.sys-v5-main-menu.sys-v5-mm-header   li.sys-v5-mmt-click a.sys-v5-mmt-item div.sys-v5-mmta-total-counter {
	top: -7px;
}
div.sys-v5-mmta-dropdown-content {
	padding: 20px 40px;
}

/*--- Submenu Level 1 ---*/
div.sys-v5-sm-aux {
	position: relative;
	text-align: center;
}
div.sys-v5-sm-aux div.sys-v5-sm-item {
	position: relative;
	display: inline-block;
	font-size: 14px;
}
div.sys-v5-sm-aux div.sys-v5-sm-item div.sys_form_row {
	margin-bottom: 0px;
}
div.sys-v5-sm-aux div.sys-v5-sm-item div.sys_form_row div.sys_form_label {
	display: none;
	margin-bottom: 0px;
}
div.sys-v5-sm-aux div.sys-v5-sm-item div.sys_form_row input {
	 width: 234px;
	 padding: 4px;
}

/*--- Submenu Level 2 (Administration & Moderation) ---*/
div.sys-v5-sma-subitems {
	position: absolute;
    display: none;
    z-index: 1;
	top: 49px;
    width: auto;
	line-height: normal;
	text-align: left;
	text-shadow: none;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
}
div.sys-v5-sma-subitems-pointer { 
	content:""; 
	position: absolute; 
	left: 50%; 
	top: -13px; 
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent; 
	border-bottom: 13px solid #A8A8A8; 
	border-right: 7px solid transparent;
} 
div.sys-v5-sma-subitems-cnt {
	margin-top: -1px;
	padding-top: 1px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #A8A8A8 #888888 #888888 #A8A8A8;
}
div.sys-v5-sma-items {
	background-color: #ffffff;
}
a.sys-v5-sma-item {
	white-space: nowrap;
}






/*--- Special ---*/
div.sys-special-holder {
	position: relative;
}
div.sys-spl-special,
div.sys-spl-news {
	position: relative;
	width: 100%;

	background-color: #ce6529;

	text-align: center;
	text-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	color: #ffffff;
}
div.sys-spl-news {
	background-color: #6eb15a;
}
div.sys-spl-special a,
div.sys-spl-news a {
	text-decoration: none;
	color: #ffffff;
}

/*--- Main Area ---*/
div.sys-v4-columns {}
div.sys-v4-col {
	position: relative;
	float: left;
}
div.sys-v4-menu {
	width: 230px;
	min-height: 400px;
}
div.sys-v4-content {
	width: 970px;
}
div.sys-v4-content-full {
	width: 100%;
}

/*--- Main Share ---*/
div.sys-v5-main-share {
	position: relative;
	text-shadow: none;
}

div.sys-v5-main-share div.sys-v4-share {
	padding-bottom: 0px;
}

/*--- Footer Sign Up ---*/
div.sys-sign-up-footer {
	border-color: #e8e8e8;
	background-color: #f9f9f9;
}
div.sys-sign-up-footer div.sys-sign-up .sys-su-line1 {
	height: 32px;
}
div.sys-sign-up-footer div.sys-sign-up .sys-su-line2 {
	padding-top: 10px;
}

/*--- Copyright ---*/
div.sys-v4-copyright {
	position: absolute;
	width: 100%;
	bottom: 0px;

	border-top: 1px solid #e8e8e8;
	background-color: #ffffff;

    overflow: hidden;
}
div.sys-v4-copyright-cnt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.sys-v4-copyright p.sys-v4-3ds-services {
    padding: 20px 0px;

	text-align: center;
}
div.sys-v4-copyright p.sys-v4-3ds-services .twitter-follow-button {
	display: inline-block;
}

/*--- Bottom Menu ---*/
div.sys-v4-bottom-menu {
	position: relative;
}
div.sys-v4-bottom-menu div.sys-v4-bm-col {
	position: relative;
	float: left;

	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.sys-v4-bottom-menu h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
div.sys-v4-bottom-menu .sys-v5-bm-item {
	line-height: 25px;
}
div.sys-v4-bm-col {
	
}

/*--- Content ---*/
.sys-gray-l1 {
	color: #e8e8e8;
}
.sys-gray-l2 {
	color: #cccccc;
}
.sys-gray-l3 {
	color: #999999;
}
.sys-gray-l4 {
	color: #666666;
}
.sys-gray-l5 {
	color: #333333;
}
.sys-gray-l6 {
	color: #000000;
}
.sys-green-l1 {
	color: #179b71;
}
.sys-green-l2 {
	color: #1aad7e;
}
.sys-purple-l1 {
	color: #eeeef8;
}
.sys-purple-l2 {
	color: #663399;
}
.sys-blue-l1 {
	color: #006699;
}
.sys-red-l1 {
    color: #cc3333;
}

div.b10-page {
	width: auto;
	margin: 0px;
    padding: 0px;
	background: none;
}
div.b10-page-cols {}
div.b10-page-col70 {
	width: 610px;
	position: relative;
	float: left;
}
div.b10-page-col30 {
	width: 190px;
	position: relative;
	float: left;
}
div.b10-page-wrapper {
	position: relative;
}
div.b10-page-col30 div.b10-page-zone {
	padding: 0px 30px;
}
div.b10-page-col30 div.b10-page-wrapper {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.b10-splash {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #f4f4f4;
}
div.b10-page-submenu {
	position: relative;
	background-color: #ffffff;
    border-bottom: 1px solid #dbdbdb;
}
ul.sys-v5-main-submenu {
	height: 50px;
	margin: 0px;
	padding: 0px;

	list-style: outside none none;
	text-transform: uppercase;
	text-align: center;

	font-weight: bold;

    -webkit-overflow-scrolling:touch;
}
ul.sys-v5-main-submenu li {
	height: 50px;
	display: inline-block;
	vertical-align: top;
}
ul.sys-v5-main-submenu li .sys-v5-sm-item {
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	outline: medium none;
}
ul.sys-v5-main-submenu li span.sys-v5-sm-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid #979797;
}
div.b10-page-zone {}
div.b10-page-title {
	position: relative;
}
div.b10-page-error {
	margin: 100px; 
	padding: 20px; 
	border: 1px solid red; 
	text-align: center; 
	font-size: 20px;
}

/*--- Splash ---*/
div.b10-splash {
	position: relative;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
div.b10-splash-cnt {
	padding: 30px;
}
div.b10-splash-img {
	top: 30px;
	right: 30px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
div.b10-splash-title,
div.b10-splash-description,
div.b10-splash-stats,
div.b10-splash-search {
	width: 350px;
}
div.b10-splash-title h1 {
	margin: 0px 0px 10px 0px;
}
div.b10-splash-description p {
	margin: 11px 0px;
}
div.b10-splash-btns {
	margin: 20px 0px;
}
div.b10-splash-btns a.b10-btn-big {
	margin-right: 10px;
	float: left;
}
div.b10-splash-stats {
	padding: 3px 0px;
	position: relative;
	float: left;
	font-size: 11px;
	color: #666666;
}
div.b10-splash-links {
	position: relative;
	z-index: 3;
}
div.b10-splash-search div.sys_search {
	top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
span.b10-splash-darkgray {
	color: #333333;
}

/*--- Sections with Blocks ---*/
.sys_bl_hr {
    margin: 0;
    height: 0;
    border: none;
    border-top: 1px solid #e8e8e8;
}
.sys_bl_controls {
    line-height: 30px;
    font-weight: bold;
    color: #999;
}

div.sys_header,
div.sys_pseudo_section,
div.sys_single_section,
div.sys_dual_section,
div.sys_chain_section,
div.sys_block {
	position: relative;
	margin-top: 1.5rem;
}
div.sys_header:first-child,
div.sys_pseudo_section:first-child,
div.sys_single_section:first-child,
div.sys_dual_section:first-child,
div.sys_chain_section:first-child,
div.sys_block:first-child {
	margin-top: 0px;
}
div.sys-v4-content-full div.sys_header,
div.sys-v4-content-full div.sys_single_section,
div.sys-v4-content-full div.sys_dual_section,
div.sys-v4-content-full div.sys_chain_section {
	position: relative;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.sys-v4-content-full div.sys_chain_section div.sys_block {
	width: 450px;
}


div.b10-page-col70 div.sys_header,
div.b10-page-col70 div.sys_single_section,
div.b10-page-col70 div.sys_dual_section,
div.b10-page-col70 div.sys_chain_section,
div.b10-page-col70 div.sys_block {
	position: relative;

	width: 455px;
}
div.b10-page-col30 div.sys_header,
div.b10-page-col30 div.sys_single_section,
div.b10-page-col30 div.sys_dual_section,
div.b10-page-col30 div.sys_chain_section,
div.b10-page-col30 div.sys_block {
	position: relative;

	width: 195px;
}

div.sys_block {
	position: relative;
}
div.sys_bl_cnt {}

div.sys_header,
div.sys_bl_header,
div.sys_bl_content,
div.sys_bl_footer {
	position: relative;
}
div.sys_bl_subheader {
	min-height: 20px;

	font-size: 12px;
	font-weight: bold;
}
div.sys_bl_header a:link,
div.sys_bl_header a:active,
div.sys_bl_header a:visited,
div.sys_bl_header a:hover,
div.sys_bl_subheader a:link,
div.sys_bl_subheader a:active,
div.sys_bl_subheader a:visited,
div.sys_bl_subheader a:hover {
	text-decoration: none;
}
div.sys_dual_section div.sys_bl_content {
	padding-left: 0px;
	padding-right: 0px; 
}
div.sys_bl_title {
    float:left;
	position: relative;
	z-index: 1;

	text-transform: uppercase;
    color: #999;

	line-height: 30px;
}
span.sys_bl_loading {
	margin-left: 10px;
}
div.sys_bl_actions_group,
div.sys_bl_actions,
div.sys_bl_actions_divider {
	position: relative;    
}
div.sys_bl_actions_group div.sys_bl_actions,
div.sys_bl_actions_group div.sys_bl_actions_divider {
	display: inline-block;
}
div.sys_bl_footer div.sys_bl_actions_group,
div.sys_bl_footer div.sys_bl_actions,
div.sys_bl_footer div.sys_bl_actions_divider {
	margin-top: 20px;
}
div.sys_bl_footer div.sys_bl_actions_group div.sys_bl_actions,
div.sys_bl_footer div.sys_bl_actions_group div.sys_bl_actions_divider {
	margin-top: 0px;
}
div.sys_bla_left {
	text-align: left;
}
div.sys_bla_right {
	text-align: right;
}
div.sys_bla_none {
	text-align: center;
}
div.sys_bla_button,
div.sys_bla_button_bold,
div.sys_bla_control {
	position: relative;
	display: inline-block;

	white-space: nowrap;
}
div.sys_bla_button_bold {
	font-weight: bold;
}
img.sys_bla_button_pointer {
	width: 7px;
	height: 4px;
	left: 50%;
	bottom: -4px;

	position: absolute;
}
div.sys_bl_subheader div.sys_bl_actions div.sys_bla_button {
	font-size: 11px;
}
div.sys_bla_button a,
div.sys_bla_button a:visited,
div.sys_bla_button a:active,
div.sys_bla_button a:hover {
	text-decoration: none;
}
div.sys_bla_button a:active,
div.sys_bla_button a:hover {
	text-decoration: none;
}

/*--- Control styles ---*/
div.sys_bla_control {
	padding-top: 5px;
}

/*--- Search styles ---*/
div.sys_bla_search {
	font-size: 12px;
	font-weight: bold; 
}
div.sys_bla_search_caption,
div.sys_bla_search_content {
	position: relative;
	float: left;
}
div.sys_bla_search_caption {
	height: 30px;
	line-height: 30px;
}
div.sys_bla_search_content div.sys_form_row {
	margin: 0px;
}
div.sys_bla_search_content div.sys_form_label {
	margin-bottom: 0px;
}
div.sys_bla_search_content input,
div.sys_bla_search_content div.sys_form_value input {
    background-color: #FFFFFF;
    border: 1px solid #A8A8A8;
    float: left;
    height: 28px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    text-indent: 5px;
    width: 248px;
}

/*--- Panes styles ---*/
div.sys_bl_panes,
div.sys_bl_panes_cnt {
	position: relative;
	display: block;
}
div.sys_bla_filter_pane {
	position: relative;

	width: 100%;
	height: 0px;
}


div.sys_block_divider {
	height: 0px;
	border-bottom: 1px solid #e8e8e8; 
}
div.sys_dual_section,
div.sys_chain_section {
	clear: both;
}
div.sys_divider,
div.sys_chain_section div.sys_block {
	width: 30px;
	position: relative;
	float: left;
}

div.sys_dual_section div.sys_ds_left,
div.sys_dual_section div.sys_ds_right,
div.sys_dual_section div.sys_block {	
	position: relative;	
	float: none;	
}
div.sys_dual_section div.sys_ds_left,
div.sys_dual_section div.sys_ds_right {
	float: left;
	width: 50%;
}
div.sys_dual_section div.sys_ds_left div.sys_dsc_cnt {
	padding-right: 15px;
}
div.sys_dual_section div.sys_ds_right div.sys_dsc_cnt {
	padding-left: 15px;
}

/*--- Buttons ---*/
.bx-btn,
.b10-btn,
.b10-btn-big {
	position: relative;	
	display: block;
	float: left;

	height:40px;

	outline:none;

	text-decoration:none !important;
}
.bx-btn i,
.b10-btn i,
.b10-btn-big i {
	position: relative;
	display: block;

	height: 40px;
	padding: 0px 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	border-radius:4px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;

    background-color: #179b71;

    line-height: 38px;
    white-space: nowrap;

    font-size: 16px;
    font-size: 1rem;
	font-style: normal;
}
.bx-btn i,
.b10-btn i,
.b10-btn-big i,
.bx-btn:visited i,
.b10-btn:visited i,
.b10-btn-big:visited i {	
	color: #ffffff;
}
.bx-btn:hover i,
.b10-btn:hover i,
.b10-btn-big:hover i {	
	border-color: #1aad7e;
	background-color: #1aad7e;

	/*
	-moz-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.3);
	*/
	color: #ffffff;
}
.bx-btn:active i,
.b10-btn:active i,
.b10-btn-big:active i {
	top: 1px;
	border-color: #1aad7e;
}
.bx-btn i b.sys-icon,
.b10-btn-big i b.sys-icon,
.b10-btn i b.sys-icon {
	margin-right: 10px;
}
input.bx-btn,
input.b10-btn,
input.b10-btn-big {
	padding:8px 8px 7px 8px;
}

.bx-btn-small,
.b10-btn-small {
	height: 32px;
}
.bx-btn-small i,
.b10-btn-small i {
	height: 32px;
	padding: 0px 10px;

	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;

	line-height: 32px;

	font-size: 16px;
}

.b10-btn-large {
	height: 60px;
}
.b10-btn-large i {
	height: 60px;
	padding: 0px 50px;

	border-color: #179b71;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;

	background-color: #179b71;

	line-height: 60px;
	text-align: center;
}
.b10-btn-large:active i {			
	top: 1px;
}


.b10-btn-white i,
.b10-btn-white:visited i {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #333333;
}
.b10-btn-white:hover i {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #333333;
}

.b10-btn-gray i,
.b10-btn-gray:visited i {
	border-color: #626e7a;
	background-color: #626e7a;
}
.b10-btn-gray:hover i {
	border-color: #6f757a;
	background-color: #6f757a;
}

.b10-btn-blue i,
.b10-btn-blue:visited i {
	border-color: #2d88e4;
	background-color: #2d88e4;
}
.b10-btn-blue:hover i {
	border-color: #3399ff;
	background-color: #3399ff;
}

.b10-btn-orange i,
.b10-btn-orange:visited i {
	border-color: #e56a3d;
	background-color: #e56a3d;
}
.b10-btn-orange:hover i {
	border-color: #ff7744;
	background-color: #ff7744;
}

.b10-btn-empty i {
	height: 38px;

	border-width: 1px;
	border-style: solid;

	background-color: transparent;
}
.b10-btn-empty i,
.b10-btn-empty:visited i {
	color: #555555;
}
.b10-btn-empty:hover i,
.b10-btn-empty.b10-btn-gray:hover i,
.b10-btn-empty.b10-btn-blue:hover i,
.b10-btn-empty.b10-btn-orange:hover i {
	color: #ffffff;
}
.b10-btn-empty.bx-btn-small i,
.b10-btn-empty.b10-btn-small i {
	height: 30px;
}
.b10-btn-empty.bx-btn-large i,
.b10-btn-empty.b10-btn-large i  {
	height: 58px;
}

.bx-btn-disabled {
	cursor: default;
}
.bx-btn-disabled i,
.bx-btn-disabled:visited i,
.bx-btn-disabled:hover i {
	border-color: #cccccc;
	background-color: #cccccc;
	box-shadow: none;
}
.b10-btn-empty.bx-btn-disabled i,
.b10-btn-empty.bx-btn-disabled:visited i,
.b10-btn-empty.bx-btn-disabled:hover i {
	border-color: #cccccc;
	box-shadow: none;
}



.sys_half
{
    position:relative; 
    width:50%;
}

.sys_center
{
    position:relative; 
    left:50%;
}

div.sys-btn {
	left: 1px;

	position: relative;
	float: left;
	display: inline-block;
}
div.sys-btn-outer-box {
	margin: 0px;
	padding: 0px;

	border-width: 1px 0px;
	border-color: #bbbbbb;
	border-style: solid;
}
div.sys-btn-outer-box:hover {
	border-color: #939393;
}
div.sys-btn-inner-box {
	margin:0 -1px;
	
	background:#e3e3e3 none repeat scroll 0 0;
	border-width:0 1px;
	border-color: #bbbbbb;
	border-style: solid;

	cursor:pointer;
}
div.sys-btn-inner-box:hover {
	border-color: #939393;
}
div.sys-btn-box {
	position: relative;
}
div.sys-btn-box-shadow {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 0.9em;

	position: absolute;

	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 0.2em solid #eeeeee;

	overflow: hidden;
}
div.sys-btn-box-content {
	padding: 0px 8px;

	position: relative;

	line-height: 1.8em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;

	font-size: 12px;
	color: #333333;
}
/****************************************
*	FRAME(gray, green, purple, pink, blue) STYLES
****************************************/
div.sys-frm-green,
div.sys-frm-green-lrct,
div.sys-frm-purple,
div.sys-frm-purple-lrct,
div.sys-frm-gray,
div.sys-frm-gray-lrct,
div.sys-frm-pink,
div.sys-frm-pink-lrct,
div.sys-frm-blue,
div.sys-frm-blue-lrct,
div.sys-frm-yellow,
div.sys-frm-yellow-lrct {
	margin: 0px;
	position: relative;
}
div.sys-frm-top,
div.sys-frm-middle,
div.sys-frm-bottom {
	margin: 0px 5px;
	position: relative;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div.sys-frm-green div.sys-frm-top,
div.sys-frm-green-lrct div.sys-frm-top,
div.sys-frm-purple div.sys-frm-top,
div.sys-frm-purple-lrct div.sys-frm-top,
div.sys-frm-gray div.sys-frm-top,
div.sys-frm-gray-lrct div.sys-frm-top,
div.sys-frm-pink div.sys-frm-top,
div.sys-frm-pink-lrct div.sys-frm-top,
div.sys-frm-blue div.sys-frm-top,
div.sys-frm-blue-lrct div.sys-frm-top {
	height: 5px;
	background-image: url(../img/frm-bg-gr-tm.png);
}
div.sys-frm-purple div.sys-frm-top,
div.sys-frm-purple-lrct div.sys-frm-top {
	background-image: url(../img/frm-bg-pl-tm.png);
}
div.sys-frm-gray div.sys-frm-top,
div.sys-frm-gray-lrct div.sys-frm-top {
	background-image: url(../img/frm-bg-gy-tm.png);
}
div.sys-frm-pink div.sys-frm-top,
div.sys-frm-pink-lrct div.sys-frm-top {
	background-image: url(../img/frm-bg-pk-tm.png);
}
div.sys-frm-blue div.sys-frm-top,
div.sys-frm-blue-lrct div.sys-frm-top {
	background-image: url(../img/frm-bg-bl-tm.png);
}
div.sys-frm-middle {
	background-color: transparent;
}
div.sys-frm-green div.sys-frm-bottom,
div.sys-frm-green-lrct div.sys-frm-bottom,
div.sys-frm-purple div.sys-frm-bottom,
div.sys-frm-purple-lrct div.sys-frm-bottom,
div.sys-frm-gray div.sys-frm-bottom,
div.sys-frm-gray-lrct div.sys-frm-bottom,
div.sys-frm-pink div.sys-frm-bottom,
div.sys-frm-pink-lrct div.sys-frm-bottom,
div.sys-frm-blue div.sys-frm-bottom,
div.sys-frm-blue-lrct div.sys-frm-bottom {
	height: 5px;
	background-image: url(../img/frm-bg-gr-bm.png);
}
div.sys-frm-purple div.sys-frm-bottom,
div.sys-frm-purple-lrct div.sys-frm-bottom {
	background-image: url(../img/frm-bg-pl-bm.png);
}
div.sys-frm-gray div.sys-frm-bottom,
div.sys-frm-gray-lrct div.sys-frm-bottom {
	background-image: url(../img/frm-bg-gy-bm.png);
}
div.sys-frm-pink div.sys-frm-bottom,
div.sys-frm-pink-lrct div.sys-frm-bottom {
	background-image: url(../img/frm-bg-pk-bm.png);
}
div.sys-frm-blue div.sys-frm-bottom,
div.sys-frm-blue-lrct div.sys-frm-bottom {
	background-image: url(../img/frm-bg-bl-bm.png);
}
div.sys-frm-tl,
div.sys-frm-tr, 
div.sys-frm-ml,
div.sys-frm-mr,
div.sys-frm-bl,
div.sys-frm-br {
	top: 0px;
	width: 5px;
	height: 5px;
	
	position: absolute;
	z-index: 1;

	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.sys-frm-green div.sys-frm-tl,
div.sys-frm-green-lrct div.sys-frm-tl,
div.sys-frm-purple div.sys-frm-tl,
div.sys-frm-purple-lrct div.sys-frm-tl,
div.sys-frm-gray div.sys-frm-tl,
div.sys-frm-gray-lrct div.sys-frm-tl,
div.sys-frm-pink div.sys-frm-tl,
div.sys-frm-pink-lrct div.sys-frm-tl,
div.sys-frm-blue div.sys-frm-tl,
div.sys-frm-blue-lrct div.sys-frm-tl {
	left: -5px;
	background-image: url(../img/frm-bg-gr-tl.png);
}
div.sys-frm-green-lrct div.sys-frm-tl {
	background-image: url(../img/frm-bg-gr-tl-rct.png);
}
div.sys-frm-purple div.sys-frm-tl {
	background-image: url(../img/frm-bg-pl-tl.png);
}
div.sys-frm-purple-lrct div.sys-frm-tl {
	background-image: url(../img/frm-bg-pl-tl-rct.png);
}
div.sys-frm-gray div.sys-frm-tl {
	background-image: url(../img/frm-bg-gy-tl.png);
}
div.sys-frm-gray-lrct div.sys-frm-tl {
	background-image: url(../img/frm-bg-gy-tl-rct.png);
}
div.sys-frm-pink div.sys-frm-tl {
	background-image: url(../img/frm-bg-pk-tl.png);
}
div.sys-frm-pink-lrct div.sys-frm-tl {
	background-image: url(../img/frm-bg-pk-tl-rct.png);
}
div.sys-frm-blue div.sys-frm-tl {
	background-image: url(../img/frm-bg-bl-tl.png);
}
div.sys-frm-blue-lrct div.sys-frm-tl {
	background-image: url(../img/frm-bg-bl-tl-rct.png);
}


div.sys-frm-green div.sys-frm-tr,
div.sys-frm-green-lrct div.sys-frm-tr,
div.sys-frm-purple div.sys-frm-tr,
div.sys-frm-purple-lrct div.sys-frm-tr,
div.sys-frm-gray div.sys-frm-tr,
div.sys-frm-gray-lrct div.sys-frm-tr,
div.sys-frm-pink div.sys-frm-tr,
div.sys-frm-pink-lrct div.sys-frm-tr,
div.sys-frm-blue div.sys-frm-tr,
div.sys-frm-blue-lrct div.sys-frm-tr {
	right: -5px;
	background-image: url(../img/frm-bg-pk-tr.png);
}
div.sys-frm-purple div.sys-frm-tr,
div.sys-frm-purple-lrct div.sys-frm-tr   {
	background-image: url(../img/frm-bg-pl-tr.png);
}
div.sys-frm-gray div.sys-frm-tr,
div.sys-frm-gray-lrct div.sys-frm-tr  {
	background-image: url(../img/frm-bg-gy-tr.png);
}
div.sys-frm-pink div.sys-frm-tr,
div.sys-frm-pink-lrct div.sys-frm-tr  {
	background-image: url(../img/frm-bg-pk-tr.png);
}
div.sys-frm-blue div.sys-frm-tr,
div.sys-frm-blue-lrct div.sys-frm-tr  {
	background-image: url(../img/frm-bg-bl-tr.png);
}
div.sys-frm-green div.sys-frm-ml,
div.sys-frm-green-lrct div.sys-frm-ml,
div.sys-frm-purple div.sys-frm-ml,
div.sys-frm-purple-lrct div.sys-frm-ml,
div.sys-frm-gray div.sys-frm-ml,
div.sys-frm-gray-lrct div.sys-frm-ml,
div.sys-frm-pink div.sys-frm-ml,
div.sys-frm-pink-lrct div.sys-frm-ml,
div.sys-frm-blue div.sys-frm-ml,
div.sys-frm-blue-lrct div.sys-frm-ml {
	left: -5px;
	height: 100%;

	background-image: url(../img/frm-bg-gr-ml.png);
	background-repeat: repeat-y;
}
div.sys-frm-purple div.sys-frm-ml,
div.sys-frm-purple-lrct div.sys-frm-ml {
	background-image: url(../img/frm-bg-pl-ml.png);
}
div.sys-frm-gray div.sys-frm-ml,
div.sys-frm-gray-lrct div.sys-frm-ml {
	background-image: url(../img/frm-bg-gy-ml.png);
}
div.sys-frm-pink div.sys-frm-ml,
div.sys-frm-pink-lrct div.sys-frm-ml {
	background-image: url(../img/frm-bg-pk-ml.png);
}
div.sys-frm-blue div.sys-frm-ml,
div.sys-frm-blue-lrct div.sys-frm-ml {
	background-image: url(../img/frm-bg-bl-ml.png);
}
div.sys-frm-green div.sys-frm-mm,
div.sys-frm-green-lrct div.sys-frm-mm,
div.sys-frm-purple div.sys-frm-mm,
div.sys-frm-purple-lrct div.sys-frm-mm,
div.sys-frm-gray div.sys-frm-mm,
div.sys-frm-gray-lrct div.sys-frm-mm,
div.sys-frm-pink div.sys-frm-mm,
div.sys-frm-pink-lrct div.sys-frm-mm,
div.sys-frm-blue div.sys-frm-mm,
div.sys-frm-blue-lrct div.sys-frm-mm {
	padding: 15px 15px;
	background-color: #dcf4df;
}
div.sys-frm-purple div.sys-frm-mm,
div.sys-frm-purple-lrct div.sys-frm-mm  {
	background-color: #eeeef8;
}
div.sys-frm-gray div.sys-frm-mm,
div.sys-frm-gray-lrct div.sys-frm-mm {
	background-color: #eeeeee;
}
div.sys-frm-pink div.sys-frm-mm,
div.sys-frm-pink-lrct div.sys-frm-mm {
	background-color: #ffeaea;
}
div.sys-frm-blue div.sys-frm-mm,
div.sys-frm-blue-lrct div.sys-frm-mm {
	background-color: #d1f0ef;
}
div.sys-frm-mm div.sys-frm-divider {
	height: 4px;
	margin-bottom: 10px;
	
	background-image: url(../img/frm-bg-divider.png);
	background-repeat: repeat-x;
}
div.sys-frm-green div.sys-frm-mr,
div.sys-frm-green-lrct div.sys-frm-mr,
div.sys-frm-purple div.sys-frm-mr,
div.sys-frm-purple-lrct div.sys-frm-mr,
div.sys-frm-gray div.sys-frm-mr,
div.sys-frm-gray-lrct div.sys-frm-mr,
div.sys-frm-pink div.sys-frm-mr,
div.sys-frm-pink-lrct div.sys-frm-mr,
div.sys-frm-blue div.sys-frm-mr,
div.sys-frm-blue-lrct div.sys-frm-mr {
	right: -5px;
	height: 100%;

	background-image: url(../img/frm-bg-gr-mr.png);
	background-repeat: repeat-y;
}
div.sys-frm-purple div.sys-frm-mr,
div.sys-frm-purple-lrct div.sys-frm-mr {
	background-image: url(../img/frm-bg-pl-mr.png);
}
div.sys-frm-gray div.sys-frm-mr,
div.sys-frm-gray-lrct div.sys-frm-mr {
	background-image: url(../img/frm-bg-gy-mr.png);
}
div.sys-frm-pink div.sys-frm-mr,
div.sys-frm-pink-lrct div.sys-frm-mr {
	background-image: url(../img/frm-bg-pk-mr.png);
}
div.sys-frm-blue div.sys-frm-mr,
div.sys-frm-blue-lrct div.sys-frm-mr {
	background-image: url(../img/frm-bg-bl-mr.png);
}
div.sys-frm-green div.sys-frm-bl,
div.sys-frm-green-lrct div.sys-frm-bl,
div.sys-frm-purple div.sys-frm-bl,
div.sys-frm-purple-lrct div.sys-frm-bl,
div.sys-frm-gray div.sys-frm-bl,
div.sys-frm-gray-lrct div.sys-frm-bl,
div.sys-frm-pink div.sys-frm-bl,
div.sys-frm-pink-lrct div.sys-frm-bl,
div.sys-frm-blue div.sys-frm-bl,
div.sys-frm-blue-lrct div.sys-frm-bl {
	left: -5px;
	background-image: url(../img/frm-bg-gr-bl.png);
}
div.sys-frm-purple div.sys-frm-bl {
	background-image: url(../img/frm-bg-pl-bl.png);
}
div.sys-frm-purple-lrct div.sys-frm-bl {
	background-image: url(../img/frm-bg-pl-bl-rct.png);
}
div.sys-frm-gray div.sys-frm-bl {
	background-image: url(../img/frm-bg-gy-bl.png);
}
div.sys-frm-gray-lrct div.sys-frm-bl {
	background-image: url(../img/frm-bg-gy-bl-rct.png);
}
div.sys-frm-pink div.sys-frm-bl {
	background-image: url(../img/frm-bg-pk-bl.png);
}
div.sys-frm-pink-lrct div.sys-frm-bl {
	background-image: url(../img/frm-bg-pk-bl-rct.png);
}
div.sys-frm-blue div.sys-frm-bl {
	background-image: url(../img/frm-bg-bl-bl.png);
}
div.sys-frm-blue-lrct div.sys-frm-bl {
	background-image: url(../img/frm-bg-bl-bl-rct.png);
}

div.sys-frm-green div.sys-frm-br,
div.sys-frm-green-lrct div.sys-frm-br,
div.sys-frm-purple div.sys-frm-br,
div.sys-frm-purple-lrct div.sys-frm-br,
div.sys-frm-gray div.sys-frm-br,
div.sys-frm-gray-lrct div.sys-frm-br,
div.sys-frm-pink div.sys-frm-br,
div.sys-frm-pink-lrct div.sys-frm-br,
div.sys-frm-blue div.sys-frm-br,
div.sys-frm-blue-lrct div.sys-frm-br {
	right: -5px;
	background-image: url(../img/frm-bg-gr-br.png);
}
div.sys-frm-purple div.sys-frm-br,
div.sys-frm-purple-lrct div.sys-frm-br {
	background-image: url(../img/frm-bg-pl-br.png);
}
div.sys-frm-gray div.sys-frm-br,
div.sys-frm-gray-lrct div.sys-frm-br {
	background-image: url(../img/frm-bg-gy-br.png);
}
div.sys-frm-pink div.sys-frm-br,
div.sys-frm-pink-lrct div.sys-frm-br {
	background-image: url(../img/frm-bg-pk-br.png);
}
div.sys-frm-blue div.sys-frm-br,
div.sys-frm-blue-lrct div.sys-frm-br {
	background-image: url(../img/frm-bg-bl-br.png);
}

div.sys-frm-al,
div.sys-frm-ar {
	top: 14px;
	width: 6px;
	height: 9px;
	
	position: absolute;
	z-index: 2;
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.sys-frm-green div.sys-frm-al,
div.sys-frm-purple div.sys-frm-al,
div.sys-frm-gray div.sys-frm-al,
div.sys-frm-pink div.sys-frm-al,
div.sys-frm-blue div.sys-frm-al {
	left: -10px;

	background-image: url(../img/frm-bg-gr-arrow-left.png);
}
div.sys-frm-purple div.sys-frm-al {
	background-image: url(../img/frm-bg-pl-arrow-left.png);
}
div.sys-frm-gray div.sys-frm-al {
	background-image: url(../img/frm-bg-gy-arrow-left.png);
}
div.sys-frm-pink div.sys-frm-al {
	background-image: url(../img/frm-bg-pk-arrow-left.png);
}
div.sys-frm-blue div.sys-frm-al {
	background-image: url(../img/frm-bg-bl-arrow-left.png);
}
div.sys-frm-green div.sys-frm-ar,
div.sys-frm-purple div.sys-frm-ar,
div.sys-frm-gray div.sys-frm-ar,
div.sys-frm-pink div.sys-frm-ar,
div.sys-frm-blue div.sys-frm-ar {
	right: -10px;

	background-image: url(../img/frm-bg-gr-arrow-right.png);
}
div.sys-frm-purple div.sys-frm-ar {
	background-image: url(../img/frm-bg-pl-arrow-right.png);
}
div.sys-frm-gray div.sys-frm-ar {
	background-image: url(../img/frm-bg-gy-arrow-right.png);
}
div.sys-frm-pink div.sys-frm-ar {
	background-image: url(../img/frm-bg-pk-arrow-right.png);
}
div.sys-frm-blue div.sys-frm-ar {
	background-image: url(../img/frm-bg-bl-arrow-right.png);
}
/****************************************
*				MODAL WINDOW
****************************************/
table.popup_form_wrapper {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.popup_form_wrapper td {
	padding: 0px;
	margin: 0px;
}
table.popup_form_wrapper td.corner {
	width: 15px;
	height: 15px;
	font-size: 1px;
}
table.popup_form_wrapper td.side {
	width: 15px;
}
table.popup_form_wrapper td.side_ver {
	height: 15px;
}
table.popup_form_wrapper td.side_ver, 
table.popup_form_wrapper td.side {
	background-image: url(../img/wnd-wrp-bg.png);
	font-size: 1px;
}
table.popup_form_wrapper td.container {
	background-color: white;
}
div#sys-wnd-container,
div#sys-trans-container {
	position: absolute;
	display: none;
	z-index: 49000;
}
div#sys-trans-container  {
	z-index: 49001;
}
div.sys-wnd-border {
	margin: 0px;
	padding: 0px;

	border: 3px solid #444444;
	
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;

	-moz-box-shadow: 0px 0px 5px #888888;
    -webkit-box-shadow: 0px 0px 5px #888888;
    box-shadow: 0px 0px 5px #888888;

	background-color: transparent;
}
div.sys-wnd-content-wrapper {
	padding: 2px;
	background-color: #ffffff;

	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
}
div#sys-wnd-content {
	background-color: #f4f4f4;
}
div.sys-wnd-box {
	position: relative;
	padding: 10px;
	margin: 0px;
}
div.sys-wnd-box-empty {
	padding: 0px;
}
div.sys-wnd-actions {
	position: relative;
}
div.sys-wnd-actions a.sys-wnd-close {
	float: right;
	cursor: pointer;
}
div.sys-wnd-actions a.sys-wnd-close i {
	padding: 0px 8px 0px 8px;
}
div.sys-wnd-title {
	margin: 20px 10px 0px 10px;
	border-bottom: 1px solid #ffffff;
}
div.sys-wnd-title-cnt {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #e8e8e8;
}
div.sys-wnd-title-left {
	position: relative;
	float: left;

	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}
div.sys-wnd-title-right {
	position: relative;
	float: left;
	margin-left: 10px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}
div.sys-wnd-title-right a,
div.sys-wnd-title-righta:link,
div.sys-wnd-title-righta:visited,
div.sys-wnd-title-righta:hover,
div.sys-wnd-title-right a:active {
	text-decoration: none;
	color: #3333cc;
}
div.sys-wnd-title-right a:hover,
div.sys-wnd-title-right a:active {
	text-decoration: underline;
}
div.sys-wnd-content {
	margin: 0px 10px 10px 10px;
	padding: 8px 0px 0px 0px; 
}
div.sys-wnd-box-empty div.sys-wnd-content {
	margin: 0px;
	padding: 0px;
}

/****************************************
*			PREMIUM SPLASH CLASSES
****************************************/
div.sys-prm-splash {
	width: 920px;
	padding-top: 125px;

	position: relative;
}
div.sys-prm-splash img {
	top: -1px;
	left: -1px;

	position: absolute;
	z-index: 3;
}
div.sys-prm-splash-upgrade {
	top: 33px;
	right: 255px;

	position: absolute;
	z-index: 4;
}
div.sys-prm-info {
	left: 1px;	
	top: 100px;
	width: 918px;

	position: absolute;
}
div.sys-prm-info div.sys-frm-gray {
	padding: 25px 5px 5px 5px;

	font-size: 12px;
}

/****************************************
*			LOGIN FORM CLASSES
****************************************/

div.sys-lf {
	font-size: 16px;
}
div.sys-lf-note {
	font-size: 11px;
	color: #999999;
}
div.sys-lf-form div.sys-frm-beige {
	padding: 0px;
}
div.sys-lf div.sys-lf-inline div.sys-frm-beige {
	background-color: transparent;
}
div.sys-lf-submit .b10-btn-big {
	float: none;
	width: 100%;
}
div.sys-lf-submit .b10-btn-big i {
	text-align: center;
}
div.sys-lf-forgot {
	width: 100%;

	position: relative;

	text-align: center;
}

/****************************************
*           JOIN FORM CLASSES
****************************************/

div.sys-jf {
    font-size: 16px;
}
div.sys-jf-note {
    font-size: 11px;
    color: #999999;
}
div.sys-jf-form div.sys-frm-beige {
    padding: 0px;
}
div.sys-jf-forgot {
    height: 34px;
    margin-left: 10px;

    position: relative;
    float: left;

    line-height: 34px;
}

div.sys-jf input.edit_box, 
div.sys-jf textarea.edit_box, 
div.sys-jf input.sys-input-text, 
div.sys-jf input.sys-input-text-readonly, 
div.sys-jf input.sys-input-password, 
div.sys-jf textarea.sys-textarea {
    width: 312px;
}

/****************************************
*			REPORT CLASSES
****************************************/
div.sys-reports {
	width: 340px;
	max-height: 440px;

	position: relative;

	overflow: auto;
}
div.sys-reports-cnt {
	width: 340px;

	position: relative;
}
div.sys-report {
	margin-bottom: 10px;
	padding-bottom: 5px;

	border-bottom: 1px solid #cccccc;
}
div.sys-r-user,
div.sys-r-type {
	position: relative;
	float: left;
}
div.sys-r-user {
	margin-right: 10px;
	
	font-weight: bold;
	overflow: hidden;
}
div.sys-r-date {
	position: relative;
	float: right;
}
div.sys-r-comment {
	
}

			/****************************************
			*				VARIABLES CLASSES
			****************************************/

.sys_page_width
{
    width:976px;
}

.sys_border_all
{
    border:1px solid #CCCCCC;
}

.sys_border_top
{
    border-top:1px solid #CCCCCC;
}

.sys_border_bottom
{
    border-bottom:1px solid #CCCCCC;
}

			/****************************************
			*				COLUMNS
			****************************************/

.sys_col_margin_right {
    margin-right:2px;
}

div.sys_col_100 {
	position: relative;
}

.sys_col_50 
{    
    width:375px; 
    float:left;
}

.sys_col_33
{    
    width:176px; 
    float:left;
}

.sys_col_66
{    
    width:565px; 
    float:left;	
	margin-left:2px;
}

			/****************************************
			*			NEW	ZONE /MENU/TITLE/
			****************************************/
.sys_zone_header {
    position:relative;
    height:72px;
	margin-left:10px;
}

.sys_zone_header h1 {
    font-size:30px;
    line-height:65px;
    font-weight:bold;
    margin:0;
    padding:0; 
}

div.sys_search {
	top: -10px;
	height: 28px;
	margin-bottom: 10px;

	position: relative;
	
	text-align: right;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}
div.sys_search input {
	width: 298px;

	border: 1px solid #999999;
	font-size: 19px;
}

.sys_zone {}

.sys_zone_submenu {
    position:absolute;
    right:0px;
    top:26px;
    width:400px;
    height:20px;
    text-align:right;
}

.sys_zone_submenu .sys_online {
    background-position:0px 0px;
    background-repeat:no-repeat;
    padding-left:25px;    
    padding-bottom:2px;
}

/******************* top bar  */
#top_bar
{
	height:90px;
}

#top_bar #ppllogo
{
    position:absolute;
    left:0px;
    top:2px;
    width:130px; 
    height:62px; 
}

#main_menu
{
    position:absolute;
    top:0px;
    left:146px;
    height:25px;
    width:584px;
    border-bottom:3px solid #90B071;
}

#main_menu h1, #main_menu span a 
{
    font-size:16px;
    line-height:16px;
    font-weight:bold;    
    color:#90B071;
    margin:0;
    padding:0;
    text-decoration:none;
}

#main_menu ul
{
    position:absolute;
    right:0;
    top:0;
    font-size:15px;
    font-weight:bold;
    margin:0;
    padding:0;
    width:450px;
    height:25px;
    list-style:none;
}
#main_menu ul li
{
    position:relative;
    float:right;
    margin:0;
    margin-left:25px;
    padding:0;    
    height:25px;
}
#main_menu ul li a
{
    text-decoration:none;
    color:#0000EE;
}

#main_menu .mm_sel
{
    position:absolute;
    left:50%;
    bottom:0px;
    width:1px;
    height:7px;
}

#main_menu .mm_sel img
{
    position:absolute; 
    left:-7px; 
    top:0px; 
}

#top_bar #submenu
{
    position:absolute;
    left:146px;
    bottom:0;
    height:27px;
    width:584px;
    text-align:right;
    font-size:13px;
    line-height:13px; 
}
/******************* account menu */

#logo_account #account_cont
{
    position:relative;
    width:100%;
    height:auto;
    margin-top:23px;
}

#member_account 
{
    
}

#member_account_thumb
{
    position:relative;
    width:64px;
    float:left;
}

#member_account_links
{
    position:relative;
    width:150px;
    float:left;        
}

#member_account_links #hello
{
    font-size:13px;
    margin:0;
    padding:0;    
}

#member_account_links #logout
{
    font-size:11px;
    margin:0;
    padding:0;    
}

#member_account_links p.ic
{
    background-position:0px 0px;
    background-repeat:no-repeat;
    padding-left:23px;
    height:16px;
}

#logo_account #account_cont p span
{
    font-size:10px;
}

/******************* content container */

#menu_cont
{
    position:relative;
    width:475px;
    height:auto;
    float:left;
}

/******************* black line */

.sys_black_line
{
    position:relative;
    height:59px;
    background-image:url(../img/sys_black_line.gif);    
}

.sys_black_line img
{
    position:absolute;
    width:64px;
    height:27px;
    top:15px;
    right:21px;
}

.sys_black_border
{
    float:left;
    width:1px;
    height:59px;
    overflow:hidden;
    background-image:url(../img/sys_black_border.gif);     
}


.sys_black_text_left, .sys_black_text_right
{
    float:left;
    width:740px;
    height:59px;
    line-height:52px;
    color:white;
    font-size:24px;
    font-weight:lighter;
    overflow:hidden;
    background-image:url(../img/sys_black_bg.gif);         
    text-align:left;
    padding-left:30px;
}

.sys_black_text_right
{
    width:135px;
    line-height:52px;
    text-align:right;
    padding-right:23px;
    font-weight:bolder;
}

			/****************************************
			*				PAGE BOTTOM
			****************************************/

div#bottom_stat
{
	width:402px;
    height:30px;
    left: 0px;
    bottom: 0px;    
	position: absolute;        
    border-top:1px solid #CCCCCC;       
    font-size:11px;   
    text-align:left; 
    padding:0;
    margin:0;
}
div#bottom {
    position:relative;
	width:100%;
    height:56px;
    line-height:22px;
	border-top:1px solid #BBBBBB;
	font-size:11px;
	padding-top:0px;
	padding-bottom:0px;
}
.bottom_blocks, .bottom_blocks_right, .bottom_blocks_proud {
    position:relative;
    padding:0;
    padding-left:7px;
    padding-right:7px;
    margin:0;
    float:left;
    height:56px;
    width:600px;
}
.bottom_blocks_right {    
    padding-top:11px;
    line-height:17px;
    text-align:right;
    width:264px;
}

.bottom_blocks_proud {    
    width:54px;
}

			/****************************************
			*				CONTENT CONTAINER
			****************************************/

#menu_cont #main_cont
{
    position:relative;
    width:100%;
    height:auto;
}

.cont_menu
{
    position:relative;
    width:100%;
    height:23px;
}

			/****************************************
			*				FORM FIELDS
			****************************************/


.form_row
{
    width:471px;
    height:auto;
    margin-bottom:25px;
}

.form_label
{    
    width:165px;
    float:left; 
    margin-right:15px;
    text-align:right;
    font-size:16px;
    font-weight:bold;
    line-height:28px;
}

.form_value
{
    position:relative;
    width:291px; 
    float:left;    
    line-height:28px;
}

.form_value input, .form_value textarea, .form_value select, .form_value label, .form_value img
{
    padding:0;
    margin:0;
    font-size:16px;
}

.form_value select
{
    margin-bottom:6px;
}

.form_value img.simage
{
    display:block;
    float:left;
}
.form_value input.simage
{
	border:1px solid #CCCCCC;
	background-color:white;
    padding:4px;
    width:100px; 
    margin-left:17px; 
    float:left;
}

.form_value label
{
    margin-right:10px;
}

.form_value_col, .form_value_col_short
{
    position:relative;
    width:250px;
    height:22px;
    float:left;
}

.form_value_col input[type="checkbox"], .form_value_col_short input[type="checkbox"]
{
    position:relative;
    top:-2px;
    margin-right:2px;
}

.form_value_col input[type="radio"], .form_value_col_short input[type="radio"]
{
    position:relative;
    top:2px;
    margin-right:2px;
}

.form_value_col_short
{
    width:100px;
}

.form_value_col_nl
{
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
    position:relative;
    clear:both;
    overflow:hidden;
}

.form_value_label
{
    font-size:16px;
    margin-bottom:16px;
}

.err
{
	color:red;
	font-weight:bold;
	font-size:10px;
	display:none;
    line-height:12px;
}

.err2
{
	color:red;
	font-weight:bold;
	font-size:10px;
	padding-left:10px;
}

.err_tip, .tool_tip
{
    position:absolute;
    top:-12px;
    left:425px;
    width:200px;
    height:44px;    
    background-image:url(../img/err_tip_bg.gif);
    padding:4px;
    padding-left:30px;
    font-size:11px;
    color:#FFFFFF;
    line-height:14px;
    text-align:left;
    display:none;
}
.err_tip b, .tool_tip b
{
    font-size:15px;
}

.tool_tip
{
    background-image:url(../img/tool_tip_bg.gif);
}

option.not_specified
{
    color:#999999;
}

/* form elements  */

.submit_button
{
	background-color:white;
	height:24px;
	overflow:hidden;
	border:none;
	border:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	color:#666699;
	padding:0 20px 0 20px;
}

.submit_button_hover
{
	background-color:white;
	height:24px;
	overflow:hidden;
	border:1px solid #516D86;
	font-size:14px;
	font-weight:bold;
	color:#666699;
	padding:0 20px 0 20px;
	cursor:pointer;
}


input.edit_box, textarea.edit_box
{
	border:1px solid #CCCCCC;
	background-color:white;
    padding:4px;   
    width:232px;
}

textarea.edit_box
{
    height:140px;
}

input.submit
{
    font-weight:bold;
    font-size:16px;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
}

.submit_section
{
    position:relative;
    text-align:center;     
    height:54px;
}
.submit_section label
{
    position:relative;
    top:-2px;
}

/****************************************
*				BREADCRUMBS
****************************************/
div.sys-breadcrumb {
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 0px 0px 1px 0px;

	background-color: #ffffff;

	line-height: normal;
	text-align: center;
}


/****************************************
*				PAGINATE
****************************************/
div.paginate,
div.paginate-right {
	position: relative;
    text-align: center;
}

.paginate a, 
.paginate i {
	position: relative;
	display: inline-block;

	margin-left:1px;
    padding-left:3px;
    padding-right:3px;

    border:1px solid #9AAFE5;
    text-decoration:none;
    color:#2E6AB1;
}
.paginate a:hover, 
.paginate .page_now {
    color:#FFFFFF;
    border:1px solid #2E6AB1;
    background-color:#2E6AB1;
}
.paginate i {
    color:#AA9999;
    font-style:normal;
}



			/****************************************
			*				SEARCH RESULTS
			****************************************/

.search_res
{
    position:relative;
    width:100%;
    height:85px;
    overflow:hidden;
}

.search_res .nick_texts
{
    padding-left:80px;
}
.search_res_edit .search_res .nick_texts
{
    padding-left:100px;
}

.search_res .nick_info
{
    position:relative;
    width:385px;
    margin:0;
    padding:0;    
    padding-top:10px;
    overflow:hidden;
    color:#666666;
    font-size:11px;
}

.search_res .nick_info a
{
    font-size:16px;
    font-weight:bold;
    margin-right:5px;    
}

.search_res .nick_info b
{
    font-weight:bold;
    margin-right:5px;        
    color:#333333;
}

.search_res .nick_desc
{
    width:385px;
    height:20px;
    margin:0;
    padding:0;
    overflow:hidden;
    font-size:13px;
    color:#333333;
}

.search_res .thumb
{
    position:absolute;
    left:18px;
    top:0px;
}
.search_res_edit .search_res .thumb
{
    left:38px;
}

.search_res .approx
{
    position:absolute;
    top:0px;
    left:80px;
    font-size:9px;
    color:#999999;
}
.search_res_edit .search_res .approx
{
    left:100px;
}

.online
{
    /*color:#008800;*/
    background-position:0px 0px;
    background-repeat:no-repeat;
    padding-left:25px;    
    padding-bottom:2px;
}

.online_sr
{
    color:#008800;
}

.search_res_edit .search_res .checkbox
{
    position:absolute;
    left:12px;
}

/****************************************
*				PHOTOS
****************************************/
div.thumb_small,
div.thumb,
div.thumb_medium,
div.thumb_large,
div.thumb_big {
	position: relative;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
}
div.thumb_small a,
div.thumb a,
div.thumb_medium a,
div.thumb_large a,
div.thumb_big a {
	text-decoration: none;
	color: #333333;
}
div.thumb_small {
	width: 32px;
    height: 32px;
	line-height: 34px;
}
div.thumb_small img,
div.thumb_small i.sys-icon {
	top: 0px;
	left: 0px;
    width: 32px;
    height: 32px;
	position: absolute;
}
div.thumb_small i.sys-icon {
	line-height: 32px;
	font-size: 20px;
}
div.thumb,
div.thumb_medium {
	width: 3rem;
    height: 3rem;
	line-height: 3rem;
}
div.thumb img,
div.thumb_medium img,
div.thumb i.sys-icon,
div.thumb_medium i.sys-icon {
	top: 0px;
	left: 0px;
	width: 3rem;
    height: 3rem;
	position: absolute;
}
div.thumb i.sys-icon,
div.thumb_medium i.sys-icon {
	line-height: 3rem;
	font-size: 3rem;
}
div.thumb_large {
	width: 102px;
    height: 102px;
	line-height: 122px;
}
div.thumb_large img,
div.thumb_large i.sys-icon {
	top: 1px;
	left: 1px;
	width: 100px;
    height: 100px;
	position:absolute;
}
div.thumb_large i.sys-icon {
	line-height: 100px;
	font-size: 100px;
}
div.thumb_big {
	width: 202px;
    height: 202px;
	line-height: 240px;
}
div.thumb_big img,
div.thumb_big i.sys-icon {
	top: 1px;
	left: 1px;
	width: 200px;
    height: 200px;
	position: absolute;
}
div.thumb_big i.sys-icon {
	line-height: 200px;
	font-size: 160px;
}
#big_photo {
    position:relative;
    width:358px;       
    height:358px;
    background-image:url(../img/big_bg.gif);
    overflow:hidden;
    text-align:center;
    border:1px solid #EBEBEB;
}
#big_photo img#pr_big {
/*	width:354px;       
    height:354px;*/
}

#big_photo img
{
    position:relative;
    margin:2px;
    z-index:1;
}

#big_photo #loading_photo
{
    position:relative;
    width:100%;
    height:100%;
    background-color:white;
    z-index:2;
    display:none;
}

#loading_photo .cent
{
    position:absolute;
    left:50%;
    top:50%;
}

#loading_photo .cent .txt
{
    position:absolute;
    left:-100px;
    top:-20px;
    width:200px;
    height:40px;
    line-height:40px;
    font-size:13px;
    font-weight:bold;
    color:#CC0000;
    text-align:center;
    background-color:white;
}

#loading_photo .cent .txt img
{
    margin:0px;
    position:relative;
    top:3px;
}
			/****************************************
			*				ALERT
			****************************************/

.alert_new
{
    position:relative;
    width:222px;
    height:0px;    
    overflow:hidden;
}

.alert
{
    position:relative;
    width:222px;
    height:73px;
    overflow:hidden;
    background-image:url(../img/alert_bg.gif);
    margin-top:18px;            
}

#alert_new_letters
{
    height:auto;
    background-image:none;
    background-color:#DFF0D2;
    padding-top:6px;
}

#alert_new_view
{
    height:auto;
    background-image:none;
    background-color:#DBEDFF;
    padding-top:6px;
}

.alert_text
{
    padding:0;
    margin:0;
    padding-left:73px;
    padding-top:20px;
    width:140px;
    font-size:13px;
}

#alert_new_letters .alert_text, #alert_new_view .alert_text
{
    padding-top:12px;
}

.alert_text a
{
    font-size:13px;
}
.alert_close
{
    position:absolute;
    top:3px;
    right:4px;
    width:7px;
    height:7px;
	cursor:pointer;
    overflow:hidden;   
    z-index:10;
    background-image:url(../img/small_close.gif);
}

			/****************************************
			*				AREAS
			****************************************/

.area_stat
{
    padding:15px;
    background-color:#DBEDFF;
}

.area_stat h2
{
    margin:0;
}

.area_stat a
{
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}

#live_stat
{
    padding-bottom:7px;
}

#live_stat b
{
    font-size:16px;
}



			/****************************************
			*				GOOGLE MAPS WINDOW
			****************************************/



#wmap_search
{
    width:776px;
    padding:10px;
    height:52px;
    line-height:52px;
}

#wmap_cont
{
    width:798px;
    height:360px;
    position:relative;
    margin-top:10px; 
}

#wmap_cont #glist
{
    position:relative; 
    float:left; 
    width:298px; 
    height:358px; 
    margin-right:10px; 
    overflow-y:scroll; 
    border:1px solid #899FA8;
}

#glist ul
{
    list-style-type:none;
    padding:0;
    margin:0;
}

#glist ul li
{
    padding:0;
    margin:0;
    padding:4px;
    border-bottom:1px solid #899FA8;
    text-align:left;
}

#wmap_cont #gmap
{
    position:relative; 
    float:left; 
    width:486px; 
    height:358px; 
    background-color:#CCFFDD; 
    border:1px solid #899FA8;
}


#wmap_res_cont
{
    width:798px; 
    margin-top:10px; 
    height:70px;
}

#wmap_res_cont #wmap_res_info
{
    position:relative; 
    float:left; 
    padding-left:20px;
    padding-top:12px;
    width:428px; 
    height:58px;
    margin-right:10px; 
    text-align:left;
}

#wmap_res_cont #wmap_res_confirm
{
    position:relative; 
    float:left; 
    width:336px; 
    height:70px;    
    line-height:70px;
    text-align:left;
}

#wmap_res_cont #sel_btn
{
    padding:3px;
    padding-left:15px;
    padding-right:15px;
}



#barbados {
	position:absolute;
	top: 0px;
	right: 0px;
    font-size: 11px;
	width: 470px;
    margin-top:6px;
}
#barbados span
{    
    display:block;
    float:right;
    margin:0;
}
#barbados span a, #barbados span b
{
    border:none;
    margin:0;
    margin-right:3px;
    line-height: 24px;
}

#gse_search input 
{
    background-image:url(../img/gse_search_bg.png);
    background-repeat:no-repeat;
    color:#D4D4D4;
    font-size:11px;
    height:15px;
    padding:3px 10px 0pt 20px;
    width:109px;
    margin:0px;
    border:none;
    float:right;
    margin-top:3px;
    margin-right:12px;
}

#gse_search form
{
    margin:0;
    padding:0;
}

#barbados input
{
    margin-left:3px;
}

#project_nav
{
    position:absolute;
	top:64px;
	right:0px;
    clear:both;
	width:940px; 
    height:25px;
	margin:0;
	padding:0;
	list-style:none;
	padding-right:20px;
}

.nav_item, .nav_item_sel
{
	position:relative;
    float:right;
    height:25px;
	padding:0;
	margin:0px;
    margin-left:20px; 
}
.nav_item a
{
    font-weight:bold;
    font-size:17px;
    text-decoration:none;
}

.nav_item_sel
{
}

.nav_align
{
	position:absolute;
	right:0;
	top:19px;
	height:7px;
	width:50%;
	display:none;
}

.nav_item_sel .nav_align
{
	display:block;
}
	
.nav_pointer
{
	position:absolute;
	top:0px;
	left:-7px;
	width:13px;
	height:7px;
	overflow:hidden;
}

#project_nav_line {
	width: 960px;
    height: 1px;
	position: relative;
    background-color: #D0D0D0;
	overflow: hidden;
}

#project_nav_footer
{
	padding:0;
    margin:0;
    padding-bottom:24px;
    height:2px;
	/*background-image:url(../img/cont_bg.gif);*/
	background-repeat:repeat-y;
    border:none;
    z-index:1;
    overflow:hidden;
}

#project_nav_footer div
{
    height:26px;
    background-image:url(../img/project_nav_footer_bg.gif);
    background-repeat:repeat-x;    
    font-size:11px;
    line-height:24px;
    padding-left:248px;
    overflow:hidden;
}

#mHome
{
	margin-right: 319px;
}


/* INDEX PAGE */


#column_ray
{
	width:283px;
	position:relative;
	margin-right:27px;
	float:left;
	margin-top:16px;
}

#column_others
{
	width:290px;
	position:relative;
	float:left;
	margin-top:16px;
}

.clear {
	width:0px;
	height:0px;
	float:none;
	clear:both;
	overflow:hidden;
}

/* INDEX PAGE P{RODUCT ITEMS */ 

.product_item
{	
	position:relative;
	padding:0;
	margin:0;
}

.product_icon
{
	width:53px;
	height:67px;
	position:absolute;	
	left:-3px;
	top:0;
	padding:0;
	margin:0;
}

.product_desc
{
	margin-left:60px;
	margin-top:8px;
	height:73px;
}

.product_desc a
{
	display:block;
	font-size:18px;
	font-weight:bold;
	padding-top:9px;
}

.product_desc b
{
	display:block;
	font-size:13px;
}  

.product_desc i
{
	display:block;
	font-style:normal;    
	font-weight:bold;
	font-size:11px;
	color:#669966;


}  
.product_text
{
	text-align:justify;
	margin-bottom:24px;
}


/* INDEX PAGE WIDGET ITEMS */

.widget_item
{
	position:relative;
	height:53px;
	background-color:#F3F3F3;
	margin-bottom:7px;
}

.widget_item div
{
	margin-left:65px;
	font-size:11px;
	line-height:12px;
}

.widget_item img
{
	position:absolute;
	top:2px;
	left:7px;
	width:48px;
	height:48px;
}

.widget_item div a
{
	font-weight:bold;
	display:block;
	font-size:13px;
	padding-top:6px;
	line-height:normal;
}


/****************************************
*				MAIN BLOCK
****************************************/
div#content {
	position: relative;		
}
div#content div#lColumn, 
div#content div#rColumn {
	position: relative;
	float: left;	
}
div#content div#lColumn {
	width: 201px;
}
div#content div#rColumn div#breadcrumb {
	padding: 5px 0px 18px 0px;
	text-indent: 30px;
	
}
div#content div#rColumn div#zone_container {
	width: 759px;
	padding-bottom: 12px;
	position: relative;
	float: left;
}
div#pageCaption {	
	margin-top: 6px;
	position: relative;
	
	font-size: 24px;
	font-weight: bold;
}
div#pageCaption span.subCaption {
	font-weight: normal;
}
div#pageContent {
	position: relative;
}
/****************************************
*				DIFFERENT
****************************************/
a.common:link, 
a.common:visited, 
a.common:hover, 
a.common:active {
	text-decoration: none;
	color: #003399;
}
a.common:hover, 
a.common:active {
	text-decoration: underline;
}
a.commonUnd:link, 
a.commonUnd:visited, 
a.commonUnd:hover, 
a.commonUnd:active {
	text-decoration: underline;
	color: #003399;	
}
a.commonUnd:hover, 
a.commonUnd:active {
	text-decoration: none;
}
a.large:link, 
a.large:visited, 
a.large:hover {
	color: #003399;
	font-size: 18px;
	font-weight: normal;	
	text-decoration: none;
}
a.large:hover {	
	text-decoration: underline;
}

.fhidden {
	width:1px;
	height:1px;
	border:none;
}
#ploading {
	top: 7px;
	right: 26px;	
	position: absolute;
	
	font-size: 11px;
	font-weight: bold;
	color: #550000;
}

/****************************************
*				WINDOWS
****************************************/
div.wnd_box {
	padding:0;
	margin:0;
	border:1px solid #899FA8;
	background-color:white;
}
div.wnd_title {
	height: 25px;
	
	border-bottom: 1px solid #B9CFD8;
	
	overflow: hidden;	
	background-repeat: no-repeat;
	background-color: #656598;
	
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
	text-indent: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
div.wnd_close {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 20px;
	height: 20px;
	border: none;
	
	background-image: url(../img/wnd_close.gif);
	
	cursor: pointer;
}
div.wnd_content {	
	padding: 0px 10px 10px 10px;	
	position: relative;	
}
div.wnd_content div.wnd_form {
	width: 400px;
}
div.wnd_content a.commonUnd {
	font-size: 11px;	
}
div.wnd_content div.sysFrmField {
	padding-top: 20px;
}



/****************************************
*				MODERATION MENU
****************************************/
#sys_moderation_icon
{
    position:absolute;
    top:20px;
    right:-15px;
    z-index:10;
}
#sys_moderation_cont
{	
    position:absolute;
    top:36px;
    right:-23px;
    z-index:10;        
    filter:alpha(opacity=90);
    -mod-opacity:.90;
    opacity:.90;    
}
#sys_moderation_top
{
	width:22px;
    height:10px;
    position:relative;        
    float: right;    
    background-image:url(../img/sys_moderation_top.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#sys_moderation_bottom
{
	position: relative;
	clear: both;
	float: right;
}
#sys_moderation_left, #sys_moderation_right, #sys_moderation_links
{	
    height: 41px;	      
    line-height: 41px;    
    position: relative;
    float: right;
}
#sys_moderation_left
{		
    width:7px;
    background-image:url(../img/sys_moderation_left.png);
    background-repeat: no-repeat;
}
#sys_moderation_links
{
    padding:0 10px;
    background-image:url(../img/sys_moderation_bg.png);
    background-repeat: repeat-x;
}

#sys_moderation_right
{	
    width:7px;
    background-image:url(../img/sys_moderation_right.png);
    background-repeat: no-repeat;
    display:none;    
}
#sys_moderation_links a
{
    padding:0;
    margin:0 5px 0 5px;
    background:none;
}

/****************************************
*			LOGGED IN AREA
****************************************/
div.sysLoggedArea {
	width: 201px;
	position: relative;		
}
div.sysLoggedArea div.content {
	padding: 25px 0px 10px 12px;
}
div.sysLaThumbnail {
	width: 52px;
	height: 70px; 
	
	position: relative;
	float: left;
	
	border: 1px solid silver;	
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}
div.sysLaInfo {
	width: 130px;
	height: 72px; 
	
	position: relative;
	float: left;	
}
div.sysLaHello, div.sysLaLogout {
	position: relative;
	
	text-indent: 10px;
	font-size: 13px;
	overflow: hidden;
}
div.sysLaLogout a.commonUnd {	
	font-size: 11px;
}



/****************************************
*		VERTICAL TREE MENU ELEMENTS
****************************************/

#sys_mm_container
{
    margin-top:8px;
}

.sys_mm_item, .sys_mm_item_sm, .sys_mm_item_active, .sys_mm_item_active_sm
{
    position:relative;
    width:176px;
    height:36px;
    background-image:url(../img/sys_menu_item_bg.gif);
    background-position:0px 0px;    
    background-repeat:no-repeat;
    margin-top:4px;
    margin-left:12px;
}

.sys_mm_item_sm
{
    background-position:0px -108px;
    height:auto;
}

.sys_mm_item_active_sm
{
    background-position:0px -36px;
    height:auto;
}

.sys_mm_item_active
{
    background-position:0px -72px;
}

.sys_mm_item a, .sys_mm_item_sm a, .sys_mm_item_active a, .sys_mm_item_active_sm a,
.sys_mm_item span, .sys_mm_item_sm span, .sys_mm_item_active span, .sys_mm_item_active_sm span
{
    line-height:36px;
    margin-left:15px;    
    font-size:16px;
    text-decoration:none;
}

.sys_mm_item_active a, .sys_mm_item_active_sm a
{
    
}

.sys_mm_item_active a:hover, .sys_mm_item_active_sm a:hover
{
    text-decoration:underline;
}

.sys_sm_block
{
    display:none;
}

.sys_sm_block_active
{
    position:relative;
    left:0px;
    top:0px;
    width:171px;
    height:auto;
    line-height:20px;
    padding-left:5px;
    background-image:url(../img/sys_submenu_bg.gif);
    background-repeat:repeat-y;    
    overflow:hidden;
}

.sys_sm_block_foo
{
    height:5px;
}

.sys_sm_block_bottom
{
    position:absolute;
    right:0px;
    bottom:0px;
    width:176px;
    height:5px;
    background-image:url(../img/sys_submenu_bottom.gif);
    background-repeat:no-repeat;
}

.sys_sm_block_active a, .sys_sm_block_active span
{
    display:inline;
    line-height:22px;
    font-size:12px;
    font-weight:normal;
    padding:0;
	background-image:none;
}

.sys_sm_block_active a:hover
{
    text-decoration:underline;
}

.sys_sm_block_active span
{
    font-weight:bold;
    color:#333333;
}

.sys_mm_exp
{
    position:absolute;
    top:0px;
    right:0px;
    width:36px;
    height:35px;
    background-image:url(../img/sys_menu_exp_bg.gif);
    background-position:0px 0px;    
    background-repeat:no-repeat;
    cursor:pointer;
}

.sys_mm_item_active .sys_mm_exp
{
    background-position:0px -69px;
}

.sys_mm_item_sm .sys_mm_exp
{
    background-position:0px -35px;
}

.sys_mm_item_active_sm .sys_mm_exp
{
    background-position:0px -104px;
}




/****************************************
*		BOONEX ID MENU ELEMENTS
****************************************/
div.boonexIdMenu {
	width: 218px;
	position: relative;	
	clear: left;
	float: left;
}
div.boonexIdMenu div.content {
	padding: 30px 10px 10px 10px;
}
div.boonexIdMenu a.commonUnd {
	font-size: 13px;
	font-weight: bold;
}

/****************************************
*			FORM ELEMENTS
****************************************/
div.startForm {
	width:640px;
}
div.sysFrmField {
	width: 640px;
	margin-bottom: 10px;
	position: relative;
	clear: right;
	float: right;
}
div.sysFrmTitle {
	padding-right: 20px;
	position: relative;	
	float: right;	
	
	text-align: right;
}
div.sysFrmElement {
	width: 500px;
	position: relative;
	float: right;	
	
	text-align: left;
}
div.sysFrmError {
	width: 640px;
	height: 16px;	
	position: relative;
	clear: right;
	float: right;
		
	text-align: right;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;	
	color: red;
	display: none;
}
div.sysFrmNote {
	width: 640px;
	height: 16px;
	position: relative;
	clear: right;
	float: right;
	
	text-align: left;
	line-height: 16px;
	font-size: 10px;
}
div.sysFrmCell {
	width: 100px;
	position: relative;
	float: left;
}



/*--- Form Elements ---*/
div.sysFrmElement input.sfTxtFld, 
div.sysFrmElement textarea.sfAreaFld {
	width: 257px;
}

/*--- Textarea ---*/
div.sysFrmElement textarea.sfAreaFld {
	height: 75px;
}

/*--- Checkbox ---*/
div.sysFrmElement div.sfChbFld {
	width: 260px;
	height: 20px;
	
	line-height: 20px;	
}
div.sysFrmElement div.sfChbFld input {
	padding: 0px;
	margin: 0px;
}
/*--- Security Image ---*/
div.sysFrmElement div.sfSImageImg {
	padding-right: 20px;
	position: relative;	
	float: left;
}
div.sysFrmElement input.simage {
	margin-top: 4px;
	width: 103px;
}
/*--- Submit Button ---*/
div.sysFrmElement input.sfBtnSubmitFld {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
} 


/****************************************
*			COMMUNITY ELEMENTS
****************************************/
/*--- Main section ---*/
div.idRow {
	margin: 0px 10px;
	padding-top: 10px;
	position: relative;		
}
div.idRowCaption {
	height: 45px;
	position: relative;	
	
	line-height: 45px;
	font-size: 19px;
	font-weight: bold;
}
div.idRowContent {
	position: relative;
}

/*--- My Own Communities Section ---*/
div.fiCommunity {	
	padding-bottom: 20px;	
	position: relative;
	float: left;		
}
div.fiCommunity div.fiThumbnail {
	width: 111px;
	height: 82px;
	position: relative;
	float: left;
	
	border: 1px solid black;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
div.fiVisit {
	width: 113px;
	left: 0px;
	bottom: -20px;	
	position: absolute;	
	
	text-align: center;
}

div.fiCommunity div.fiInfo {
	width: 570px;
	position: relative;
	float: left;
}
div.fiCommunity div.fiInfo div.rowTitle, 
div.fiCommunity div.fiInfo div.rowDomain, 
div.fiCommunity div.fiInfo div.rowDescription, 
div.fiCommunity div.fiInfo div.rowActions {
	width: 570px;
	
	text-indent: 20px;
	font-size: 11px;
}
div.fiCommunity div.fiInfo div.rowTitle {
	font-weight: bold;
	font-size: 13px;
}
div.fiCommunity div.fiInfo div.rowDomain {	
	color: #006600;	
}
div.fiCommunity div.fiInfo div.rowDescription {
	padding: 3px 0px;
	text-indent: 0px;	
}
div.fiCommunity div.fiInfo div.rowActions a.commonUnd {
 	font-size: 11px;
}

/*--- Member decription section (OLD, saved for backward compatibility) ---*/ 
div.sys-si-member {
	width: 100px;
	position: relative;
	display: inline-block;
	border: 0px;
}
div.sys-si-member div.thumb_large,
div.sys-si-member div.thumb_large img {
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
	border: 0px;
}
div.sys-si-member div.thumbnail_default {
	width: 100px;
	height: 100px;
}
div.sys-si-member div.username {
	width: 100px;
	height: 20px;
	margin-top: 100px;
	line-height: 20px;
	text-align: center;
}
div.sys-si-member div.checkbox {
	top: 0px;
	left: 0px;
	position: absolute;
}
div.sys-si-member div.checkbox input {
	margin: 5px;
}

div.sys-si-member div.thumb {
	top: 0px;
	left: 0px;
	position: absolute;
}
div.sys-sim-status {
	top: 0px;
	right: 0px;
	width: 16px;
	height: 16px;

	position: absolute;
}
div.sys-si-member div.sys-frm-gray {
	margin-left: 71px;
	padding: 10px 10px 9px 10px;
}
div.sys-sim-info {	
	width: 120px;
	height: 50px;
	
	overflow: hidden;
}
div.sys-sim-info-l1 {
	font-size: 12px;
	font-weight: bold;
}
div.sys-simi-chb,
div.sys-simi-nick {
	position: relative;
	float: left;
}
div.sys-simi-chb input.sys-simi-chb {
	margin: 2px 5px 0px 0px;
}
div.sys-sim-info-l2 {
	font-weight: bold;
	color: #999999
}
div.sys-sim-info-l2 span {
	color: #666666;
}

div.siiCell,
div.siiCellHeader {	
	width: 50px;
	height: 11px;
	
	color: #000000;	
	overflow: hidden;
}
div.siiCell {
	text-indent: 2px;
	font-size: 10px;
}
div.siiCellHeader {
	background-color: silver;
	text-align: center;
	font-size: 8px;
	color: #ffffff;
}
div.siiCell span.key {	
	color: #666666;
}
div.siMember div.siNick {
	width: 103px;
	height: 17px;
	
	position: relative;
	clear: both;
	
	line-height: 16px;	
	text-align: center;
	font-size: 11px;
	
	overflow: hidden;
}
div.siMember div.siNick a.common {	
	font-size: 11px;
}
div.siMember div.siNick img.siIcon {
	width: 14px;
	height: 14px;
	top: 3px;
	margin-right: 3px;
	position: relative;	
}

/*--- Member decription section (NEW) ---*/ 
div.sys-si-member {
	position: relative;
	display: inline-block;
	width: 102px;
	margin: 15px 15px 0px 0px;
	border: 0px;
	vertical-align: top;
}
div.sys-si-member div.sys-sim-cnt {
	position: relative;
}
div.sys-si-member div.sys-sim-thumb {
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
	text-align: center;
	overflow: hidden;
}
div.sys-si-member div.sys-sim-thumb a {
	text-decoration: none;
	color: #333333;
}
div.sys-si-member div.sys-sim-thumb img,
div.sys-si-member div.sys-sim-thumb i.sys-icon {
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
}
div.sys-si-member div.sys-sim-info {
	width: auto;
	height: auto;
	min-height: 100px;
	margin-left: 122px;

	text-align: left;
	overflow: hidden;
}
div.sys-simi-l1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div.sys-si-member div.sys-sim-name {
	width: 100px;
	height: 30px;
	margin-top: 100px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

/**--- Small Special Styles ---**/
div.sys-sim-small {
	width: 32px;
}
div.sys-sim-small div.sys-sim-thumb {
	width: 32px;
	height: 32px;
	line-height: 34px;
}
div.sys-sim-small div.sys-sim-thumb img,
div.sys-sim-small div.sys-sim-thumb i.sys-icon {
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
}
div.sys-sim-small div.sys-sim-thumb i.sys-icon {
	line-height: 32px;
	font-size: 20px;
}
div.sys-sim-small div.sys-sim-name {
	display: none;
}

/**--- Medium Special Styles ---**/
div.sys-sim-medium {
	width: 64px;
}
div.sys-sim-medium div.sys-sim-thumb {
	width: 64px;
	height: 64px;
	line-height: 70px;
}
div.sys-sim-medium div.sys-sim-thumb img,
div.sys-sim-medium div.sys-sim-thumb i.sys-icon {
	width: 64px;
	height: 64px;
}
div.sys-sim-medium div.sys-sim-thumb i.sys-icon {
	line-height: 64px;
	font-size: 50px;
}
div.sys-sim-medium div.sys-sim-name {
	width: 64px;
	margin-top: 64px;
}

/**--- Large Special Styles ---**/
div.sys-sim-large {
	width: 100px;
}
div.sys-sim-large div.sys-sim-thumb {
	width: 100px;
	height: 100px;
	line-height: 120px;
}
div.sys-sim-large div.sys-sim-thumb img,
div.sys-sim-large div.sys-sim-thumb i.sys-icon {
	width: 100px;
	height: 100px;
}
div.sys-sim-large div.sys-sim-thumb i.sys-icon {
	line-height: 100px;
	font-size: 100px;
}
div.sys-sim-large div.sys-sim-name {
	width: 100px;
	margin-top: 100px;
}

/**--- Big Special Styles ---**/
div.sys-sim-big {
	width: 200px;
}
div.sys-sim-big div.sys-sim-thumb {
	width: 200px;
	height: 200px;
	line-height: 240px;
}
div.sys-sim-big div.sys-sim-thumb img,
div.sys-sim-big div.sys-sim-thumb i.sys-icon {
	width: 200px;
	height: 200px;
}
div.sys-sim-big div.sys-sim-thumb i.sys-icon {
	line-height: 200px;
	font-size: 160px;
}
div.sys-sim-big div.sys-sim-name {
	width: 200px;
	margin-top: 200px;
}

/**--- Vendor Styles ---**/
div.sys-si-member.sys-si-vendor {
	width: 24.5%;
	margin: 0px;
}
div.sys-si-member.sys-si-vendor div.sys-sim-cnt {
	background-color: #ffffff;
}
div.sys-si-member.sys-si-vendor div.sys-sim-thumb {
	top: 10px;
	left: 10px;
}
div.sys-si-member.sys-si-vendor div.sys-simi-l2 {
	font-weight: bold;
}

/****************************************
*				USER BLOCK
****************************************/
div.sys_fi_member {
	width: 360px;
	height: 72px;
	margin-bottom: 6px; 
	position: relative;
}
div.sys_fim_cnt {	
	position: relative;	
} 
div.sys_fim_icon {
	width: 50px;
	height: 70px;
	position: relative;
	clear: left;
	float: left;
	border: 1px solid #cccccc;
}
div.sys_fim_info {	
	width: 307px;
	height: 72px;	
	position: relative;
	float: left;
	overflow: hidden;		
}
div.sys_fim_info_cnt {			
	padding: 0px 0px 0px 5px;	
	position: relative;				
}
div.sys_fim_status {
	width: 16px;
	height: 32px;
	top: 7px;
	right: 0px;
	position: absolute;
	z-index: 100;	
}
div.sys_fim_nick {
	position: relative;
}
div.sys_fim_nick a:link, 
div.sys_fim_nick a:visited, 
div.sys_fim_nick a:hover {
	color: #0F4585;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: underline;
}
div.sys_fim_nick a:hover {	
	text-decoration: none;
}

/****************************************
*				PRODUCT BLOCK
****************************************/
div.sys_product_info, 
div.sys_pi_discount {	
	width: 360px;
	position: relative;
	float: left;	
	font-size: 14px;
}
/*
div.sys_pi_discount {
	padding: 4px 0px;
	margin-bottom: 2px; 
	border: 0px;
	background-color: #FFFFCC;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
div.sys_pi_discount a.common {
	font-size: 11px;
}
*/
div.sys_pi_content {
	position: relative;
	float: left;	
	padding: 0px 0px 7px 0px;	
}
div.sys_pi_icon {
	width: 50px;
	height: 50px;
	position: relative;
	clear: left;
	float: left;
	border: 1px solid silver;
	background-position: center center;
}
div.sys_pi_icon img {
	width: 50px;
	height: 50px;
}
div.sys_pi_info {
	width: 308px;
	position: relative;
	float: left;	
	overflow: hidden;
}
div.sys_pi_row {
	position: relative;
	text-indent: 5px;		
}
div.sys_pi_row a.sys_pi_title:link,
div.sys_pi_row a.sys_pi_title:visited,
div.sys_pi_row a.sys_pi_title:active,
div.sys_pi_row a.sys_pi_title:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
div.sys_pi_row a.sys_pi_title:active,
div.sys_pi_row a.sys_pi_title:hover {
	text-decoration: none;
}
div.sys_pi_row div.sys_pi_price {	
	top: 0px;
	right: 0px;
	width: 40px;	
	position: absolute; 
	
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
div.sys_pi_row span.sys_pi_rate {
	color: #006600;
}
div.sys_pi_row a.commonUnd {
	font-size: 14px;
}




div.sys_pi_title, 
div.sys_pi_snipet, 
div.sys_pi_addon, 
div.sys_pi_stat {
	position: relative;
	text-indent: 5px;	
	font-size: 11px;
}
div.sys_pi_title {	
	font-size: 14px;
	font-weight: bold;
}

div.sys_pi_addon span.sys_pi_category {
	text-transform: capitalize;
}
div.sys_pi_addon a.common {
	font-size: 12px;
	font-weight: normal;
}
div.sys_pi_stat {
	color: #719F50;
	font-size: 9px;
}

/*--- System Buttons Section ---*/
div.sys_btn,
div.sys_btn_active {
    width:176px;
    height:36px;
	margin-left: auto;    
    background-image:url(../img/sys_button_bg.gif);
    background-position:0px 0px;    
    background-repeat:no-repeat;    
    text-align: center;
}
div.sys_btn_active {
    background-position:0px -36px;    
}
div.sys_btn a, 
div.sys_btn_active a {
    display:block;
    height:36px;
    line-height:36px;    
    font-size:16px;
    text-decoration: none;
}
div.sys_btn_vdivider {
	position: relative;
	height: 14px;
}

/*--- Header Section ---*/
div.sysHeader {
	width: 733px;
	padding-top: 11px;
	position: relative;	
}
div.sysHeader div.lColumn, 
div.sysHeader div.rColumn {
	position: relative;	
}
div.sysHeader div.lColumn {
	width: 733px;
	margin-right: 13px;
	
	font-size: 16px;
}
div.sysHeader div.lColumn div.content {
	padding-left: 246px;
	position: relative;	
	text-align: left;	
}
div.sysHeader div.lColumn div.content h1{
	font-size: 24px;
}
div.sysHeader div.lColumn img {	
	width: 236px;
	height: 129px;
	position: relative;
	float: left;
	display: block;	
}
div.sysHeader div.lColumn h1 {
	padding: 0px;	
	margin: 0px;
}
div.sysHeader div.rColumn {
	padding-left: 246px;	
}
div.sysHeader div.rColumn div.sys_btn, 
div.sysHeader div.rColumn div.sys_btn_active,
div.sysHeader div.rColumn div.sys_btn_vdivider {
	margin: 0px;
	float : left;
}
div.sysHeader div.rColumn div.sys_btn_vdivider {
	width: 10px;
}

/*--- Community Section ---*/
div.siCommunity,
div.siCommunityNL {
	padding: 0px 0px 8px 11px;
	position: relative;
	float: left;
}
div.siCommunityNL {
	padding-left: 0px;
}
div.siCommunity div.siThumbnail,
div.siCommunityNL div.siThumbnail{
	width: 111px;
	height: 82px;
	position: relative;
	
	border: 1px solid black;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
div.siCommunity div.siInfo,
div.siCommunityNL div.siInfo{
	width: 113px;
	position: relative;
		
	font-size: 9px;		
}
div.siCommunity div.siInfo div.title, 
div.siCommunity div.siInfo div.addon, 
div.siCommunityNL div.siInfo div.title,
div.siCommunityNL div.siInfo div.addon {
	width: 113px;
	height: 28px;
	position: relative;
	
	text-align: center;
	overflow: hidden;
}
div.siCommunity div.siInfo div.title, 
div.siCommunityNL div.siInfo div.title{	
	height: 14px;
	
	line-height: 16px;
	overflow: hidden;
}
div.siCommunity div.siInfo div.title a.common,
div.siCommunityNL  div.siInfo div.title a.common {
	font-size: 11px;
}

/*--- Job Section ---*/
div.sys_job {	
	padding: 3px 0px;
	border-bottom: 1px dotted silver;
	position: relative;			
}
div.sys_job_minfo, 
div.sys_job_ainfo {	
	height: 20px;
	padding-left: 5px;
	position: relative;	
}
div.sys_job_ainfo {
	height: 15px;
	font-size: 11px;	
}
a.sys_job_link:link, 
a.sys_job_link:visited, 
a.sys_job_link:active, 
a.sys_job_link:hover {
	color:#333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.sys_job_link:hover {
	text-decoration: underline;
}
div.sys_job_customer, 
div.sys_job_title, 
div.sys_job_other {
	height: 17px;
	position: relative;
	float: left;
}
div.sys_job_customer {
	width: 100px;	
	overflow: hidden;
}
div.sys_job_customer a.common {
	font-size: 12px;
	font-weight: normal;
}
div.sys_job_title {
	width: 160px;	
	text-indent: 5px;	
	text-align: left;
	overflow: hidden;
}
div.sys_job_other {
	width: 110px;
}

/*--- Caption Links ---*/
a.sys_a_caption {
	text-decoration: none;
}

.sys_rss_item
{
    margin-bottom:8px;
}

.sys_rss_title
{
    font-size:12px;
    font-weight:bold;
}

.sys_rss_title span
{
    margin:0 6px 0 0;
    color:#999;
    font-size:11px;
    font-weight:normal;
    display:block;
}

.sys_rss_text
{
    height:15px;
    overflow:hidden;
}

/* * * * RSS Feed * * * */
div.rss_feed_wrapper div.sys-frm-gray {
	margin-bottom: 10px;
	padding: 10px;
}
div.rss_item_wrapper {
	background-color: #ffffff;
}

div.rss_item_header {
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

div.rss_item_header a,
div.rss_item_header a:link,
div.rss_item_header a:visited,
div.rss_item_header a:hover,
div.rss_item_header a:active {
	font-size: 12px;
	font-weight: bold;
}

div.rss_item_info {
	font-size: 11px;
	color: #999999;
}

div.rss_item_desc {
	text-align: justify;
	font-size: 11px;
	color: #333333;
}

div.rss_read_more {
	font-size:11px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	vertical-align: middle;
	margin-top:2px;
	text-align:right;
	text-decoration:none;
	text-transform:capitalize;
}

/*--- Sign Up Form ---*/
div.sys-sign-up {
	position: relative;
}
div.sys-sign-up .sys-su-line1 {
	text-align: center;
}
div.sys-sign-up .sys-su-line1 .sys-sul-level {
	text-transform: capitalize;
}
div.sys-sign-up .sys-su-line2 {
	position: relative;

	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;

	text-align: center;
}
div.sys-sign-up .sys-su-line2:first-child {
	padding-top: 0px;
}
div.sys-sign-up div.sys-su-form {
	position: relative;
	display: inline-block;

	white-space: nowrap;
}
div.sys-sign-up div.sys-suf-divider,
div.sys-sign-up div.sys-suf-input-wrp,
div.sys-sign-up div.sys-suf-button-wrp {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
div.sys-sign-up div.sys-suf-divider {
	width: 1px;
	height: 31px;
	margin-top: 7px;
	margin-bottom: 7px;

	background-color: #5f5f5f;
}

div.sys-sign-up div.sys-suf-input-wrp {
	width: 400px;
}
div.sys-sign-up div.sys-suf-button-wrp {
}
div.sys-sign-up div.sys-suf-button-wrp.sys-suf-bw-single {
	position: relative;
}
div.sys-sign-up div.sys-suf-input-wrp .sys-input-text {
	width: 100%;
	height: 45px;
	padding: 2px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	box-shadow: inset 1px 1px 1px 0px #dddddd;

	outline: none;
}
div.sys-sign-up div.sys-suf-button-wrp .b10-btn-large {
	display: block;
	float: none;

	height: 45px;
}
div.sys-sign-up.sys-sign-up-full div.sys-suf-button-wrp.sys-suf-bw-single .b10-btn-large {
	margin-left: auto;
	margin-right: auto;
}
div.sys-sign-up div.sys-suf-button-wrp .b10-btn-large i {
	height: 45px;
	padding: 0px 40px;

    line-height: 45px;

	color: #ffffff;
}
ddiv.sys-sign-up div.sys-suf-button-wrp .b10-btn-large.txt-w-demo i {
	background-color: #ff5200;
}
div.sys-sign-up div.sys-suf-button-wrp .b10-btn-large.txt-w-demo:hover i {
	background-color: #cd5200;
}
div.sys-sign-up div.sys-suf-button-wrp .b10-btn-large.txt-w-demo:active i
div.sys-sign-up div.sys-suf-button-wrp .b10-btn-large.txt-w-start:active i {			
	box-shadow: none;
}

/*--- Start (Login&Join) Form Section ---*/
div.sys-form-start {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
}
div.sys-form-start .sys-fs-navigation {
	position: relative;

	margin: 0px;
	padding: 0px;

	border-width: 0px;
	background-color: transparent;
	background-image: none;
}
div.sys-form-start .sys-fs-navigation .sys-fs-nav,
div.sys-form-start .sys-fs-navigation .sys-fs-nav.ui-tabs-active {
	position: absolute;
	top: -40px;
	left: 0px;

	width: 100%;
	height: 40px;

	margin: 0px;
	padding: 0px;
	outline-width: 0px;

	border-width: 0px;
	background-image: none;	
	background-color: transparent;

	text-align: center;
	line-height: 40px;	
}
div.sys-form-start .sys-fs-navigation .sys-fs-nav a,
div.sys-form-start .sys-fs-navigation .sys-fs-nav.ui-tabs-active a {
	float: none;
	display: inline;

	padding: 0px;
	outline-width: 0px;

	font-size: 0.75rem;
	color: #ffffff;
}
/** Tab based layout
div.sys-form-start ul.sys-fs-navigation {
	margin: 0px;
	padding: 0px;

	border-width: 0px;
	background-color: transparent;
	background-image: none;
}
div.sys-form-start ul.sys-fs-navigation li,
div.sys-form-start ul.sys-fs-navigation li.ui-tabs-active {
	width: 50%;
	height: 60px;

	margin: 0px;
	padding: 0px;

	border-width: 0px;
	background-image: none;
}

div.sys-form-start ul.sys-fs-navigation li a,
div.sys-form-start ul.sys-fs-navigation li.ui-tabs-active a {
	position: relative;

	width: 100%;
	padding: 0px;
	outline-width: 0px;

	line-height: 60px;
	text-align: center;
}
*/

div#sys-trans-container div.sys-form-start,
div#sys-trans-container div.sys-form-start .ui-widget-content,
div#sys-trans-container div.sys-form-start div.sys-frm-beige {
	background-color: #f5faff;
	background-image: none;

	font-size: 16px;
	font-size: 1rem;
}
div#sys-trans-container div.sys-form-start .sys-fs-tab {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
div#sys-trans-container div.sys-form-start .sys-fs-tab-title {
	text-align: center;
	font-size: 1.25rem;
	color: #666666;	
}
div#sys-trans-container div.sys-form-start,
div#sys-trans-container div.sys-form-start input, 
div#sys-trans-container div.sys-form-start select, 
div#sys-trans-container div.sys-form-start textarea, 
div#sys-trans-container div.sys-form-start button {
	font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
}
div#sys-trans-container div.sys-form-start .sys-input-text,
div#sys-trans-container div.sys-form-start .sys-input-password {
	width: 100%;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	font-size: 18px;
}
div#sys-trans-container div.sys-form-start div.sys_form_value .b10-btn-big {
	display: block;
	text-align: center;
}


div.sys-form-start .bx-form-element a,
div.sys-form-start .bx-form-element a:link,
div.sys-form-start .bx-form-element a:hover,
div.sys-form-start .bx-form-element a:active {
	color:#006699;	
}

div.sys-form-start .bx-form-element a:visited {
	color:#003366;	
}
div.sys-form-start p.sys-fs-note {
	margin-top: 0px;
	margin-bottom: 0px;

	text-align: center; 
}
div.sys-form-start span.sys-fs-note {
	color: red;
}
div.sys-form-start .sys-fs-agree {
	text-align: center;
}
