#depot_tab .editor_field {
	background-color: #fff;
    padding: 4px;
    border: 1px solid #cccccc;
    color: #555;
    font-size: 10px;
}

#depot_tab .editor_ok_button {
    background-color: #000066;
    padding: 4px;
    border: 1px solid #000033;
    color: #ffcc00;
    font-size: 10px;
}

#depot_tab .editor_cancel_button {
    background-color: #ddd;
    padding: 4px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
}

#depot_tab a, #depot_tab a:hover, #depot_tab a:visited {
text-decoration: none;
}

#depot_tab input[type=text] {
	background-color: #fff;
    padding: 4px;
    border: 1px solid #cccccc;
    color: #555;
    font-size: 10px;
}

#depot_tab input[type=submit] {
    background-color: #EEE;
    padding: 4px;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
}

#depot_tab form {
  display: block;
  padding: 0px;
  margin: 0px;
}

#depot_tab select {
  font-size: 10px;
  height: 18px;
}

/* pagination */
.pagination,
#depot_tab ul.pagination
        {
        display:block;
        list-style:none;
        padding:0;
        margin-right: 10px;
		margin-top: 1px;
		float: right;
        }

.pagination li,
#depot_tab ul.pagination li
        {
       	display: inline;
        overflow: hidden;
        line-height: 16px;
        vertical-align:middle;
        margin:0 px;
        color:#666;
        }

.pagination li.active a,
#depot_tab ul.pagination li.active a
        {
        border: 1px solid #c69e00;
		background-color: #ffcc00;
        color:#000;
        }

.pagination li a,
#depot_tab ul.pagination li a
        {
	background-color: #000066;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #313196;
	border-top: 1px solid #313196;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
        }
	
.pagination li a:hover,		
#depot_tab ul.pagination li a:hover
        {
	background-color: #313196;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #6d6dc3;
	border-top: 1px solid #6d6dc3;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
        }
				        
/* tables */

/*
columnClass : 'sortcol',
descendingClass : 'sortdesc',
ascendingClass : 'sortasc',
nosortClass : 'nosort',
sortFirstAscendingClass : 'sortfirstasc',
sortFirstDecendingClass : 'sortfirstdesc',
*/

/* submenu bar */
.submenu {
  border: 1px solid #a4a4a4;
  border-width: 1px 1px 1px 1px;
  background-color: #efefef;
  padding: 2px;
  margin: 0px 10px;
  font-size: 11px;
  font-weight: bold;
}

.submenu a {
	padding: 1px 4px 1px 4px;
	background-color: #4949b4;
	border-top: 1px solid #8181d8;
	border-left: 1px solid #8181d8;
	border-bottom: 1px solid #2a2a8d;
	border-right: 1px solid #2a2a8d;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.submenu a:hover {
	padding: 1px 4px 1px 4px;
	background-color: #000066;
	border-top: 1px solid #3232a0;
	border-left: 1px solid #3232a0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.submenu a.subsubmenu {
	padding: 1px 4px 1px 4px;
	background-color: #acacea;
	border-top: 1px solid #cdcdf4;
	border-left: 1px solid #cdcdf4;
	border-bottom: 1px solid #8484cf;
	border-right: 1px solid #8484cf;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
background: #FFDF61 url(/themes/default/media/content/bg-searchfield-button.gif) repeat-x scroll left top;
border: 1px solid #9E7E00;
}

.submenu a.subsubmenu:hover {
	color: #9E7E00;
}



