/* @group Normal tags */

* {
	margin: 0;
	padding: 0;
	font: 10px/18px "Lucida Grande", Lucida, "MS Trebuchet", "Trebuchet MS", Verdana, sans-serif;
	color: #adaeae;
	border-style: none;
}

html {
    background-color: #1e2c2d;
}

body {
	text-align: center;
	background-color: #1e2c2d;
}

body.login {
	background-color: #233435;
}

body.main-www {
    text-align: center;
    background-color: #152021;
}

a:hover {
	color: #fff;
}

h1 {
	font-size: 18px;
	color: #78b2b4;
	border-bottom: 1px solid #c4d5d5;
	line-height: 26px;
	padding: 15px 0 0 0;
	margin-bottom: 5px;
	position: relative;
	clear: both;
}

h1 a {
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	top: 19px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 3px;
	color: #f4b00d;
}

hr {
	border-bottom: 1px solid #c4d5d5;
	margin-top: 10px;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

strong {
	color: #f4b00d;
	font-weight: bold;
}

input, select, option, textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}


input:focus, textarea:focus {
	background-color: #d6f3f5;
}

label {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}

label.first {
	margin-top: 0;
}

hr {
    border-color: #1a2a2b;
}

/*form {
	position: relative;
}*/

button.submit, a.button {
	display: block;
	float:left;
	text-decoration: none;
	cursor: pointer;
	background: transparent url(../images/buttons/form-submit-full.gif) no-repeat left top;
	height: 29px;
	width: 200px;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 10px 10px 20px 0;
}

button.submit:hover, a.button:hover {
	background: url(../images/buttons/form-submit-full.gif) no-repeat left bottom;
}

button.search {
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: transparent url(../images/buttons/search.gif) no-repeat left top;
	height: 29px;
	width: 122px;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right:  0;
}

button.search:hover {
	background: url(../images/buttons/search.gif) no-repeat left bottom;
}

.planning-settings.bordered {
	margin: 10px 0;
	padding: 15px 25px;
	border: 1px solid #434805;
	width: 398px;
}

.planning-settings.darkened {
	margin: 2px 0;
	padding: 6px 25px;
	width: 400px;
	background-color: #131d1d;
}

.planning-settings.begin {
	margin-top: 15px;
}


.planning-settings p {
	line-height: 24px;
}

.planning-settings label {
	float: left;
	clear: left;
	margin: 0;
	width: 80px;
	font-size: 12px;
	line-height: 24px;
}

.planning-settings input.checkbox {
	float: left;
	margin-top: 5px;
	line-height: 24px;
}

.planning-settings .label {
    display: block;
	float: left;
	margin: 0;
	width: 300px;
	font-size: 12px;
	line-height: 24px;
}

.planning-settings .status {
    display: block;
    float: left;
    clear: left;
    width: 16px;
    height: 16px;
    margin: 4px 10px 4px 0;
}

.planning-settings .status.online {
    background-image: url('../images/icons/status-online.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.planning-settings .status.offline {
    background-image: url('../images/icons/status-offline.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.planning-settings .status span {
    display: none;
}

/* @end */

/* @group Identifiers */

#header {
	background-color: #070a0b;
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #f4b00d;
}

#header.www {
    height: 128px;
    border-bottom: 0px;
}

#flash-nav {
    height: 380px;
    width: 100%;
    background: #233435 url('../images/bg/flash_nav.gif') repeat-x top left;
}

#container.login {
	width: 465px;
	text-align: left;
	margin: 100px auto 0;
}

#container.application li {
	margin-left: 20px;
}

#container.application li a {
	text-decoration: none;
}

.application, .www {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}


#breadcrumb {
	position: relative;
	background-color: #131d1d;
	border-bottom: 1px solid #4f5d5d;
}

#breadcrumb .application.with-nav {
	height: 85px;
}

#breadcrumb .application {
	position: relative;
}

#breadcrumb p {
	line-height: 60px;
	font-size: 20px;
}

#breadcrumb p img {
	float: left;
	margin: 10px 10px 10px 0;
}

