/* - --------- */ /* CSS Document COMMON*/ /* - --------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}
strong, bold {
	font-weight: 700;
}

/* - --------- */ /* CSS Document COMMON*/ /* - --------- */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #EDEDED;
	background-image: url(/res-nsz/images/nav/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	display: block;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
}
#intro {
	display: block;
	width: 600px;
	height: 300px;
}
#intro em {
	display: block;
	padding: 120px 300px 0px 50px;
	font-size: 26px;
	font-weight: 300;
	font-style: italic;
}
#menu {
}
/* - --------- MENU - --------- */

#menu-usergroup {
	margin-left: 100px;
	display: block;
}
#menu-usergroup ul {
}
#menu-usergroup ul li {
	display: block;
	float: left;
	margin-right: 8px;
}
#menu-usergroup ul li a {
	text-decoration: none;
	background-image: url(/res-nsz/images/nav/arrow-right-large.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
}
#menu-usergroup ul li a span {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 30px;
	display: block;
	color: #666;
}
#menu-usergroup ul li a.active {
	text-decoration: none;
	float: left;
	-moz-border-radius: 8px 0px 8px 0px;
	border-radius: 8px 8px 0px 0px;
	background-color: #FFF;
	background-color: #878586;
	color: #FFF;
	background-image: url(/res-nsz/images/nav/arrow-down-large-white.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#menu-usergroup ul li a.active span {
	color: #FFF;
}
#menu-usergroup ul li a:hover {
}
#menu-line {
	display: block;
	clear: both;
	float: none;
	background-color: #878586;
	background-image: url(/res-nsz/images/nav/dropdown-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 55px;
}
#menu-main {
	display: block;
	padding: 13px 13px 0px 13px;
}
#menu-main .menu-main-group span {
	display: block;
	float: left;
	font-size: 33px;
	line-height: 23px;
	font-style: oblique;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	margin-right: 15px;
}
#menu-line-right {
	display: block;
	float: right;
}
#menu-user {
	height: 55px;
	width: 249px;
	background-color: #4C8EFA;
	background-image: url(/res-nsz/images/nav/bg-line-menu-user.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu-user .wrapper {
	display: block;
	padding: 5px;
}

#menu-user img {
	display: block;
	float: left;
	height: 44px;
	width: 44px;
	margin-right: 8px;
	background-color: #1F47A4;
	-moz-box-shadow: inset 0 0 3px 3px #063162;
	-webkit-box-shadow: inset 0 0 3px 3px #063162;
	box-shadow: inset 0 0 3pxåž 3px #063162;
}

#menu-user a {
	text-decoration: none;
}
#menu-user a span {
	color: #FFF;
	font-size: 15px;
	margin-top: 5px;
	display: block;
	text-decoration: none;
}

#menu-user p a {
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
	line-height: 13px;
}

#menu-main ul {
}
#menu-main ul li {
	display: block;
	float: left;
	margin-right: 3px;
}
#menu-main ul li li {
	display: block;
	float: none;
}
#menu-main ul li li a:hover {
	background-image: none;
	display: block;
	float: none;
}
#menu-main ul li li a:hover span {
	background-image: none;
}
#menu-main ul li a {
	text-decoration: none;
	display: block;
}
#menu-main ul li a span {
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	line-height: 15px;
	display: block;
	height: 17px;
	padding: 5px 12px 5px 0px;
	margin-left: 12px
}
#menu-main ul li a.active {
	text-decoration: none;
	float: left;
	background-image: url(/res-nsz/images/nav/bg-mainmenu-active.png);
	background-repeat: no-repeat;
	background-position: left top;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#menu-main ul li a.active span {
	color: #FFF;
	background-image: url(/res-nsz/images/nav/bg-mainmenu-active.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu-main ul li a:hover {
	text-decoration: none;
	float: left;
	background-image: url(/res-nsz/images/nav/bg-mainmenu-active.png);
	background-repeat: no-repeat;
	background-position: left top;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#menu-main ul li a:hover span {
	color: #FFF;
	background-image: url(/res-nsz/images/nav/bg-mainmenu-active.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu-line .menu-user-login {
	padding: 13px;
}
.menu-user-login a {
	text-decoration: none;
	float: left;
	background-image: url(/res-nsz/images/nav/bg-userlogin.png);
	background-repeat: no-repeat;
	background-position: left top;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
.menu-user-login a span {
	color: #FFF;
	background-image: url(/res-nsz/images/nav/bg-userlogin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	line-height: 15px;
	display: block;
	height: 17px;
	padding: 5px 12px 5px 0px;
	margin-left: 12px
}
.menu-user-login a:hover {
	text-decoration: none;
	float: left;
	background-image: url(/res-nsz/images/nav/bg-userlogin.png);
	background-repeat: no-repeat;
	background-position: left top;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.menu-user-login a:hover span {
	color: #FFF;
	background-image: url(/res-nsz/images/nav/bg-userlogin.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#network-nav {
	padding: 10px;
}
#network-nav ul li a {
	display: block;
	height: 23px;
	overflow: hidden;
}
#network-nav ul li a span {
	padding: 3px 5px;
	background-color: #EFEFEF;
	display: block;
	-moz-border-radius: 4px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	color: #5B575A;
	display: block;
	float: left;
}
#network-nav ul li a.active span {
	color: #FFF;
	background-color: #96120A;
}
#network-nav ul li a:hover span {
	color: #FFF;
	background-color: #96120A;
}
/* - --------- HEADER LOGO - --------- */

.header-top {
}
.header-top a {
	color: #666666;
}
#logo {
	display: block;
	float: left;
	width: 420px;
	margin-top: 14px;
	margin-left: 26px;
}
#logo a img {
	display: block;
	float: left;
	width: 64px;
	height: 62px;
	margin-right: 14px;
}
#logo a span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 15px;
	letter-spacing: 3px;
}
#logo a p {
	display: block;
	font-size: 18px;
	text-decoration: none;
}
#logo a {
	text-decoration: none;
}
#header-right {
	display: block;
	float: right;
	width: 490px;
	margin-top: 10px;
	margin-right: 10px;
}
#header-right-menu ul {
}
#header-right-menu ul li {
	display: block;
	float: right;
	margin: 5px;
}
#header-right-menu ul li a {
	text-decoration: none;
}
#header-right-menu ul li.divider {
	margin: 5px 0 0 3px;
}
#header-right-menu ul li.divider i {
	border-left: 3px solid #CCC;
	margin: 0;
	padding: 8px 0;
	font-size: 12px;
	display: block;
	
}
#header-right-menu ul li a span {
	padding: 8px;
	background-color: #EFEFEF;
	display: block;
	-moz-border-radius: 8px;
	text-decoration: none;
	border-radius: 8px;
	font-size: 12px;
	color: #5B575A;
}
#header-right-menu ul li a:hover span{
	color: #2E2B2D;
	background-color: #CCC;
}
#header-right-menu ul li a.active {
}
#header-right-menu ul li.active span {
	color: #FFF;
	background-color: #96120A;
}
/* - --------- MAIN CONTAINER PAGE  - --------- */