/* tab bar */
	.tabpane_menu {
        color: #000;
        border-bottom: 1px solid #a4a4a4;
        margin: 12px 0px 0px 0px;
        padding: 0px;
        z-index: 1;
        padding-left: 10px;
        padding-bottom: 0px
    }

    .tabpane_menu li {
        display: inline;
        overflow: hidden;
        list-style-type: none; 
    }

    .tabpane_menu a, a.active {
        cursor:inherit;
        color:#666666;
        background:#E0E0E0;
        font: normal 1em "Trebuchet MS", Arial, sans-serif;
        border: 1px solid #a4a4a4;
        padding: 2px 10px 0px 10px;
        margin: 0px;
        text-decoration: none; }

    .tabpane_menu a.active {
        background:#F9F9F9;
        font-weight:bold;
        border-bottom: 1px solid #FFFFFF;
        color:#000000;
    }


    .tabpane_menu a:visited, {
        color:666666; }

    .tabpane_menu a.active:visited, {
        color: #666666; }

/* popup + sortable*/
  .popup_header {
  }
  
  .popup_body {
      margin:0px;
      margin-top:5px;
      padding:0px 4px;
      list-style-type: none;
      width:220px;
      background: #E9E9E9;
	  color: #666;
	  border: 1px solid #aaa;
	  font-size: 10px;
    }
    
    .popup_body ul {
      margin:0px;
      margin-top:5px;
      padding:0px;
      list-style-type: none;
      width:200px;
    }
    
    .popup_body ul li {
      margin:3px 0px;
      padding:5px;
      border:1px solid #888;
      cursor:move;
	    color: #ffcc00;
      width:185px;
	    background-color: #000066;
    }

    #depot_content .popup_body ul li.inactive {
      opacity: .3;
      filter:alpha(opacity=30);
      
      background-color: #FFFFFF;
      color: #666666;
    }
    
  	#depot_content .popup_body ul li.invisible {
		  background-color: #ccccFF;
		  color: #000066;
	  }


/*Content*/

#content {
	
}

#depot_content {
	padding: 8px 10px 0px 10px;
	background-color: white;
}

#depot_content .depotContentList {
	width: 760px;
	border: 1px solid #CCC;border-width: 1px 1px 0;
}

#alldepotContentList td {vertical-align: top;text-align: right;}

.roweven td{
	background-color: #efefef;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #fff;
	padding-left: 
}

.rowodd td{
	background-color: #eaeaea;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #fff;
}

.selected td{
	background-color: #ffcc00;
	border-bottom: 1px solid #ddb100;
	border-top: 1px solid #ffdf5e;
}

#depot_content td.sortierung {
	width: 16px;
	background: none;
	border-bottom: 1px solid #999;
}



#depot_entry_actions {
	font-size: 11px;
}

.eventHistory_action {
	width: 200px;
}

#depot_entry_actions .tabpane_body {
	width: 750px;
}

#depot_entry_actions_tabs {
	width: 742px;
}

#depot_entry_actions_containers {
	margin-bottom: 10px;
}

#depot_entry_actions .tab_header {
	font-size: 20px;
	font-family: arial, helvetica;
	font-weight: normal;
	margin-bottom: 4px;
	color: #a8a8a8;
}

#depot_entry_actions .tab_sub_header {
	font-size: 11px;
	font-family: arial, helvetica;
	font-weight: bold;
	margin-bottom: 4px;
	color: #333;
	float: left;
	margin: 0px 5px 0px 0px;
}

#depot_entry_actions .tab_text {
	color: #666;
}

#depot_entry_actions .note_timestamp {
	color: #b39004;
	font-weight: bold;
}

#depot_entry_actions .note {
	padding: 2px;
}


#depot_entry_actions .note_timestamp a {
	color: #6e0000;
	font-weight: bold;
}



#depot_tab .addinstrument .value_name{
	font-size: 20px;
	font-family: arial, helvetica;
	font-weight: normal;
	color: #a8a8a8;
}

#depot_tab .addinstrument .info{
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}

#depot_tab .addinstrument .info-right{
	height: 30px;
	font-weight: bold;
	border-left: 1px solid #dedede;
	padding-left: 6px;
	font-size: 11px;
}


#depot_tab .addinstrument .value input {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #cccccc;
    color: #555;
    font-size: 10px;
}

#depot_tab .addinstrument .value select {
    background-color: #fff;
    padding: 1px;
    border: 1px solid #cccccc;
    color: #555;
    font-size: 10px;
}

#depot_tab .addinstrument .value input[type=submit] {
    background-color: #000066;
    padding: 4px;
    border: 1px solid #000033;
    color: #ffcc00;
    font-size: 10px;
}

#depot_tab .column_right{
  text-align: right;
  padding-right: 10px;
}

#depot_tab .column_left{
  text-align: left;
  padding-left: 4px;
  cursor: pointer;
}

