.tabs{
	
}

.tabs > ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}


.tabs > div{
	
}

.tabscontent {
	display: none;
	overflow: auto;
	overflow-x:hidden;
}

.tabsactive {
	display: block;
}


#tabsBackground {
/*background-color: #f6f3ed;*/
background-repeat: repeat-x;
margin: auto;
clear:both;
}

#tabsTop-left
{
	background-repeat: no-repeat;
	background-position: top left;
}


#tabsTop-right {
	background-repeat: no-repeat;
	background-position: top right;
}

#tabsBottom-left {
	background-repeat: no-repeat;
	background-position: bottom left;
}

#tabsBottom-right {
	background-repeat: no-repeat;
	background-position: bottom right;
}








/*************************************************************************/
/*                    			ADMIN 									 */
/*************************************************************************/

 
.corners{
	display:none;
}

.fileManager
{
	cursor:pointer;
}

