<!--
body{
	margin:0px;
	background-color:#FFF;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	color:#444;
	background: url('../images/background.gif') repeat;
}
form {
	margin:0px;
	padding:0px;
}
label {
	cursor:pointer;
	outline:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.noselect {
	cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.dragger{
	cursor: move;
}
.dragger:hover{
	background-color:#999 !important;
}
.errMess {
	color:#FF0000;
}
.highlight{
	color:#09F;
	font-weight:bold;
}
.red{color:#CF2528;}
.bgw{background-color:#FFF;}
.bglb{background-color:#e7edef;}
.bb1:not(:last-child){border-bottom:1px solid #9AC0F0;}

.mt20{margin-top:20px;}

td {
	font-family:"Lucida Grande", Arial, sans-serif;
	color:#444;
	font-size:14px;
}
.values2{
	font-size:11px;
}
a {
	color:#444444;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#09F;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.loginForm_text {
	color:#333;
	font-size:12px;
	font-family:"Lucida Grande", Arial, sans-serif;
}
.plain_text {
	color:#333;
	font-size:12px;
	font-family:"Lucida Grande", Arial, sans-serif;
}
.list_header_left {
	font-size:11px;
	text-transform:uppercase;
	background-color:#000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#FFFFFF !important;
	font-weight: bold;
}
.list_header_center {
	font-size:11px;
	text-transform:uppercase;
	background-color:#000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#FFFFFF !important;
	font-weight: bold;
}
.list_header_right {
	font-size:11px;
	text-transform:uppercase;
	background-color:#000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#FFFFFF !important;
	font-weight: bold;
}
.txtbox {
	font-family:"Lucida Grande", Arial, sans-serif;
	color:#333333;
	size:10px;
	padding:4px;
	border:1px #bcbcbc solid;	
}
.page_heading{
	font-size:24px;color:#000;font-weight:700;display:inline-block;width:100%;margin-bottom:10px;
}
.page_heading_enclosed{
	display:inline-block;
	width:100%;
	padding:15px 10px;
	background-color:#9db1b9;
/*	text-shadow:1px 1px #7e959f;*/
	color:#fefffe;
	font-size:22px;
	line-height:22px;
	margin-bottom:15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}
.page_heading_enclosed span{
	font-size:14px;
}
.page_heading_enclosed span:not(:last-child){
	padding-right:20px;
}
.page_heading_enclosed.light{
	background-color:rgba(228,240,243,0.8);
	color:#6f8088;
	margin-bottom:0px !important;
}
.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight:bold;
}
.tag{background-color:#000;color:#fff;display:inline-block;padding:4px 8px;text-align:center;text-decoration: none;}
.tag:hover{text-decoration: underline !important;}

.cw{color:#FFFFFF !important;}

.item_group{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.item_group.hundo:nth-child(odd){background-color: #F7F7F7 !important;}
.item_group.hundo:nth-child(even){background-color: #FFFFFF !important;}

.item_group.hundo:hover{background-color:#B4CCFF !important;}
/*.item_group:hover .b{text-decoration: underline;}*/
/*.item_group .b{margin-left:5px;}*/

.b{font-weight: bold !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.p5-0{padding:5px 0px !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p20{padding:20px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}
.nc{cursor: default !important;}
.fr{float:right !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:29px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.ml5{margin-left:5px !important;}
.mt15{margin-top:15px !important;}

.cp{cursor:pointer !important;}
.cpList{
	list-style-type:none;margin-left:-40px;margin-top:0px;margin-bottom:0px;line-height:2em;
	width:100%;
	width:calc(100% + 40px);
	float:left;
	display:inline-block;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}
.cpList li{
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding:10px;
	border-bottom:2px #999 solid;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.cpList li:hover{
	color:#09F;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	background: #7db9e8; /* Old browsers */
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.cpList li:hover span{
	color:#09F;
}
.cpList li span{
	color:555;
	font-weight:normal;
	float:right;
}
.header_link_old {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #34537f;
	text-decoration:none;
}
.header_link_old:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #34537f;
	text-decoration:underline;
}
.header_link_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34537f;
	font-weight:bold;
	text-decoration:line-through;
	background-color:#D3E0EC;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.header_link_off:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34537f;
	font-weight:bold;
	text-decoration:line-through;
	background-color:#EEE;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.header_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34537f;
	font-weight:bold;
	text-decoration:none;
	background-color:#D3E0EC;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.header_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#930;
	font-weight:bold;
	text-decoration:none;
	background-color:#EEE;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.header_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34537f;
	font-weight:bold;
	text-decoration:none;
	background-color:#D3E0EC;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.btn { position: relative; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; text-decoration:none; }
.btn.black { background: #000; text-decoration:none; }
.btn.orange { background:#F90; text-decoration:none; }
.btn.purple { background:#90C; text-decoration:none; }
.btn.green { background: #9d4; text-decoration:none; }
.btn.pink { background: #e1a; text-decoration:none; }
.btn.yellow { background:#FFFF66; text-decoration:none; }
.btn:hover { text-decoration:underline; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

div {margin:0px; padding:0px;}

/* message boxes: warning, error, confirmation */
.notice {
    color:              #000000;
    background-color:   #FFFFDD;
}
h1.notice,
div.notice {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #FFD700;
        background-image:url(../images/s_notice.png);
    background-repeat:  no-repeat;
            background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
            }
.notice h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.warning {
    color:              #000000;
    background-color:   #F0CFC9;
}
p.warning,
h1.warning,
div.warning {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #FF0000;
        background-image:   url(../images/s_warn.png);
    background-repeat:  no-repeat;
            background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
            }
.warning h1 {
    border-bottom:      0.1em solid #cc0000;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.error {
    background-color:   #F0CFC9;
    color:              #000000;
}

h1.error,
div.error {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #FF0000;
        background-image:   url(../images/s_error.png);
    background-repeat:  no-repeat;
            background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
            }
div.error h1 {
    border-bottom:      0.1em solid #ff0000;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.confirmation {
    background-color:   #FFFFCC;
}
fieldset.confirmation {
    border:             0.1em solid #FF0000;
}
fieldset.confirmation legend {
    border-left:        0.1em solid #FF0000;
    border-right:       0.1em solid #FF0000;
    font-weight:        bold;
        background-image:   url(../images/s_really.png);
    background-repeat:  no-repeat;
            background-position: 5px 50%;
    padding:            0.2em 0.2em 0.2em 25px;
            }
/* end messageboxes */

.navItem{
	background-color:#333;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	margin:0px;
}
.navItem:hover{
	background-color:#09F;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	margin:0px;
}
.navItem:active{
	background-color:#09A;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	margin:0px;
}
.navItem_over{
	background-color:#09F;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	margin:0px;
}
.navItem_over:hover{
	background-color:#09F;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	margin:0px;
}
.navItem_over:active{
	background-color:#09A;
	cursor:pointer;
	outline:none;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	padding-left:6px;
	padding-right:6px;
	font-size:11px;
	margin:0px;
}

.logintxtbox{background-color:#FFF;font-family:Arial, Helvetica, sans-serif;cursor:pointer;outline:none;color:#000; padding:8px !important; border:1px solid #CCC; margin:0px; font-size:18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

#mobileNav{display: none;}
#menu{z-index: 999;}

.hundo{width:100%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.five{width:5%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.two{width:2%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.twofivestack{width:25%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.twoeightstack{width:28%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.twostack{width:20%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.thirtystack{width:30%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sixtystack{width:60%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sevenstack{width:70%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.seveneightstack{width:78%;float:left;padding:0px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.cpList{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
@media all and (max-width: 900px){
	.two,.five{display: none;}
	.seveneightstack,.twostack,.sevenstack,.sixtystack,.thirtystack,.twofivestack,.twoeightstack{width:100% !important;margin-bottom:10px;}
	.tbl{padding:10px;}
	.cpList{width:100% !important;margin-bottom:10px;}
	#container1,#container2 {min-width:300px;z-index:1;}
}

.notmobile{display:inline-block;}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	behavior: url('border-radius.htc');
}

/* MOBILE
======================================================================= */
@media (max-width:767px){
	.notmobile{display:none;}
	#mainNav{display: none;}
	#mobileNav{display:inline-block;}
}