html, body, h {
    margin: 0;
    padding: 0;
    font-family: "Calibri", "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 11pt;
    color: #444;
}

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

#download_backup {
    float: right;
    padding: 12px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    opacity: 0.5;
}

#panel_container {
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    background:#2F4061;
}

#panel {
    text-align: center;
    background:#2F4061;
    width: 688px;
    margin: auto;
}

.panel_box {
    display: inline-block;
    width: 43px;
    height: 64px;
    line-height: 64px;
    font-size: 25px;
    font-weight: bold;
    background-size: 43px 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('css/panel_blue.png');
}

.panel_box_corner {
    visibility: hidden;
}

#hint {
    background-color: #2F4061;
    background-image: url('css/panel_hint.png');
    width: 650px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-size: 650px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 11pt;
}

.language img {
    width: 32px;
    padding: 8px;
}

.language {    
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    filter:alpha(opacity=40);
    opacity: 0.4;
    cursor: pointer;
}

.language:hover, .current_language, #download_backup:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    opacity: 1;
}

.current_language img {
    width: 48px;
    padding: 0;
}

#form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #A4A4A4 #B9B9B9 #B9B9B9;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 12pt;
    padding: 10px;
    width: 450px;
    margin: 5px;
}

.fakeinput {
	width: 470px;
	margin: auto;
	text-align: left;
}

.delete {
    background-image: url('css/delete.png');
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.status {
    background-image: url('css/status_pending.png');
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
}

.status:hover, .delete:hover, .edit:hover {
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

.status_validated {
    background-image: url('css/status_validated.png') !important;
}

.status_deleted {
    
}

.status_invalidated {
}

.edit {
    background-image: url('css/edit.png');
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#thumbflag {
	width: 32px;
}

.thumbflag {
	width: 24px;
}

#form select {
    margin: 5px;
    padding: 5px;
}

#form input[type="button"] {
    font-size: 12pt;
    padding: 10px 25px;
    margin: 5px;
}

#form {
    text-align: center;
    margin: auto;
}

#submitted_panels {
	margin: 20px;
}

.center {
    text-align: center;
}

.min-width {
    width: 1%;
}

.nowrap {
   white-space: nowrap;
}

tr.marked td:hover, tr.marked:hover
{
	background-color: #FFE7F9 !important;
}