#depot_tab .WARdepotContentList_count,
#depot_tab .KOdepotContentList_count,
#depot_tab .AZEdepotContentList_count,
#depot_tab .stockdepotContentList_count,
#depot_tab .alldepotContentList_count {
	text-align: right;
	width: 46px;
	padding-right: 10px;
}

#depot_tab .alldepotContentList_bestBuy,
#depot_tab .WARdepotContentList_bestBuy,
#depot_tab .KOdepotContentList_bestBuy,
#depot_tab .AZEdepotContentList_bestBuy,
#depot_tab .stockdepotContentList_bestBuy {
	text-align: right;
	width: 80px;
	padding-right: 15px;
}

#depot_tab .alldepotContentList_recent,
#depot_tab .WARdepotContentList_recent,
#depot_tab .KOdepotContentList_recent,
#depot_tab .AZEdepotContentList_recent,
#depot_tab .stockdepotContentList_recent {
	text-align: right;
	width: 80px;
	padding-right: 15px;
}


#depot_tab .WARdepotContentList_performance,
#depot_tab .KOdepotContentList_performance,
#depot_tab .AZEdepotContentList_performance,
#depot_tab .stockdepotContentList_performance,
#depot_tab .alldepotContentList_performance {
	text-align: right;
	width: 80px;
	padding-right: 15px;
}

#depot_tab .WARdepotContentList_value,
#depot_tab .KOdepotContentList_value,
#depot_tab .AZEdepotContentList_value,
#depot_tab .stockdepotContentList_value,
#depot_tab .alldepotContentList_value {
	text-align: right;
	width: 90px;
	padding-right: 10px;
}

#depot_tab .WARdepotContentList_recentValue,
#depot_tab .KOdepotContentList_recentValue,
#depot_tab .AZEdepotContentList_recentValue,
#depot_tab .stockdepotContentList_recentValue,
#depot_tab .alldepotContentList_recentValue {
	text-align: right;
	width: 90px;
	padding-right: 10px;
}

#depot_tab .depotContentList_equal,
#depot_tab .WARdepotContentList_equal,
#depot_tab .KOdepotContentList_equal,
#depot_tab .AZEdepotContentList_equal,
#depot_tab .stockdepotContentList_equal,
#depot_tab .alldepotContentList_equal {
  text-align: right;
  padding-right: 10px;
}

#depot_tab .depotContentList_up,
#depot_tab .WARdepotContentList_up,
#depot_tab .KOdepotContentList_up,
#depot_tab .AZEdepotContentList_up,
#depot_tab .stockdepotContentList_up,
#depot_tab .alldepotContentList_up {
	text-align: right;
	color: green;
	padding-right: 10px;
}

#depot_tab .depotContentList_down,
#depot_tab .WARdepotContentList_down,
#depot_tab .KOdepotContentList_down,
#depot_tab .AZEdepotContentList_down,
#depot_tab .stockdepotContentList_down,
#depot_tab .alldepotContentList_down {
	text-align: right;
	color: red;
	padding-right: 10px;
}


#depot_tab .WARdepotContentList_name,
#depot_tab .KOdepotContentList_name,
#depot_tab .AZEdepotContentList_name,
#depot_tab .stockdepotContentList_name,
#depot_tab .alldepotContentList_name {
	font-weight: bold;
	padding-left: 4px;
	text-align: left;
}

#info {
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 257px;
	height: 120px;
	float: right;
	margin-right: 10px;
}

#info table {
	width: 250px;
	margin-top: 6px;
}

#info table td {
	padding: 2px;
	padding-left: 10px;
	font-size: 11px;
}

#info .infoheader {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#info .info_depot_name {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: right;
}

#info .infotext_value {
	font-weight: bold;
	text-align: right;
}

#info .infotext_value_up {
	color: green;
	font-weight: bold;
	text-align: right;
}

#info .infotext_value_down {
	color: red;
	font-weight: bold;
	text-align: right;
}

#tod {
	font-size: 11px;
	border: 1px solid #ccc;
	width: 460px;
	float: left;
	background-color: #eaeaea;
	height: 110px;
	overflow: auto;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
}

#tod .tipoftheday_title {
	font-weight: bold;
}

#user {
	display: none;
}

#depotEventFilterContainer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #dedede;
	font-size: 11px;
	padding: 5px;
}

