html {
    text-align: center;
}
body {
	margin:0;
	padding:0;
	text-align:left;
    
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    line-height: 16px;
    color: #000;
}

body, #body_contents, #body_bk_color, .body_bk_color {
        /*background:#e7f1f9 url(../images/content_shadow.png) repeat-y center 158px;*/
    /*background:#e7f1f9 url(../images/user_info_bar_bk.png) repeat-x top left;*/
    /*background-color: #eceef1;*/
    background-color: #f6f6f6;
}

html {
	overflow-y:scroll;
}

a, a:link, a:active, a:visited {
	color: #5486c3;
	text-decoration: none;
}
a {
    text-align: left;
}
a:hover, a:hover span {
	text-decoration: underline
}

a.menu {
	text-align: left;
	display:block;
}

.menusel {
    color: #808080;
	text-align: left;
	vertical-align: middle;
	text-decoration: none
}

select, select-one, textarea {
	margin:0;
	margin-top: 1px;
    outline: none;
	border: 1px solid #6591BE;
	background-color:#FFFFFF;
    
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    color: #336699; 
    line-height: 18px;
}

select, select-one {
    margin: 0;
    padding: 0 0 2px 0;
    margin-top: 1px;
    height:18px;
}

input {
    font: 1em Verdana,Arial,Helvetica,sans-serif;
    margin: 1px 0 0;
    outline: medium none;
}

img {
	border:none;
}

/*

*/

#wrap {
    display: block;
    width:1200px;
    max-width: 100%;
    margin:0 auto;
	text-align:center;
    overflow: visible;
    
    /*background: url(../images/content_shadow.png) repeat-y center 158px;*/
    background: #ffffff;
    /*border: solid 1px #a7d7f9;*/
}

#wrap_bk {
    width: 100%;
    margin:0 auto;
	text-align:center;
    background:#f6f6f6 url(../images/head_bk.png) repeat-x left top;
    /*background: #e7f1f9 url(../images/content_shadow.png) repeat-y center 158px;*/
}

#footer {
    display: block;
    width: 100%;
    padding-top: 40px;
    clear:both;
    /*padding-bottom: 5px;*/
    
    text-align: left;
}
#footer_links {
	background: #e7f1f9;
}

#footer_copyright  {
    display: block;
    /*width: 1000px;*/
    margin: 0 auto;
    
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 7pt;
	font-weight: normal;
    color: #5486C3;
    padding-bottom: 1px;
    border-top: solid 1px #a7d7f9;
    
    background: #f6f6f6;
    /*background: url(../images/footer_bk.png) no-repeat bottom left;*/
}

#header_container {
    display: block;
    width: 100%;
	height: 89px;
    
    background:#f6f6f6 url(../images/head_bk.png) repeat-x top left;
    border-bottom: solid 1px #a7d7f9;
    position: relative;
    
    /*overflow: hidden;*/
}
#header_left {
    /*width: 67%;*/
    width: 671px;
    height: 90px;
    float: left;
    
    border: none;
	
	/*background:url(../images/header_logo.png) no-repeat top left;*/
}
#header_right {
    display: block;
    /*width: 32%;*/
    max-width: 320px;
    height: 80px;
    padding-top: 0;
    padding-right: 5px;
    float: right;
    border: none;
    position: absolute;
    right: 5px;
    top: 0;
}

#header_logo {
    display:block;
    width: 200px;
    float:left;
    border: none;
    background: url("../images/logo_bk.png") no-repeat top left;
}
#logo_title {
    display: block;
    position: relative;
    bottom: 85px;
    /*top: -85px;*/
    right: 0px;
    width: 70px;
    height: 20px;
    color: #98BADB;
    
    font-size: 13px;
    float: right;
}
#menu {
    position: relative;
	display:block;
    height: 26px;
    margin-top:45px;
    border: none;
    /*margin-left: 200px;*/
    float: left;
}

#menu div {
    width: 78px;
    height: 45px;
    float: left;
    
    display: block;
    overflow: visible;
}

#menu div a, #menu div span.selected {
    height: 25px;
    overflow: hidden;
    display: block;
    
    padding-top: 20px;
    color: #5486c3;
    text-align: center;
    font-size: 9pt;
    
    background: url(../images/head_nav_btn.png) no-repeat bottom left;
    /*border-bottom: solid 1px #a7d7f9;*/
}