#container-page {
	display: block;
	clear: both;
	float: none;
	background-color: #FFF;
}
#right {
	width: 171px;
	display: block;
	float: right;
}
#main {
	width: 605px;
	display: block;
}
#page {
}
#login .content12 {
	display: block;
	float: left;
	width: 470px;
}

#object .wrapper {
	padding: 24px;
}
/* - --------- CONTENT STYLES  - --------- */

#content h1 {
	display: block;
	font-size: 29px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
#content h2, .content h2 {
	display: block;
	font-size: 22px;
	margin: 15px 5px 20px 0px;	
    padding: 5px 0px 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A9A6EE;
}
#content h3, .content h3 {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 5px;	
	margin-top: 10px;	
        color: #333;
}
#content h4, .content h4 {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 0.1em;
}
#content p, .content p, .elrte-container {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
#wysiwyg-editor ul li {

}
#content ul li, .content ul li {
	padding-left: 20px;
	background-image: url(/res-nsz/images/nav/ulli.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
}
#content ol li, .content ol li {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
}
#content ol, .content ol {
	padding-left: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 20px;
}
#content ul, .content p {
	margin-bottom: 7px;
	display: block;
}
#leadin p, .leadin p {
	display: block;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	color: #575556;
}
#uptitle p {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
} 
#content p a, #content ul li a, .content p a, .content ul li a {
	color: #0066CC;
}
#content p a, #content ol li a, .content p a, .content ol li a {
	color: #0066CC;
}
#content td, .content td {
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	vertical-align: middle;
}
#content td a, .content td a {
	color: #0066CC;
}
#content table, .content table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#content th, .content th {
	background-color: #EDEDED;	
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
}
.medium-image {
	display: block;
	float: right;
	margin: 5px;
	padding: 2px;
	height: 124px;
	width: 124px;
	-moz-box-shadow: inset 0 0 3px 3px #999;
	-webkit-box-shadow: inset 0 0 3px 3px #999;
	box-shadow: inset 0 0 3px 3px #999;
	background-color: #EDEDED;
}
.medium-image img {
	width: 124px;
	height:124px;
}

.small-image {
	display: block;
	float: right;
	margin: 5px;
	padding: 2px;
	height: 48px;
	width: 48px;
	-moz-box-shadow: inset 0 0 3px 3px #999;
	-webkit-box-shadow: inset 0 0 3px 3px #999;
	box-shadow: inset 0 0 3px 3px #999;
	background-color: #EDEDED;
}

.small-image img {
	width: 48px;
	height: 48px;
}

/* - --------- ELEMENTS WEBSITE  - --------- */

