@charset "utf-8";
/* CSS for Senstar - Structure */

/****************** Reset CSS to baseline browsers ******************/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body,html {
	height:100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************** SENSTAR STRUCTURE CSS ******************/

body {
	margin:0px;
	padding:0px;
	background:url(/images/structure/bkg_RPT.gif) repeat-x #0976c9;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
}

img {
	border:0px;
}

#structure_outter_box {
	min-height:100%;
	height:auto!important;
	height: 100%;
	background:url(/images/structure/bkg_border_FULL.jpg) no-repeat top center;
	text-align: center;
}

#structure_wrapper {
	position: relative;
	text-align: left;
	width: 964px;
	/*height:auto!important;
	min-height:936px!important;
	height:936px;*/
	margin: 0px auto;
	padding:0px;
	/*background:#ffffff;*/
   	z-index:2;
}

/* HEADER START */
#structure_header {
	height:115px;
	background:url(/images/structure/bkg_main_nav.jpg) #0272b3 top left no-repeat ;
}
/* HEADER END */


/* LOGO START */
#structure_header_logo {
	position:absolute;
	top:24px;
	left:13px;
}
/* LOGO END */


/* LANGUAGE SELECT START */
#structure_header_languages {
	position:absolute;
	top:38px;
	left:380px;
	width:180px;
	font-size:10px;
	font-weight:500;
}

#structure_header_languages {
	list-style:none;
	float:left;
}

#structure_header_languages li {
	float:left;
	display:block;
	width:90px;
	padding:0 0 15px 0;
}

#structure_header_languages li a, #structure_header_languages li a:link, #structure_header_languages li a:visited {
	padding:0 0 0 10px;
	color:#ffb400;
	text-decoration:none;
	background:url(/images/structure/languageSelect_btn_arrow.gif) center left no-repeat;
}

#structure_header_languages li a:hover, #structure_header_languages li a:active {
	color:#c6c8ca;
	text-decoration:underline;
}
/* LANGUAGE SELECT END */

/* LOGIN START */
#structure_header_login_form {
	font-size:10px;
	font-weight:500;
	color:#fff;
}

#structure_header_login_form_title {
	position:absolute;
	top:12px;
	left:577px;
}

#structure_header_username_label {
	position:absolute;
	top:38px;
	left:577px;
}

#structure_header_username_input {
	position:absolute;
	top:31px;
	left:642px;
	width:95px;
}

#structure_header_password_label {
	position:absolute;
	top:65px;
	left:577px;
}

#structure_header_password_input {
	position:absolute;
	top:58px;
	left:642px;
	width:95px;
}

#structure_header_login_submit {
	position:absolute;
	top:60px;
	left:749px;
}

#structure_header_login_form ul {
	position:absolute;
	top:95px;
	left:577px;
	list-style:none;
	width:300px;
}

#structure_header_login_form ul li {
	display:inline;
	padding:0 0 15px 0;
}

#structure_header_login_form ul li a {
	color:#ffb400;
	text-decoration:none;
}

#structure_header_login_form ul li a.second {
	padding:0 0 0 .8em;
	background:url(/images/structure/bkg_login_seperator_arrow_.gif) center left no-repeat;
}

#structure_header_login_form ul li a:hover {
	color:#c6c8ca;
	text-decoration:underline;
}
/* LOGIN END */

/* SEARCH START */
#structure_header_search_form {
	font-size:10px;
	font-weight:500;
	color:#fff;
}

#structure_header_search_label {
	position:absolute;
	top:38px;
	left:805px;
}

#structure_header_search_input {
	position:absolute;
	top:31px;
	left:852px;
	width:86px;
}

#structure_header_search_submit {
	position:absolute;
	top:60px;
	left:910px;
}
/* SEARCH END */

#structure_header_btm_cap {
	width:100%;
	height:8px;
	background:url(/images/structure/mainNav_gradient_yellow.gif) top left repeat-x;
	clear:both;
	font-size:1px;
}

.structure_orange_divider {
	width:100%;
	height:6px;
	background:#FFB800;
	clear:both;
	font-size:1px;
}

/* MAIN NAV START */
#structure_mainNav {
	width:964px;
	list-style:none;
	float:left;
	padding:0 0 0 0;
	background:url(/images/structure/bkg_MainNav_RPT.gif) #00579B top left repeat-x;
	font-size:.70em;
	font-weight:500;
}

#structure_mainNav li {
	display:inline;
	float:left;
}

#structure_mainNav li a {
	border-top:#0579C1 solid 1px;
	border-right:#005498 solid 1px;
	border-bottom:#005599 solid 1px;
	border-left:#4D92BF solid 1px;
	background:url(/images/structure/bkg_MainNav_btn_RPT.gif) #00579B top left repeat-x;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:7px 1.7em;
	white-space:nowrap;
}

