/* ------------- Protected menu ------------------ */

.protected_menu {
	border: 1px solid #93A9CF;
}
.protected_menu .heading {
	display: block;
	background-color: #93A9CF;
	color: white;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}
.protected_menu .selected a, .protected_menu .selected a:visited{
	color: black;
	background-color: #D0DCEF;
}

.protected_menu a {
	padding-left: 10px;
	display: block;
	color: black;
	text-decoration: none;
}

/* ---------- Class layout -------------------*/
table.layout {
	text-align: left;
}


/* ---------- Class entity-list -------------------*/
table.entity-list {
	font-size: 8pt;
}

table.entity-list td {
	background-color: #ffffff;
	padding: 3px 6px;
}

table.entity-list a {
	font-size: 8pt;
	color: black !important;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.entity-list th td {
	background-color: transparent;
}

table.entity-list tr, table.entity-list tr td, table.entity-list tr.even td, 
table.entity-list tr.even_italic td, table.entity-list tr.odd_italic td,
table.entity-list tr.odd td, table.entity-list th {
	border-width: 1px;
	border-style: solid;
	border-color: #93A9CF;
	text-align: left;
}

table.entity-list th, table.entity-list th a {
	background-color: #93A9CF;
	color: white !important;
}


table.entity-list tr.even td {
	background-color: #EEEEEE;
}

table.entity-list tr.even_italic td {
	background-color: #EEEEEE;
	font-style: italic;
	color: grey;
}

table.entity-list tr.odd_italic td {
	font-style: italic;
	color: grey;
}

table.entity-list th table  {
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: black;
}

table.entity-list th table a:link, table th table a:visited, table th table a:hover {
	color: black;
}

/*------------------------- Palette -------------------*/
table.tapestry-palette, table.tapestry-palette tr, table.tapestry-palette td, table.tapestry-palette th
{
	border-style: none;
}
table.tapestry-palette, table.tapestry-palette tr, table.tapestry-palette td
{
	padding: 0px;
}
table.tapestry-palette th
{
	padding: 3px 6px;
	font-size: 9pt;
	color: #3A4680;
	border: 1px solid #888899;
	background-color: #ccccdd;
}
table.tapestry-palette select
{
	width: 220px;
}
table.tapestry-palette td.controls
{
	width: 32px;
	text-align: center;
}
/*------------------------- Tree -----------------------------*/
#tree .selected {
	font-weight: bold;
	text-decoration: none;
}

#tree a:link { 
	color: black;
	text-decoration: none;
}     
#tree a:visited { 
	color: black;
	text-decoration: none;
}

#tree {
	margin-left: 10px;
	font-size: 10px;
	margin-bottom: 1em;
	white-space: nowrap;
}

#tree a:hover {
	background-color: #eef;
}

/* ---------------------------- Tags --------------------------*/
a.tag {
	text-decoration: none;
	font-size: 10pt;
}

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

a.tag-sel:hover {
	text-decoration: underline;
}

a.tag-sel {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

a.tag-default {
	color: red;
}

a.suggest {
	text-decoration: none;
	font-size: 10pt;
}

a.suggest-exists {
	text-decoration: none;
	font-weight: bold;
	background-color: #ddffdd;
	font-size: 10pt;
}

.res-type {
	text-align: right;
	margin-right: 15px;
	
}

.res-type .selected {
	font-weight: bold;
}

.res-type a {
	font-size: 10pt;
	text-decoration: none;
}

.tags {
	font-size: 10pt;
}

.related-tags {
	padding: 2px;
	margin: 2px;
	border: 1px dotted;
	font-style: italic;	
	font-size: 10pt;
}

.related-tags a {
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
}

.current-tag {
	font-size: 13pt;
	font-weight: bold;
	margin: 10 10 10 0px;
}

/* -------------------------- Others ----------------------------- */
.component-separator {
	display: block;	
}

.manage_component_toolbar {
	text-align: left;
	display: block;
}

.manage_page_toolbar {
	border: 1px dotted black;
	text-align: right;
	display: block;
	font-size: 8pt;
	margin-bottom: 5px;
	padding: 1px 2px 1px 2px;
	
}

.menu_manage_tooltip {
	padding: 3px;
	border:1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
}

.textfield {
	width: 25em;
}

label {
	font-size: 10pt;
}

div.errors
{
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFCCCC;
}

.page-layout td{
	vertical-align: top;
}

/* ---------------------- look ------------- */
body {
	overflow-y: scroll;
	margin: 0px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

p {
	margin-top: 7px;
	margin-bottom: 7px;
}

h6 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	color: #FF0000;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
}

h1 {
	color: #555555;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}