#breadcrumb p span {
	display: block;
}

#breadcrumb span.line1, #breadcrumb span.line3 {
	line-height: 20px;
	font-size: 10px;
	padding: 2px 0 2px 0;
}

#breadcrumb .with-nav span.line1 {
	padding-top: 5px;
}

#breadcrumb .with-nav span.line1,#breadcrumb .with-nav span.line3 {
	line-height: 16px !important;
}

#breadcrumb span.line2 {
	line-height: 16px;
	font-size: 16px;
}

#ajax-indicator {
	position: absolute;
	top: 27px;
	right: 0;
	font-size: 12px;
	line-height: 26px;
	padding: 0 15px 0 135px;
	width:  118px;
	color: #ccc;
	background: #233435 url(../images/icons/loader.gif) no-repeat 10px center;
}

#ajax-indicator.www {
    text-indent: -5000px;
    width: 185px;
    padding: 0;
}

#the_logo {
	width: 448px;
	padding: 15px 0;
	border: 1px solid #4f5d5d;
	text-align: center;
}

/* @group Branding */

.login #branding {
	width: 100%;
	height: 120px;
	background: url(../images/icons/placid-logo.jpg) no-repeat center center;
}

#branding.application {
	background: transparent url(../images/icons/placid-logo-black.jpg) no-repeat 0 30px;
	position: relative;
	height: 150px;
}


#branding.www {
	background: transparent url(../images/icons/placid-www.jpg) no-repeat 0 30px;
	position: relative;
	height: 150px;
}

#branding span {
	display: none;
}

/* @end */

/* @group Navigation */

#user-management {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	background-color: #233435;
	padding: 7px 0;
    width: 268px;
}

#user-management.www {
    width: 185px;
}

#user-management li {
	float: left;
}

#user-management li a {
	display: block;
	line-height: 12px;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	border-left: 1px solid #ccc;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

#user-management li a.first {
	border-left-style: none;
}

#user-management li a:hover {
	color: #fff;
}

#main-navigation, #sub-navigation {
	position: absolute;
	left: 0;
	bottom: -1px;
	list-style-type: none;
}

#main-navigation li, #sub-navigation li {
	float: left;
}

#main-navigation li.selected {
	border-top: 1px solid #f4b00d;
	border-right: 1px solid #f4b00d;
	border-left: 1px solid #f4b00d;
	border-bottom: 1px solid #131D1D;
	background-color: #131D1D;
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	padding-right: 2em;
	padding-left: 2em;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
}

#main-navigation li a {
	display: block;
	border: 1px solid #525455;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding-right: 2em;
	padding-left: 2em;
	background: url(../images/bg/main-nav.gif) repeat-x top left;
	margin-left: 10px;
	border-bottom: 1px solid #293d3e;
}

#main-navigation li a:hover {
	background: url(../images/bg/main-nav.gif) repeat-x bottom left;
	border-bottom: 1px solid #3d5152;
}

#main-navigation li.first, #main-navigation li a.first {
	margin: 0px;
}

#sub-navigation li.selected {
	border-top: 1px solid #4f5d5d;
	border-right: 1px solid #4f5d5d;
	border-left: 1px solid #4f5d5d;
	border-bottom: 1px solid #233435;
	background-color: #233435;
	font-size: 12px;
	color: #fff;
	line-height: 23px;
	padding-right: 2em;
	padding-left: 2em;
	margin-left: 10px;
	font-weight: normal;
	font-style: normal;
}

#sub-navigation li a {
	display: block;
	border: 1px solid #4f5d5d;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding-right: 2em;
	padding-left: 2em;
	background: url(../images/bg/sub-navigation.gif) repeat-x;
	margin-left: 10px;
	border-bottom: 1px solid #31494a;
}

#sub-navigation li a:hover {
	background: url(../images/bg/sub-navigation-hover.gif) repeat-x;
	border-bottom: 1px solid #3b5354;
}

#sub-navigation li.first, #sub-navigation li a.first {
	margin: 0px;
}

/* @end */

/* @group Slideshow */

