/**
* TF CMS
* @author: t.fuchsberger
* @version: 2.0.0
*/

/*********************************** Common Styles ***********************************/
html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6 {
    font-size: 100.1%;
}
html, body, div, table, td, form, img, h1, h2, h3, h4, h5, h6 {
   	font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    border: 0px transparent none;
    background-position: left top;
    background-repeat: no-repeat;
	color: #333;
}
.clear {
	clear:both;
}
.copyrightAdmin {
	clear:both;
	text-align: center;
	margin: 10px 0 20px 0;
}
.copyrightAdmin A {
	font-size: 0.7em;
	color: #999;
	text-decoration: none;
}
.copyrightAdmin A:Hover {
	text-decoration: underline;
}
dl dd {
	border:0;
	padding:0;
	margin:0;
}
.errors {
	clear:both;
	text-align:center;
	color:red;
}
.infos {
	clear:both;
	text-align:center;
	color:green;
}
fieldset.admin {
	border:1px solid #ccc;
	padding:10px;
	margin:0 10px 0 10px;
}
fieldset.admin legend {
	color:#10449A;
	font-weight:bolder;
	font-size:0.75em;
	padding:3px;
	margin-bottom:10px;
}
.radio {
	border:0;
}
button, input {
	border:1px solid #999;
	margin:2px;
}
input:focus,
select:focus,
textarea:focus { background-color: #ffd }

.placeholdercontainer {
	border:2px solid #10449A;
	min-height:15px;
	margin:-30px 0 0 0;
	padding:0;
	background-color:transparent;
	position:relative;
}
.modulecontainer {
	border:1px solid #DF8600; 
	min-height:15px; 
	margin:0;
	padding:0;
	background-color:transparent;
}
.modulecontainer_shortcut {
	border:1px solid #DF8600; 
	min-height:15px; 
	margin:0;
	padding:0;
	background: url('../images/admin/shortcut.png') bottom left no-repeat;	
	background-color:transparent;
}
.modulecontainer_hover {
	border:1px solid #009900;
	min-height:15px; 
	margin:0;
	background-color:transparent;
}
.modulecontainer_shortcut_hover {
	border:1px solid #009900;
	min-height:15px; 
	margin:0;
	background: url('../images/admin/shortcut.png') bottom left no-repeat;
	background-color:transparent;	
}
.infoboxmodul {
	border:1px solid #ffcc00;
	background-color: #ffffcc;
	padding:10px;
}
.shared {
	background: url('../images/admin/globe256trans.png') bottom right no-repeat;
	height:260px;
}
#preloader {
	width:100%; height:100%; margin:0; padding:0;
	background:#fff url('../images/admin/loader.gif') no-repeat center center;
	position:absolute;
	z-index:999;
}
/*********************************** Common Styles EOF ***********************************/

/*********************************** Tabs ***********************************/
div.tabs {
	width: 100%;
	margin: 0 0 20px 0;
}
ul.tabs {
	margin:0;
	padding:0;
	width:100%;
	list-style-type: none;
	float: left;
	background: url('../images/admin/pixel.gif') bottom left repeat-x;
}
ul.tabs li {
	margin: 0 2px 0 0;
	float: left;
}
ul.tabs a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size:0.9em;
}
ul.tabs a:hover {
	background: #fff;
}
ul.tabs a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #10449A;
}
.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px 5px 10px 5px;
}
/*********************************** Tabs EOF ***********************************/

/*********************************** ModulesContainer ***********************************/
.moduletopbar {
	background-color:#F2F2F2;
	border: 1px solid #E2E2E2;
	height: 30px;
	margin:0;	
}
.moduletopbar h1 {
	float:left;
	font-size:14px;
	color:#10449A;
	margin:7px 0 0 6px;
}
.moduletopbar div.moduletopbarbuttons {
	float:right;
	margin-right:5px;
}
.moduletopbar div.moduletopbarbuttons A {
	text-decoration:none;
}
.moduletopbar div.moduletopbarbuttons input {
	margin-bottom:4px;
	border:0;
}
.moduletopbar div.moduletopbarbuttons img {
	cursor:pointer;
	margin:3px 0 0 0;
}
/*********************************** ModulesContainer EOF ***********************************/

