/** ASSET ADMIN**/
.assetWarning {
    border-bottom: 1px solid #ffff69;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #ffffe6;
}
.assetList, .assetUsers {
    font-size: 11px;
    width: 100%;
}
/*
table.assetList col.active, table.assetUsers col.active {

}*/
.assetList a, .assetUsers a {
    text-decoration: none;
}
.assetList thead th, .assetUsers thead th
{
    /*background-color: #e4f0fd;*/
    text-align: left;
    border-bottom: 1px solid #4f81bd;
    border-left: 1px dashed #8aa2bf;
    padding: 4px;
}
.assetList thead th a , .assetUsers thead th a {
    color: royalblue;
}
.assetList thead th.assetTitle, .assetUsers thead th.assetTitle {
    border-left: none;
}
.assetList tbody td, .assetUsers tbody td
{
    padding: 4px;
    border-bottom: 1px solid #cccccc;
    border-bottom: 1px dashed #8aa2bf;
    border-left: 1px dashed #8aa2bf;
}
.assetList tbody tr.row_0 td, .assetUsers tbody tr.row_0 td
{
    background-color: #d3dfee;
}
.assetList tbody td.assetTitle {
    /*border-left: 1px dashed #4f81bd;*/
    border-left: none;
}
.assetList tbody td.assetTitle a
{
    font-weight: bolder;
    color: #000000;
}
.assetList tbody td.active, .assetList thead th.active {
    background-color: #8BACD3;
}
.assetList thead th.active a {
    color: #000000;
}
.assetList tbody tr.row_0 td.active {
    background-color: #5C8AC2;
}
.assetList .center, .assetUsers .center
{
    text-align: center;
}
.assetList th img, .assetUsers th img
{
    vertical-align: middle;
}
.assetList a:hover, .assetUsers a:hover  {
    text-decoration: underline;
}
.assetList .admin a, .assetUsers .admin a {
    font-size: 0.8em;
}
.filters {
    padding: 8px;
    background-color: #f3f7fd;
    color: black;
    border-bottom: 1px solid #cde3fb;
}

.filters .row {
    width: 250px;
    float: left;
}

.filters .row.submit {
    width: 500px;
    padding-top: 10px;
    float: none;
    clear: both;
}

.filters .row.submit a {
    position: absolute;
    margin-left: 250px;
}
.error_list {
    padding-top: 5px;
}

.error_list li {
    color: #EF3B3B;
    font-weight: bolder;
    font-size: 0.9em;
    margin-left: 15px;
    list-style-type: square;
}

.createBar {
    border-bottom: 1px solid #ffff69;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 30px;
    background-color: #ffffe6;
}
.createBar a {
    color: #000000;
}
.createBar a:hover {
    text-decoration: underline;
}
#sitemap {
    margin-top: 30px;
}

.editAsset .editForm li {
    border-top: 1px solid #cccccc;
    padding: 5px 0px;
    clear: left;
}

.editAsset .editForm .error_list li {
    border-top: none;
    padding: 0px;
    margin: 0px;
    clear: none;
}

.editAsset .editForm label {
    width: 120px;
    float: left;
    clear: left;
    color: #000000;
    padding-top: 3px;
    font-weight:bold;
}

.editAsset .editForm fieldset.ui-tabs-panel {
}
.editAsset .editForm .mceLayout {
    clear: left;
}

.editAsset .editForm select {
    width: 450px;
}
.editAsset .editForm select.small {
    width: 127px;
}

.editAsset .editForm textarea {
    width: 430px;
    font-family: Verdana,Arial;
    color: #333333;
    font-size: 0.9em;
}

.createBar li {
    display: inline;
}

.simpleButton {
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 5px;
    cursor: hand;
    cursor: pointer;
}

.adminButton {
    border: 3px double #cccccc;
    color: #666666;
    font-size: 0.9em;
    font-weight: bolder;
    padding: 1px 3px;
    background: white url('../../images/util/grad.png') repeat-x top left;
}

.adminButton:hover {
    border: 3px double #cde3fb;
    color: #3b6ab8;
    background-position: 0pt -40px;
}
/** IMAGE BROWSERS **/

.ngs_image_browser_wrapper {
    clear: both;
    z-index: 99;
    width: 580px;
    position: absolute;
    border: 1px solid #CCCCCC;
    width: 580px;
    background: #F0F0EE;
    margin: 10px 0 0 0;
    padding: 0;
}