#default-image-settings {
	background-color: #131d1d;
	clear: both;
	margin: 0;
	padding: 0;
	height: 32px;
}

#slides-box {
	margin: 9px 0 5px 0;
	padding-bottom: 4px;
	width: 448px;
	min-height: 400px;
	border: 1px solid #434805;
}

#slides-box.drop {
	border: 1px solid #f4b00d;
}

#slides-box ul {
	list-style-type: none;
	width: 448px;
	margin: 0;
	padding: 0;
}

#slides-box li {
	float: left;
	margin-top: 3px;
	margin-right: 3px !important;
	margin-left: 3px !important;
	padding: 4px;
	clear: both;
	width: 434px;
	background-color: #1a1e1e;
	cursor: move;
}

#slides-box li div, #default-image-settings span {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#slides-box label {
	float: left;
	font-size: 12px;
	margin:  0 4px;
	line-height: 30px;
}

#default-image-settings label {
	float: left;
	font-size: 12px;
	margin:  0 5px 0 7px;
	line-height: 30px;
}

#slides-box select, #default-image-settings select {
	float: left;
	margin-top: 5px;
	cursor: default;
}

#slides-box .duration, #slides-box .transition, #default-image-settings .duration, #default-image-settings .duration {
	line-height: 30px;
	margin: 0 9px;
}

#slides-box .location {
	clear: both;
	margin-left: 9px;
	width: 350px;
}


#slides-box a {
	display: block;
    position: absolute;
    right: 10px;
	margin: 6px 0 0 5px;
	width: 16px;
	height: 16px;
}

#slides-box a.delete {
	background: url(../images/buttons/delete-slide.gif) no-repeat left top;
	cursor: pointer;
}

#slides-box a.delete span {
	display: none;
}

#slides-box a.delete:hover {
	background: url(../images/buttons/delete-slide.gif) no-repeat left bottom;
}


#slides-box .slide-thumbnail {
	display: block;
	width: 40px;
}

/* @end */

/* @group Footer */

#footer-spacer {
	clear: both;
	line-height: 26px;
}


#footer.login {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

body>#footer.login {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
}

#footer.main-www {
    position: relative;
    border-top: 1px solid #f4b00d;
    background-color: #152021;
}

#footer p {
	text-align: right;
	background-color: #1e2c2d;
	line-height: 33px;
	padding-right: 20px;
}

#footer.main-www p {
    background-color: #152021;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	
}

#highlights {
    position: relative;
    top: -44px;
    height: 88px;
    width: 950px;
    list-style-type: none;
    margin: 0 auto;
}

#highlights li {
    float: left;
    width: 255px;
    height: 88px;
    margin-left: 92px;
}

#highlights li.first {
    margin-left: 0;
}

#highlights li a {
    display: block;
    width: 255px;
    height: 79px;
    padding-top: 9px;
    line-height: 79px;
    font-size: 20px;
    text-align: left;
    color: #fff;
    background-image: url('../images/www/footer_highlights.png');
}

#highlights li a:hover {
    color: #f4b00d;
}

#highlights .highlight {
    float: left;
    display: block;
    margin: 14px 20px 0 0;
    height: 51px;
    width: 76px;
    border-right: 1px solid #3e4d4e;
    text-indent: -5000px;
}

#highlights .highlight.demo {
    background: transparent url('../images/www/icon_demo.png') no-repeat center center;
}

#highlights .highlight.cases {
    background: transparent url('../images/www/icon_cases.png') no-repeat center center;
}

#highlights .highlight.contact {
    background: transparent url('../images/www/icon_contact.png') no-repeat center center;
}

/* @end */

/* @end */

/* @group Classes */