/*********************************** ModalWindow ***********************************/
#modalhead {
	background-color:#F2F2F2;
	border: 1px solid #E2E2E2;
	height: 70px;
	margin-bottom: 15px;
}
#modalhead img#title, #modalhead img#back {
	margin:5px 15px 0 5px;
	border:0;
	float:left;
}
#modalhead p {
	float:right;
	width: 300px;
	text-align:right;
	padding: 10px;
	color: #666;
	margin-right: 20px;
}
#modalhead h1 {
	float:left;
	font-size:22px;
	color:#10449A;
	margin:23px 0 0 0;
}
#modalhead div#buttons {
	float:right;
	margin-right:5px;
}
#modalhead div#buttons input {
	margin-bottom:4px;
	border:0;
}
#modalhead div#buttons img {
	cursor:pointer;
	margin-top:8px;
}
.modalbody {
	border: 1px solid #E2E2E2;
	padding:10px;
}
.modalbody h1 {
	font-size:18px;
	color:#333;
	margin:0 0 10px 0;
}
.modalbody p.caption {
	font-size:11px;
	color:#666;
}
.modalbody legend {
	font-size:13px;
	font-weight:bold;
	color:#10449A;
}
/*********************************** ModalWindow EOF ***********************************/

/*********************************** Forms ***********************************/
dl.formedit {
	margin:10px 0 0 0;
	border:1px solid #ccc;
	padding:5px;
}
dl.edit {
	margin:10px 0 0 0;
	padding:5px;
}
dl.formedit p, dl.edit p {
	margin:20px 0 0 0;
	float:left;
}
dl.formedit dt, dl.edit dt {
	float:left;
	width:170px;
	background-color:#f0f0f0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	margin:0 3px 0 0;
	height:21px;
	font-size:0.8em;
	font-weight:bolder;
	padding:4px 3px 0 0;
	text-align:right;
	color:#666;
}
dl.formedit dd, dl.edit dd {
	min-height:26px;
}
dl.formedit dd ul.errors, dl.edit dd ul.errors {
	margin-left:170px;
	text-align:left;
	font-size:0.8em;
	margin-bottom:10px;
}
/*********************************** Forms EOF ***********************************/

/*********************************** Listing ***********************************/
table.listing {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
	font-size:12px;
}
table.listing td,
table.listing th { padding: 4px; }
table.listing thead th {
	text-align: center;
	background: #f0f0f0;
	color: #10449A;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}
table.listing thead a:hover { text-decoration: none; }
table.listing thead th img { vertical-align: middle; }
table.listing tbody th { font-weight: bold; }
table.listing tbody tr		{ background-color: #fff;  text-align: left; }
table.listing tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }
table.listing tbody tr.row0:hover td,
table.listing tbody tr.row1:hover td  { background-color: #ffd ; }
table.listing tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.listing tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }
table.listing tfoot tr { text-align: center;  color: #333; }
table.listing tfoot td,
table.listing tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

dl.formlist {
	margin:5px;
}
dl.formlist dt {
	float:left;
	width:150px;
	font-size:0.8em;
	text-align:right;
	color:#666;
	line-height:20px;
}
dl.formlist dd {
	line-height:20px;
}
/*********************************** Listing EOF ***********************************/

/*********************************** Login Panel ***********************************/
#loginpanel {
	width: 600px;
	min-height: 370px;
	margin: auto;
	border: 1px solid #666;
	padding: 20px;
	background-image:url('../images/admin/locker.png');
	background-position:40px 220px;
	background-color:#fff;
}
#loginpanel form {
	background-color:inherit;
}
#loginpanel a {
	text-decoration: none;
	color:#10449A;
}
#loginpanel a:hover {
	text-decoration: underline;
}
#loginpanel h1 {
	margin-bottom:35px;
	font-size:2em;
	color:#10449A;
	background-color:inherit;
}
#loginpanel p.info {
	width:200px;
	float:left;
	font-size:0.9em;
	font-weight:normal;
	background-color:inherit;
}
#loginpanel input {
	margin-bottom:10px;
	font-size:12px;
}
#loginpanel {
	font-size:0.8em;
	font-weight:bold;
}
#loginpanel div#formwrapper {
	margin-left: 200px !important;
	position: relative;
	left:30px;
	width:300px;
	padding:20px 20px 0 20px;
	border:1px solid #999;
	background-color:inherit;
}
#loginpanel div#licensee {
	margin:5px 0 0 200px !important;
	position: relative;
	left:30px;
	width:340px;
	padding:5px 0 0 0;
	background-color:inherit;
}
dl.loginform ul.errors {
	text-align:left;
}  
/*********************************** Login Panel EOF ***********************************/

