@CHARSET "ISO-8859-1";

input.submit {
  background-image: url(gfx/send.gif);
  width: 22px;
  height: 22px;
  border: none;
}

#ecMainContent .contentLeft {
	float:left;
	width:555px;
}

#ecMainContent .contentRight {
	float:left;
	margin-left:12px;
	width:150px;
}

.rightBox.top {
	/*margin-top:40px;*/
}
.rightBox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding:8px 4px 8px 12px;
	width:132px;
}

.rightBox.under {
	margin-top:12px !important;
}

.line {
	background:#CCCCCC none repeat scroll 0 0;
	height:1px;
	margin:4px 0;
	overflow:hidden;
	width:100%;
}
.rightBox hr {
	background:#CCCCCC none repeat scroll 0 0;
	height:1px;
	margin:4px 0;
	overflow:hidden;
	width:100%;
}

span.important {
	 font-weight: bold;
}

.mandatory {
	background:transparent url('gfx/star2.png') no-repeat top right;
}

.cmsEditSection {
	background:#ffb840 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x !important;
	padding: 5px;
	border: 1px black solid;
	border-bottom: 0px;
	text-align: left;
}
.cmsEditSection h3, .subContent .cmsEditSection h3 {
  color: white;
  font-weight: bold;
  font-size: larger;
  float: left;
  margin: 0 5px 0 0;
 }
 .cmsEditSection form, .subContent .cmsEditSection form {
  padding: 0;
 }
.cmsEditSection a, #ecFooter .cmsEditSection  a {
	color: white;
  font-weight: bold;
 }
 
#cmsVirtualBlockList {
 overflow: scroll;
 height: 400px;

}

div.cmsEditableView {
	padding: 5px;
	border: 1px black solid;
	margin-bottom: 5px;
	overflow:hidden;
	background-color:#fff;
}

p.cmsBlockNotPublished {
	font-style: italic;
}

 a.cmsBlockManageLink {
	 color: white;
	 font-weight: bold;
	 font-size: large;
	 text-decoration: none;
}

/* Cms text */
.cmsTextEdit {
	width: 100%;
	}

/* Cms menu */
.menuItemViewWrapper a.editLink {
	font-weight: normal;
}

.cmsMenuWrapper { background:transparent url(gfx/subLeftSep.gif) no-repeat 0 top; padding:6px 0 12px; }

li.cmsMenuItem {
	font-weight: normal;
}

li.cmsMenuItem .cmsMenu {
	display:none;
}
li.cmsMenuOpen .cmsMenu {
	display:block;
}
li.cmsMenuSel {
 /* font-weight: normal;*/
}
ul.cmsMenu li .cmsMenu span.nonLinkMenuItem {padding-right:20px;}
ul.cmsMenu li .cmsMenu li .cmsMenu span.nonLinkMenuItem {padding-right:30px; font-size:11px;}

/* News */
.allNewsLinkWrapper {
	clear: both;
	padding-top: 8px;
	}
.cmsNewsItem {
	color:#7d5120;
}
.cmsNewsItem .cmsNewsItemCreatedAt {
	float:left;
}
.cmsNewsItem .cmsNewsItemTitle {
	/*margin-left:110px;*/
	font-weight:bold;
}
.cmsNewsItem .textWrapper {
	/*margin-left:110px;*/
}

/* Gallery */
table.galleryEditor {
}
table.galleryEditor td {
  vertical-align: top;
}
table.galleryEditor a {
  display: block;
}
table.galleryEditor input {
	border:1px solid #999;
	width:175px;
}
table.galleryEditor textarea {
	border:1px solid #999;
	width:175px;
}
table.galleryEditor select {
  width: 175px;
  height: 180px;
  font-size: 11px;
  border:1px solid #999;
}
table.galleryEditor select.selected {
  height: 230px;
}
table.galleryEditor select.expanded {
  width: auto;
  min-width: 175px;
}
.galleryThumbnail {
	width: 200px;
	height: 175px;
}
td.galleryThumbnail {
	padding:0 5px !important;
}
div.galleryThumbnail {
	border: 1px dashed #ccc;
}
ul.thumbs img.galleryThumbnail {
	width:135px;
	height:95px;
}