.record-summary {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.record-summary li {
	margin: 0 !important;
	padding: 0;
	clear: both;
}

.record-summary li a {
	clear: both;
	display: block;
	width:  100%;
	background: #506060 url(../images/bg/summary.gif) repeat-x left top;
	height: 50px;
	margin-bottom: 3px;
}

.record-summary li a span {
	color: #243535;
}


.record-summary li a:hover span {
	color: #94cecf;
	cursor: pointer;
}

.record-summary li a .summary-thumbnail {
	display: block;
	float: left;
	width: 70px;
	margin: 3px;
}

.record-summary li a .summary-text {
	display: block;
	width: 365px;
	float: right;
}

.record-summary li a .title {
	display: block;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
}

.record-summary li a .info {
	line-height: 9px;
}

.two-column {
    clear: left;
}

.two-column .column-one {
	width: 450px;
	float: left;
	clear: left;
}

.two-column .column-two {
	width: 450px;
	float: right;
	clear: right;
}


.three-quarter-column .column-one {
	width: 600px;
	float: left;
	clear: left;
}

.three-quarter-column .column-two {
	width: 300px;
	float: right;
	clear: right;
}

#image-management {
	background-color: #233435;
	clear: both;
}

#image-management .two-column {
	margin-top: 15px;
}

.justified {
	text-align: justify;
}

.form-table {
	background-color: #566566;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-table th {
	background-color: #454e4e;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #94cecf;
}

.form-table th em {
	color: #94cecf;
	display: block;
	font-size: 18px;
	line-height: 23px;
}

.form-table td {
	padding: 7px;
	vertical-align: top;
	color: #131d1d;
	font-size: 12px;
}

.form-table td a {
	color: #131d1d;
	font-size: 12px;
}

.form-table th.label,.form-table td.label {
	color: #ccc;
	text-align: right;
	width: 100px;
}


.location-data {
	margin-top: 20px;
}

.location-data h3 {
	font-size: 12px;
	color: #fff;
}

.background {
	width: 100%;
	background-color: #233435;
}

.full-width {
	width: 100% !important;
}

.pixels-300 {
	width: 300px !important;
}


.pixels-250 {
	width: 250px !important;
}

.pixels-200 {
	width: 200px !important;
}

.pixels-100 {
	width: 100px !important;
}

.pixels-75 {
	width: 75px !important;
}

.big {
	font-size: 16px;
}

.thumbnail-box {
	background-color: #3a4647;
	margin: 10px 0;
	padding: 10px;
}

.thumbnail-box ul {
	list-style-type: none;
	float: left;

}

.thumbnail-box li {
	float: left;
	margin:  5px !important;
	text-align: center;
	width: 74px;
	height: 59px;
}



.thumbnail-box li a {
	display: block;
	width: 60px;
	border: 1px solid #3a4647;
	height: 45px;
	text-align: center;	
	padding: 6px;
}

.thumbnail-box li a:hover {
	border: 1px solid #4f5d5d;
	text-align: center;	
}

.thumbnail-box li.selected {
	border: 1px solid #f4b00d;
	width: 60px;
	height: 45px;
	padding: 6px;
}

#album-management {
    clear: both;
}

.image-box {
	margin: 10px -3px;
	padding: 0;
	clear: both;
}

.image-box ul {
	list-style-type: none;
	float: left;

}

.image-box li {
	float: left;
	margin:  3px !important;
	width: 205px;
	background-color: #3a4647;
	height: 172px;
	text-align: center;	
	padding: 15px 14px 9px 14px;
	cursor: move;
}

.image-box li .image {
    position: relative;
	width: 205px;
	height:  154px;
	background-color: #121c1c;
}

.image-box li .image .video {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    background: #edac0e url('../images/icons/video.png') no-repeat center center;
}

.image-box li img {
	display: block;
	margin: 0 auto;
}

.image-box .title {
	float: left;
	line-height: 24px;
	height: 24px;
	width: 160px;
	overflow: hidden;
	text-align: left;
}

.image-box .actions {
	float: right;
	width: 42px;
}

