/**
 * *	GENERAL CMS CSS
 */
#cms_menu{
	position:absolute;
	right:0;
	top:0;
	width:229px;
	font-size:11px;
	color:#484848;
	
	background-image: url(../images/cms/in_bar_bot.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#cms_menu.active{
	background-image: url(../images/cms/up_bar_bot.png);
	margin:0!important;
	padding:0!important;
}
#cms_menu ul{
	display:none;
	padding:0!important;
	margin:0!important;
	list-style:none;
	background-image: url(../images/cms/bar_mid.png);
	padding:0px 0px 10px 0px;
}
#cms_menu li.item{
	margin:0px 10px 0px 10px;
	padding:0px 4px;
	background: #e9efef url(../images/cms/bg_single.gif) repeat-x left top;
}
#cms_menu li.item .cms_title{
	color:#0066CC;
	font-weight:bold;
	margin-bottom:5px;
	
}
#cms_menu li.item .cms_object{
	margin:0px 0px 5px 5px;
}
#cms_menu li.logo{
	margin:0px 5px 5px 5px;
	padding:0px!important;
	border-bottom:1px solid #DEDEDE;
}
#cms_menu li.logo img{
	float:left;
}
#cms_menu li.logo a.logout{
	float:right;
	margin-top:5px;
}

#cms_menu .title{
}
#cms_menu a.icon{
	float:right;
}
#cms_menu a.icon img{
	border:1px solid #FFFFFF;
}
#cms_menu a.icon:hover img{
	border:1px solid #DEDEDE;
}
#cms_menu li .cms_object span{
	float:left;
}
#cms_menu  .click_handler{
	cursor:pointer;
	height:27px;
}
#cms_menu.active .click_handler{
	cursor:pointer;
	height:25px;
}
#cms_menu .clearfix{
	clear:both;
}
/** HEADERS **/
h1,h2,h3,h4 {
	font-weight:normal;
	color:#484848; 
}
h2{
	font-size:15pt;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	border-bottom: 2px solid #D1D4D5;
}
h3{
	font-size:15pt;
	margin:0px 0px 10px 0px;
}
h3.label{
	margin-top:10px;
}

/**
 * * PANELS
 */
.error-panel{
	padding:5px;
	margin:5px 0px;
	border:1px solid #FED778;
	background-color:#FFECBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.info-panel{
	padding:10px;
	margin:5px 0px;
	border:1px solid #0068c9;
	background-color:#a4d3ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/** MAIN PANELS **/
div.bg-table{
	border:2px solid #D1D4D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	background-color:#FFFFFF;
}


/**
 * * FORM ELEMENTS
 */
input.right{
	float:right!important;
	margin-right:-2px;
}
input.left {
	float:left!important;
}
input[type="text"],input[type="password"], select, textarea { 
	background: #F9FCFC url(../images/forms/input_bg.gif) repeat-x left top; 
	font:10pt font-family:Tahoma,Arial,Helvetica,sans-serif;
	_height:22px;
	width:100%;
	font-size:11px;
	padding:3px 0px; 
	border: 1px solid #CCC; 
}
select{
	padding:1px 0px;
}
.form-button{
	height:24px;
	padding:1px 5px;
	float:left;
	border: 1px solid #CCC; 
	background-color:#FFFFFF;
	margin:0 0px;
}
.form-button:hover{
	border-top:1px solid #EDEDED!important;
	border-left:1px solid #EDEDED!important;
	border-right:1px solid #D1D4D5!important;
	border-bottom:1px solid #D1D4D5!important;
}
.button-spacer{
	float:left;
	width:5px;
	height:20px;
}
.button-spacer-right{
	float:right;
	width:5px;
	height:20px;
}
/** 
**  COLUMNS LAYOUT
**/
.form-content{
	display:block;
}
.form-content .action-content{
	margin-top:10px;
}
.form-content .form-attribute-title{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:0px 5px;
	margin:5px 0px;
	border: 1px solid #D1D4D5;
}
label { 
	display: block; 
	font-weight:bold;
	padding:6px 0px 5px 0px;
	cursor:pointer;
}
fieldset{
	padding:5px;
	border:1px solid #EDEDED;	
}


.form-col{
	float:left;
	width:48%;
	margin-right:2%;
}
.form-content .full{
	width:100%;
}
/** two pieces **/
.form-content .one-two{
	width:48%;
}
.form-content .one-two.last{
	width:50%;
}
/** three pieces **/
.form-content .one-three{
	width:31%;
}
.form-content .one-three.last{
	width:34%;
}
.form-content .two-three{
	width:68%;
}
.form-content .two-three.last{
	width:66%;
}
/** four pieces **/
.form-content .one-four{
	width:23%;
}
.form-content .one-four.last{
	width:25%;
}
/**five pieces **/
.form-content .one-five{
	width:18%;
}
.form-content .one-five.last{
	width:20%;
}
.form-content .two-five{
	width:38%;
}
.form-content .two-five.last{
	width:40%;
}
.form-content .three-five{
	width:58%;
}
.form-content .four-five{
	width:78%;
}
.form-content .four-five.last{
	width:80%;
}
/** ten pieces **/
.form-content .one-ten{
	width:8%;
}
.form-content .two-ten{
	width:18%;
}
.form-content .one-ten.last{
	width:10%;
}
.form-content .nine-ten{
	width:88%;
}
.form-content .last{
	margin-right:0;
}

/*** FORM COL TABLE ***/
ul.form-col-table{
	padding:1px;
	border:1px solid #D1D4D5;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
ul.form-col-table li.header{
	background:#CCCCCC url(../images/datatable/toolbar.gif) repeat-x left top;
	padding:5px 2px;
	text-align:left;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
ul.form-col-table li{
	margin:2px 0px;
}
ul.form-col-table li span{
	display:inline-block;
	margin:4px 0 0 2px;
}
.options-header{
	background-color:#CCCCCC!important;
	padding:2px;
}

/** ADD & DELETE LINKS **/
a.delrowselect,a.delrowrelation{
	background: transparent url(../images/icons/16x16/delete.png) no-repeat left top;
	cursor:pointer;
	float:right;
	margin:3px 5px 0 0;
	width:16px;
	height:16px;
	text-decoration:none;
}
a.delrowselect:hover,a.delrowrelation:hover,a.addrowselect:hover, a.addrowrelation:hover{
	text-decoration:none;
}
a.addrowselect, a.addrowrelation{
	background: transparent url(../images/icons/16x16/add.png) no-repeat left top;
	padding: 0 0 5px 20px;
	cursor:pointer;
	float:right;
	margin:5px 5px 0 0;
	border:1px solid #FFFFFF;
	text-decoration:none;
}