/*********************************** Paginition Control ***********************************/
#paginationControl {
	background-color:#F2F2F2;
	text-align:center;
	height:30px;
	padding:7px 0 0 5px;
}
#paginationControl a {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#666;
}
#paginationControl a:hover {
	color:#10449A;
}
#paginationControl a:visited {
	text-decoration:none;
}
#paginationControl .act {
	font-size:13px;
	font-weight:bold;
	color:#10449A;
}
.paginationbutton {
	height:22px;
	white-space: nowrap;
	cursor: pointer;
	margin-right:5px;
	float:left;
}
.paginationbutton #left {
	background-image:url('../images/admin/pagination/buttonleft.png');
	height:22px;
	width: 22px;
	float:left;
	border:0;
	margin:0;	
}
.paginationbutton #right {
	background-image:url('../images/admin/pagination/buttonright.png');
	height:22px;
	width: 22px;
	float:left;	
}
.paginationbutton #right-disabled {
	background-image:url('../images/admin/pagination/buttonright-off.png');
	height:22px;
	width: 22px;
	float:left;
}
.paginationbutton #left-disabled {
	background-image:url('../images/admin/pagination/buttonleft-off.png');
	height:22px;
	width: 22px;
	float:left;
}
.paginationbutton h1 {
	background-image:url('../images/admin/pagination/bgbutton.png');
	background-repeat:repeat-x;
	font-size: 12px;
	font-weight:normal;
	color:#000;
	line-height:22px;
	vertical-align:middle;
	float:left;
}
.paginationbutton h1.disabled {
	background-image:url('../images/admin/pagination/bgbutton.png');
	background-repeat:repeat-x;
	font-size: 12px;
	font-weight:normal;
	line-height:22px;
	vertical-align:middle;
	float:left;
	color:#999;
}
.paginationbutton #capright {
	background-image:url('../images/admin/pagination/capright.png');
	height:22px;
	width:7px;
	float:left;
}
.paginationbutton #capleft {
	background-image:url('../images/admin/pagination/capleft.png');
	height:22px;
	width:7px;
	float:left;
}
/*********************************** Paginition Control EOF ***********************************/

/*********************************** AdminPanelWrapper ***********************************/
#adminPanelwrapper {
	background-color:#fff;
	position:relative;
	height:160px;
	width:100%;
	border-bottom:1px solid #000;
	margin-bottom:35px;
}
#adminPanelInfo {
	position:absolute;
	top:50px;
	left:220px;
	height:100px;
	overflow:auto;
	background-color:#fff;
}
/*********************************** AdminPanelWrapper EOF ***********************************/

/*********************************** AdminPanel DropDownMenu ***********************************/
.chromestyle{
font-weight: bold;
font-size:0.8em;
float:left;
margin:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-left: 1px solid #BBB;
border-bottom: 1px solid #BBB;
width: 100%;
background: url('../images/admin/chromebg.gif') center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('../images/admin/chromebg-over.gif') center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E9F3FE;
}
/*********************************** AdminPanel DropDownMenu EOF ***********************************/

/*********************************** SqueezeBox ***********************************/
#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	border:3px solid #10449A;
}

#sbox-btn-close_disabled
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(../images/admin/closebtn.png) no-repeat center; 
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	/* background-image:		url(../images/closelabel.gif); */
}

.sbox-loading #sbox-content
{
	background-image:		url(../images/loading.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}
/*********************************** SqueezeBox EOF ***********************************/

/*********************************** Accordion ***********************************/
/* @group Accordion */
dl.accordion {
	margin:0;
}

/* @group Ebene 1 */

dl.accordion dt {
	position: relative;
	height: 18px;
	padding:3px 5px 0 23px;
	font-weight: bold;
	font-size: 13px;
	color: #10449A;
	background: #eee url('../images/admin/arrow_right.png') no-repeat;
	background-position:5px;
	cursor: pointer;
	border: 1px solid #ccc;
}

* html dl.accordion dt
{
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/admin/arrow_right.png', sizingMethod='crop');
	background-image: none;
}

* html dl.accordion dt.open
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/admin/arrow_down.png', sizingMethod='crop');
	background-image: none;
}

dl.accordion dt.open {
	background-image: url('../images/admin/arrow_down.png');
	margin:0;
}

dl.accordion dd {
	position: relative;
	overflow: hidden;
}

/* @group Inhalt */

dl.accordion dd.sub_accordion {

}

dl.accordion dd.accordion_content {
	padding:10px 0 10px 0;
	margin:0 0 5px 0;
}