.image-box a {
	display: block;
	float: left;
	margin: 5px 0 0 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.image-box a span {
	display: none;
}


a.edit {
	background: url(../images/buttons/edit.gif) no-repeat left top;
}

a.edit:hover {
	background: url(../images/buttons/edit.gif) no-repeat left bottom;
}

a.delete {
	background: url(../images/buttons/delete.gif) no-repeat left top;
	cursor: pointer;
}

a.delete:hover {
	background: url(../images/buttons/delete.gif) no-repeat left bottom;
}

a.delete span {
	display: none;
}

a.add {
	background: url(../images/buttons/add.gif) no-repeat left top;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
}

a.add:hover {
	background: url(../images/buttons/add.gif) no-repeat left bottom;
}

a.add span {
	display: none;
}

a.remove {
	background: url(../images/buttons/remove.gif) no-repeat left top;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
}

a.remove:hover {
	background: url(../images/buttons/remove.gif) no-repeat left bottom;
}

a.remove span {
	display: none;
}


.clearboth {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.errorExplanation {
	background-color: #3A261E;
	margin: 10px 0;
	padding:  5px 10px;
}

.errorExplanation h2 {
	margin: 0;
}

.errorExplanation ul {
	margin: 5px 15px;
}
.notice {
	background-color: #daf9f9;
	border: 1px solid #fff;
	color: #000;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 5px 0;
}

#progresssection {
	background-color: #131d1d;
	padding: 10px 24px;
	clear: both !important;
}

#progressbar {
	position: relative;
	width: 900px;
	border: 1px solid #131d1d;
	margin: 5px 0;
	height: 12px;
	background-image: url('../images/bg/progressbar.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#progresscounter {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	background-image: url('../images/bg/progressbar_progress.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.draggable-images, .draggable-images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.draggable-images li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

.draggable-images li.album-info {
	clear: both;
	background-color: #1f292a;
	margin: 2px 0 !important;
	width: 450px;
	cursor: move;
}

.draggable-images .album-thumbnail {
	float: left;
	width: 59px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	padding: 4px;
}

.draggable-images .album-status {
	float: right;
	width: 375px;
}

.draggable-images .album-title {
	font-size: 14px;
	color: #668484;
	line-height: 44px;
	padding: 4px;
	float: left;
	width: 330px;
	overflow: hidden;
}

.draggable-images a.album-expand {
	float:right;
	cursor: pointer;
	width: 23px;
	height: 23px;
	margin: 13px 5px 12px 0;
	background-image: url('../images/buttons/arrow-down.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.draggable-images a.album-contract {
	float:right;
	cursor: pointer;
	width: 23px;
	height: 23px;
	margin: 13px 5px 12px 0;
	background-image: url('../images/buttons/arrow-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.draggable-images a.album-expand span, .draggable-images a.album-contract span {
	display:none;
}

.draggable-images .album-images {
	clear: both;
	float: right;
	margin: 4px 6px 4px 4px;
	padding: 3px 3px 1px 3px;
	width: 360px;
	background-color: #1a1e1e;
}

.draggable-images .album-images li {
	margin: 0;
	float: left;
	padding: 2px 2px 0 2px !important;
}


.album-images li.draggable-item {
    width: 59px;
    height: 44px;
    text-align: center;
    padding: 5px 6px 2px 6px !important;
}

.draggable-images li.draggable-image {
	display: block;
	float: left;
	background-color: #1f292a;
	margin: 5px 5px 5px 0 !important;
	width: 205px !important;
	height: 154px !important;
	padding: 10px 7px !important;
	text-align: center;
	cursor: move;
}


#slideshow-list {
	list-style-type: none;
	margin: 15px 0 !important;
	padding: 0 !important;
}

#slideshow-list li {
	background-color: #1f2a2b;
	margin: 0 0 2px 0 !important;
	float: left;
	width: 100%;
	cursor: move;
}

#slideshow-list li .slideshow-preview {
	width: 40px;
	height: 30px;
	margin: 2px;
	float:left;
}

#slideshow-list li .slideshow-title {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 2px 2px 2px 10px;
	color: #668484;
}



#hour-list {
	list-style-type: none;
	float: left;
	width: 30px;
	padding: 15px 5px 0 0;
	margin: 15px 0 0 0;
}

#hour-list li {
	margin: 0 !important;
	font-size: 12px;
	text-align: right;
	padding-bottom: 1px;
}

