/***** Banner *****/
div#banner {
	/*background: transparent url('../img/layout/escies_logo_with_sat.png') no-repeat left bottom;*/
	
}

/***** Map background ****
div#doc3 {
	background:#fff url('../img/layout/map.png') no-repeat right top;
}
*/
/***** Menubar *****/
div.transparency {
	background: transparent url('../img/layout/menubar.gif') repeat-x;
}
ul#right_nav li a.settings {
	background: transparent url('../img/layout/settings_icon.gif') no-repeat left center;
}
ul#right_nav li a.logout {
	background: transparent url('../img/layout/logout_icon.gif') no-repeat left center;
}
ul#right_nav li a.login {
	background: transparent url('../img/layout/login_icon.gif') no-repeat left center;
}
ul#right_nav li a.register {
	background: transparent url('../img/layout/register_icon.gif') no-repeat left center;
}
ul#right_nav li a:hover {
	color: #2A5DB0;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color: #336699; 
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
    background: #336699;
}
.menu :hover > a {
    color: #336699;
}
.menu ul ul :hover > a {
    background: #336699 !important;
    color: #fff;
}

/****** Widgets *****/
div.widget {
	background-color: #EAEFF5;
}
div.widget h2 {
	background-color: #6A8FB4;
}
div.widget ul li a {
	color: #2A5DB0;
}

/****** Lock Widgets *******/

div.widget .registred_users {
	background-image : url('../img/icons/lock.png');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding: 3px 3px 5px 25px;

}

div.widget .qc_only {
	background-image: url('../img/icons/qc_only.png');
	background-repeat: no-repeat;
    background-position: 3px 4px;
    padding: 3px 3px 5px 25px;
	
}

div.widget .administrators {
	background-image: url('../img/icons/admin_lock.png');
	background-repeat: no-repeat;
    background-position: 3px 4px;
    padding: 3px 3px 5px 25px;
}

div.widget .external_link {
	background-image: url('../img/icons/external_link16.png');
	background-repeat: no-repeat;
    background-position: 3px 4px;
    padding: 3px 3px 5px 25px;
}


.deleteMenu {
	cursor: pointer;
	margin-top: 5px;
	margin-right: 4px;	
	float: right;
	text-align: right;
}

.editMenu {
	cursor: pointer;
	margin-top: 5px;
	margin-right: 4px;	
	float: right;
	text-align: right;
}
.dragHandle-mouseover {
	cursor: url(../img/cursors/grabbing.cur), move;
}
.dragHandle-mouseup {
	cursor: url(../img/cursors/openhand.cur), move;
}
.dragHandle {	
	display: block;
	float: left;
	width: 15px;
	height: 14px;  
	margin-right: 9px;
	padding-top: 11px;  
	background: transparent url('../img/icons/grippy.png') no-repeat center center; 
}
.ui-state-highlight {
	height: 2.1em;
	line-height: 2.1em;
	background-color: #FFF9C2;
}

.ui-sortable-helper {
	-webkit-box-shadow: 0px 0px 5px 0px #857E81;
  	box-shadow: 0px 0px 5px 0px #857E81;
  	background-color: #F8F8F8 !important;
}

.menuInputs {
	width: 150px !important;
	border: 1px solid #6A6A6A;
}
.dragHandleMouseOver {
	background: #FFF0B5 !important;
}

/* ----------        BOXES         ---------- */
#boxElements {
	margin-top: 20px;
}
#boxSortable { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 100%;
}

#boxSortable li { 
  margin: 3px 25px 10px 0; 
  padding: 4px; 
  float: left; 
  
  width: 240px; 
  text-align: center;
  border: 1px solid #F5F5F5; 
  -webkit-box-shadow: 0px 0px 1px 10px #cacaca;
  box-shadow: 0px 0px 3px 1px #F7F7F7;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  list-style-type: none;
}

.boxTitle {
  margin: 7px 0 5px 0;
  position: relative; 
  bottom: 0;
  font-weight: bold;
}
.boxImage {
  border: 1px solid #F7F7F7; 
  width: 237px;
  height: 183px;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  
  -webkit-border-radius: 2px;
  border-radius: 2px;
  
}
.ui-box-highlight {
	height: 160px;
	line-height: 160px;
	background-color: #FFF9C2;	
}
.editBoxIcon {
	background: transparent url('../img/icons/application_edit.png') no-repeat center center; 
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

.deleteBoxIcon {
	background: transparent url('../img/icons/delete.png') no-repeat center center; 
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
}

/** ANYTHING SLIDER */
ul#slider, ul#slider li {
  	width: 1000px;
    height: 260px;
}

/* position the panels so the captions appear correctly */
 #slider .panel { position: relative; }
 /* captions */
 #slider .caption-top, #slider .caption-right,
 #slider .caption-bottom, #slider .caption-left {
  background: #fff;
  color: #000;
  padding: 10px;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: .8;
  filter: alpha(opacity=80);
 }
 /* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
 #slider .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 392px;
 }
 /* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider .caption-right {
 	text-align: left;
  right: 0;
  bottom: 0;
  width: 215px;
  height: 100%;
  margin-right: 30px;
 }
 #slider .caption-right a {
 	text-decoration: none;
 }
 
 /* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
 #slider .caption-bottom {
  left: 0;
  bottom: 0;
  width: 480px;
  height: 30px;
 }
 /* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider .caption-left {
  left: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
 }
 /* Caption close button */
 .caption-top .close, .caption-right .close,
 .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: inline-block;
 }
 

/** END SLIDER */

	
.ui-state-highlight-news {
	height: 11em;
	line-height: 11em;
	background-color: #FFF9C2;
}

#newsSortable {
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 100%;  
}

