/*------------------ HEADER -----------------------------------*/

#logo {
  position: absolute;
  top: 6px;
  left: 8px;
  }

#userInfoBox {
  position: absolute;
  right: 44px;
  top: 5px;
  color: #FCD8C5;
  }

#languageBox {
  width: 100%;
  color: #CC6633;
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
  }

#languageBox select {
    font-size: 12px;
    color: #CC6633;
    padding-top: -2px;
    border: 1px solid #CC6633;
    width: 100px;
    margin-right: 43px;
  }

#loginInfo {
  font-family: Verdana, Helvetica, sans-serif;
  float: left;
  font-weight: bold;
  font-size: 18px;
  border: 0px solid #000;
  margin-top: 10px;
  margin-left: 10px;
  color: #CF852C;
  }

#compSel {
  font-size: 9px;
  font-weight: bold;
  }

#menuLogout {
  position: absolute;
  right: 40px;
  top: 10px;
  font-weight: bold;
  }


/* contents part central de sa pagina
----------------------------------------------- */
#content {
  margin: 40px;
  margin-top: 5px;
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  color: #3B476E;
  line-height: 180%;
  }

#content h2 {
  font-size: 160%;
  padding-left: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5ebef;
  }

#content h3 {
  padding-left: 0px;
  padding-bottom: 6px;
  }

/*   Formularis   */
div.cols {
  clear: both;
  overflow: hidden;
  position: relative;
}

div.cols_content {
    margin-right: 10px;
}

.cols_2 {
  float: left;
  width: 49%;
  margin-right: 0.5%
  }

.cols_3_4{
 float: left;
 width: 74%;
 margin-right: 0.5%
}
.cols_3 {
  float: left;
  width: 33%;
  margin-right: 0.5%
  }
.cols_2_3{
    float: left;
    width: 66%;
    margin-right: 0.5%;
}
.cols_4 {
  float: left;
  width: 24%;
  margin-right: 0.5%
  }

/* functional boxes */

.instructions {
    border: 1px solid #ddd;
    padding: 5px;
}


table tr.row2 {
  background-color: #F2F5F7;
  }

/* tables */
table {
  width: 100%;
  border-top: 0px solid #999;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  color:#333;
  background-color: #fff;
  clear:both;
  padding: 0;
  margin: 0 0 0.5em 0;
  white-space: normal;
  }
th {
  background-color:#70879C;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  padding: 1px 4px;
  color: #D3D9DF;
  font-weight: normal;
  }
th a {
  text-decoration: none;
  color: #D3D9DF;
  font-weight: bold;
  }
th a:hover {
  color: #fff;
  }
table tr td {
  border-right: 1px solid #ccc;
  padding:4px 4px;
  vertical-align:top;
  text-align: left;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
  }
table tr td p
{
    font-size: 13px;
      line-height: 18px;
}
table tr td a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  }
table tr td a:hover {
  color: #f89828;
  }
table tr.altrow td, .altrow {
  background: #f4f4f4;
  }

 table tr.valid td {
 	background: #DFF9E0;
 }

 table tr.not_valid td {
 	background: #FFE3DF;
 }

.idColumn {
  width: 35px;
  text-align: center;
  }

.idColumn input[type="checkbox"]{
    margin:0px;
    margin-top: 3px;
  }

td.fotoColumn {
  width: 110px;
  }

td.actionsColumn, td.actions {
  width: 110px;
  }




/* action links */
div.actions {
  float: right;
  margin-bottom: 5px;

  }

div.actions ul {
list-style-type: none;
}


div.actions ul li {
  float: left;
  margin-left: 5px;
  background: #FFE2D3;
  padding: 0px 5px 0px 5px;
}

div.actions ul li a, a.action {
    color: #cc6633;
    text-decoration: none;
    font-weight: bold;
}

a.action {
    background: #FFE2D3;
    padding: 5px 5px 5px 5px;

}

div.actions ul li a:hover, a.action:hover {
    color: #6c6633;
}

/* imagenes por defecto */
.showImage {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  margin-bottom: 5px;
  clear: both;
  }

a img {border: 0px;}

/* tiny_mce */
.mceSelectList {width: auto; display: inline;}

/* delete selected items*/

.delete_selected {
  text-align: right;
  padding-bottom: 3px;
  width: 100%;
  float:left;
  }
.delete_selected .text {
  float:right;
  display:inline;
  margin-right: 5px;
    }
.delete_selected .link{
  float:right;
  display:inline;
  margin-right: 17px;
    }
.delete_selected input {
    float:right;
    padding-top: 2px;
}

/*------------- pagination ------------------------------*/
.paging {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  padding: 4px;
  text-align: center;
  float:left;
  width: 100%;
  }

.paging div {
	display: inline;
}

.paging .disabled {
	color: #bbb;
}

/* clear floats fix  http://positioniseverything.net/easyclearing.html  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {
  display: inline-table;
  }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*------ Login Form */
#loginForm {
    width: 300px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}



/*-------------------- footer --------------------------*/
#footer {
  margin-top: 3px;
  text-align: center;
  width. 800px;
  overflow: hidden;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-left: 370px;


}

#footer ul li {
    float: left;
    margin-right: 10px;
}


.processingBig {
    display: none;

}

.spinner1 {
    margin: 5px;
    margin-right: 10px;
}


.active-1, .featured-1 { background: #F3F9E3 !important; }
.active-0, .featured-0 { background: #F9ECE8 !important; }


div.error-message {
  	background-image: url('/img/ayd_icons/caution.gif');
  	background-position: 0px 2px;

  	background-repeat: no-repeat;
  	padding-left: 20px;
  	font-weight: bold;
  	color: #ff0000;
  }


#notification {
	position: fixed;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #fff;
	display: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
	color: #666;
	height: 25px;
	line-height:25px;
}

#notification .element
{
    display: inline;
    width: 50%;
    float: left;
}

#notification img
{
    margin-right: 10px;
}


/*---------------- EXCURSION PHOTO LIST ------------*/
.excursionPhotosList {
    overflow: hidden;
}

.excursionPhotosList .view {
    border: 1px solid #ddd;
    padding: 5px;
    width: 167px;
    height: 140px;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.excursionPhotosList .view .photo {
    height: 120px;
    margin-bottom: 3px;
}