dl.day {
	float: left;

	margin-top: 15px;
}

dl.day.firstday {
	border-left: 1px solid #fff;
}

dl.day dt {
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #4f5d5d;
}

dl.day dd {

	border-bottom: 1px solid #4f5d5d;
	border-right: 1px solid #4f5d5d;
}

dt {
	font-size: 18px;
	color: #78b2b4;
}

dl.day dd span {
	display: block;
	position: relative;
	text-decoration: none;
	background: #f4b00d url('../images/bg/calendar.gif') repeat-x scroll bottom left;
	border: none;
	color: #333;
	font-size: 9px;
	overflow: hidden;
	font-weight: bold;
	margin-left:1px;
	padding: 0 4px;
}

dl.day dd.calendar-item span span {
	position: absolute;
	display: block;
	background-color: transparent;
	background-image: none;
}

dl.day dd.calendar-item span span span {
	display: none;
}

dl.day dd.calendar-item .draggable {
	top: 0;
	left: 0;
	right: 0;
	cursor: move;
}

dl.day dd.calendar-item .resizable {
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	z-index: 600;
	cursor: s-resize;
	background-image: url('../images/bg/resize.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

dl.day dd.hoverclass {
	background-color: #78b2b4;
}

.today {
	background-color: #39494a;
	margin-left: 1px;
}

.today a {
	margin-left: 0px !important;
}

#agenda h3 {
    margin-bottom: 15px !important;
}

#agenda dl {
	position: relative;
}

#agenda dd.calendar-item {
	position:absolute;
	z-index: 1000;
}


#agenda span.past {
	cursor: default;
	background: #c19d47 url('../images/bg/brown_agenda.gif') repeat-x scroll bottom left;
	color: #333;
	margin: 0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#agenda span.default {
	cursor: default;
	background: #c19d47 url('../images/bg/orange_agenda.gif') repeat-x scroll bottom left;
	margin: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.small {
	font-size: 11px;
	font-weight: bold;
}


.trash-zone {
	position: relative;
	clear: both;
	height: 51px;
	width: 556px;
	margin: 10px 0 10px 34px;
	border: 3px solid #212525;
	background-color: #222c2c;
}

.trash-zone.drop {
	background-color: #39494a;

}

.trash-zone p {
	background-color: transparent;
	color: #4c5353;
	font-size: 12px;
	text-align: center;
	line-height: 51px;
}

.trash-zone.drop p {
	color: #212525;
}

.trash-image {
	position: absolute;
	top: -10px;
	left: 0;
	width: 84px;
	height: 77px;
	background: transparent url('../images/icons/trash.png') no-repeat scroll center center;
	z-index: 900;
}

.trash-image span {
	display:none;
}

#calendar {
	width: 100%;
}


#calendar th, #calendar td {
	text-align: center;
	width: 42px;
	font-size: 12px;
	height: 28px;
	color: #adaeae;
}

#calendar td.today {
	width: 42px;
	color: #fff;
}

#calendar td.past {
	background-color: #222d2e;
}

#calendar td.future {
	color: #101111;
}

#calendar td.agenda-items {
	color: #dfa311;
}

#calendar tbody tr:hover, #calendar tbody tr:hover td.past, #calendar tbody tr:hover td.future {
	background-color: #39494a;
	cursor: pointer;
}

.center-text {
	position: relative;
	text-align: center;
	width: 100%;
}

h1 #previous-month {
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url('../images/buttons/previous.gif');
	background-repeat: no-repeat;
}

h1 #next-month {
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	background-image: url('../images/buttons/next.gif');
	background-repeat: no-repeat;
}

h1 #next-month:hover, h1 #previous-month:hover {
	background-position: bottom left;
}

h1 #previous-month span, h1 #next-month span {
	display: none;
}


#user-profile {
	position: absolute;
	top: 28px;
	right: 0;
	list-style-type: none;
	background-color: #566566;
	border: 1px solid #f4b00d;
	width: 266px;
	z-index: 1000;
}

#user-profile .form-table {
	margin-top: 0;
	margin-bottom: 3px;
}

