#transparent-overlay {
    background-image: url("/static/images/overlay.png");
    text-align: center;
}

* html #transparent-overlay {
    background-color: #eee;
    back\ground-color: transparent;
    background-image: url("/static/images/blank.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
    text-align: center;
}

#transparent-inlay {
	background-color: #eee;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
        padding: 50px;
}

#action-bar {
	position: absolute;
	height:auto;
	top: 212px;
	left: 79px;
}

#doc_name {
	position: absolute;		
	top: 182px;
	left: 350px;
}

#object-properties {
	position: absolute;
	height: auto;
	width: 666px;
	top: 250px;
	left: 29px;
	overflow: visible;
}

.property{
	position:relative;
	height: auto;
	padding: 0px;
	float: left;
	width: auto;
	left: 0px;
	top: 0px;
	background-color: #6ba8ed;
}
.string_type_title{
	position:relative;
	height: 100%;
	top: 0px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	float: left;
	left: 0px;
	display: block;
	width: 140px;
	color: #FFFFFF;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
}

.string_type_content, .inplaceeditor-form {
	position:relative;
	height: 100%;
	font-weight: 200;
	left: 0px;
	padding: 5px 10px;
	display: block;
	float: left;
	width: 480px;
	margin: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#metatype-selection {
    display: none;
}

#delete-object {
    display: none;
}

#search_box {
	display: block;
	position: absolute;
	width: 150px;
	text-align: left;
	display: block;
	top: 23px;
	right: 10px;
}

#search_results {
    position: relative;
    top: 20px;
    right 10px;
    font-weight: 700;
    display: block;
    text-align: left;
}

#search_results a{
    position: relative;
    margin-top: 20px;
    display:block;

}

#search_results img{
    height: 60px;
    width: 60px;
}

#doc_footer {
    position: relative;
    top: 30px;
    font: 10pt Verdana;
    font-weight: 70;
    font-style: emphasis;
}

.hidden {
    display: none;
}

.link {
	text-decoration: none;
	color: #323232;
	border-bottom: 1px dashed #323232;
}

#add_type {
    position: absolute;
    left: 100px;
    top: 5px;
}

#add_type_form {
    position: absolute;
    left: 190px;
    top: 5px;
}

table.doc_list {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width:630px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #6ba8ed;
	border-bottom: 2px solid #6ba8ed;
        border-left: 2px solid #6ba8ed;
        border-right: 2px solid #6ba8ed;
	text-align: center;        
	background: #FFC;
	}

tr {
        border-left: 1px solid #6ba8ed;	
}

td {
	border-bottom: 1px solid #6ba8ed;
	padding: 0 0.5em;
	}

td.adjacent {
        border-right: 1px solid #6ba8ed;
	text-align: center;
	}

td.highlight {
        background: #FFC;
        border-right: 2px solid #6ba8ed;
        border-bottom: 2px solid #6ba8ed;
	text-align: center;
	}

#transparent-inlay {
  overflow:auto;
}

/*** Event Booking Form ***/

#event-form, #resource-form {
  display:block;
  width:600px;
  text-align:left;
  margin:0px auto;
}

#form-errors {
  color: #ec008c;
  font-size: 1em;
}

#event-form select, #resource-form select {
  border: 1px solid #323232;
  width: 250px;
}

#event-form input[type=text], #event-form textarea, #resource-form input[type=text], #resource-form textarea {
  border: 1px solid #323232;
  width: 245px;
  padding-left: 3px;
}

#event-form label, #resource-form label {
  display:block;
  width:230px;
  float:left;
  text-align:right;
  cursor:pointer;
  cursor:hand;
  margin-right:20px;
  color: #323232;
}

#event-form label:hover, #resource-form label:hover {
  color: #ec008c;
}

#event-form label em, #resource-form label em {
  color: #ec008c;
  font-size:0.8em;
}

.form-heading {
  margin-left: 250px;
  color: #EC008C;
  font-size: 1.3em;
  text-transform: none;
}

.resource-description {
  cursor:pointer;
  cursor:hand;
    
}
.resource-description .resource-description-toggle {
  color: #EC008C;
  font-style: none;
  display:none;
}

.resource-description-content .resource-description-toggle {
  color: #EC008C;
  text-decoration: none;
}

.resource-description:hover .resource-description-toggle {
  text-decoration: underline;
}
.resource-description-content:hover .resource-description-toggle {
  text-decoration: underline;
}

.resource-description.short-description .resource-description-content {
    display:block;
    height:1.1em;
    overflow:hidden;
}
.resource-description.short-description .resource-description-toggle {
    display:block;
}