#structure_mainNav li a:hover {
	background:#00579B;
}

#structure_mainNav li a.current {
	background:#057BC3;
}
/* MAIN NAV END */

/* SECONDARY NAV START */
#structure_secondaryNavHolder {
	background:url(/images/structure/bkg_SecondNav_RPT.gif) #01A5DF top left repeat-x;
	width:964px;
	padding:10px 0px 5px;
	display:block;
	color:#fff;
}

#structure_secondaryNavHolder h2 {
	float:left;
	clear:left;
	background:url(/images/structure/bkg_secondaryNav_seperator_arrow_.gif) top right no-repeat;
	max-width:180px; /****** MAX-WIDTH DOES NOT WORK ON IE BELOW 7. IF CHANGED CHANGE IN THE JS FILE AS WELL ******/
	padding:2px 30px 0px;
}

#structure_secondaryNavHolder ul {
	float:left;
	clear:right;
	width:696px;
	padding:2px 0px;
}

#structure_secondaryNavHolder ul li {
	display:inline;
	font-size:.80em;
	line-height:1.4em;
	padding:0px 1.7em 0px 0px;
}

#structure_secondaryNavHolder ul li a {
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}

#structure_secondaryNavHolder ul li a:hover {
	border-bottom:3px solid #04e1fe;
}

#structure_secondaryNavHolder ul li a.current {
	border-bottom:3px solid #04e1fe;
}
/* SECONDARY NAV END */


/* TERTIARY NAV START */
#structure_tertiaryNavHolder {
	width:964px;
	padding:10px 0px 5px;
	display:block;
	color:#0577BD;
	font-size:.85em;
	background:#fff;
}
#structure_tertiaryNavHolder h3 {
	float:left;
	clear:left;
	background:url(/images/structure/bkg_tertiaryNav_seperator.gif) top right no-repeat;
	max-width:180px; /****** MAX-WIDTH DOES NOT WORK ON IE BELOW 7. IF CHANGED CHANGE IN THE JS FILE AS WELL ******/
	padding:2px 30px 0px;
	font-weight:500;
}
#structure_tertiaryNavHolder ul {
	float:left;
	clear:right;
	width:696px;
	padding:2px 0px;
}

#structure_tertiaryNavHolder ul li {
	display:inline;
	font-size:.90em;
	line-height:1.4em;
	padding:0px 1.7em 0px 0px;
}

#structure_tertiaryNavHolder ul li a {
	text-decoration:none;
	color:#0577BD;
	white-space:nowrap;
}

#structure_tertiaryNavHolder ul li a:hover {
	border-bottom:3px solid #0577BD;
}

#structure_tertiaryNavHolder ul li a.current {
	border-bottom:3px solid #0577BD;
}
/* TERTIARY NAV END */

/* FOOTER START */
#structure_footer {
	clear:both;
	padding:15px 20px 10px 20px;
	background-color:#0465b5;
	color:#fff;
	text-align:center;
	font-size:.63em;
	font-weight:500;
}

#structure_footer ul {
	padding:0px 0px .8em 0px;
	list-style:none;
}

#structure_footer ul li {
	display:inline;
}

#structure_footer ul li a {
	margin:0 .3em;
	color:#fff;
}

#structure_footer ul li a:hover {
	color:#c6c8ca;
}

#structure_footer p {
	padding:0px 0px .2em 0px;
}
/* FOOTER END */


/* STRUCTURE GENERAL START */
.structure_floating_button {
	border-top:#0579C1 solid 1px;
	border-right:#005498 solid 1px;
	border-bottom:#005599 solid 1px;
	border-left:#4D92BF solid 1px;
	white-space:nowrap;
	background:url(/images/structure/bkg_btn_blue_RPT.gif) #0465b6 top left repeat-x;
	color:#fff;
	text-decoration:none;
	padding:4px 18px;
	font-size:10px;
	font-weight:500;
}

.structure_floating_button:hover{
	background:#00579B;
}

.structure_submit_button {
	border-top:#0579C1 solid 1px;
	border-right:#005498 solid 1px;
	border-bottom:#005599 solid 1px;
	border-left:#4D92BF solid 1px;
	white-space:nowrap;
	background:url(/images/structure/bkg_btn_blue_RPT.gif) #0465b6 top left repeat-x;
	color:#fff;
	text-decoration:none;
	padding:4px 18px;
	font-size:10px;
	font-weight:500;
    text-transform: uppercase;
}

.structure_submit_button:hover{
	background:#00579B;
}

.structure_cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0px;
	padding:0px;
	background:transparent;
}
/* STRUCTURE GENERAL END */