#menu div a.nav-red {
    color: #c55779;
}
#menu div a.nav-green {
    color: #1a8d00;
}

#menu div a:hover, #menu div span.selected, #menu div a:focus {
    background: url(../images/head_nav_btn_hover.png) no-repeat bottom left;
    text-decoration: none;
    color: #808080;
    outline: none;
}

#menu div.client-log {
    width: 81px;
}

#menu div.client-log a, #menu div.client-log span.selected {
    padding-left: 15px;
    background: url(../images/head_nav_client.png) no-repeat bottom left;
}

#menu div.client-log a:hover, #menu div.client-log span.selected, #menu div.client-log a:focus {
    background: url(../images/head_nav_client_hover.png) no-repeat bottom left;
}

#menu a img, a img {
    border:none;
    padding: 0;
    margin: 0;
}

#user_info_bar {
    display: block;
    height: 16px;
    padding-top: 14px;
    /*background: url(../images/user_info_bar_bk.png) repeat-x top left;*/
}

#user_bar_controls {
    height: 16px;
    background: url(../images/user-avatar.svg) no-repeat left 1px;
    background-size: 12px 12px;
    padding-left: 16px;
    text-align: left;
    font-size: 8pt;
    
    float: right;
    overflow: hidden;
}

#social {
    height: 16px;
    margin-top: 5px;
    float: right;
    text-align: right;
}

#language {
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

#language a {
    border: solid 1px transparent;
    display: inline-block;
    margin-left: 2px;
    float: right;
    opacity: 0.4;
}
#language a:hover {
    border-color: lightgrey;
    /*background-color: lightblue;*/

    opacity: 1;
}

#language a.selected {
    opacity: 1;
}

#social a {
    display: inline-block;
    height: 16px;
    margin-left: 4px;
    float: right;
}



a#user_bar_search_button {
    display: block; 
    height: 40px
}

a#user_bar_search_button_t {
    display: block; 
    height: 12px
}
a#user_bar_search_button_b {
    display: block; 
    height: 9px
}

#user_bar_search {
    display: block;
    height: 16px;
    width: 150px;
    float: right;
    margin:0;
    padding:0;
    padding-bottom: 1px;

    overflow: hidden;
    
    background: #fff url(../images/search-fade.png) repeat-x top left;
    border: solid 1px #808080;
}

#user_bar_search_input {
    margin: 0;
    padding: 0 2px;
    /*padding-right: 16px;*/
    height: 16px;
    width: 134px;
    background: transparent; /*url(../images/search-mg.png) no-repeat right 2px;*/
    border: none;
    float: left;
    -webkit-box-sizing : border-box; -moz-box-sizing : border-box; box-sizing : border-box;
    
    font-size: 11px;
    line-height: 16px;
}

#user_bar_search_submit {
    /*margin-right: 2px;*/
    height: 13px;
    width: 12px;
    margin: 0;
    margin-top: 2px;
}

span.user_name {
    /*color: #1a8d00;*/
    display: inline-block;
    color: #c55779;
    max-width: 260px;
    height: 16px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#user_bar_logout {
    min-width: 30px;
    float: right;
}

.error {
    color: #B4000F;
}
.lblnorecs {
    text-align: center;
}

/*------------------------------*/


#page {
    display:block;
    /*background:#E7F1F9 url(../images/content_shadow.png) repeat-y center 158px;*/
    background:#ffffff;
    margin-top: 5px;
    /*border-left: solid 1px #a7d7f9;
    border-right: solid 1px #a7d7f9;*/
}

#page_menu {
    display: block;
    width:200px;
    float:left;
    
    margin: 0;
    padding: 0;
}
#page_content {
    display: block;
    width:81%;
    max-width: calc(100% - 220px);
    float:right;
    
    margin: 0;
    padding: 0;
    padding-right: 5px;

    text-align: left;
}

#content_header {
    display:block;
    /*height:21px;*/
    margin-bottom:7px;
    padding-bottom: 1px;
    /*background: url(../images/lnbodycap.gif) no-repeat bottom center;*/
    
    font-size: 13pt;
    line-height: 21px;
	text-align: left;
	vertical-align: top;
	color: #000;
    border-bottom: solid 1px #aaa;
}

/*
    ---------------------------------
*/

.rz_paragraph {
	display: block;
    margin-bottom:10px;
    text-align: justify;
	text-indent: 15px;
}
.rz_paragraph p {
    margin: 0;
    padding: 0;
	display: block;
    text-align: justify;
	text-indent: 15px;
}
.rz_paragraph li{
	text-indent: 0;
	padding:0;
	margin: 0 20px 0 0;
}

