@CHARSET "UTF-8";

@import url('boris.css');

#page{
    width:960px;
    min-height:748px;
    padding-bottom:30px;
    position:absolute;
    background-color:#FAFAFA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    overflow:auto;
    height:auto !important;
}

#pagepopup{
    position:absolute;
    padding:4px;
    border:1px solid;
    background-color:#F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

#headerarea{
    background-color:#787878;
    height:20px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}

#content{
    margin-left:10px;
    margin-right:10px;
}

input[type=text]{
    border: 1px solid #B4B4B4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px lightgray;
    -webkit-box-shadow: 1px 1px 1px lightgray;
    box-shadow: 1px 1px 1px lightgray;
    padding: 1px;
    outline: 0;
}   

input[type=text]:focus{
    border-color: #2C5C91;
}



input[type=password]{
    border: 1px solid #B4B4B4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px lightgray;
    -webkit-box-shadow: 1px 1px 1px lightgray;
    box-shadow: 1px 1px 1px lightgray;
    padding: 1px;
    outline: 0;
}   

input[type=password]:focus{
    border-color: #2C5C91;
}
 
label {
    display:inline-block;
    width:145px;
}

#registerPanel label {
    display:inline;
    width:100px;
}


fieldset {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #494949;
    padding: 8px;
}


td {
    vertical-align: middle;
}

div.startPageLinkContainer {
    margin-left:50px;
    margin-top:20px;
}

div.adminPageAreaContainer {
    margin-top:10px;
    margin-bottom:10px;
    margin-right: 30px;
}

select.map {
    font-size: 8pt;
    margin-left: 3pt;
    margin-right: 7pt;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    box-shadow: 1px 1px 1px lightgray;
}

select.map:focus{
    border-color: #2C5C91;
}

.arial {
	font-family:arial, Helvetica, sans-serif;
}

.headertable{
    width:100%;
    color:white;
}

.headerlink{
    text-decoration:none;
    color:white;
    font-weight:bold;
}

a:link{
    color: #555555;
}

a.headerlink{
    text-decoration:none;
    color:white;
    font-weight:bold;
}

label.longLabel{
    width:230px;
}

.left{
	float:left;
}

.deleteImageLinkRight{
	background:url(delete_12.png) no-repeat;
	text-decoration:none;
	width:16px;
	margin-top: 5px;
	float:right;
}

.deleteImageLinkRightSmall{
    background:url(delete_12.png) no-repeat;
    text-decoration:none;
    width:12px;
    float:right;
    padding-right:3px;
}

.downloadImageLinkRight{
    background:url(download_16.png) no-repeat;
    text-decoration:none;
    width:16px;
    height:16px;
    float:right;
    padding-right:3px;
}

.ident {
    position:absolute;
    bottom:10px;
    height:10px;
    font-size: 7pt;
    width:98%;
    text-align:right;
}

.inputfield {
    font-size: 8pt;
    margin-right: 0;
    margin-left: 0;
    width: 200px;
}

.inputfieldShort {
    font-size: 8pt;
    margin-right: 0;
    margin-left: 0;
    width: 100px;

}
.inputfieldLong {
    font-size: 8pt;
    margin-right: 0;
    margin-left: 0;
    width: 350px;
}


.select {
    font-size: 8pt;
    width: 204px;
    margin-left:-3px;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    box-shadow: 1px 1px 1px lightgray;
}

.select:focus{
    border-color: #2C5C91;
}


.binputrow {
    margin-bottom: 0.3em;
}

.feedbackPanel{
    list-style:none;
    padding: inherit;
}

/*ModalPopup over CSS*/
.showmodal{
    background-color: inactiveborder;
    border: 2px solid white;
    max-width: 350px;
    padding: 10px;
    position: relative;
    z-index: 1000;
    border-radius: 10px;
}

.hidemodal{
    display:none;
}       

.overlay {
    background-color: black;
    bottom: 0;
    cursor: default;
    left: 0;
    filter: alpha(opacity=10);
    opacity: 0.1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.leftMargin {
	margin-left: 20px;
}

.topMargin {
	margin-top: 10px;
}

.bottomMargin {
	margin-bottom: 10px;
}


.fileListEntry{
    margin-bottom:5px;
    display:block;
}

.fileListEntry:hover {
	background:orange;
}

.checked{
    background: url(check_green.png) no-repeat center center;
}
.notchecked{
    background: url(cross_red.png) no-repeat center center;
}

	
	
.mfuex {
    padding:5px;
    margin:5px;
    background:#eee;
}
.mfuex .wicket-mfu-container {
    padding: 5px;
    margin-top: 3px;
    background-color:white;
    border:1px solid black;
    font-size: 8pt;
}
.mfuex .wicket-mfu-caption {
    font-weight: bold;
}
.mfuex .wicket-mfu-container input:hover {
    border-color:#555555 #C0C0C0 #C0C0C0 #555555;
}

table.dataview {
    margin-bottom: 10px;
    border-bottom: 1px solid #626262;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    }
    
table.dataview caption { text-align: left; }
table.dataview tr { padding-top: 2px; padding-bottom: 2px; }
table.dataview tr.even { background-color: #D8D8D8; }
table.dataview tr.even.selectable:hover { background-color: lightgrey; cursor:pointer; }
table.dataview tr.odd { background-color: #fff; }
table.dataview tr.odd.selectable:hover { background-color: lightgrey; cursor:pointer; }
table.dataview tr.highlight { background-color: #FFDDDD; font-weight:bold; }
table.dataview tr.invalidRow {text-decoration: line-through; background:linear-gradient(to bottom , white, rgba(255, 124, 0, 0.49), white);}
table.dataview tr td { padding-left: 8px; padding-right: 10px; font-weight:inherit; }
table.dataview tr th { color: black; padding: 3px 15px 3px 8px; background-color: #CBCBCB;
    border-bottom: 1px solid #383838; border-top: 1px solid #383838; text-align: left; white-space: nowrap; vertical-align: middle;}

table.dataview tr th { background-position: right; background-repeat:no-repeat; }
table.dataview tr th.wicket_orderDown {
    background-color: #EAEAEA; background-image: url(arrow_down.png); }
table.dataview tr th.wicket_orderUp {
    background-color: #EAEAEA; background-image: url(arrow_up.png); }
table.dataview tr th.wicket_orderNone {
    background-image: url(arrow_off.png);
}
table.dataview tr th a { font-weight: normal; }
table.dataview #message { padding-left: 3px; }
table.dataview caption { padding-bottom: 2px; }


.help {
	font-size: smaller;
	color: #87CEFA;
	font-style: italic;
}

/* Custom Styles for Jquery-Notifiy-Plugin  */

.ui-notify-message-style-custom {
    background: none repeat scroll 0 0 rgba(232, 232, 232, 0.7);
    box-shadow: 0 0 6px #000000;
}

.ui-notify-message-style-custom h1 {
    color: #000000;
    font-weight: bold;
}
.ui-notify-message-style-custom p {
    color: #000000;
}

.glowIt{
	animation:glowIt 4s infinite ease-out reverse;	
}


@keyframes glowIt {
	0% { 
		background-color: transparent; 
	}
	50% { 
		background-color: rgb(233, 233, 233); 
	}
	100% { 
		background-color: transparent; 
	}
}

/* Custom Styles for Jquery-ui Tooltip  */

.ui-tooltip-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