.line {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
.thin-line {
	clear: both;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.light-line {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.clear {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.red {
	color: #F00;
}
a.addnew, a.passnew {
	font-size: 13px;
	color: #666;
	padding:  4px 4px 4px 20px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
}
a.addnew {
	background-image: url(/res-nsz/images/nav/icon-addnew.png);
	background-position: 2px 4px;
	font-weight: bold;
}
a.passnew {
	background-position: 2px;
	background-image: url(/res-nsz/images/nav/icon-lock.png);
}
a.addnew:hover, a.passnew:hover {
	color: #000;
}
.transparent50 {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
a.reset {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	background-image: url(/res-nsz/images/nav/icon-remove.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding:  4px 4px 4px 20px;
	text-decoration: none;
	display: block;
}
.red-note {
	/* dropshadow crossbrowser */
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
	background-color: #FDD;
	padding: 15px;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	color: #000;
	border: 1px solid #EDEDED;
	margin-bottom: 10px;
}
.red-note .alert a {
	color: #000;
	text-decoration: underline;
}
.red-note .alert {
	background-image: url(/res-nsz/images/nav/error.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
.red-note h3 {
	font-size: 14px;
	font-weight: bold;
	min-height:24px;
	height:auto !important;
	height:24px;
}
.yellow-note {
	/* dropshadow crossbrowser */
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
	background-color: #FFC;
	padding: 15px;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	color: #000;
	border: 1px solid #EDEDED;
	margin-bottom: 10px;
}
.yellow-note .alert a {
	color: #000;
	text-decoration: underline;
}
.yellow-note .alert {
	background-image: url(/res-nsz/images/nav/icon-alert.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
.yellow-note ol {
	margin-left: 20px;
}
.yellow-note h3 {
	font-size: 14px;
	font-weight: bold;
	min-height:24px;
	height:auto !important;
	height:24px;
}
.yellow-note p {
}

.blue-list h3 {
	font-size: 22px;
	font-weight: 300;
	color: #3D79F8;
	margin-bottom: 10px;
}
.blue-list p {
	margin-bottom: 10px;
	line-height: 21px;
}
.blue-list ul li {
	background-image: url(/res-nsz/images/nav/icon-ok-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 5px 5px 25px;
	margin: 0px 0px 5px 0px;
	line-height: 21px;
}
/* - --------- FORM - --------- */


#form .filter {
	background-image: url(/res-nsz/images/nav/bg-filter.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#form .filter p a {
	font-size: 13px;
	padding: 14px 14px 14px 34px;
	display: block;
	color: #666;
	text-decoration: none;
	background-image: url(/res-nsz/images/nav/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}
#form .filter .open {	
	background-image: url(/res-nsz/images/nav/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}
#form .filter .close {	
	background-image: url(/res-nsz/images/nav/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
}
#form .fast-search {
	float: right;
	width: 160px;
	margin-right: 17px;
	margin-top: 8px;
}
.fast-search input {
	background-color: #FFF;
	display: block;
	padding: 2px 2px 2px 25px;
	background-image: url(/res-nsz/images/nav/icon-search.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 130px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#form .wrapper {
	padding: 15px;
}
#form .groupform {
	clear: both;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#form .groupform .groupform-radio {
	display: block;
	float: left;
}
#form .groupform .groupform-content {
	padding-left: 30px;
	margin-bottom: 10px;
}
#form .groupform .groupform-content h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 10px 0px;
}
#form .formline {
	clear: both;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	font-size: 11px;
	color: #333;
}
#form .formline label {
	display: block;
	float: left;
	font-size: 11px;
	color: #333;
	width: 135px;
	margin: 10px 5px 10px 5px;
}
#form .formline .help {
	display: block;
	float: right;
}
#form .formline .help a img {
	background-image: url(/res-nsz/images/nav/icon-help.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 13px;
	margin: 5px;
	display: block;
}
#form .formline .formline-inputfield {
	display: block;
	float: left;
	margin: 6px 6px 6px 0px;
}
.formline-inputfield span {
	line-height:16px;
}
#form .formline .formline-inputfield strong {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
}
#form .formline .formline-inputfield .a-wrapper {
	margin: 0px;
	padding-left: 20px;
}
#form .formline h3 {
	font-size: 14px;
	font-weight: 700;
}
#form .formline .formline-radiodesc {
	display: block;
	float: left;
	margin-top: 11px;
	margin-right: 25px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#form .formline .formline-radiodescf {
	display: block;
	float: left;
	margin-top: 11px;
	margin-right: 25px;
	margin-bottom: 6px;
	margin-left: 0px;
	width: 300px;
}
#form .formline .formline-text {
	display: block;
	float: left;
	margin: 11px 0 6px 0;
	width: 470px;
	height: 150px;
	overflow: auto;
	border: 1px solid #ccc; 
	padding: 10px;
	-moz-box-shadow: inset 0 0 1px 1px #CCC;
	-webkit-box-shadow: inset 0 0 1px 1px #CCC;
	box-shadow: inset 0 0 1px 1px #CCC;
	background-color: #F1F1F1;
}
#form .formline .textarea {
	display: block;
	float: left;
	margin: 0 0 6px 0;
	width: 470px;
	height: 150px;
	overflow: auto;
	border: 1px solid #ccc; 
	-moz-border-radius: 8px;
	padding: 5px;
	border-radius: 8px;
	background-color: #F1F1F1;
}
#form .formline .formline-inputfield input {
	display: block;
	height: 21px;
	margin: 0px 5px 0px 0px;
}
#form .formline .formline-inputfield input[type=text], #form .formline .formline-inputfield input[type=password] {
	background-color: #EDEDED;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
}
#form .formline .formline-inputfield input.standard {
	width: 171px;
}
#form .formline .formline-inputfield input.large {
	width: 450px;
}
#form .formline .formline-inputfield input.small {
	width: 30px;
	text-align: center;
}
#form .error {
	background-color: #FFEDFF;
}
.error-note-full {
	width: 100%;
}
.error-note {
	width: 250px;
}
.error-note, .error-note-full {
	font-size: 12px;
	float: left;
	padding: 5px 0;
}
.error-note, .error-note-full, .error {
	color: #900;
}
#form h1 {
	display: block;
	font-size: 29px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
#form h2 {
	display: block;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A9A6EE;
	height: 23px;
}
#form h2 span {
	font-size: 15px;
	line-height: 15px;
	color: #900;
	-moz-border-radius: 8px 0px 8px 0px;
	border-radius: 8px 8px 0px 0px;
	background-color: #FFF;
	background-color: #E8E8FF;
	color: #666;
	font-weight: 300;
	padding: 5px 10px;
}/* - --------- FORM BUTTONS   - --------- */