#newsSortable li { 
  margin: 3px 25px 10px 0; 
  padding: 4px;
  
  border: 1px solid #F5F5F5; 
  -webkit-box-shadow: 0px 0px 1px 10px #cacaca;
  box-shadow: 0px 0px 3px 1px #F7F7F7;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  list-style-type: none;
}

.newsItem {
  height: 146px;
  padding: 5px 0;
}
.boxMover { 
  background: transparent url('../img/layout/grippy_big.png') repeat center center;
  float: left;
  width: 15px;
  height: 98%;
  position: relative;
}

.newsImage  {
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px 1px 1px 1px;
  margin: 0 5px;
  float: left;
  width: 210px;
  
  border: 1px solid #F5F5F5; 
  -webkit-box-shadow: 0px 1px 5px 0px #4A4A4A;
  box-shadow: 0px 1px 5px 0px #4A4A4A;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.newsContent {
  padding-left: 10px;
  float: left;
  width: 400px;
}

.newsTitle {
  font-weight: bold;
}

.newsCreated, .newsExpires {
  float: left;
  width: 50%;
  font-size: 11px;
}
.newsDates {
  border-bottom: 1px solid #CACACA;
  height: 17px;
  line-height: 17px;
}
.newsExpires { text-align: right; }
.expireDate { color: #EA311D; font-weight: bold; }

.deleteNewsIcon, .editNewsIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 4px;
    cursor: pointer;	
}
.deleteNewsIcon {	
	background: transparent url('../img/icons/delete.png') no-repeat center center;
    top: 24px;	
}
.editNewsIcon {	
	background: transparent url('../img/icons/application_edit.png') no-repeat center center;
    top: 3px;	
}

#formDialogNews label { 
	font-weight: bold; line-height: 30px;
}

.dots {
    background: url("../img/icons/dot.gif") repeat-x scroll left center transparent;
    clear: both;
    font-size: 0;
    height: 2px;
    line-height: 0;
    width: 1005px;
}

.c_box {
    clear: both;
    margin: 15px 0 0;
}

#latest_news {
    clear: both;
    margin: 0 0 20px;
    width: 1000px;
}
#latest_news UL {
    height: 155px;
    width: 1000px;
    list-style-type: none;
}
#latest_news UL LI {
    float: left;
    height: 145px;
    margin: 0;
    width: 145px;
    list-style-type: none;
    margin-left:30px;
}
#latest_news UL LI.spac15 {
    float: left;
    height: 1px;
    margin: 0;
    width: 15px;
}
div.ln_item {
    cursor: pointer;
    height: 145px;
    overflow: hidden;
    position: absolute;
    width: 145px;
    z-index: 0;
}
div.ln_item .img {
    background-color: transparent;
    height: 82px;
    overflow: hidden;
    width: 145px;
    z-index: 1;
}
div.ln_item .img A {
    display: table-cell;
    height: 82px;
    text-align: center;
    vertical-align: middle;
    width: 145px;
}
div.ln_item .vid {
    background: url("/extension/esa_ext/design/esn2/images/layout/playbtn.png") no-repeat scroll 0 0 transparent;
    bottom: 77px;
    height: 56px;
    left: 44px;
    overflow: hidden;
    position: absolute;
    width: 56px;
    z-index: 10;
}
div.ln_item .vid a {
    display: block;
    height: 56px;
    width: 56px;
}
div.ln_item .img_on {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    display: none;
    height: 82px;
    position: absolute;
    top: 0;
    width: 145px;
    z-index: 10;
}
div.ln_item .img_on A {
    display: block;
    height: 82px;
    width: 145px;
}
div.ln_item .img_on A H3 {
    background: url("/extension/esa_ext/design/esn2/images/layout/esaarw14px.png") no-repeat scroll 5px 2px #0098DB;
    color: #FFFFFF;
    display: inline-block;
    margin: 25px 0 0 10px;
    padding: 1px 10px 0 20px;
}
div.ln_item .box {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DCDDDE;
    height: 61px;
    line-height: 1em;
    overflow: hidden;
    width: 143px;
}
div.ln_item .box A {
    background: none repeat scroll 0 0 #F6F6F6;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #000000;
    display: block;
    font-size: 10px;
    height: 54px;
    line-height: 1.33em;
    padding: 3px 5px;
    width: 132px;
}
div.ln_item .box A SPAN {
    display: block;
}
div.ln_item .box A.grey_off {
    background: none repeat scroll 0 0 #F6F6F6;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
div.ln_item .box A.grey_on {
    background: none repeat scroll 0 0 #FBFBFB;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
div.ln_item .box A.grey_active {
    background: none repeat scroll 0 0 #EEEEEE;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
div.ln_item .box A.grey_off {
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #000000;
    display: block;
    height: 54px;
    padding: 3px 5px;
    width: 132px;
    text-decoration:none !important;
}
.grey_off {
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: #FFFFFF;
}
.grey_on {
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #FFFFFF;
}
.grey_active {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC;
}

#gbox_reports  {
	width: 100% !important;
}

/*#gbox_reports div {
	overflow: visible !important;
}*/

#gbox_reports div.ui-jqgrid-titlebar {
    width: 100% !important;
}

#gbox_reports div.ui-jqgrid-titlebar {
    width: 100% !important;
    overflow: visible;
}

.ui-jqgrid .ui-jqgrid-btable { 
	width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-bdiv {
	width: 100% !important;
	overflow: visible !important; 
}

.ui-jqgrid .ui-jqgrid-hdiv {
	width: 100% !important;
	overflow: visible !important; 
}

.ui-jqgrid-htable {
	width: 100% !important;
	overflow: visible !important; 
}