.rz_paragraph ul {
	text-indent: 0;
}

.unl {
	color: #2C69AD;
    font-size: 11pt;
	margin-bottom: 7px;
}

ul.yellow_square {
    padding:0;
    margin-top:0;
    margin-bottom:0;
    margin-left: 15px;
	list-style-type: none;
}

ul.yellow_square li {
    padding-left: 14px;
    background: url(../images/point.gif) no-repeat left 6px;
}

ul.see_more {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type:square;
}

#tbl_container a {
	display:block;
	position:relative;
}
.title {
	font-size: 8pt;
	font-weight: bold;
	color: #4475AD
}
.yellowGts {
	padding-left: 15px;
}

.info {
	color: #769FC6;
	text-align: left;
	line-height: 20px;
}

a.bodylink_und_red{
	color: #CC0000; 
}

/* button back */
a.btn_back {
	width: 154px;
	height: 20px;
	background:url(../images/btncancelnrm.gif) no-repeat top left;
	display:block;	
}
a.btn_back:hover {
	background:url(../images/btncancelsel.gif) no-repeat top left;
}

#user_login input.submit_img {
	height:1px;
	width:1px;
	border:none;
	margin:0;
	padding:0;
	display:inline;
	float:left;
}


/*
    index page
*/

#index_upper_div, #index_lower_div {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    /*height: 230px;*/
    /*border: solid 1px #000000;*/
}
#index_upper_div .dialog-button {
    width: 34px;
}

#index_ul, #index_ll, #index_ur, #index_lr {
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
}

#index_ul, #index_ll {
    float: left;
}

#index_ur, #index_lr {
    float: right;
}
#index_ur {
    width: 26%;
}
#index_ul {
    width: 73%;
}

.cat_title {
    margin: 0 auto;
    display:block;
    width: 90%;
    border-bottom: solid 1px #4475AD;
    margin-bottom: 3px;
    
    text-align: center;
    font-weight: bold;
}

.cat_footer {
    text-align: right;
    margin-top: 2px;
}

.categorylink {
	display:block;
	position:relative;
	margin-top:5px;
	text-align:center;
    border-bottom:solid 1px #a7d7f9;
	/*background-color:#e8f2f8;*/
	padding:2px 0 2px 15px;
    
    font-size: 8pt;
    /*font-weight: bold;*/
    color: #5486C3;
    height: 16px;
    line-height: 16px;
    
    background:#e8f2f8;
}

.categorylink.groupped {
    background:#e8f2f8 url(../images/arrow_collapsed.gif) no-repeat 5px center;
}

.categorylink.expanded {
    background:#e8f2f8 url(../images/arrow_expanded.gif) no-repeat 3px center;
}


/*
    menu styles
*/

#sidemenu {
    margin-top: 1px;
    padding-left: 7px;
    
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-size:  8pt;
    line-height: 18px;
    
    list-style: none;
	overflow: hidden;
}

#sidemenu h5 {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    color: #5486c3;
    /*font-size: 10px;*/
    font-weight: normal;
    font-size: 8pt;
	text-decoration: none;
    text-align: left;
    
    cursor: pointer;
}

#sidemenu h5:hover {
    text-decoration: underline;
}

#sidemenu h5.expandable {
    background: url(../images/menu_group_normal.gif) no-repeat center left;
}

#sidemenu li a {
    padding-left: 15px;
    background: url("../images/menu_arrow_link.gif") no-repeat center left;
}

#sidemenu li a.selected {
    background: url("../images/menu_arrow_selected.gif") no-repeat center left;
}

#sidemenu h5 a, #sidemenu h5 a.selected {
    padding-left: 0;
    background: none;
}

#sidemenu a {
    display:block;
    line-height: 18px;
    min-height: 18px;
}

#sidemenu ul {
    margin: 0;
    padding: 0;
    
    list-style: none;
    /*border:solid 1px gray;*/
}

#sidemenu li ul {
    margin-left: 15px;
}

a.selected {
    color: #808080;
    /*text-decoration: underline;*/
}

#sidemenu ul li.expanded > h5.expandable {
    color: #808080;
    background: url(../images/menu_group_open.gif) no-repeat center left;
}

#sidemenu ul li.expanded > h5.expandable.selected {
    background: url(../images/menu_group_open_selected.gif) no-repeat center left;
}