#user-profile .form-table td {
	padding: 5px;
	font-size: 10px;
}

#user-profile .form-table th.label,#user-profile .form-table td.label {
	color: #ccc;
	text-align: right;
	width: 75px;
}

button.submit-small {
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: transparent url(../images/buttons/save-small.gif) no-repeat left top;
	height: 24px;
	width: 100px;
	line-height: 23px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#spotlight {
	position: relative;
	background-color: #131d1d;
	border-bottom: 1px solid #4f5d5d;
	padding: 10px 0;
}

#spotlight .application.with-nav {
	height: 85px;
}

#spotlight .application {
	position: relative;
}

#spotlight p {
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
}

#spotlight p em {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 5px 0 10px 0;
}

#spotlight a {
	display: block;
	color: #f4b00d;
	text-decoration: none;
	margin-top: 3px;
}

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

#spotlight p img {
	float: left;
	margin: 10px 40px 10px 0;
	border: 3px solid #fff;
}

.tour p {
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.tour p strong {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

.tour p img {
	border: 5px solid #fff;
}

#download-folder {
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
}

#download-folder a {
	display: block;
	text-align: left;
	margin: 10px 0 5px 320px;
	font-size: 18px;
	color: #f4b00d;
	text-decoration: none;
	text-indent: 100px;
	background-image: url("../images/icons/pdf.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	line-height: 100px;
}

#contact-response {
	float:left;
	width: 100%;
	clear: both;
}


a.agenda-delete {
	position: absolute;
	background: url(../images/buttons/agenda-delete.png) no-repeat left top !important;
	display: block !important;
	bottom: 10px !important;
	right: 10px !important;
	width: 16px !important;
	height: 16px !important;
	z-index: 1000 !important;
}

a.agenda-delete:hover {
	background: url(../images/buttons/agenda-delete.png) no-repeat left bottom !important;
}

a.agenda-delete span {
	display: none !important;
}

.statusmessage {
    clear: both;
    float: left;
    width: 928px;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center;
    background-color: #454e4e;
    border: 1px solid #c4d5d5;
    color: #c4d5d5;
}

.statusmessage span {
	color: #f4b00d;
	font-weight: bold;
}

.subscriptiontable {
    border-collapse: collapse;
    empty-cells: show;
}

.subscriptiontable th {
    padding: 10px;
    border: 1px solid #fff;
    background-color: #465657;
    color: #000;
    text-align: center;
    width: 100px;
    height: 65px;
    vertical-align: top;
}

.subscriptiontable th em {
    display:block;
    font-size: 14px;
    color: #fff;
}

.subscriptiontable a {
    display: block;
    width: 100px;
    height: 22px;
    line-height: 21px;
    color: #f4b00d;
    text-decoration: none;
    text-indent: 5px;
    background: transparent url('../images/buttons/signup.gif') no-repeat scroll top center;
    text-align: center;
}

.subscriptiontable a:hover {
    background: transparent url('../images/buttons/signup.gif') no-repeat scroll bottom center;
}

.subscriptiontable th.empty {
    background-color: #2f3f40;
    width: 175px;
}

.subscriptiontable td {
    text-align: center;
    height: 30px;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #78b2b4;
    background-color: #233435;
}

.subscriptiontable td.description {
    color: #fff;
    font-size: 10px;
    text-align: right;
    background-color: #182425;
    width: 175px;
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
/*  width:500px;
    height:400px;*/
	margin:-220px 0 0 -400px;
	text-align:left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
/* @end */

.location-company {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
	background: #506060 url(../images/bg/summary.gif) repeat-x left top;
	margin-top: 6px;
	margin-bottom: 3px;
    color: #243535;
    text-indent: 10px;
}

/* New site */

ul.features {
    list-style-image: url('../images/www/big_arrow.png');
    margin-bottom: 20px;
}

ul.features li {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    line-height: 52px;
}

#tagline {
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    line-height: 44px;
}

#details {
    width: 100%;
}