dl.accordion dd.accordion_content p, dl.accordion dd.accordion_content div.content {
	margin:0;
	padding: 5px 0 7px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*********************************** Accordion EOF ***********************************/

/*********************************** ToolTips ***********************************/
.hotspot {
	color:#900;
	padding-bottom:1px;
	border-bottom:1px dotted #900; 
	cursor:pointer
}
#tt {
	position:absolute;
	display:block;
	background:url(../images/admin/tooltip/tt_left.gif)
	top left no-repeat
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../images/admin/tooltip/tt_top.gif) top right no-repeat; 
	overflow:hidden
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#FFF
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../images/admin/tooltip/tt_bottom.gif) top right no-repeat; 
	overflow:hidden
}
/*********************************** ToolTips EOF ***********************************/

/*********************************** Context Menu ***********************************/
.ui-menu {
    list-style :                none;
    padding :                   1px;
    margin :                    0px;
    position :                  absolute;
    z-index :                   9000;
    visibility :                hidden;
    top:1px;
}

.ui-menu.ui-menu-visible {
    visibility :                visible;
    z-index :                   9999;
}

.ui-menu li {
    cursor :                    pointer;
    border :                    1px solid transparent;
    font-size :                 11px;
    font-family :               Tahoma, Verdana;
    line-height :               100%;
}

.ui-menu li {
    white-space :               nowrap;
}

.ui-menu li.ui-menu-sep {
    height :                    1px;
    line-height :               1px;
    cursor :                    default;
    #margin-top :               -10px;      /* hack IE */
}

.ui-menu li.ui-menu-item img {
    vertical-align :            top;
    margin :                    0px 12px 0px 0px;
    width :                     16px;
    height :                    16px;
}

.ui-menu li.ui-menu-item span.ui-menu-label {
    margin-right :              5px;
    padding :                   3px 16px 3px 3px;
    display :                   block;
    height :                    16px;
    line-height :               16px;
}

.ui-menu li.ui-menu-sep span {
    display :                   block;
}

/*
    Menu
*/
.ui-menu {
    border :                    1px solid #868686;
    background :                #FAFAFA url('../images/admin/context/bg.gif') repeat-y left;
}

.ui-menu li.ui-menu-sep span {
    height :                    1px;
    line-height :               1px;
    background :                transparent url('../images/admin/context/sep.gif') no-repeat 30px 0px;
}

.ui-menu li.ui-menu-item.over {
    border :                    1px solid #DBCE99;
    background :                url('../images/admin/context/over.gif') repeat-x left;
}

.ui-menu li.ui-menu-item span.ui-menu-label.arrow {
    background :                transparent url('../images/admin/context/arrow_r.png') no-repeat right;
}

.ui-menu li.ui-menu-item.disable {
    color :                     #A1A7AD;
}
/*********************************** Context Menu EOF ***********************************/

/*********************************** Calendar ***********************************/
input.DatePicker{
	cursor: pointer;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th, .dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
/*********************************** Calendar EOF ***********************************/

/*********************************** Fancy Upload ***********************************/
/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#muploader-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#muploader-status .progress {
	background: url(../images/admin/uploader/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#muploader-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#muploader-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#muploader-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../images/admin/uploader/failed.png) no-repeat 4px 4px;
}

#muploader-list li.file {
	border-bottom: 1px solid #eee;
	background: url(../images/admin/uploader/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#muploader-list li.file.file-uploading {
	background-image: url(../images/admin/uploader/uploading.png);
	background-color: #D9DDE9;
}
#muploader-list li.file.file-success {
	background-image: url(../images/admin/uploader/success.png);
}
#muploader-list li.file.file-failed {
	background-image: url(../images/admin/uploader/failed.png);
}

#muploader-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#muploader-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#muploader-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#muploader-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
/*********************************** Fancy Upload EOF ***********************************/

/*********************************** LightBox ***********************************/
a:hover .photos {
	border: 1px solid #999;
}
.lbLoading {
	background: #fff url(../images/admin/loader.gif) no-repeat center;
}
.photos {
	border: 1px solid #fff;
	padding: 3px;
}
.lightboxDesc {
	display: none;
}
#lbOverlay {
	background-color: #000;
	cursor: pointer;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100000;
}
#lbCenter, #lbBottomContainer {
	background-color: #fff;
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 100001;
}
#lbImage {
	border: 10px solid #fff;
	cursor: pointer;
}
#lbBottom {
	border: 10px solid #fff;
	border-top-style: none;
	color: #000;
	font: normal 11px/16px Arial, sans-serif;
	text-align: left;
}
/*********************************** LightBox EOF ***********************************/