table.galleryEditor td.addLinks {
	vertical-align:middle;
}
table.galleryEditor tr.bottomRow td {
	font-size:1px;
	line-height:1px;
}

/*datatabless plugin styles*/

.dataTables_wrapper {
	clear: both;
	margin:20px 0 10px;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
	margin-left:20px;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 100%;
	float: right;
	margin:10px 0;
	text-align:right;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	
}

.paging_full_numbers {
	width: 100%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	cursor: pointer;
	*cursor: hand;
	border-left:1px solid #DEDEDE;
	margin:0 0 0 6px;
	padding-left:6px;
}

.paging_full_numbers span.paginate_button.first { border-left:none; }

.paging_full_numbers span.paginate_button {
	color:#82C44E;
}

.paging_full_numbers span.paginate_button:hover {
	text-decoration:underline;
}

.paging_full_numbers span.paginate_active {

}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
.tasktable {
	margin: 10px auto 0;
	width: 100%;
	clear: both;
}

.tasktable thead th {
	padding: 3px 18px 3px 10px;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	color:#000;
}

.tasktable tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

.tasktable tr.heading2 td {
	border-bottom: 1px solid #dedede;
}

.tasktable td {
	padding: 4px 8px;
	border-bottom: 1px solid #dedede;
	border-collapse:separate;
}

