/**
* @author       	http://www.jseblod.com
* @copyright		Copyright (C) 2009-2010 jSeblod. All Rights Reserved.
* @package			jSeblod CCK ( Content Construction Kit )
**/

/**
 * Class Label / Field
 **/

td.cck_label {
	vertical-align: middle;
}

td.cck_field {
	vertical-align: middle;
}

.cck_group_label {
	color: #666666;
	font-weight: bold;
}

/* List */
table.adminlist { 
	width: 100%;
}

table.adminlist td { 
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

table.adminlist tr.header td { 
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.adminlist tr.row0 td {
	background-color: #f9f9f9;
	height: 25px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
table.adminlist tr.row1 td {
	background-color: #ffffff;
	height: 25px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/**
 * Class Key Balloon ( from Key )
 **/

table.paramlist td.paramlist_key_balloon{
	text-align: left;
	height: 30px;
}

/**
 * Sliders
 **/

.pane-sliders .title {
	cursor: pointer;
}


/**
 * Tabs
 **/

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}

/**
 * Extra: ToolTip
 **/


/*
.ajaxTool-tip {
	background: #ccf;
	border: 1px solid pink;
}
*/

/**
 * Fix
 **/
form div { margin: 0em 0 0em 0 !important; }