


/* CSS Document */
.cms h1 {
	font-weight:normal;
	font-size:32px;
	color:#ddd;
	font-family:Tahoma;
}

.cms * {
	font-family:Tahoma;
	font-size:12px;
}

.ok {
	border:2px solid #33cc33;
	background:#eeffee;
	color:#009933;
	margin-bottom:20px;
}

.ok dl, .errors dl {
	padding:10px;
	margin:0;
	margin-left:40px;
}

.errors {
	border:2px solid #FF3333;
	background:#ffeeee;
	color:#CC3300;
	margin-bottom:20px;
}


.errors li, .ok li {
	padding:2px;
	margin:2px;
}

.submit {
	font-size:140%;
	cursor:pointer;
	margin-top:15px;
	margin-bottom:15px;
	padding:4px;
}

.divPopupCalendar {
	width:128px;
	position:absolute;
	left:20px;
	top: -12px;
}

#authForm {
	font-size:11px;
}

#authForm input {
	font-size:11px;
}




#calendar .unactive_date {
	color: #999;
}


#contCMS {
	width:100%;
	background:#FFF;
}

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

#contCMS .inside {
	padding:10px;
}



#apanel {
	position:absolute;
	z-index:100;
	width:100%;
}

.panel {
	padding:3px;
	padding-top:5px;
	vertical-align:middle;
	font-family:Tahoma;
	border:1px solid #b33f0c;
	font-size:11px;
	padding-left:20px;
	background:url('/content/images/admin/user_icon.gif') #f2ca80 left 4px no-repeat;
	height:20px; 
}

.panel, .panel a { color:#b33f0c }


.panel .but {
	padding-left:10px;
	position:relative;
	float:left;
}

.panel .but img { border:none; vertical-align: middle;  }

body > #up_down {
	display:block;
	position:fixed;
	font-size:90%;
	right:5px;
	top:5px;
	z-index:101;
	

}

#up_down {
	position:absolute;
	z-index:101;
	display:block;
	font-size:90%;
	right:5px;
	top:5px;
}

#up_down span {
	text-decoration:none;
	display:block;
	cursor:pointer;
	width:18px;
	height:18px;
	_padding-top:3px;
	_height:15px;
	border:1px solid white;
	text-align:center;
	background:#b33f0c;
	color:#fff;
}



/* panel editor: */

.editor {
	display: block;
	margin: 0px;
	padding: 0px
}

.editor .dest {
	border:1px solid #bbb;
	width:100%;	
	padding:5px;
}

.panel_editor {
	background:#fff;
	margin:0px;
	padding:0px;
}

.panel_editor a img { 
	border:0;
	margin:1px;
	cursor:pointer;
}


.panel_editor a:hover img {
	border:1px solid #bbb;
	margin:0px;
}



/* Calendar: */

.dateInput {
	width:100px;
	height:16px;
	float:left;
	padding-top:2px;
	position:relative;
	border:1px solid #939393;
	margin-left:2px;
	margin-right:2px;
	z-index:1;
	font-size:12px;
	font-family:Tahoma;
}

.dateInput .icon {
	float:left;
	height:16px;
	cursor:pointer;
	width:28px;
	z-index:2;
}

.dateInput .close { background: url(/content/images/admin/date.gif) 3px 2px no-repeat }
.dateInput .open { background: url(/content/images/admin/date_close.gif) 3px 2px no-repeat }

.dateInput .dest {
	color:#555;
	font-weight:bold;
	padding-left:4px;
	font-size: 85%;
}

.dateInput .popup {
	position:absolute;
	visibility:hidden;
	text-align:center;
	margin:0 auto;
	padding:5px;
	width:168px;
	left:0;
	top:21px;
	background:#fff;
	border:1px solid #939393;
	z-index:5;
}

.table_calendar {
	width:100%;
	background:#fff;
	border-collapse:collapse;
}

.table_calendar td {
	padding:1px;
}

.selMonth {
	width:100%;
	height:14px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	cursor:pointer;
}

.selYear {
	width:20px;
	height:14px;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
	color:#333;
	padding-left:4px;
	padding-right:4px;
}

.table_calendar .rasp {
	width:1%;
}

.table_calendar .empty {
	width:14%;
}

.monthName { font-size:13px; }


.publishDate { background-color:#ccc }
.publishDate a { color:#fff }

.currentDate { background-color:#ecc }
.currentDate a { color:#fff }
.currentDate a:hover { color:#fff }

.table_calendar tr td a {
	display:block;
	cursor:pointer;
	padding:0;
	margin:0;
	height:100%;
}

.table_calendar tr td a:hover {
	color:#888
}

.table_calendar tr td.day_cell {
	width:14%;
}





#divSelectCats {
	position:absolute;  
	top:23px; 
	width:auto;
	padding:3px;
	left:0px; 
	background: #f2ca80; 
	border: solid 1px #b33f0c;
	border-top:none;
}

#divSelectCats a {
	display:block;
	padding:4px;
	white-space:nowrap
}



body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
</style>
<!--[if gte IE 5.5]>
<![if lt IE 7]>
<style type="text/css">
div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
</style>
<![endif]>
<![endif]-->