.tasktable td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc { background: #C5DDB4 url('gfx/sort_asc.gif') no-repeat center right; }
.sorting_desc { background: #C5DDB4 url('gfx/sort_desc.gif') no-repeat center right; }
.sorting { background: #C5DDB4 url('gfx/sort_both.gif') no-repeat center right; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}


/* Ckeditor */
.ui-dialog .ui-dialog-buttonpane button {padding-bottom:0 !important;}
.ui-dialog .addCmsNewsItem, .ui-dialog .addItem, .ui-dialog .addSubmenu {background:url(images/ui-icons.png) no-repeat 0 0; padding-left:12px;}
.ui-dialog .cmsRemoveItem , .ui-dialog .removeCmsNewsItem, .ui-dialog .galleryRemove, .ui-dialog .galleryRemoveAll {background:url(images/ui-icons.png) no-repeat 0 -14px; padding-left:12px;}
.ui-dialog .cmsMoveItemUp, .ui-dialog .moveCmsNewsItemUp, .ui-dialog .galleryMoveUp {background:url(images/ui-icons.png) no-repeat 0 -28px; padding-left:12px;}
.ui-dialog .cmsMoveItemDown, .ui-dialog .moveCmsNewsItemDown, .ui-dialog .galleryMoveDown {background:url(images/ui-icons.png) no-repeat 0 -42px; padding-left:12px;}
.ui-dialog .editCmsNewsItem {background:url(images/ui-icons.png) no-repeat 0 -56px; padding-left:12px;}
.ui-dialog .viewCmsNewsItem {background:url(images/ui-icons.png) no-repeat 0 -70px; padding-left:12px;}
.ui-dialog .galleryAdd {background:url(images/ui-icons.png) no-repeat 0 -84px; padding-left:12px;}
.ui-dialog .galleryAddAll {background:url(images/ui-icons.png) no-repeat 0 -98px; padding-left:12px;}
.ui-dialog .galleryMoveUp, .ui-dialog .galleryRemove {clear:left;float:left;}
.ui-dialog .galleryMoveDown, .ui-dialog .galleryRemoveAll {clear:right;float:right;}
.ui-dialog table {margin:0;width:auto;}
	.ui-dialog table tr td {background:none;padding:0;border:none;}

/* Dialog overlay */
.ui-overlay-fade-in {background:#000;}

/* CMS menu */
#ecLeftColumn ul.cmsMenu {background: transparent no-repeat scroll center top;
	list-style-type: none;
	margin: 0px;
}
#ecLeftColumn ul.cmsClosedMenu {display: none;}
	 #ecLeftColumn ul.cmsMenu li.cmsMenuItem {margin: 6px 0px 0; display: block; }
	 #ecLeftColumn ul.cmsMenu li.cmsMenuItem ul li {margin-left: 10px; }
	 #ecLeftColumn ul.cmsMenu a:hover { text-decoration:none; color:#82C44E; }

   #ecLeftColumn ul.cmsMenu a {padding:0 10px 0 0; font-weight:normal;
   margin-right:0px; background: none; color: #333;}
	 #ecLeftColumn ul.cmsMenu li.cmsMenuItem a.rootLink { }
	 #ecLeftColumn ul.cmsMenu li.cmsMenuItem a.selectedLink { font-weight:bold; color:#82C44E; }

/* Uniform additions */
#ecMainContent .uniForm .ctrlHolder p {margin:0.3em 2% 0 0;width:35%;padding:0;float:left;line-height:100%;}
#ecMainContent .uniForm .inlineLabels .textInputLight {border:1px solid #ccc;padding:1px;}
#ecMainContent .uniForm .inlineLabels .label label {width:auto;margin:0 5px 0 0;}
#ecMainContent .uniForm .inlineLabels .columns50_50 p label {width:auto;float:none;margin:0 5px 0 0;}
#ecMainContent .uniForm .inlineLabels .columns50_50 .textInput {width:98%;}
#ecMainContent .uniForm .inlineLabels input.disabled {background-color:#d4d0c8;border:1px solid #bbb;}

/* Shopping cart table */
.ShoppingCartTable {border-collapse:separate;border-spacing:0;border:1px solid #ccc;border-width:0 1px 1px;border-color:#666 #ccc;font-size:11px;}
	.ShoppingCartTable strong {width: auto;}
	.ShoppingCartTable thead th {border:0;background-color:#333;color:#fff;padding:0;}
		.ShoppingCartTable thead th .left {float:left;font-size:15px;text-transform:uppercase;padding:8px 0 0 20px;font-weight:normal;}
		.ShoppingCartTable thead th .right {float:right;border-left:1px solid #fff;background:#83c44e;padding:8px 20px;}
	.ShoppingCartTable tr td, .ShoppingCartTable tr.odd td, .ShoppingCartTable tr.even td, .ShoppingCartTable tr td.left {border:0;border-top:1px solid #ccc;padding:10px 4px;text-align:left;}
		.ShoppingCartTable tr td input {width:22px;border:1px solid #ccc;padding:2px 4px;}
		.ShoppingCartTable tr td .priceDisc {font-size:11px;color:#000;margin:0;}
	.ShoppingCartTable tr.first td {border:0;padding:20px 4px 10px;}
	.ShoppingCartTable tr.last td {padding:10px 4px 20px;}
	.ShoppingCartTable tr td.cellPadding {width:15px;border:0;padding:0;}
		.referenceTa {border:1px solid #ccc;padding:5px;height:60px;margin-left:20px;}
.ShoppingCartServiceTable thead th {background-color:#c9e0a8;color:#222;}
	.ShoppingCartServiceTable thead th .right {color:#fff;}

/* Project space view table */
.viewTable {border-collapse:separate;border-spacing:1px;clear:left;}
	.viewTable tr th {background:#C5DDB4;padding:5px;width:40%}
	.viewTable tr td {background:none;}
	.viewTable tr.odd td {background:none;}
a.modify-link {background:url(images/ui-icons.png) no-repeat 4px -56px;padding:0 4px 0 16px;margin-left:1px;color:#63a42e;border:1px solid #83c44e;height:16px;float:left;margin-bottom:15px;display:inline;}
	a.modify-link:hover {background-color:#f0ffe0;}

/* personTable */
.personTable tr td.imageCell {width:100px;padding:4px 8px;}
	.personTable tr td.imageCell .imageContainer {width:100px;height:99px;border:1px solid #ccc;overflow:hidden;text-align:center;}
.personTable tr td.textCell {width:auto;padding:4px 8px;vertical-align:middle;}

/* simpleTable */
.simpleTable {margin:0 auto;}
.simpleTable tr td {background:none;}
.simpleTable tr.odd td {background:none;}

/* bottom link box in the left hand navigation menu */
.bottomLinks { margin:14px 0; }
	.bottomLinks ul li { margin:6px 0; }
		.bottomLinks a { color: black !important; font-weight:normal !important; }
		.bottomLinks a:hover { text-decoration:none !important; color: #82C44E !important; }