.button-large-next {
	display: block;
	float: left;
	margin: 15px 0px;
}
.button-large-next a {
	color: #666;
	display: block;
	float: left;
	text-decoration: none;
	text-shadow: 2px 2px 2px #003300;
	background-image: url(/res-nsz/images/nav/bg-button-green-large-next.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.button-large-next a:hover {

}

.button-large-next a span {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 6px 27px 9px 15px;
	background-image: url(/res-nsz/images/nav/bg-button-green-large-next.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.button-large-blue-next {
	display: block;
	margin: 15px 0px;
}
.button-large-blue-next a {
	color: #666;
	display: block;
	float: left;
	text-decoration: none;
	text-shadow: 2px 2px 2px #003300;
	background-image: url(/res-nsz/images/nav/bg-button-blue-large-next.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.button-large-blue-next a span {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 6px 27px 9px 15px;
	background-image: url(/res-nsz/images/nav/bg-button-blue-large-next.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.button-large-blue a {
	color: #666;
	display: block;
	float: left;
	text-decoration: none;
	background-color: #3D7CF8;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 6px 15px 9px 15px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.inline-higlight {
	display: inline-block;
	padding: 3px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f1f1;
}
.button-large, .button-large-red, .button-large-cancel, .button-large-blue  {
	display: block;
	float: left;
	margin: 15px 5px 15px 0;
}
.button-large a, .button-large-red a, .button-large-cancel a {
	color: #666;
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.button-large a {
	background-image: url(/res-nsz/images/nav/bg-button-green-large.png);
}
.button-large-red a {
	background-image: url(/res-nsz/images/nav/bg-button-red-large.png);
}
.button-large a span {
	background-image: url(/res-nsz/images/nav/bg-button-green-large.png);
}
.button-large-red a span {
	background-image: url(/res-nsz/images/nav/bg-button-red-large.png);
}
.button-large a span, .button-large-red a span {
	color: #FFF;
	text-shadow: 2px 2px 2px #003300;
}
.button-large-cancel a span {
	color: #999;
}
.button-large a span, .button-large-red a span, .button-large-cancel a span {
	font-size: 16px;
	text-decoration: none;
	padding: 6px 15px 9px 0px;
	margin-left: 13px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.button-gray, .button-transparent {
	display: block;
	margin: 0px;
	float: left;
}
.button-gray a, .button-transparent a {
	color: #666;
	display: block;
	float: left;
	text-decoration: none;
}
.button-gray a {
	background-image: url(/res-nsz/images/nav/bg-button-gray.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.button-gray a span, .button-transparent a span {
	font-size: 13px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	margin-left: 7px;
	height: 16px;
	font-weight: bold;
	text-decoration: inherit;
	
}
 .button-transparent a span {
 	text-decoration: none;
 }
.button-gray a span {
	background-image: url(/res-nsz/images/nav/bg-button-gray.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-transform: uppercase;
}

.button-back a, .button-back-small a {
	font-size: 12px;
	color: #666;
	float: left;
	text-decoration: none;
	background-image: url(/res-nsz/images/nav/arrow-left.png);
	background-repeat: no-repeat;
}

.button-back a {
	padding: 20px 15px 0px 25px;
	background-position:  5px 20px;
}
.button-back-small a {
	padding: 0 15px 0px 25px;
	background-position:  5px 0;
}

/* - --------- FORM STEPS - --------- */
#form #step-navigation {
}
#form #step-navigation .step {
	display: block;
	width: 212px;
	background-color: #D2E6D2;
	float: left;
}
#form #step-navigation .active {
	background-image: url(/res-nsz/images/nav/active-step.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
#form #step-navigation .active span {
	display: block;
	background-color: #298F29;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 4px 6px 6px 6px;
}
#form #step-navigation .inactive span {
	display: block;
	font-weight: bold;
	background-color: #DADADA;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding: 4px 6px 6px 6px;
}
#form #step-navigation span {
	display: block;
	font-weight: bold;
	background-color: #89B189;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 6px 6px 6px;
}
#form #step-navigation .active p {
	display: block;
	background-color: #D2E6D2;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 6px 6px 6px;
	color: #000;
}
#form #step-navigation .inactive p {
	display: block;
	background-color: #EDEDED;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding: 4px 6px 6px 6px;
	margin-bottom: 0px;
}
#form #step-navigation p span {
	display: block;
	background-color: #D2E6D2;
	font-size: 13px;
	padding: 4px 6px 6px 6px;
	color: #000;
	font-weight: normal;
}
#form #step-navigation .hasmargin {
	margin-right: 12px;
}
/* - --------   --------- */

#page-a {
	background-color: #DAE7FE;
}
#page-m, #page-i {
	background-color: #EDEDED;
}
#page-i h1{
	display: block;
	font-size: 29px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
#page-b {
}
#page-c {
	background-color: #DAE7FE;
	background-image: url(/res-nsz/images/nav/bg-right.gif);
	background-position: 600px top;
	background-repeat: no-repeat;
}
#page-c #right-c h3 {
	font-size: 13px;
	font-weight: 700;
	color: #4A5A72;
	background-color: #E0F9FF;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0CAD5;
}
#page-c #right-c h3 span a {
	display: block;
	float: right;
	color: #4A5A72;
	text-decoration: underline;
	font-size: 11px;
}
#page-c #right-c h3 em {
	color: #900;
	font-style: normal;
	font-weight: 700;
}
#page-a .wrapper, #page-m .wrapper, #page-c #right-c .wrapper {
	padding: 20px;
	display: block;
}
#page-c #right-c .item a {
	padding: 5px 0px 6px 0px;
	display: block;
	text-decoration: none;
}

#page-c #right-c .item-0, #page-c #right-c .item-1 {
	width: 148px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
#page-c #right-c .item-0 {
	margin-left: 5px;
	margin-right: 5px;
}
#page-c #right-c .item-odd a img, #page-c #right-c .item-even a img {
	width: 148px;
	height: 68px;
}
#page-c #right-c .item-0 a {
	display: block;
	text-decoration: none;
}
#page-c #right-c .item a:hover label {
	color: #000;
	text-decoration: underline;
}
#page-c #right-c .item a img {
	display: block;
	float: right;
	background-color: #EDEDED;
	height: 46px;
	width: 58px;
}
#page-c #right-c .item a label, #page-c #right-c .item a strong {
	font-size: 14px;
	font-weight: normal;
	color: #4A5A72;
	line-height: 17px;
	margin-bottom: 3px;
	display: block;
	cursor: pointer;
}
#page-c #right-c .item a:hover label, #page-c #right-c .item a:hover strong  {
		text-decoration: underline;
}
#page-c #right-c .item a span.date {
	font-size: 11px;
	color: #4A5A72;
	text-decoration: none;
}
#page-c #right-c .item a span.datered {
	color: #900;
	font-size: 11px;
	text-decoration: none;
}
#page-c #right-c .item a span{
	font-size: 11px;
	line-height: 14px;
	color: #4A5A72;
	text-decoration: none;
}
#main-a, #main-i {
	width: 700px;
	display: block;
	background-color: #FFF;
	float: left;
}
#main-m {
	width: 800px;
	display: block;
	background-color: #FFF;
	float: left;
}
#left-m {
	width: 150px;
	display: block;
	float: left;
}
#main-c {
	width: 600px;
	display: block;
	background-color: #FFF;
	float: left;  
}
#main-b {
	width: 600px;
	display: block;
	background-color: #FFF;
	float: left; 
}
.wrapper-all { padding:  15px; }
.wrapper-horizontal { padding: 0 15px; }
.wrapper-top { padding-top: 15px; }
.wrapper-bottom { padding-bottom: 15px; }
.wrapper-left { padding-left: 15px; }
.wrapper-right { padding-right: 15px; }
.wrapper-vertical { padding: 15px 0; }

#main-i .wrapper, #main-c .wrapper, #main-b .wrapper, #page-b .wrapper {
	padding:  15px;  
}
#left-b {
	width: 345px;
	display: block;
	float: left;
}
#left-b-search {
	display: block;
	background-color: #DAE7FE;
}
#left-b .hasmargin {
	margin-right: 5px;
}
.left-b-12 {
	width: 157px;
	display: block;
	float: left;
	margin-top: 17px;
	margin-bottom: 7px;
}
#filter ul li span {
	font-size: 12px;
	color: #555;
	font-weight: normal;
}
#filter ul li a {
	font-size: 12px;
	color: #333;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}
