/* Stylesheet for the 'ITS Theme' Plone theme */


/* fix IE bubble pointer in Plone */
img {
    vertical-align: top;
}

/* ITS CONTAINER */
#its-outer-left {
    width: 350px;
    background-color:#dedede;
    float: left;
}

#its-left-scrollable {
    margin-top: 10px;
    overflow: auto;
}

#its-outer-right {
    position: absolute;
    left: 370px;
}

#its-right-outer-top {
    background-color: #dedede;
    margin-right: 10px;
    height: 70px;
}

#its-body {
    background: url(/awr/ressources/img/wp01.gif) repeat-y; 
    overflow: auto;
}

#its-content {
    width: 560px;
    margin: 10px 20px 10px 10px;
    background: none;
    background-color: #fff; 
}

/* ITS ELEMENTS */
#its-site-funcs td {
    text-align: right;
}

#its-efa-search input {
	width: 250px;
	border: 1px solid #666;
}

#its-efa-search  label {
	width: 50px;
	text-align: right;
	margin-right: 5px;
}

#its-efa-deparr {
    float: left;
}


#its-efa-deparr input {
    border: none;
    background: none;
}

#its-efa-dateblock {
	margin-right: 20px;
	float: right;
}
#its-efa-dateblock input {
	border: 1px solid #666;
}

#isRoutenplaner {
    display: none;
}

#mdvDebug {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: gold;
    color: indigo;
    overflow: auto;
    display: none;
}


#smallMap {
	position: absolute;
	bottom: -1px;
	right: -1px;
	padding: 10px 0px 0px 10px;
	background-color: #FFF;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	z-index: 51;

}

#mdvMiniMap{
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	z-index: 52;
    width: 150px;
    height: 150px;
}

#smallMap img {
	display: block;
	z-index: 53
}


/* GENERAL ITS CLASSES */
.its-block {
	margin: 5px;
    /*background-color: #ededed;*/
}

.its-blockheader {
	background: url(/awr/ressources/img/bg01.gif) repeat-x;
	padding: 4px;
	color: white;
	font-weight: bold;
    height: 16px;
}

.its-block-inner {
	padding: 5px;
}

.its-clear-all {
    clear: both;
}

.its-alignR {
    text-align: right;
    padding-right: 3px;
}

/* ITS FORMS */
.its-efa-submit {
	text-align: right;
	margin: 0px;
}
.its-efa-submit input{
	background-image: url(/awr/ressources/img/bg01.gif);
	border: 1px solid #0066cd;
	color: white;
	font-weight: bold;
}

.its-efa-time {
	width: 47px;
	margin-bottom: 3px;
}
.its-efa-date {
	width: 25px;
}
.its-efa-year {
	width: 40px;
}

.berechnen {
	text-align: right;
	margin: 0px;
}
.berechnen input{
	background: url(++resources++its.theme.images/bg01.gif) repeat-x;
	border: 1px solid #0066cd;
	color: white;
	font-weight: bold;
}

.otherFlag {
    border: 2px solid #dedede;
}

#its-right-outer-top  td {
    text-align: right;
}
/* ITS NEWS PORTLET */
.its-newsitem-header {
    margin: 2px 0;
}

.its-newsitem-desc {
    margin-bottom: 1em;
}

.cms-hint {
    color: red;
    border: 2px dashed red;
    padding: 10px;
}


.its-marHlp {
    margin: 0 0 3px 0;
}

.its-marT {
    margin-top: 5px;
}

#its-partnerImg {
    text-align: center;
    padding-bottom: 8px;
}