#sidemenu ul li > h5.expandable.selected {
    background: url(../images/menu_group_arrow_selected.gif) no-repeat center left;
}

#sidemenu li.menu-separator0, #sidemenu li.menu-separator1, #sidemenu li.menu-separator2 {
    overflow: visible;
    display: block;
    height: 1px;
    margin: 0 0 0 -10px;
    
    font-size: 1px;
    line-height: 1px;
}

#sidemenu li.menu-separator0 {
    background: url(../images/menu-separator0.png) no-repeat 10px top;
}
#sidemenu li.menu-separator1 {
    background: url(../images/menu-separator1.png) no-repeat 10px top;
}
#sidemenu li.menu-separator2 {
    background: url(../images/menu-separator2.png) no-repeat 10px top;
}

#sidemenu a.selected {
    color: #C55779;
}

/*

*/

.new_format {
    color: #c55779;
}

a.client_url {
	height:11px;
	width:40px;
	background:url(../images/urlnrm.gif) no-repeat center center;
	display:block;
	float:left;
	margin-top:2px;
}
a.client_url:hover {
	background:url(../images/urlsel.gif) no-repeat center center;
}
/*
a.client_reference {
    height: 11px;
    min-width: 40px;
    text-align: center;
    display: inline-block;
    color: #FFF;
    line-height: 11px;
    background: #82ACD4;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}
a.client_reference:hover {
    background: #C55779
}
*/

a.client_reference {
    height:11px;
    width:40px;
    background:url(../images/ref_normal.gif) no-repeat center center;
    display:inline-block;
    margin-top:2px;
}
a.client_reference:hover {
    background:url(../images/ref_hover.gif) no-repeat center center;
}

.pgdscrli {
	text-align: justify;
	line-height:140%;
	vertical-align: middle;
	text-decoration: none
}

.lblinput_cap {
	font-size: 8pt; 
    font-weight: bold; 
    color: #4475AD;
}

.lblinput_l, .lblinput_r, .lblinput_c {
	font-size:8pt;
	font-weight: bold;
	color: #757575;
	text-align: left;
	vertical-align: middle;
	text-decoration: none
}
.lblinput_r {
	text-align: right;
}
.lblinput_c {
	text-align: center;
}

#sbm {
    display: inline;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
}

.forminp {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	padding-left:2px;
	color: #336699;
    line-height:14px;
	border:1px solid #6699CC;
    margin-top:1px;
}
.forminp[disabled], .forminp_disabled {
	background-color:#F4F4F4;
	border:1px solid #A5ACB2;
}

.inpContainer100{
	display:block;
    /*padding-right:4px;*/
    margin-right: 4px;
}

table {
	font-size: 8pt;
	font-weight: normal;
	/*color: #003366;*/
	text-align: justify;
	line-height:140%;
	vertical-align: middle;
	text-decoration: none;
	table-layout: fixed
}

.tblRowEven {
	/*background-color:#E7F1FB;*/
	background-color:#EEEEEE;
}
.tblRowOdd {
	background-color:#ffffff;
}
.tblRowOver {
	background-color:#CCFFCC;
}
.tblRowLine {
	background-color:#9CC4EC;
}
.tblRowSelected {
	background-color:#E8F3FB;
}


/*
    dialog styles
*/

div.dialog {
    display: block;
    width: 500px;
    border: solid 1px black;
    padding: 3px;
}

div.dialog .dialog-title {
    display: block;
    height: 20px;
    padding: 3px;
    margin-bottom: 5px;
    
    font-size: 12pt;
    text-align: left;
    line-height: 18px;
}

div.dialog .dialog-body {
    padding-right: 3px;
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
}

div.dialog .dialog-button {
    display:  inline;
    width: 50px;
    float: right;
    font-size: 8pt;
    text-align: right;
}

/* themes */

div.dialog-violet {
    background: #faf5ff;
    border-color: #cedff2;
}

div.dialog-violet .dialog-title {
    background: #e0cef2;
}

div.dialog-blue {
    background: #f5faff;
    border-color: #cedff2;
}

div.dialog-blue .dialog-title {
    background: #cedff2;
}

div.dialog-green {
    background: #fff;
    border-color: #cef2e0;
}

div.dialog-green .dialog-title {
    background: #cef2e0;
}

div.dialog-lightgreen {
    background: #f8fbfd;
    border-color: #cef2e0;
}

