/* =============================== */
/* content styling                 */
/* http://www.4d-it.com            */
/* author: pdo                     */
/* (c) 2011 4D-IT GmbH     */
/* =============================== */


#content .contenttitle {
  font-size: 150%;
  font-weight: bold;
  color: #ad512a;
  width: 650px;
  margin-top: 0px;
}

#content a {
  text-decoration: none;
  font-weight: bold;
  color: #ad512a;
}

#content a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #e6bb6e;
}

/*
#content a.active {
  font-weight: bold;
  font-size: 130%;
  color: ff8400;
}

#content a:visited {
  color: #a1bd00;
}
*/

#content table {
  font-size: 100%;
}

/* Tabcontainer overrides */
.claro .dijitTabContainerTop-tabs .dijitTabInnerDiv, .claro .dijitTabContainerTop-tabs .dijitTabContent {
    border-radius: 8px 8px 0 0;
}

.claro .dijitTabContainerTop-tabs .dijitTabChecked .dijitTabInnerDiv {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}

.claro .dijitTabPaneWrapper {
	margin: 0 3px 3px 0;  
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border-radius: 0 4px 8px 8px; 
}

.claro .dijitTabListContainer-top {
	margin: 0 6px 0 0; 
}

.claro .dijitContentPane {
	background: #EEE; 
}

.claro a link  {
        font-size: 12px;
}




/* =============================== */
/* mainbody styling                */
/* =============================== */

body {
  font-family: Verdana;
  font-size: 80%;
  margin: 0px;
/*  background-image: url(../images/bgpattern.png);
/*  background-repeat: repeat;*/
  /* background outside */
  /*  background: #f8ffcc /* url(../images/headerborder.png); */
  /* background-repeat: no-repeat;
  background-position: 0px 94px;*/
}

#container {
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
/*  background: white url(../images/contentbg.png) repeat-y;*/
}

/* -------------- */
/* Header         */
/* -------------- */
#header {
	width: 832px;
	height: 90px;
	margin-bottom: 2em;
        margin-top: 1em;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	/*background: black url(valles360_foot.png) no-repeat;*/
	background-size: 100%; 
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

/* -------------- */
/* Main Content   */
/* -------------- */
#maincontent {
  width: 750px;
  margin: 0 0 0 0px;
  min-height: 500px;
  height: auto !important;
/*  height: 500px;  /*für IE 7*/
  background-color: white;
/*  background-image: url(../images/contentbody.png);*/
}

#mainnavigation {
  width: 150px;
  height: auto;
  float: left;
  padding: 0px 0px 0px 0px;
  background: #dddddd;
}

#navigationselected {
  color: #ad512a;
}

#content {
  margin: 0 0 0 0;
  width: 617px;
  height: auto;
  min-height: 200px;
}

#applications {
  background-image: url(../images/applications_bg.png);
}

/* -------------- */
/* Footer         */
/* -------------- */
#footer {
  width: 832px;
  height:  90px;
  margin-top: 5em; 
  margin-bottom: 1em; 
  border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	/*background: black url(valles360_foot.png) no-repeat;*/
	background-size: 100%; 
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

/* =============================== */
/* default styling */

body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	background-color: #fff;
	text-align: center;
}

#wrapper {
	width:850px;
	min-width: 850px;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	display:block;
}

#wrapper a {
        font-size: 18px;
}
#wrapper p {
        font-size: 18px;
}

#wrapper td {
        font-size: 18px; 
        font-family: "Courier New", "Courier", "Monaco", monospace;
/*        font-size: 1em;
        line-height: 1.5em;
*/
        }

#wrapper th {
        font-size: 18px;
        text-align: center;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:block;
}

#footer {
	/*background:#fff;*/
	border:none;
/*	margin-top:15px;
	border-top:1px solid #999999;*/
}

#footer .new {
	float:left;
}

#footer a:link {color: #7db223;}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:100px;
	/* float:left; */
	margin-left: 5px;
	margin-top: 0px;
}

input {
	height:20px;
}

input, textarea, select {
	border:1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .box {
	display:block;
	margin-left:105px;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-size: 26px;
	line-height: 32px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	color:#555;
}

h4 {
	font-size: 20px;
	line-height: 25px;
}

.errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

a {
	text-decoration: underline;
	/*font-size: 12px;*/
}

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


table.results tr:nth-child(odd) {
	background-color: #F3F3F3;
}

table.results tr:nth-child(even) {
	background-color: #E3E3E3;
}

a:link {
	/*color: #444;*/
	color: #3839F6;
}

a:hover {
	color: #456314;
}

a:active {
	color: #7db223;
}

a:visited {
	color: #444;
}

li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 0px 0 0 0;
	border: 0px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%;
	padding: 0px; 
}

table table {
	margin: 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	/* border: 1px solid #CCCCCC; */
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table select {
	width: 100px; 
	font-size: 90%;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

.utilbox {width: 18px;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	/* float: left; */
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}


h1 {color:#4F81BD;  text-align:center;}
*.da {text-align:center; font-weight:bold;font-size:14.0px;}
*.talk {text-align:left;font-size:12.0px;line-height:120%;margin-top:1em}
*.sec {margin-top:2em;text-align:left;font-size:12.0px;font-weight:bold;line-height:120%;}
*.break {margin-top:2em;text-align:left;font-size:12.0px;font-weight:bold;line-height:150%;}
*.tab_t {
    font-size:12.0px;
    position: absolute;
    left: 340px;
   }
*.tab_b {    
    font-size:12.0px;
    position: absolute;
    left: 320px;
   }