.ngs_image_browser_wrapper .ngs_image_browser .image {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 5px;
    margin: 2px;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.ngs_image_browser_wrapper .ngs_image_browser .image a.delete {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0;
    background: url('/images/icons/cross.png') no-repeat;
    width:  15px;
    height: 15px;
}

.ngs_image_browser_wrapper .ngs_image_browser_control {
    text-align: center;
}

.ngs_image_browser_wrapper .ngs_image_browser_control a, .ngs_image_browser_wrapper .ngs_image_browser_control span {
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.ngs_file_upload_box_wrapper {
    margin: 10px 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.ngs_file_upload_box_wrapper td {
    padding: 2px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F0F0EE;
    width: 150px;
}

.ngs_file_upload_box_wrapper td.colspan {
    width: 310px;
}

.ngs_file_upload_box_wrapper td.name {
    background-image: url('/ngsFile/images/page_white.png');
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 145px;
}

.ngs_image_upload_box_wrapper {
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.ngs_image_upload_box_wrapper td {
    padding: 2px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F0F0EE;
    width: 150px;
}

.ngs_image_upload_box_wrapper td.colspan {
    width: 310px;
}

.ngs_image_gallery_wrapper .image {
    display: block;
    width: 80px;
    height: 120px;
    text-align: center;
    padding: 5px;
    margin: 2px;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.ngs_image_gallery_wrapper .ui-sortable-placeholder {
    display: block;
    width: 80px;
    height: 120px;
    text-align: center;
    padding: 5px;
    margin: 2px;
    float: left;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

.ngs_image_gallery_wrapper .selected {
    width: 200px;
    border: 1px solid #ccc;
    background: #F0F0EE;
    padding: 5px;
}

.ngs_image_gallery_wrapper a img {
    margin: 1px 0;
}

.ngs_image_gallery_wrapper .image .description {
    white-space: nowrap;
    padding: 5px;
}
.ngs_browser_close {
    float: right;
    /*position: absolute;*/
    margin-top: -20px;
}
/** ASSET PERMISSION **/
.editAsset .editForm .asset_permission_filter {
}
.editAsset .editForm .asset_permission_options {
    width: 180px;
    height: 60px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #cccccc;
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}
.editAsset .editForm .asset_permission_options li {
    border: none;
    padding: 3px;
    margin: 0px;
    border-bottom: 1px solid #cccccc;
}

.inputHelp {
    font-size:11px;
    color:#999999;
}

/** ADMIN WINDOW ***/

.adminWindow {
    background:#FFFFFF;
}

.adminWindow .configuration li {
    display:inline;
    margin-right:10px;
}

.adminWindow .menu .hidden {
    display:block;
    visibility:visible;
    background:#CCCCCC;
}

.adminWindow .menu li {
    margin-bottom:10px;
}

.adminWindow .menu {
    margin-left:15px;
    margin-top:8px;
}

.adminWindow .depth0 {
    margin-left:0px;
}

.adminWindow .multiple_first, .adminWindow .multiple {
    clear:both;
}

.adminWindow .multiple_first li, .adminWindow .multiple li {
    float:left;
    margin-right:15px;
    clear:none;
    border:0px;
}

.adminWindow .multiple_first .removeParam, .adminWindow .multiple .removeParam {
    text-decoration:underline;
    position:relative;
    top:25px;
    cursor: hand;
    cursor: pointer
}

.adminWindow .adminContent {
    border: 1px solid #BCD2E6;
    border-top:0px;
    padding:20px;
}

.adminWindow {
    margin:0px auto;
    font-family: "Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
    position:relative;
    font-size:12px;
    margin-top:20px;
}

.adminWindow h1 {
    margin-bottom:15px;
}

.adminWindow .signout {
    position:absolute;
    left:0px;
    top:0px;
}

.adminWindow a {
    color: #627EB7;
    text-decoration:underline;
    font-size:12px;
}
.adminWindow a:hover {
    text-decoration:none;
}

.adminWindow .subMenu {
    padding-top:10px;
    padding-left:10px;
    border: 1px solid #BCD2E6;
    padding-bottom:10px;

}

.adminWindow .subMenu a {
    text-decoration:none;
}
.adminWindow .subMenu a:hover {
    text-decoration:underline;
}

.adminWindow .subMenu a img {
    padding-right:5px;
}

.adminWindow .adminContent h2 {
    text-align:center;
    font-size:17px;
    text-decoration:underline;
    color:#999999;
}

.adminWindow .img_padding {
    padding-right:7px;
}

.adminWindow .tableList {
    width:100%;
    margin:0px auto;
    font-size:12px;
    border: 1px solid #BCD2E6;
    border-collapse:collapse;
}
.adminWindow .tableList td {
    border: 1px solid #BCD2E6;
    text-align:center;
}
.adminWindow .tableList th {
    border: 1px solid #BCD2E6;
    background:#CCCCCC;
}

.adminWindow .adminContent .configuration {
    margin-left:22px;
}

.adminWindow .multiple_first li label, .adminWindow .multiple li label {
    float:none;
    display:block;
}

.adminWindow .tableList .subTableTd {
    text-align:right;
}

.adminWindow .subTableList {    
    width:75%;
    border-collapse:collapse;
    padding:20px;
    text-align:center;
}

.adminWindow .productStructure {
    border: 1px solid #BCD2E6;
    padding:10px;
    margin-top:1px;
}

.adminWindow .productStructure h3 a {
    font-size:20px;
}

.adminWindow .productStructure h4 {
    font-size:15px;
    font-weight:bold;
    margin:10px 0px 10px 0px;
}

.subProductList li {
    margin-left:20px;
    clear:both;

}
.subProductList .productName {
    width:300px;
    float:left;
}
.hiddenBackground {
    background:#CCCCCC;
}

.sortable li {
    padding:20px;
    font-size:20px;
    border: 1px solid #BCD2E6;
    color: #627EB7;
    font-weight:bold;
    margin-top:1px;
}

.adminWindow .menu .treeBlockTitle {
    font-size:15px;
    font-weight:bold;
    position:relative;
    text-transform:uppercase;
    top:-2px;
}

.adminWindow .editAsset h3.information {
    color:#FF0000;
    font-weight:normal;
}

.multiple_controls table {
    float:left;
}

.adminWindow .editAsset .editForm #assetTabParams li {
    border-top:0px;
}

.adminWindow .tableList .noAnswer {
    background:#ffc1c1;
}

.editBox {
    background:#FFFFFF url(../images/icons/puzzle.gif) no-repeat scroll 2px 2px;
    border:1px solid #CCCCCC;
    opacity:0.5;
    padding:3px 3px 3px 25px;
    font-size:13px;
    position:absolute;

}

.editBox:hover {
    opacity:1;
}

.editBox a {
    color: royalblue;
    font-size:13px;
}



.adminWindow fieldset.notes {
    border:1px solid #000000;
    margin-bottom:30px;
    padding:20px;
}

.adminWindow fieldset.notes legend {
    font-size:15px;
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
}

.adminWindow fieldset.notes .optionsType {
    margin-left:16px;
}

.adminWindow fieldset.notes .optionsType li {
    list-style-type:square;
    color:#ffc1c1;
}

.adminWindow fieldset.notes p {
}

/* pager */
/*
.adminWindow ul.pager {
    width:100%;
    text-align:center;
}

.adminWindow ul.pager li {
    width:10px;
    float:left;
    margin-left:5px;
    background:url('../images/pager/num_bg.gif') repeat-x;
}

.adminWindow ul.pager li.prev {
    width:19px;
    background:url('../images/pager/prev.gif') repeat-x;
}
.adminWindow ul.pager li.next {
    width:19px;
    background:url('../images/pager/next.gif') repeat-x;
}
.adminWindow ul.pager li a {
    text-decoration:none;
}
*/

.adminWindow .pager {
  padding-bottom: 10px;
  margin-top:20px;
}

.adminWindow .pager li img {

	padding: 0px;
	border: none;
	float: left;
}

.adminWindow .pager li {
	margin: 2px;
	padding: 0px;
	width: 17px;
	height: 14px;
	background: url('../images/pager/num_bg.gif') repeat-x;
	border: 1px solid #e4e4e4;
	color: #7a7a7a;
	font-size: 10px;
	line-height: 12px;
	float: left;
	text-align: center;
}
.adminWindow .pager li.prev, .adminWindow .pager li.next {
    border:0px;
}
.adminWindow .pager li.active {
	background: #ef4239;
	border: 1px solid #ef4239;
	color: white;
}
.adminWindow .pager li a {
    text-decoration:none;
}