div.dialog-lightgreen .dialog-title {
    background: #eaf3f8;
}

/*
    buttons
*/

.btn-general {
    display: block;
    width: 118px;
    height: 18px;
    margin: 0;
    padding: 0;
    
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    line-height: 16px;
    color: #5486c3;
    text-align: center;
    
    border: solid 1px #a7d7f9;
    background:#ffffff url(../images/btn-normal.png) repeat-x left top;
}

.btn-general a {
    color: #5486c3;
    text-align: center;
    margin: -1px 0 0 -1px;
}

a.btn-general:hover {
    color: #808080;
    text-decoration: none;
    
    border: solid 1px #808080;
    background: #ffffff;
}

.btn-save, .btn-enter, .btn-add, .btn-back, .btn-send {
    display: block;
    width: 120px;
    height: 20px;
}

.btn-save {
    background: url(../images/btn-save.png);  
}

.btn-save:hover {
    background: url(../images/btn-save-over.png);
}

.btn-enter {
    background: url(../images/btn-enter.png);  
}

.btn-enter:hover {
    background: url(../images/btn-enter-over.png);
}

.btn-back {
    background: url(../images/btn-back.png);  
}

.btn-back:hover {
    background: url(../images/btn-back-over.png);
}

.btn-send {
    background: url(../images/btn-send.png);  
}

.btn-send:hover {
    background: url(../images/btn-send-over.png);
}


/*
    news styles
*/

.news_title {
    display: block;
    height: 16px;
    margin-bottom: 5px;
    
    line-height: 16px;
    border-bottom: solid 1px #aaa;
}

span.news_date {
    width: 70px;
    /*float: right;*/
    text-align: right;
    font-weight: bold;
}

.news_contents {
    display: block;
    margin-bottom: 15px;
    text-align: justify;
}
.news_contents p {
    margin: 0;
    padding: 0;
}

.news_contents a.more {
    padding-left: 5px;
    display: inline;
    float: right;
    font-weight: normal;
    font-style: normal;
}

/*

*/

span.highlight {
    background-color: #959595;
    color: white;
}

div.faded-line-left {
    display: block;
    height:1px;
    line-height: 1px;
    overflow: hidden;
    /*border-bottom: solid 1px #aaa;*/ 
    margin-bottom: 2px;
    
    background: #d8d8d8 url(../images/faded.line.left.png) no-repeat left top;
}
a.download_link {
    padding: 2px;
    display: block;
    border: solid 1px #ffffff;
    text-decoration: none;
}
a.download_link:hover {
    border: solid 1px #A7D7F8;
    background: #fafafa;
}

a.download_link span {
    color: #000000;
    text-decoration: none;
}

/*

*/

.task_priority_0 {
	width: 13px;
	height:13px;
	display:block;
	background:url(../images/ico.priority_status.gif) no-repeat left top;
}
.task_priority_1 {
	width: 13px;
	height:13px;
	display:block;
	background:url(../images/ico.priority_status.gif) no-repeat -13px top;
}
.task_priority_2 {
	width: 13px;
	height:13px;
	display:block;
	background:url(../images/ico.priority_status.gif) no-repeat -26px top;
}
.task_priority_3 {
	width: 13px;
	height:13px;
	display:block;
	background:url(../images/ico.priority_status.gif) no-repeat -39px top;
}
.task_priority_4 {
	width: 13px;
	height:13px;
	display:block;
	background:url(../images/ico.priority_status.gif) no-repeat right top;
}

.pad_l {
 	padding-left:10px;
}

.form_select {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	background:#ffffff;
    outline: none;
	/*padding-left:2px; */
	height:18px; 
	width:337px; 
	color: #336699;
}

.date_btn {
    display: block;
    margin-top: 1px;
}

#uploaded_files, .uploaded_files {
	display:table;
	padding-bottom:1px;
	margin-bottom:10px;
	width:100%;
	text-align:left;
	border-bottom:1px solid #9CC4EC;
}
#uploaded_files div, .uploaded_files div {
	float:left;
	display:block;	
	margin-right:7px;
	margin-bottom:1px;
	height:14px;
	white-space:nowrap;
}
#uploaded_files table, .uploaded_files table {
	display:inline;
	width:auto;
	float:left;
}
#uploaded_files a, .uploaded_files a {
	/*display:block;
	height:18px;*/
	padding:2px;
	white-space:nowrap;
	margin-bottom:1px;