#details h1 {
    margin: 20px 0;
    padding: 0;
    font-size:24px;
    line-height: 42px;
    border-top: 1px solid #1a2a2b;
    border-bottom: 1px solid #1a2a2b;
    text-transform: uppercase;
}

#placid-flow {
    border-top: 1px solid #1a2a2b;
    width: 558px;
    float: left;
    padding: 15px 0;
}

#placid-flow ul {
    width: 558px;
    list-style-type: none;
    background-color: #1e2f30;
    height: 44px;
    margin: 5px 0;
}

#placid-flow ul li {
    float: left;
    width: 186px;
    text-align: center;
    color: #7ac9be;
    font-size: 17px;
    line-height: 44px;
    margin: 0 !important;
    padding: 0;
}

p.explanation {
    color: #f9fcfc;
    font-size: 12px;
    margin: 15px 0 30px 0;
    padding: 10px 0;
    border-top: 1px solid #1a2a2b;
    border-bottom: 1px solid #1a2a2b;
    text-align: justify;
}

#news {
    float: right;
    border-top: 1px solid #1a2a2b;
    width: 244px;
    padding: 10px 0;
}

#news h3 {
    color: #7ac9be;
    font-size: 17px;
    line-height: 44px;
}

#news p.explanation {
    margin: 5px 0 30px 0;
}

h1.screenplay_v2 {
    border: 0px !important;
    text-indent: -5000px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-image: url('../images/www/screenplay_v2.png');
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 1px solid #1a2a2b !important;
    height: 48px;
}

.items {
    list-style-type: none;
    width: 950px;
    margin: 30px 0 !important;
}

.items li {
    float: left;
    padding: 0 20px;
    margin: 0 !important;
    width: 276px;
    height: 365px;
    border-left: 1px solid #1a2a2b;
}

.items.downloads li {
    height: auto;
}

.items li.first {
    border: 0;
    width: 296px;
    padding-left: 0;
}

.items li.last {
    width: 295px;
    padding-right: 0;
}

.items .item {
    display:block;
    font-size: 17px;
    color: #7ac9be;
    text-align: center;
    height: 128px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.items .item.cases {
    background-position: 50% 70%;
    background-repeat: no-repeat;
}

.items a.item:hover {
    color: #fff;
}

.items .item.screen {
    background-image: url('../images/www/screens.png');
}

.items .item.projector {
    background-image: url('../images/www/projectors.png');
}

.items .item.ledwall {
    background-image: url('../images/www/ledwalls.png');
}

.items .item.ruby_on_rails {
    background-image: url('../images/www/ruby_on_rails.png');
}

.items .item.media_management {
    background-image: url('../images/www/media_management.png');
}

.items .item.channel_management {
    background-image: url('../images/www/channel_management.png');
}

.items .item.user_management {
    background-image: url('../images/www/user_management.png');
}

.items .item.planning {
    background-image: url('../images/www/planning.png');
}

.items .item.screenplay {
    background-image: url('../images/www/screenplay.png');
}

.items .item.content_management {
    background-image: url('../images/www/content_management.png');
}

.items .item.content_creation {
    background-image: url('../images/www/content_creation.png');
}

.items .item.custom_application {
    background-image: url('../images/www/custom_application.png');
}

.items .item.folder {
    background-image: url('../images/www/item_folder.png');
}

.items .item.screencast {
    background-image: url('../images/www/screencast.png');
}

.items a.item.screencast:hover {
    background-image: url('../images/www/screencast_hover.png');
}

.items .item.wallpaper {
    background-image: url('../images/www/wallpaper.png');
}

.items .item.bowling {
    background-image: url('../images/www/bowling.png');
}

.items .item.unizo {
    background-image: url('../images/www/unizo.png');
}

.items .item.drinkcentral {
    background-image: url('../images/www/drinkcentral.png');
}

.items p.explanation {
    border: 0;
    margin: 15px 0 0 0;
    padding: 0;
}

#www-navigation {
    display:none;
}

#upload_file_button {
  position: relative;
}

#upload_file_button object {
  position: absolute;
  top: 9px;
  left: 0;
}