/* root element for tabs  */
ul.css-tabs {  
	margin:15px 0 0 0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #CCC;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 20px;
	text-decoration:none;
	border:1px solid #CCC;	
	border-bottom:0px;
	height:18px;
	background-color:#FFF;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
}

ul.css-tabs a:hover {
	background-color:#FAFAFA;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#F5F5F5;
	border-bottom:1px solid #F5F5F5;
	color:#777;
	font-weight: bold;
	cursor:default;
}

	
/* tab pane */
.css-panes div.pane {
	display:none;
	border:1px solid #CCC;
	border-width:0 1px 1px 1px;
	padding: 12px;
	background-color:#F5F5F5;
}
.css-panes div.pane table{
	margin: 0;
}
.css-panes {
    margin-bottom: 15px;
}
.css-panes div.pane .ccm-profile-attribute{
	margin-bottom: 15px;
}
.css-panes div.pane .ccm-input-text {
	width: 98%;
	border: 1px solid #AAA;
	color: #777;
}

.css-panes div.pane #room_wrap .ccm-input-text {
	width: 110px!important;
	border: 1px solid #AAA;
	margin-left: 8px;
	margin-right: 4px;
	color: #777;
}
.css-panes div.pane .ccm-input-textarea {
	width: 98%;
	border: 1px solid #AAA;
	height: 150px;
	color: #777;
}
.css-panes div.pane .defaultSimpleSkin table.mceLayout {
	border: 1px solid #AAA;
}