/*	border:1px solid #A8A8A8;*/
	
	color:#003366;
	/*background:#FFF;*/
	text-align:left;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}
#uploaded_files a:hover, .uploaded_files a:hover{
	color:#FF6A00;
	/*background-color:#6591BE;*/
	/*background-color:#EAF4FB;*/
	text-decoration:underline;
}

a.btn_table_context_menu {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/btn_table_context_menu.gif) no-repeat top left;
    overflow: hidden;
    cursor: pointer;
}

a.btn_table_context_menu:hover {
    background: url(../images/btn_table_context_menu.gif) no-repeat bottom left;
}

a.btn_table_add {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/btn_table_add.gif) no-repeat top left;
    overflow: hidden;
    cursor: pointer;
}

a.btn_table_add:hover {
    background: url(../images/btn_table_add.gif) no-repeat bottom left;
}

ul.default-ul {
	margin-top:5px;
	list-style-image:url(../images/finger.gif);	
}
ul.default-ul li {
	padding:0;
	margin-bottom: 5px;
}

/* preventing selection */
.unselectable {
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.dropdown
{
	padding: 1px 26px 2px 4px;
	margin: 1px 0 0 0;
	font-size: 8pt;
	/*line-height: 1px;*/
    height: 14px;
	border: 1px solid rgb(170, 170, 170);
	background: #FFF url(../images/select_arrow_down.png) no-repeat right 7px;
	cursor: pointer;
    color: #336699;
	white-space: nowrap;
	display: inline-block;
    line-height: 15px;
}

div.dropdown:hover
{
	border: 1px solid rgb(90, 130, 200);
	background-image: url(../images/select_arrow_down_hover.png);
}

div.dropdown:focus {
    border: 1px solid gray;
}

.contextmenu2 .context-menu-item-inner {
    color: #336699;
}

ul.outer {
	margin: 0;
	padding: 0;
	margin-left: 35px;
}
ul.outer li {
	margin: 0;
	margin-top: 10px;
}
ul.inner{
	padding: 0;
	margin:0;
	list-style:none;
}
ul.inner li {
	margin: 0;
}



.MessageBox, .MessageBox.ui-widget, table.MessageBox
{
	margin: 10px;
    font-family: Tahoma,sans-serif;
    font-size: 8pt;
    line-height: 14px;
}

table.MessageBox tr
{
	vertical-align: top;
	height: 80px;
}

table.MessageBox td.icon_0
{
	width: 50px;
	background: url("../images/MessageBoxInformation.png") no-repeat left top;
}

table.MessageBox td.icon_1
{
	width: 50px;
	background: url("../images/MessageBoxWarning.png") no-repeat left top;
}

table.MessageBox td.icon_2
{
	width: 50px;
	background: url("../images/MessageBoxError.png") no-repeat left top;
}

.loading {
    z-index: 100;
    background: transparent url(../images/loading.gif) no-repeat center center;
}

.loading_small {
    z-index: 100;
    background: transparent url(../images/loading_small.gif) no-repeat center center;
}

.row-container {
    /*position: relative;*/
    text-indent: 0;
    display: block;
    padding-left: 25px;
    margin-bottom:5px;
    line-height: 140%;
    text-align: justify;
}
.row-icon {
    display:inline;
    float: left;
    width: 17px;
    margin-left: -25px;
}
.row-container a {
    display: block;
    /*float: left;*/
    padding: 0;
    margin:0;
    /*padding-top: 2px;*/
}

#poll-overlay {
    position: absolute;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
    display: none;
}

#poll-notification {
    position: absolute;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    /*bottom: 20px;*/
    /*bottom: -150px;*/
    top: 100%;
    width: 300px;

    border: solid 1px #4475AD;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow : 0 4px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0 4px 10px rgba(0, 0, 0, 0.6);
    box-shadow         : 0 4px 10px rgba(0, 0, 0, 0.6);

    overflow: hidden;
    font-size :8.6pt;
}

#poll-notification .title {
    line-height: 30px;
    font-size: 12pt;
    font-weight: normal;
    border-bottom: solid 1px #D8D8D8;
    /*background: #f6f6f6;*/
    background: #e0cef2;
    text-align: center;
    color: #000;
}

#poll-notification .close {
    position: absolute;
    right: 0;
    display: inline-block;
    background: url("../images/ico.close.png") no-repeat center center;
    height: 30px;
    width: 30px;
}

