#content h1
{
	color: gray;
	font-weight: normal;
	font-size: 22px;
}

#content h2
{
	font-weight: normal;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 15px;
}

#content h3,
div.ui-dialog h3
{
	font-weight: normal;
	color: gray;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 11px;
	line-height: 17px;
}

#content p,
div.ui-dialog p
{
	margin-top: 0px;
	margin-bottom: 20px;
}

#content td p
{
	margin: 0px;
}
#content img
{
	vertical-align: middle;
}

#content .faded
{
	color: gray;
}

/*** Action list ***/
#actionlist
{
	z-index: 10;
	height: 30px;
	margin-bottom: 20px;
}

#actionlist img
{
	vertical-align: middle;
}

#actionlist li
{
	border: 1px outset #888888;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
	white-space: nowrap;
	cursor: default;
	
	position: relative;
	height: 25px;

	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#actionlist li li
{
	border: none;
}

#actionlist a, #actionlist span
{
	text-decoration: none;
	color: #333333;
	font-variant: small-caps;
	text-transform: lowercase;
	display: block;
	line-height: 25px;

	padding: 0px 10px;
	padding-left: 25px;
}

#actionlist a:hover
{
	text-decoration: underline;
}

#actionlist ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#actionlist ul ul
{
	position: absolute;
	top: 100%;
	left: -1px;
	display: none;
	border: 1px solid gray;
	z-index:10;
	width: 250px;
	background-color: white;
}

#actionlist ul ul li
{
	float: none;
	white-space: nowrap;
}

#actionlist li:hover
{
	position: relative;
}

#actionlist li:hover ul
{
	display: block;
}

.messagebox
{
	border: 1px solid silver;
	padding: 5px 10px;
	margin: 0px 5px 5px 0px;
	white-space: nowrap;
	cursor: default;
	color: gray;
}

.messagebox a
{
	text-decoration: none;
	font-variant: small-caps;
}

#breadcrumbs
{
	margin-bottom: 20px;
}

#breadcrumbs, #breadcrumbs a
{
	color: gray;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

table.data
{
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

table.data th, table.data th a
{
	text-align: left;
	color: gray;
	font-weight: normal;
}

table.data th
{
	padding: 7px 3px;
	padding-bottom: 4px;
}

table.data td
{
	cursor: default;
	padding: 7px 3px;
}

table.data td.first, table.data th.first
{
	padding-left: 10px;
}

table.data img
{
	vertical-align: middle;
}

table.data tr.even
{
	background-color: #EBEBEB;
}

table.data tr.odd
{
	background-color: #F3F3F3;
}

table.data tr.highlight
{
	background-color: #dadada;
}

table.data table, table.data table tr, table.data table td, table.data table th
{
	margin: 0px;
	padding: 0px;
}

.selectall
{
	padding-left: 2px;
}

.selectreversed
{
	padding-left: 2px;
	display: block;
}

.selectall label, .selectreversed label
{
	text-decoration: underline;
	color: gray;
}


.selectLink
{
	text-decoration: underline;
	color: gray;
	cursor: pointer;
}

/*** Multipage ***/
.multipage
{
	margin-top: 10px;
	text-align: center;
}

.multipage span, .multipage a
{
	padding: 3px 7px;
	border: 1px solid silver;
	margin: 0px 5px;
	text-decoration: none;
	color: gray;
}

.multipage a:hover
{
	text-decoration: underline;
}

.multipage .disabled
{
	color: #e0e0e0;
	border-color: #e0e0e0;
}

.multipage .current
{
	border-color: black;
	color: black;
}

/*** Tabs ***/
ul.tablist
{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-bottom: 31px; /*22px;*/
	padding-left: 0px; /*10px;*/
}

ul.tablist ul, ul.tablist li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.tablist a
{
	background-color: #f7f7f7;
	border: 1px solid #CCCCCC;
	color: #666666;
	float: left;
	line-height: 16px;
	margin-right: 10px; /*8px;*/
	padding: 7px 17px 7px; /*2px 10px 3px;*/
	text-decoration:none;
}
ul.tablist a.current
{
	background-color: white;
	border-bottom: 1px solid white;
	color: black;
}
ul.tablist a.error
{
	padding-right: 24px;
	background-image: url(../../core/images/shadow/warning.png);
	background-repeat: no-repeat;
	background-position: 93% 60%;
	color: red;
	font-style: normal;
}
.tabs
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 20px;
}

.tabs textarea
{
	height: 125px;
}

.tabs input.text, .tabs textarea
{
	width: 500px;
}

.tabs .editor_wrapper
{
	cursor: pointer; 
	border: 1px solid #B9B9B9;
	color: silver;
	overflow: auto;
	position: relative;
}

.tabs .editor_open_link
{
	position: absolute;
	top: 45%;
	left: 140px;
	width: 300px;
	margin: 0px auto;
	color: black;
	text-decoration: underline;
	padding: 10px;
	background-color: white;	
}

.tabs .editor_preview
{
	padding: 15px;
}

#content .buttons
{
	margin-bottom: 10px;
}

.CLCP
{
	background-color: #f7f7f7 !important;
	border:	1px solid silver;
}

img.clickable
{
	cursor: pointer;
	margin-right: 5px;
}

img.preview
{
	margin-right: 4px;
	width: 21px;
	height: 21px;
	border: 1px solid silver;
	display: inline-block;
	position: relative;
	top: -2px;
}

img.previewBig
{
	padding: 15px;
	background-color: white;
	position: absolute;
	border: 1px solid silver;
	display: none;
	top: 18px;
	z-index: 999;
}