#depotEventFilterContainer .filtertable {
	width: 730px;
}


#depotEventFilterContainer .aktion {
	border-right: 1px solid #bbb;
	font-weight: bold;
}

#depotEventFilterContainer .zeitraum {
	padding-left: 11px;
	font-weight: bold;
	border-right: 1px solid #bbb;
}

#depotEventFilterContainer .instrument {
	padding-left: 11px;
	font-weight: bold;
	border-right: 1px solid #bbb;
}

#depotEventFilterContainer .aktion_form {
	border-right: 1px solid #bbb;
}

#depotEventFilterContainer .zeitraum_form {
	padding-left: 11px;
	border-right: 1px solid #bbb;
}

#depotEventFilterContainer .intrument_form {
	padding-left: 11px;
	border-right: 1px solid #bbb;
}

#depotEventFilterContainer .form_field {
	padding-left: 0px;
}

#depotEventFilterContainer .form_field input {
	text-align: right;
	background-color: #000066;
	color: #ffcc00;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	float: right;
}

.category {
	background-color: #000066;
	color: #ffcc00;
	border-top: 1px solid #3939ad;
	border-left: 1px solid #3939ad;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
	margin-bottom: 10px;
}

.benutzer {
	padding-left: 10px;
}

#user_content {
	background-color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	width:750px;
	height: 300px;
}

#user_content .benutzer table td {
	font-size: 11px;
}

#user_content .bold{
	font-weight: bold;
}

#passwordChange {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
}

#action_sum {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ffe062;
	border-left: 1px solid #ffe062;
	border-bottom: 1px solid #cba200;
	border-right: 1px solid #cba200;
	background-color: #ffcc00;
	color: #000066;
	padding: 4px;
	height: 16px;
	width: 170px;
}

.transaction_error {
	background-color: #FF0000 !important;
}

.kill {
	background-color: #ffcc00;
	color: #000066;
	border: 1px solid #a08000;
	float: right;
	font-weight: bolder;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	margin: 10px;
  cursor: pointer;
}

.hidden {
	display: none;
}

.filterbox {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
}

.bar_close {
  border: 1px solid #b18e00;
  background-color: #ffcc00;
  color: #000066;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
	margin-bottom: 10px;
}

.explanation {
	font-size: 9px;
	color: #7c6300;
}

.filterbox_closed {
	background-color: #000066;
	color: #ffcc00;
	border-top: 1px solid #3939ad;
	border-left: 1px solid #3939ad;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.filterbox_closed .explanation {
	font-size: 9px;
	color: #000066;
}

.hidden {
	display: none;
}


.register {
	margin-bottom: 20px;
	margin-top: 20px;
}

.register td,
.register-right td {
	font-size: 12px;
	font-weight: bold;
}

.register input,
.register-right input {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #cccccc;
    color: #555;
    font-size: 10px;
}

.register-right {
	margin-bottom: 20px;
	margin-top: 20px;
}

.register-right input[type=submit] {
    background-color: #000066;
    padding: 4px;
    border: 1px solid #000033;
    color: #ffcc00;
    font-size: 10px;
}

/*.head {
	font-size: 20px;
	font-family: arial, helvetica;
	font-weight: normal;
	margin-bottom: 4px;
	color: #a8a8a8;
	margin-left: 40px;
	margin-top: 20px;
}*/

#loginBox {
	margin: 20px 50px 20px 50px;
	width: 450px;
}

#loginBox input[type=submit] {
    background-color: #000066;
    padding: 4px;
    border: 1px solid #000033;
    color: #ffcc00;
    font-size: 10px;
}

.registrieren input[type=submit] {
    background-color: #000066;
    padding: 4px;
    border: 1px solid #000033;
    color: #ffcc00;
    font-size: 10px;
}


.registrieren {
	background-color: #eaeaea;
	padding: 10px;
	width: 690px;
	margin: 0px 40px 10px 40px;
	border: 1px solid #ccc;
}

.registrieren .head {
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2px 10px 2px 10px;
	background-color: #ac8a00;
	text-align: center;
}

a {
	color: #000066;
}

.depot_note {
	font-size: 11px;
	color: #888888;
	text-align: right;
}