#poll-notification .close:hover {
    background-image : url("../images/ico.close_hover.png");
}

#poll-notification .content {
    padding: 15px;
    text-align: center;
}

#poll-notification .buttons-area {
    /*border-top: solid 1px #D8D8D8;*/
}

#poll-notification .buttons-area a {
    display: inline-block;
    line-height: 30px;
    width: 50%;
    float: left;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;

    text-align: center;
    text-decoration: none;
    font-size: 9.3pt;
    -webkit-user-select : none;
    -moz-user-select : none;
    -ms-user-select : none;
    user-select : none;
}

#poll-notification .buttons-area a.primary {
    color: #a155ec;
    font-weight: bold;
}

#poll-notification .buttons-area a:hover {
    background: #4475AD;
    color: #ffffff;
}
#poll-notification .buttons-area a:active {
    background: #4492cb;
    color: #f3f3f3;
}

#header_mobile {
    display: none;
}

.radio-group {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.radio-group li {
    display: inline-block;
    position: relative;
    /*float : left;*/
}

.radio-group span {
    float: none;
    padding-left: 5px;
}

.radio-group li label {
    width: 100%;
}

.radio-group li {
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 50%;
}
.radio-group li label {
    display: inline-block;
    height: 100%;
}


tr.hover {
    cursor: default;
}

tr.hover:not(.tbl_line):hover, table.hover tbody tr:not(.tbl_line):hover {
    background-color:#CCFFCC;
}

.text-ellipsis {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

@media screen and (max-width: 840px) {
    #user_bar_search {
        display: none;
    }
    #page_menu {
        width: 175px;
    }
    #page_content {
        max-width: calc(100% - 190px);
    }
}

/*
@media only screen and (max-width : 999px) {
    #wrap {
        width : inherit;
    }

    #page_content {
        width: 75%;
    }
}
@media only screen and (max-width : 835px) {
    #wrap {
        width: inherit;
    }

    #header_left, #header_right {
        display: none;
    }
    #header_mobile {
        display: block;
        height: 100%;
    }

    #header_container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 90px;
        background: #ffffff;
        z-index: 1000;
    }

    #mobile_menu_button, #mobile_search_button {
        position : absolute;
        display: inline-block;
        top: 0;
        bottom: 0;
        width: 44px;
        margin: 0 10px 0 4px;
    }

    #mobile_menu_button {
        left: 0;
        background: url("../images/mobile_menu.png") no-repeat center center;
    }
    #mobile_search_button {
        right: 0;
        background: url("../images/mobile_search.png") no-repeat center center;
    }

    .mobile-logo {
        position: absolute;
        display: block;
        left: 48px;
        right: 50px;
        top: 0;
        bottom: 0;
        text-align: center;
    }
    .mobile-logo img {
        height: 100%;
    }

    #page {
        position: relative;
        top: 90px;
    }
    #page_menu {
        position: fixed;
        top: 90px;
        left: 0;
        bottom: 0;
        min-width: 260px;
        overflow-y: auto;
        z-index: 999;
        background:#ffffff;
        -webkit-transform : translate3d(-100%, 0, 0);
        -moz-transform : translate3d(-100%, 0, 0);
        -ms-transform : translate3d(-100%, 0, 0);
        -o-transform : translate3d(-100%, 0, 0);
        transform : translate3d(-100%, 0, 0);
        -webkit-transition : transform 0.25s ease-in-out;
        -moz-transition    : transform 0.25s ease-in-out;
        -ms-transition     : transform 0.25s ease-in-out;
        -o-transition      : transform 0.25s ease-in-out;
        transition         : transform 0.25s ease-in-out;
    }

    .menu-shown #page_menu {
        -webkit-transform : translate3d(0, 0, 0);
        -moz-transform    : translate3d(0, 0, 0);
        -ms-transform     : translate3d(0, 0, 0);
        -o-transform      : translate3d(0, 0, 0);
        transform         : translate3d(0, 0, 0);
    }

    #sidemenu ul a, #sidemenu ul h5 {
        line-height: 40px;
        font-size: 12px;
    }

    #page_content {
        width   : inherit;
        float   : none;
        margin  : 0;
        padding : 0 5px;
    }

    img {
        max-width: 100%;
    }
}

@media only screen and (max-width : 350px) {
    #page_menu {
        width: 100%;
    }
    #footer_copyright {
        text-align: center;
    }
}*/