#filter ul li a:hover {
	color: #3D7CF8;
}
#filter ul li {
	margin-bottom: 10px;
	display: block;
}
#filter h3 {
	font-size: 14px;
	color: #666;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
}
.chosen-filter {
	display: block;
	margin-bottom: 15px;
}
.chosen-filter ul li a {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #CCC;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(/res-nsz/images/nav/icon-close-red.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.chosen-filter ul li a.red {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #FFF;
	color: #900;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: none;
}
.chosen-filter ul li a:hover {
	border: 2px solid #999;
	color: #000;
}
.chosen-filter ul li a:hover span {
	color: #991309;
}
.chosen-filter ul li a span {
	font-weight: 700;
	color: #999;
}
#right-c {
	width: 350px;
	display: block;
	float: left;
}
#right-i {
	width: 250px;
	display: block;
	float: left;
}
#right-i #banners {
	display: block;
	margin: 8px 2px 2px 8px;
}
#right-i #banners ul li {
	margin-bottom: 4px;
}
#right-a {
	width: 250px;
	display: block;
	float: left;
}
#right-a .wrapper {
	padding: 10px;
	display: block;
}
#right-a #menu-1 ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 9px;
	cursor: hand;
}
#right-a #menu-1 ul li a.active {
	background-color: #FFF;
}
#right-a #menu-2 ul li a.active {
	background-color: #FFF;
}
#right-a #menu-1 ul li a span, #right-a #menu-2 ul li a span {
	display: block;
	float: right;
	color: #777;
	text-decoration: none;
	font-weight: normal;
}
#right-a #menu-1 ul li a span img, #right-a #menu-2 ul li a span img {
	margin-top: -9px;
}
#right-a #menu-1 ul li a span em.red, .smallalert-red {
	display: block;
	float: left;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #900;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding:  1px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 5px;
}
#right-a #menu-1 ul li a span em.green, .smallalert-green {
	display: block;
	float: left;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	background-color: #060;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding:  1px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#right-a #menu-1 ul li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: block;
}
#right-a #menu-1 ul li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: block;
}
#right-a #menu-2 ul li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 9px;
	cursor: hand;
}
#right-a #menu-2 ul li a:hover, #right-a #menu-1 ul li a:hover {
	background-color: #EAF1FF;
}
#right-a #menu-2 ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEB9CB;
	display: block;
}
.registration-group {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #B1CBFC;
	display: block;
	float: right;
}
#registration-divider {
	background-color: #999;
	display: block;
	height: 4px;
	margin: 10px 0;
}
/* login tabber  */

