*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
font-size:76%;
text-align:center;
color:#333;
background-color: #fffff;
background-image: url(/panlab/app/webroot/img/Junior/fondo.jpg);
background-repeat: repeat-x;
}

/*
*  General Style Info
*/

a{
color:#0055EA;
text-decoration:underline;
font-weight: bold;
}
a:hover{
color:#0055EA;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{  
font-weight:normal;
}

h1{ 
color: #003d4c;
padding:0.3em 0;
font-size: 250%;
}

h2{ 
/*color:#c6c65b;*/
color: #FFA100;
padding-top: 1em;
margin:0.3em 0;
}

h3{
color:#c6c65b;
padding-top:0.5em;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}  

em {
 font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/*
*  Layout
*/

#container{
text-align:left;
}

#header{
padding: 5px 25px;
margin:15px auto 0 auto;
width: 50%;
text-align: center;
}

#content{ 
clear:both;
padding: 10px;
margin:0 auto 0 auto;
width: 600px;
background:#fff url(/panlab/app/webroot/img/Junior/background.png) right bottom no-repeat;
border: 2px solid #FA0001;
color: #333; 
line-height: 18px;
}

#footer{   
clear:both;
padding: 6px 10px;
text-align: right;
}

/* tables */
table {
  width: 100%;
  border-top: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
  border-bottom: 1px solid #ccc;
  color:#333;
  background-color: #fff;
  clear:both;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
}

th {
  background-color: #e2e2e2;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:1px;
}

table tr td {
  border-right: 1px solid #ddd;
  padding:4px 4px;
  vertical-align:top;
  text-align: center;
}

table tr.altRow td {
  background: #f4f4f4;
}

#cakeSqlLog td { 
 text-align: left;
 padding: 4px 8px;
 background: #fff;
 border-bottom: 2px solid #ccc;   
}

/* scaffold show */


div.related {
  clear:both;
  display:block;
}
dl {
  line-height:2em;
  margin:0em 1em;
  float:left;
  width: 400px;
}
dt {
  font-weight: bold;
  vertical-align:top;
}
dd {
  margin-left:10em;
  margin-top:-2em;
  vertical-align:top;
}

/* notices and errors */

#flashMessage{
color:#300;
background:#ffe url(/panlab/app/webroot/img/icons/info.gif) left no-repeat;
border:1px solid #060;
margin:10px;
padding:10px 10px 10px 55px;
}

#flashErrorMessage{
color:#300;
background:#F8E5E5 url(/panlab/app/webroot/img/icons/error.gif) left no-repeat;
border:2px solid #E02E04;
margin:10px;
padding:10px 10px 10px 55px;
}

.error, error_message {
  color:#DF655F;
  font-size: 18px;
  background-color: #fff;
  margin: 8px 4px;
}

.error_message {
  color:#DF655F;
  margin: 2px 2px;
  font-size: 90%;
}

.error em {
  font-size: 18px;
  color: #003d4c;
}   

.notice { 
  color: #656565;
  font-size: 14px;
  background-color: #f4f4f4;  
  padding: 4px;
  display:block;
}

.tip {
  color: #e32000;
  background-color: #ddd;
} 
 
form div{ 
vertical-align: text-top; 
margin-left: 2em;
margin-bottom:1em;
} 

label { 
display: block;
float:left;
width: 85px;
}

input,textarea {
clear: both;
display:block;
} 

select {
vertical-align: text-top;
}

.required{
color:#222;
font-weight:bold;
}

.optional{
color:#666;
}
 
.submit {   
  clear: both;
  margin-top: 18px;
  /*margin-left: 140px;*/
}


/* action links */
ul.actions {
  float:left;
  margin-left: 10px;
  width: 200px;
} 
ul.actions li {
  margin-top: 4px;
}

/* menu admin */

#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

/***************
 * personalCSS *
 ***************/

.leftArea{
width: 370px;
float: left;
}

.rigthhArea{
width: 200px;
float: left;
}

.clearAll{
	clear: both;
}


.leftArea ol, .leftArea li {
	margin: 0; 
	padding: 0;
	list-style:none;
	clear: left;
	}


.leftArea ol img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	}
	
.leftArea li span{
	display: block;
	float: left;
}

#download table, #download table tr, #download table td{
	border: none;
	text-align: left;
	vertical-align: middle;
	background: transparent;
}

#download table td{
	font-size: 105%;
}

/****************
 * roundedcornr *
 ****************/

.roundedcornr_box_435864 {
	background: url(/panlab/app/webroot/img/roundedcornr/roundedcornr_435864_tl.png) no-repeat top left;
}
.roundedcornr_top_435864 {
	background: url(/panlab/app/webroot/img/roundedcornr/roundedcornr_435864_tr.png) no-repeat top right;
}
.roundedcornr_bottom_435864 {
	background: url(/panlab/app/webroot/img/roundedcornr/roundedcornr_435864_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_435864 div {
	background: url(/panlab/app/webroot/img/roundedcornr/roundedcornr_435864_br.png) no-repeat bottom right;
}
.roundedcornr_content_435864 {
	background: url(/panlab/app/webroot/img/roundedcornr/roundedcornr_435864_r.png) top right repeat-y;
}

.roundedcornr_top_435864 div,.roundedcornr_top_435864,
.roundedcornr_bottom_435864 div, .roundedcornr_bottom_435864 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_435864, .roundedcornr_bottom_435864 {
	margin-top: -19px;
}
.roundedcornr_content_435864 { 
padding: 0 15px; 
}

.roundedcornr_content {
	margin: 15px;
}