@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	margin:0px;
	padding:0px;
}

.page
{
    width: 1000px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
}
P.accent {
	border-bottom: 1px solid; 
	border-left: 1px solid; 
	padding-bottom: 1em; 
	margin: 1em 1em 1em 1em; 
	padding-left: 1em; 
	padding-right: 1em; 
	border-top: 1px solid; 
	border-right: 1px solid; 
	padding-top: 1em
}
img {
	border-width:0px;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
.cleared {
	clear: both;
}
.login-logo {
	background-image: url(images/loginscreen.png);
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 590px;
	z-index:100;

}
.loginform {
	margin-right:40px;
	font-size: 12px;
	color: #CCC;
	float: right;
	display: inline-block;
	margin-top: 420px;
}
.submit {
	text-decoration: none;
	vertical-align: top;
	margin-left: 5px;
    height: 18px;
}
input 
{
	box-shadow:0px 0px 5px #666 inset;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	border: 0px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}


/* PAGE LAYOUT
----------------------------------------------------------*/

.wrapper {
	color: #606060;
	height: 100%;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.header {
	background-image: url(images/menubar.png);
	background-repeat: no-repeat;
	display: block;
	height: 82px;
}

.main {
	background-color: #F4F7FF;
	display: block;
	width: 940px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 7px #666;
	padding-bottom: 10px;
	/*min-height:417px;*/
	height: auto;
	/*height:485px; */
	min-height: 485px;
	overflow: auto;
}

.breadcrumb {
	font-size: 11px;
	height: 20px;
	margin-left: 10px;
}
.breadcrumb span {
	float: right;
	margin-right: 10px;
}

.mainform_header {
	background-image: url(images/topbar_pattern.png);
	background-repeat: repeat-x;
	display: block;
	height: 29px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #101010;
	padding-top: 5px;
	padding-left: 10px;
}

.panelContent
{
	width: 914px;
	margin-right: auto; 
	margin-left: auto;
	margin-top: 7px;
    height:410px;
    overflow:visible;
    position:relative;
}


.footer{
	margin-top:10px;
	font-size: 11px;
	height: 20px;
	margin-left: 10px;
}
.footer span {
	float: right;
	margin-right: 10px;
}

.footer_div_left {
	float: left;
}

.btn_container
{
    
    margin-top: 10px;
    padding-left: 10px;
    
    /*height: 30px;
    background-color: #CCCCCC;*/
}

.doEdit {
background: transparent url(images/btn_span.png) no-repeat;
     display: block;
     line-height: 8px;
     padding: 5px 0px 5px 10px;
 }
 
 .baseButtons {
     
     	background: transparent url(images/btn_a.png) no-repeat scroll top right;
	color: #133B54;
	display: block;
	float: left;
	height: 19px;
	margin-right: 15px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
 }

a.button {
	background: transparent url(images/btn_a.png) no-repeat scroll top right;
	color: #133B54;
	display: block;
	float: left;
	height: 19px;
	margin-right: 15px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	cursor:pointer;
 }

 a.button span {
     background: transparent url(images/btn_span.png) no-repeat;
     display: block;
     line-height: 8px;
     padding: 5px 0px 5px 10px;
 }
 
 
/* STATISTICS
----------------------------------------------------------*/
.Statistics
{
    position:absolute;
    bottom:0px;
}

.StatisticsWithdraw
{
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.Statistics
{

border-collapse:collapse;
}
.Statistics td, .Statistics th 
{
font-size:0.8em;
border:1px solid #666;
padding:3px 7px 2px 7px;
height: 20px;
}
.Statistics th 
{
font-size:1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A2DEF8;
color:#fff;
}
.Statistics tr.alt td 
{
color:#000;
background-color:#EEF9FF;
}
 
 .Statistics a, .Statistics a:link, .Statistics a:visited {
	float: left;

	color: #666;
	
	line-height: 20px;
	outline: none;
	text-decoration: none;
	margin-right:5px;
}

 .Statistics a:hover {
	color: #F68B18;
	font-size:1.2em;
}

 .Links a, .Links a:link, .Links a:visited
{
    color: #666;
    outline: none;
    text-decoration: none;
    font-weight: bold;
}

 .Links a:hover {
	color: #F68B18;
}

/* TAB MENU   
----------------------------------------------------------*/


#menu {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	top: 45px;	
	left: 160px; 
	width: 620px;
	margin: 10px auto;
	/*cursor:pointer;*/
	z-index: 11;
	
}
ul.level1 li {
	display:inline-block;
	height:30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	position:relative;
}

ul.level1 li .home {
	background: url(images/icon_config.png) no-repeat left center;
}
ul.level1 li .config {
	background: url(images/icon_config.png) no-repeat left center;
}
ul.level1 li .reports {
	background: url(images/icon_preferences.png) no-repeat left center;
}
ul.level1 li .settings {
	background: url(images/icon_preferences.png) no-repeat left center;
}
ul.level1 li .exit {
	background: url(images/icon_exit.png) no-repeat left center;
}

ul.level1 li a, ul.level1 li a:link, ul.level1 li a:visited {
	float: left;
	padding: 0 4px 0 18px;
	color: #666;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	outline: none;
	text-decoration: none;
	margin-right:5px;
}

ul.level1 li a:hover {
	color: #fff;
	cursor:pointer;
}


ul.level1 li a:hover {
	background: url(images/active_menu_pattern.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul.level1 li:#home:hover {
	background: url(images/active_menu_pattern.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	ul.level1 li ul.level2 {
		display: none;
		position: absolute;
		top: 25px;
		box-shadow: 0px 0px 5px #666666;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-image: url(images/submenu_pattern.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #F4F7FF;
		width: 220px;
		z-index: 10;
	}

ul.level1 li ul.level2 li {

	position: relative;	
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

ul.level1 li ul.level2 li a, ul.level1 li ul.level2 li a:link, ul.level1 li ul.level2 li a:visited  {
	color: #307AB4;
	float: none;
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;
	text-transform:uppercase;
	margin-right:0;
	cursor:pointer;
}

ul.level1 li ul.level2 li a:hover {
	color: #505050;
	background: #B6E1F2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul.level1 li ul.level2 li ul.level2 {
	position: absolute;
	top: -1px;
	left: 200px;
}

.iFrameDetailsContent
{
    width: 100%;
    height: 95%;
}

.TextBox, .hasDatepicker
{
    border:1px solid #ABADB3;
}

.Width270px
{
    width: 270px;
}

.Width100px
{
    width: 100px;
}

.TextBoxDisabled
{
    border: 1px solid #E4E4E4;
}

.TextBoxDisabledRightAlign
{
    border: 1px solid #E4E4E4;
    text-align: right;
}

.TextBoxRightAlign
{
    border:1px solid #ABADB3;
    text-align: right;
}


.BoldBlueFont
{
    color: #0066FF;
    font-weight: bold;
}

.ErrorText
{
    color:Red;
    margin-left: 12px;
}

.baseButtonsHidden
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}

fieldset.compact
{
    margin: 0px;
    padding: 2px 4px 8px 4px;
    border: 1px solid #ccc;
}

fieldset.compact p 
{
    margin: 1px 3px 2px 2px;
}

legend.compact
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 1px 2px 4px 2px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


.detailForm
{
    font-size: 0.8em;
}
.declaration
{
    font-size: 0.7em;
}
.declaration span
{
    font-weight:bold;
}

.detailsDenom
{
    background-color: #CCCCCC;
}

.imageDKUHidden
{
    position: relative;
    top: 10px; 
    left: 95px;
    width: 50px;
    height: 20px;
}

.mapDKUHidden
{
    position: relative;
    top: 0px; 
    left: 0px;
}

.parcelItem
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.selectedParcelItem
{
    background-color: #F4C57A;
}

.parcelsDIV
{
    width: 100%; 
    height:163px; 
    overflow: auto; 
    background-color: White;
}

.parcelsButtonsDIV
{
    width: 100%; 
}

.parcelsTable
{
    margin: 0px; 
    padding: 0px; 
    border-width: 0px;
}

.fadingTooltip
{
    border-right: darkgray 1px outset;
    border-top: darkgray 1px outset;
    font-size: 12pt;
    border-left: darkgray 1px outset;
    width: auto;
    color: black;
    border-bottom: darkgray 1px outset;
    height: auto;
    background-color: lemonchiffon;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    border-bottom-width: 3px 3px 3px 3px;
}


.managerObjects
{
    width: 95%;
    height: 250px;
}

.managerObjectsHidden
{
    display: none;
    visibility: hidden;
}

.managerObjectsDiv
{
    overflow: auto;
    width: 100%;
    height: 90%;
}

.objectsList
{
    
}

.viewAllObjects
{

}

.viewAllObjectsHidden
{
    display: none;
    visibility: hidden;
}

.dottedHR
{
    height: 0px;
    border-bottom: 2px dotted #000;
    border-top-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    position: relative;
    left: -7px;
}

#accordion
{
    width:914px; 
    margin-left: auto; 
    margin-right: auto;
    font-size: 0.8em;
}

#accordion td
{
    padding: 0px;
    margin: 1px;
}

#accordion input
{
    margin: 0px;   
}

.helpbutton
{
    margin-left: 5px; 
    margin-right: 5px; 
    float: right;
}

a.tooltip {outline:none; } 
a.tooltip strong {line-height:30px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { z-index:10;display:none; padding:14px 20px; margin-top:-120px; margin-left:-150px; width:240px; line-height:16px; } 
a.tooltip:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;} 
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} /*CSS3 extras*/ 
a.tooltip span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }

.redColorText
{
    color: Red;
}

.notReceivedByCITAnimationBlack
{
    animation: notReceivedByCITAnimationBlack 2s;
    -webkit-animation: notReceivedByCITAnimationBlack 2s; /* Safari and Chrome */
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.notReceivedByCITAnimationRed
{
    animation: notReceivedByCITAnimationRed 2s;
    -webkit-animation: notReceivedByCITAnimationRed 2s; /* Safari and Chrome */
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}


@keyframes notReceivedByCITAnimationBlack
{
0%   {color:Black;}
50% {color:#FF9900;}
100%   {color:Black;}
}

@-webkit-keyframes notReceivedByCITAnimationBlack /* Safari and Chrome */
{
0%   {color:Black;}
50% {color:#FF9900;}
100%   {color:Black;}
}


@keyframes notReceivedByCITAnimationRed
{
0%   {color:Red;}
50% {color:Black;}
100%   {color:Red;}
}

@-webkit-keyframes notReceivedByCITAnimationRed /* Safari and Chrome */
{
0%   {color:Red;}
50% {color:Black;}
100%   {color:Red;}
}

.animationColorRedToOrange
{
    /*animation: animationColorRedToOrange 2s;*/
    /*-webkit-animation: animationColorRedToOrange 2s; */ /* Safari and Chrome */
    /*animation-iteration-count: infinite;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*visibility: hidden;*/
    color: #FF6600;
}

#secPersonelMessage
{
    color: #FF0000;
}


.Notifications
{
    visibility: visible;
    animation: animationColorRedToOrange 2s;
    -webkit-animation: animationColorRedToOrange 2s; /* Safari and Chrome */
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes animationColorRedToOrange
{
0%   {color:Red;}
50%   {color:Orange;}
100%   {color:Red;}
}

@-webkit-keyframes animationColorRedToOrange /* Safari and Chrome */
{
0%   {color:Red;}
50%   {color:Orange;}
100%   {color:Red;}
}

.Width200px {
	width: 200px;
}

.colorred {
	color: red !important;
}