.tabberlive .tabbertabhide {
	display:none;
}
.tabber {
}
.tabberlive {
	margin-top:1.2em;
}
ul.tabbernav {
	margin:0;
	height: 29px;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a, ul.tabbernav li a:link, ul.tabbernav li.tabberactive a  {
	padding: 3px 8px;
	margin-right: 3px;
	text-decoration: none;
	font-size: 22px;
	/*
	font-style: italic;
	font-weight: bold;
	*/
}
ul.tabbernav li a:link {
	color: #999;
}
ul.tabbernav li a:visited {
	color: #999;
}
ul.tabbernav li a:hover {
	color: #3D7CF8;
}
ul.tabbernav li.tabberactive a {
	background-color: #DAE7FE;
	color: #3D7CF8;
}
ul.tabbernav li.tabberactive a:hover {
	color: #3D7CF8;
	background-color: #DAE7FE;
}
.tabberlive .tabbertab {
	padding:15px;
	background-color: #DAE7FE;
	border-top:0;
}
.tabberlive .tabbertab h5 {
	display:none;
	clear: both;
	float: none;
}
/* footer   */
#footer-container {
	display: block;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-size: 12px;
	color: #666;
	padding: 5px;
}
#footer .footer-left {
	display: block;
	float: left;
}
#footer .footer-right {
	display: block;
	float: right;
	width: 600px;
}
#footer .footer-menu ul li  {
	display: block;
	float: right;
	margin-right: 10px;
}#footer .footer-menu ul li a {
	color: #666;
	text-decoration: none;
}
#login #pagetools {

	background-image: none;

}
#pagetools {
	padding: 12px 8px  8px 8px;
	background-image: url(/res-nsz/images/nav/bg-filter.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 12px;
}
.pagetools-left { float: left; }
.pagetools-left ul li a { margin-right: 15px; }
.pagetools-right ul li a{ margin-left: 15px; }
#pagetools ul li a {
	display: block;
	float: right;
	font-size: 11px;
	color: #666;
	padding-left: 15px;
	text-decoration: none;
	line-height: 15px;
}#pagetools ul li a.share {
		background-image: url(/res-nsz/images/nav/icon-share.png);
	background-repeat: no-repeat;
	background-position: left top;	
}#pagetools ul li a.print {
	background-image: url(/res-nsz/images/nav/icon-print.png);
	background-repeat: no-repeat;
	background-position: left top;	padding-left: 22px;
	
}#pagetools ul li a.back {
	background-image: url(/res-nsz/images/nav/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#dashboard .modul {
	display: block;
	float: left;
	width: 322px;
	margin-bottom: 15px;
}
#dashboard .modul a {
	background-color: #EDEDED;
	padding: 15px;
	display: block;
	text-decoration: none;
	height: 80px;
	border: 1px solid #EDEDED;
	-moz-box-shadow: 2px 2px 3px #FFF;
	-webkit-box-shadow: 2px 2px 3px #FFF;
	box-shadow: 2px 2px 3px #FFF;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#FFFFFF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#FFFFFF');
}
#dashboard .modul a:hover {
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');

}
#dashboard .moji-oglasi a img {
	background-image: url(/res-nsz/images/nav/icon-cv.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .podaci-o-firmi a img {
	background-image: url(/res-nsz/images/nav/icon-company.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .sacuvane-biografije a img {
	background-image: url(/res-nsz/images/nav/icon-collect.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .licni-podaci a img {
	background-image: url(/res-nsz/images/nav/icon-profile.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .kandidati a img {
	background-image: url(/res-nsz/images/nav/icon-candidates.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .admin-kandidati a img {
	background-image: url(/res-nsz/images/nav/icon-admin-candidates.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .kompanija a img {
	background-image: url(/res-nsz/images/nav/icon-company.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .admin-kompanije a img {
	background-image: url(/res-nsz/images/nav/icon-admin-companies.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .poslovi-na-email a img {
	background-image: url(/res-nsz/images/nav/icon-email.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .email-dokumenti a img {
	background-image: url(/res-nsz/images/nav/icon-edocuments.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .zeljeni-poslovi a img {
	background-image: url(/res-nsz/images/nav/icon-favorites.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .lozinka a img {
	background-image: url(/res-nsz/images/nav/icon-password.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .prijave-posao a img {
	background-image: url(/res-nsz/images/nav/icon-jobapplication.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .reports a img {
	background-image: url(/res-nsz/images/nav/icon-report.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dashboard .modul a img {
	display: block;
	float: right;
	height: 80px;
	width: 80px;
}
#dashboard .modul a p {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 26px;
}
#dashboard .modul a span {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
#dashboard .hasmargin {
	margin-right: 15px;
}
#result-table {
	display: block;
	width: 100%;
	margin: 10px 0;
}
#result-table table {
	
}

#result-table th {
	font-size: 12px;
	color: #999;
	padding: 3px;
}
#result-table tr {
}
#result-table td a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#result .item {
}
#result .item .selected {
	background-image: url(/res-nsz/images/nav/bg-selected.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 23px;
	position: absolute;
	display: block;
	left: 40px;
	top: 30px;
	visibility: inherit;
}
#result .item .selected-holder {
	height: 1px;
	width: 1px;
	position: relative;
	display: block;
}
#result .item .item-tools {
}
#result .item .item-tools a {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	margin-top: 5px;
	margin-right: 5px;
}
#result .item .item-tools a.alert {
	display: block;
	background-image: url(/res-nsz/images/nav/icon-alert-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#result .item .item-tools a.add {
	display: block;
	background-image: url(/res-nsz/images/nav/icon-add-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#result .item .item-data a {
	display: block;
	padding: 5px;
	height: 54px;
	margin-bottom: 5px;
	border: 1px solid #FFF;
	text-decoration: none;
	cursor: pointer;
}
#result .item .item-data a ins {
	font-family: "Arial Black", Gadget, sans-serif;
 	text-transform: uppercase;
 	text-decoration: none;
 	font-size: 9px;
 	margin-top: 5px;
 	text-shadow: 1px 1px 1px #FFF;
 	color: #000;
 	background-color: #FF0;
 	padding: 3px 7px;
 	display: block;
 	letter-spacing: 2px;
	float: right;
	-moz-box-shadow: 0 0 5px #888;
 	-webkit-box-shadow: 0 0 5px#888;
 	box-shadow: 0 0 5px #888;
	-moz-border-radius: 5px;
 	border-radius: 5px;
 	background: rgb(241,231,103);
 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZTc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWI2NDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 	background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
 	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1)));
 	background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
 	background: -o-linear-gradient(left, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
 	background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
 	background: linear-gradient(to right, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 );
}

#result .row-0 a {
	background-color: #EDEDED;
}
#result .row-1 a {
	background-color: #FFFFFF;
}
#result .item .item-data a img {
	background-color: #FFF;
	display: block;
	float: left;
	height: 52px;
	width: 52px;
	margin-right: 10px;
	cursor: pointer;
}
#result .item .item-data a label, #result .item .item-data a cite {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	margin-top: 7px;
	display: block;
	cursor: pointer;
}
#result .item .item-data a span {
	display: block;
	float: right;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
	clear: right;
	cursor: pointer;
}
#result .item .item-data a em {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-style: normal;
	cursor: pointer;
}
#result .item .item-data a:hover label {
	color: #2962F5;
	text-decoration: underline;
}
#result .item .item-data a:hover {
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
	border: 1px solid #CCC;
}
.pagination-top {
	margin-bottom: 3px; 
}
.pagination a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.pagination a.active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.records {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.pagination {
	display: block;
}
.pagination-next a {
	display: block;
	float: right;
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.close a {
	display: block;
	float: right;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	margin-top: 34px;
}
.counting {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	margin: 20px 10px 10px 10px;
}
.counting img {
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 10px;
}
.counting span {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 7px;
	font-weight: 300;
	font-style: oblique;
}
.call-sign-in p, .call-sign-in .menu-user-login {
	display: block;
	float: left;
	margin-right: 7px;
}
.call-sign-in p {
	font-size: 13px;
	margin-top: 7px;
}
.call-sign-in {
	margin-bottom: 7px;
}
.preview {
	border: 3px solid #CCC;
	-moz-border-radius: 18px;
	border-radius: 18px;
	margin:  15px 0px;
	display: block;
}
.magazine-shortcut {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 170px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.magazine-shortcut a {
	text-decoration: none;
}
.magazine-shortcut a span {
	font-size: 13px;
	color: #666;
	padding: 6px;
	display: block;
	text-decoration: none;
	text-align: center;
}
.magazine-shortcut a img {
	display: block;
}
.photo-right {
	float: right;
	width: 300px;
	margin:0px 0px 15px 15px;
}
#photo .photo-main {
	display: block;
}
#photo .photo-small {
	margin-left: 6px;
}
#photo .photo-small a img {
	display: block;
	height: 70px;
	width: 92px;
	float: left;
	margin:  6px 6px 6px 0px;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#photo .photo-small a:hover img {
	display: block;
	height: 70px;
	width: 92px;
	float: left;
	margin:  6px 6px 6px 0px;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#photo .photo-description {
	font-size: 12px;
	line-height: 15px;
	color: #999;
	display: block;
	padding: 7px;
}
#info {
}
#info h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
#info .thin-line {
	border-bottom-color: #CCC;
	margin-bottom: 13px;
	margin-top: 5px;
}
#info .item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 13px;
}
#info .item a {
	text-decoration: none;
	display: block;
}
#info .item a img {
	background-color: #EDEDED;
	display: block;
	float: left;
	height: 98px;
	width: 130px;
	margin:0px 10px 10px 0px;
}
#info .item a strong {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	display: block;
}
#info .item a span {
	font-size: 13px;
	color: #999;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	display: block;
	line-height: 14px;
}
#info .item a cite {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 5px 0px 10px 0px;
	font-style: normal;
	line-height: 16px;
	display: block;
}
#info .item a:hover label {
	color: #2962F5;
	text-decoration: underline;
}
#info .item a:hover {
}
#tools ul li a {
	display: block;
	float: right;
	padding-left: 25px;
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
#tools ul li a.delete {
	background-image: url(/res-nsz/images/nav/icon-delete.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.download {
	background-image: url(/res-nsz/images/nav/icon-download.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.search {
	background-image: url(/res-nsz/images/nav/icon-search.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.edit {
	background-image: url(/res-nsz/images/nav/icon-edit.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.add {
	background-image: url(/res-nsz/images/nav/icon-add.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.move {
	background-image: url(/res-nsz/images/nav/icon-move.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.refresh {
	background-image: url(/res-nsz/images/nav/icon-refresh.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.publish {
	background-image: url(/res-nsz/images/nav/icon-publish.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.block {
	background-image: url(/res-nsz/images/nav/icon-block.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li a.mail-send {
	background-image: url(/res-nsz/images/nav/icon-mail-send.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tools ul li {
	display: block;
	float: right;
	margin-left: 15px;
	background-image: none;
	padding: 0px;
}
#upper-footer {
	background-color: #B4CCFC;
	border: 1px solid #FFF;
}
#banners {
	display: block;
	margin: 4px 2px 2px 4px;
}
#banners ul li {
	display: block;
	float: left;
	height: 60px;
	width: 231px;
	margin: 2px;
}
#banners ul li a {
	display: block;
	height: 60px;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666');
	background-color: #FFF;
}
#banners ul li a:hover {
	background-color: #EDEDED;
}
#banners ul li a span {
	display: block;
	padding: 10px 5px 5px 60px;
	color: #666;
	font-size: 13px;
	text-decoration: none;
}
#banners ul li a img {
	background-color: #EDEDED;
	display: block;
	margin: 5px;
	float: left;
	height: 50px;
	width: 50px;
}
#column-box-nav {
	margin: 10px 20px 20px 20px;
	display: block;
}
.column-box {
	display: block;
	margin: 6px;
	float: left;
	width: 138px;
}
.column-box ul li a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
}
.column-box h3 a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
}
.note {
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.date {
	color: #999;
}
.date a {
	color: #999;
	text-decoration: underline;
}
.date a:hover {
	color: #666;
	text-decoration: underline;
}
.current-job a{
	color: #000;
	text-decoration: underline;
}.current-job{
	background-color: #DAE7FE;	height: 100px;	margin: 0px 0px 15px   0px;	


}.user-selected{
	background-color: #DAE7FE;
	display: block;
	float: left;
	height: 100px;
	width: 130px;
	margin: 0px 15px 15px  0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}.user-selected p{
	display: block;
	float: left;
	margin: 10px 0px 0px 10px;
	font-size: 32px;
	font-weight: bold;
	color: #3D7CF8;	
}.user-selected span{
	display: block;
	float: left;
	margin: 10px;
	font-size: 12px;
	color: #3D7CF8;	
}#content-nav  {
	display: block;
	height: 46px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 15px;
}#content-nav a {
	display: block;
	float: left;
	margin: 10px;
	font-size: 12px;
	color: #3D7CF8;		text-decoration: none;

}#content-nav a span {
	padding: 10px 5px 0px 5px;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;

}#content-nav a:hover span {
	color: #2C65F5;

}
#content-nav a.active span {
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
	line-height: 14px;
	font-weight: bold;
}


/* top level
--------------------------------------------*/
.menu-drop {
	margin: 0 auto;
	width: auto;
	float:left;
	/*Note: htc file path(if using relative path) inside the CSS file should be relative to the page, not to the CSS file (this is unlike image path inside the CSS that is relative to the CSS file location only). 
    So we recommend using the absolute path for the behavior file.*/
    behavior: url("/horizontal/menuh/cssmenu.htc");
	position:relative;
	z-index:4;
}
.menu-drop li {
	padding: 0;
	float: left;
	position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
	color: black;
	z-index:5;
}
.menu-drop a {
	font-weight: bold;
	display: inline-block;
	outline: 0;
	text-decoration: none;
	color: black;
	position: relative;
}
.menu-drop li:hover a, .menu-drop li.onhover a {
	color: #000;
	z-index: 9;
}
/*Used to align a top-level item to the right*/        
.menu-drop li.menuRight {
	float: right;
	margin-right: 0px;
}
/*for the top-level separators*/
.menu-drop li.separator {
	font-size:0;
	overflow:hidden;
	border-left:1px solid #F7F7F7;
	border-right:1px solid #BBBBBB;
	z-index:4;
}
/* sub level
--------------------------------------------*/
        
.menu-drop .drop {
	position: absolute;
	z-index:5;
	left: -9999px;
	border: 1px solid #DDD;
	border-bottom:3px solid #0F4F89;
	background: #FFF;
	text-align: left;
	padding: 20px;
	color:#0F4F89;
	top:14px;
}
.menu-drop .drop a {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	text-align: left;
	position: static;
	z-index: 0;
	background-image:none;
}
.menu-drop li:hover .drop, .menu-drop li.onhover .drop {
	left: -1px;/*Use this property to change offset of the dropdown*/
	background:white url(bg-right.png) no-repeat right bottom;
}
.menu-drop li:hover .dropToLeft, .menu-drop li.onhover .dropToLeft {
	left: auto;
	right: -1px;
	background:white url(bg-left.png) no-repeat 0 bottom;
}
.menu-drop li:hover .dropToLeft2, .menu-drop li.onhover .dropToLeft2 {
	left: auto;
	right: -60px;
}
/* Elements within the drop down sub-menu
--------------------------------------------*/

.menu-drop div.drop div div {
	padding: 6px 20px;
}
.menu-drop li:hover .drop a, .menu-drop li.onhover .drop a {
	background: none;
	background-image:none;
	padding:0 0;
}
.menu-drop div.drop div a {
	line-height: 24px;
	color: #0F4F89;
	background:none;
}
.menu-drop div.drop div a:hover {
	text-decoration:underline;
	cursor:pointer;
	color:Red;
}
.menu-drop div.left {
	float:left;
}
div.right {
	float:right;
}
div.center {
	margin:auto;
	text-align: center;
}
.disclaimer-title {	display:block; font-size: 13px; margin: 20px auto; text-align: center; border: none;}
.disclaimer-article { display:block; margin: 15px auto; text-align: center; border: none;}
.disclaimer-paragraph { margin: 0 0 10px 0; border: none; }

/* CSS3 effects
--------------------------------------------*/

/*for top-level*/     
.decor1_1 {
}
/*for submenu.*/    
.decor1_2 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 7px 7px #CCCCCC;
	-webkit-box-shadow: 0px 7px 7px #CCCCCC;
	box-shadow: 0px 7px 7px #CCCCCC;
	margin-top: 14px;
}
.filemanager {
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.filemanager a, .filemanager label {
	display: block;
	float: none;
	color: #666;
	padding: 10px 7px 10px 42px;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.filemanager a span {
	color: #000;
}
.filemanager label span {
	color: #999;
}
.filemanager a:hover, .filemanager a.folder:hover {
	background-color: #FFC;
}
.filemanager a span, .filemanager label span {
	font-size: 14px;	
	line-height: 14px;
	padding: 0px 10px 5px 0px;

}

.filemanager a em, .filemanager label em {
	font-size: 12px;
	color: #000;
	padding: 0px  0px 0px 10px;
}
.filemanager a.folder {
	background-image: url(/res-nsz/images/icons/folder.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EDEDED;
}.filemanager a.pdf {
	background-image: url(/res-nsz/images/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager a.word {
	background-image: url(/res-nsz/images/icons/word.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager a.excell {
	background-image: url(/res-nsz/images/icons/excell.png);
	background-repeat: no-repeat;
	background-position: left top;
}.filemanager a.zip {
	background-image: url(/res-nsz/images/icons/zip.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.breadcrumb { color: #000; padding: 5px 0; margin-bottom: 10px; font-size: 12px; }
.breadcrumb a{
	color: #999;	
}
.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}
.flash-news{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background-color: #FF9;
	padding: 5px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}.flash-news a, .flash-news a label, flash-news a span  {
	color: #000;
	display: block;
	text-decoration: none;
}
.flash-news a label {
	font-weight: bold;	
}
.antrfile {
	background-color: #EFF2F9;
	font-size: 12px;
	color: #10315D;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C6D8FA;
	line-height: 16px;
}

.h8 {	height: 8px; }
.h15 {	height: 15px; }
.h25 {	height: 25px; }
.h35 {	height: 35px; }
.h45 {	height: 45px; }
.h55 {	height: 55px; }
.w100p { width: 100%; }
.w95p { width: 95%; }
.w90p { width: 90%; }
.w80p { width: 80%; }
.w75p { width: 75%; }
.w70p { width: 70%; }
.w60p { width: 60%; }
.w50p { width: 49%; }
.w40p { width: 39%; }
.w30p { width: 30%; }
.w300 { width: 300px; }
.w200 { width: 200px; }
.w33p { width: 33%; }
.w25p { width: 25%; }
.w600c { width: 600px; margin:0 auto; }

a.remove-item {	
	font-size: 12px;	
	color: #666;	
	padding:  0px 0px 4px 0px;
	text-decoration: none;
	display: block;
	line-height: 14px;
}
a.remove-item:hover {
	background-image: url(/res-nsz/images/nav/icon-remove.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -19px;
	padding-left: 19px;
	color: #990000;
}
.indent {
    margin-left: 20px;
}
.job-image-header  img{
	max-width: 565px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
#result-table td a .not-active {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.float-right {
	float: right;
}
.text-hint {
	color: #777;
	font-stretch: expanded;
	font-weight: bold;
}
.page-nav {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.page-nav a {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	padding-left: 3px;
}
.page-nav a:hover {
	color: #2962F5
}
.descr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;	
	padding-top: 10px;
}
.descr-row{
	display: block;
	clear: both;
	float: none;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	border-bottom-color: #E3E3E3;
}
.descr-label{
	color: #999999;
	font-size: 11px;
	width: 150px;
	float: left;
	line-height: 12px;
	padding-bottom: 10px;
	padding-top: 3px;
}
.descr-data{
	padding-left: 150px;	
	font-size: 12px; 
}
.descr-data, .descr-data p, .descr-data ul li{
	color: #333333;
	font-size: 12px; 
	line-height: 17px;	
}
.light{
	color: #666666;
}
.job-image-header{	
	padding-bottom: 10px;
}
.descr-data em, .descr-data p em, .descr-data ul li em{
	font-style: oblique;
}
#ui-datepicker-div { 
	display: none;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; font-size: .9em; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; font-size: .9em; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

#tabs h2 { 
	display: block;
	font-weight: 300;
	margin-bottom: 15px;
	border-bottom: 0px solid;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	padding: 0px;
}
#tabs  p { font-size: 11px; }
.spectable table { width: 100%; }
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th { background-color: #F5F5F5; }
a.close-tab-btn { width:20px; height:20px; display:block; margin-top:10px; background: url(../images/nav/close-sprite.png) no-repeat 0px -40px; }
a.close-tab-btn:hover {	background: url(../images/nav/close-sprite.png) no-repeat 0px 0px; }
#right-a #menu-1 ul li .title, #right-a #menu-2 ul li .title {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 9px;
    text-decoration: none;
}
#right-a #menu-2 ul li .title span {
    color: #777777;
    display: block;
    float: right;
    font-weight: normal;
    text-decoration: none;
}
h5 {
    color: #777777;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 10px 0 3px;
    text-transform: uppercase;
}

.blue-note {
	/* dropshadow crossbrowser */
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
	background-color: #DAE7FE;
	padding: 15px;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	color: #000;
	border: 1px solid #EDEDED;
	margin-bottom: 10px;
}
.blue-note .alert a {
	color: #000;
	text-decoration: underline;
}
.blue-note .alert {
	background-image: url(/res-nsz/images/nav/icon-info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}
.blue-note ol {
	margin-left: 20px;
}
.blue-note h3 {
	font-size: 14px;
	font-weight: bold;
	min-height:24px;
	height:auto !important;
	height:24px;
}
.badge {
    border-radius: 9px;
	background-color: #3A87AD;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding: 2px 6px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}


.side-gradient {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZTdmZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWU3ZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(218,231,254,0) 0%, rgba(218,231,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,231,254,0)), color-stop(100%,rgba(218,231,254,1)));
background: -webkit-linear-gradient(top, rgba(218,231,254,0) 0%,rgba(218,231,254,1) 100%);
background: -o-linear-gradient(top, rgba(218,231,254,0) 0%,rgba(218,231,254,1) 100%);
background: -ms-linear-gradient(top, rgba(218,231,254,0) 0%,rgba(218,231,254,1) 100%);
background: linear-gradient(to bottom, rgba(218,231,254,0) 0%,rgba(218,231,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dae7fe', endColorstr='#dae7fe',GradientType=0 );
}