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

html {
    line-height: 1;
    direction: ltr;
}

body {
    height: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

h1 {
    padding: 4px;
    font-size: 14px;
}

a,
#dialog-form a {
    color: #1c94c9;
    text-decoration: none;
}
a:hover,
#dialog-form a:hover {
    text-decoration: underline;
}

img {
    border: none;
    vertical-align: middle;
}

.center {
    margin: 0 auto;
}
.text-center {
    text-align: center;
}

.content {
    padding: 10px;
}

#module {
    background: url( '/images/header_bg.png' ) repeat-x top;
}

/* HEADER */
.header {
    height: 70px;
}
.logo {
    line-height: 70px;
}
.sign-info,
.language {
    padding: 12px 0;
}
.sign-info p {
    padding: 4px; 0;
}
.language span {
    padding: 0 4px;
}
.language span img {
    padding-right: 2px;
}
/* MAIN MENU */
.mainmenu {
    height: 30px;
    line-height: 30px;
    color: #ddd;
}
.mainmenu a {
    padding: 0 4px;
}

/* FORMS */
#form {
    padding: 10px;
}

.field-date {
    width: 140px !important;
    background: url( '/images/calendar.png' ) no-repeat 98% center;
}

form.cmxform fieldset {
    margin-bottom: 10px;
}
form.cmxform legend {
    padding: 0 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
}
form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-weight: bold;
}
form.cmxform .no-label { padding: 0 10px; }
form.cmxform fieldset ol {
    margin: 0;
    padding: 0;
}
form.cmxform .no-borders {
    border: none;
}
form.cmxform fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}
form.cmxform fieldset fieldset {
    border: none;
    margin: 0;
}
form.cmxform fieldset fieldset legend {
    padding: 0;
    font-weight: normal;
}
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
    font-weight: normal;
}
form.cmxform .fieldset-radio {
    margin-top: -20px;
}
form.cmxform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
form.cmxform label {
    width: 200px;
}
form.cmxform fieldset fieldset legend {
    color: #333;
}
form.cmxform fieldset fieldset {
    width: 190px;
    border: 1px solid #ccc;
    margin-left: 203px;
}
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
form.cmxform {
    /*font-size: 1.1em;*/
    color: #333;
}
form.cmxform legend {
    padding-left: 0;
}
form.cmxform legend,
form.cmxform label {
    color: #333;
}
form.cmxform fieldset {
    padding: 0 4px;
    border: 1px solid #c1c1c1;
    background-color: #f5f5f5;
}
form.cmxform fieldset legend {
    color: #1c94c9;
    padding: 0 4px;
}
form.cmxform fieldset fieldset {
    background: none;
}
form.cmxform fieldset li {
    padding: 5px 10px 7px;
}
form.form input[type=email],
form.form input[type=password],
form.form input[type=text],
form.form input[type=url],
form.form select,
form.form textarea {
    width: 200px;
}


form button,
form input,
form select,
form textarea {
    font-family: inherit;
    font-size: inherit;
}

form select,
form textarea {
    padding: 4px;
}

form input[type=email],
form input[type=password],
form input[type=text],
form input[type=url],
form select,
form textarea {
    display: inline-block;
    height: 29px;
    margin: 0;
    padding-left: 8px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

form textarea {
    height: auto;
}

form input[type=email]:hover,
form input[type=password]:hover,
form input[type=text]:hover,
form input[type=url]:hover,
form select:hover,
form textarea:hover {
    border: 1px solid #ffa200;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

form input[type=email]:focus,
form input[type=password]:focus,
form input[type=text]:focus,
form input[type=url]:focus,
form select:focus,
form textarea:focus {
    outline: none;
    border: 1px solid #ffa200;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

form input[type=text][readonly=readonly] {
    color: #555;
}

form input[type=email][disabled=disabled],
form input[type=password][disabled=disabled],
form input[type=text][disabled=disabled],
form input[type=url][disabled=disabled] {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}

form input[type=email][disabled=disabled]:hover,
form input[type=password][disabled=disabled]:hover,
form input[type=text][disabled=disabled]:hover,
form input[type=url][disabled=disabled]:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button {
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 6px 14px;
}

/*
.buttons button {
    width: auto;
    overflow: visible;
    padding:4px 10px 3px 7px; /* IE6 */
/*}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    /*line-height:17px; /* Safari */
/*}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
/*}
*/
button img {
    margin: 0;
    padding: 0 2px;
    border: none;
    width: 16px;
    height: 16px;
}

/* TABLES */
.w100 {
    width: 100%;
}
.odd {
    background: #e8edff;
}
#box-table-a
{
	font-size: 12px;
	margin: 0;
	
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	/*background: #e8edff; */
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

/* FOOTER */
.footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #c1c1c1;
}
.footer p {
    padding: 1px 0;
}

/* DIALOG */
#dialog-form p { padding: 5px 0; }

/* MESSAGES */
.msg {
    margin-bottom: 20px;
}
.msg-success,
.msg-error {
    border: 1px solid #e6db55;
    background: #fffbcc;
    background: -moz-linear-gradient(top, #FFFBCC 0%, #FFFBC1 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBCC), color-stop(100%,#FFFBC1)); /* webkit */
    line-height: 22px;
    padding: 5px 10px;
}
.msg-success p,
.msg-error p {
    margin: 0;
    line-height: 22px;
}
.msg-error {
    color: #900;
    border-color: #c00;
    background: #f6d3d0;
    background: -moz-linear-gradient(top, #F9DFDD 0%, #F4CDCA 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9DFDD), color-stop(100%,#F4CDCA)); /* webkit */
}
.msg-error ul {
    padding-left: 20px;
    list-style-type: disc;
}
.msg-error ul li {
    line-height: 12px;
}
.msg-success {
    color: #308000;
}

.export1c-result {
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}
