@charset "utf-8";

/******************************************************************************
 *
 * Frontend-Admin Tabs
 *
 ******************************************************************************/

.tx-cal-controller .create-edit-event .tabcontent label {
	display: inline-block;
	vertical-align:top;
	width: 6em;
}

.tx-cal-controller .basictab ul {
	margin: 4px;
	padding: 7px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tx-cal-controller .basictab li {
	display: inline;
	font-weight: normal;
	margin: 0;
}

.tx-cal-controller .basictab li a {
	text-decoration: none;
	padding: 10px 20px;
	margin-right: 3px;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 15px 15px 0 0px;
	border-radius: 5px 5px 0 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 15px;
	border-bottom: none;
	background-color: #eeeeee;
	color: #cccccc;
}

.tx-cal-controller .basictab li a:visited {
	color: #777777;
}

.tx-cal-controller .basictab li a:hover,
.tx-cal-controller .basictab li a.current {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
}

.tx-cal-controller .basictab li a:active {
	background-color: #cccccc;
	color: #000000;
}

.tx-cal-controller .tabcontainer {
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tx-cal-controller .tabcontent {
	display:none;
}

