		/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */


/*


@media screen and (max-width: 980px) {
	
	.container_12 {
		width: 94%;
	}
	.grid_contenido {
		width: 65%;
	}
	.grid_menLateral {
		width: 20%;
	}

}

/* for 700px or less 
@media screen and (max-width: 700px) {

	.grid_contenido {
		width: 70%;
	}
	.grid_menLateral {
		width: 20%;
	}
	.grid_12 {
		width: 100%;
	}
	.grid_12 #branding{
		width: 100%;
	}

}*/


#curriculumcheck-label, #titulocheck-label, #otroscheck-label
{
	float: left;
	width: 0px;
}


#nuevo
{
	background-color: #F5A9A9;
}
#nuevo_mail
{ 
	background-color: #009A00;
}







form #fieldset-nom1
{
	padding-top: 5px;
}

form #fieldset-apeP
{
	padding-top: 4px;
}

 form #fieldset-fonoMov
 {
 	padding-top: 6px;
 }










form #fieldset-nom1,form #fieldset-apeP,
form #fieldset-comun, form #fieldset-p_telefonoDom , form #fieldset-pais_telefonoE_el , form #fieldset-p_telefonoMov , form #fieldset-profesion, form #fieldset-exp11 ,form #fieldset-exp12 ,
form #fieldset-exp13, form #fieldset-exp21 ,form #fieldset-exp22 ,form #fieldset-exp23, form #fieldset-exp31 ,
form #fieldset-exp32 ,form #fieldset-exp33,form #fieldset-oProfesio,form #fieldset-profesio, form #fieldset-ccosto, form #fieldset-nombreprogram
{
	float: left;
	margin-bottom: 2px;
	padding-right: 4px;
}

form #fieldset-nom2, form #fieldset-apeM
{
	padding: 10px 0px 7px 0px;
	margin-bottom: 0px;
}

form #fieldset-fonoMov
{
	padding: 6px 0px 8px 0px;
	margin-bottom: 0px;
}


form #pais_telefonoE-element
{
	padding-top: 5px;
}




form #fieldset-mail , form #fieldset-mail_comercial 
{
	padding: 0px 0px 8px 0px;
	margin-bottom: 0px;
}



form #fieldset-UFD,form #fieldset-VPUF,form #fieldset-DUF,form #fieldset-VDUF,form #fieldset-TUF,
form #fieldset-VPP,form #fieldset-DP,form #fieldset-VDP,form #fieldset-TP
{
	float: left;
	margin-bottom: 2px;
	padding-right: 4px;
	clear: left;
}

form #fieldset-DolarD,form #fieldset-VPD,form #fieldset-DD,form #fieldset-VDD,form #fieldset-TD
{
	margin-bottom: 2px;
	padding-right: 4px;
	clear: left;	
}



form #programa {
		margin-bottom: 2px;
}



form #fieldset-exp14, form #fieldset-exp24 ,form #fieldset-exp34, form #fieldset-apeM, form #fieldset-mail, form #fieldset-mail_comercial, 
form #fieldset-directPart{
	margin-bottom: 5px;
}

form #fieldset-tituloEstSup{
	margin-bottom: 5px;
	margin-top: 20px;

}

form #fieldset-nacionalid{
	margin-bottom: 30px;
}

form #fieldset-tituloExpLaboral, form #fieldset-tituloEstSup, form #fieldset-titAlumno{
	font-size: 150%;
	font-weight: bold;  
	/* text-decoration: underline; */
}



form #fechaInicio2-label, form #fechaFin2-label,form #cargo2-label,form #empresa2-label,
form #fechaInicio3-label, form #fechaFin3-label,form #cargo3-label,form #empresa3-label,
form #estSup3-label, form #estSup2-label{
	height: 0px;
}

.infoPersonal
{
	background: #E1F5A9;
	width: 98%;
}

.infoAcaLab
{
	padding-top: 30px;
	background: #CEE3F6;
	width: 98%;
}



.pagowebpay
{
	padding: 10px 0px 10px 40px;
	background: #478096;
	border: 1px solid #0B243B;
	color: white;
	width: 95%;
	border-radius: 10px;
}

.financROF
{
	padding: 10px 0px 10px 40px;
	background: #FFA347;
	width: 95%;
	border-radius: 10px;
}

.infoSence
{
	padding: 10px 0px 10px 40px;
	background: #C2E066;
	width: 95%;
	border-radius: 10px;

}

.infoContacto
{
	padding: 10px 0px 10px 40px;
	background: #99CCFF;
	width: 95%;
	border-radius: 10px;
}

.validaciones
{
	padding-top: 10px;
	background: #F3F781;
	width: 98%;
}



.IP
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 340%;	
	border: 3px solid #0B3B0B;
	background: #0B3B0B;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	
}

.valid
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 340%;	
	border: 3px solid #5F4C0B;
	background: #5F4C0B;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	
}

#submitwebpay {
	-moz-box-shadow:inset 0px 0px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff6af;
	box-shadow:inset 0px 0px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	border-radius:26px;
	border:2px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:1px 1px 17px #ffee66;
}#submitwebpay:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}#submitwebpay:active {
	position:relative;
	top:1px;
}

pw{
	font-size: 120%;
	line-height: 28px;
}

.IAL
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 340%;	
	border: 3px solid #0B243B;
	background: #0B243B;
	color: #FFFFFF;
	padding: 0px 5px 5px 5px;
	border-radius: 5px;
}

.Twebpay
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 340%;	
	border: 1px solid #0B243B;
	background: #EE2C2C;
	color: #FFFFFF;
	padding: 0px 5px 5px 5px;
	border-radius: 5px;
}

.TitSence
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 340%;	
	border: 3px solid #0B243B;
	background: #0B243B;
	color: #FFFFFF;
	padding: 0px 5px 5px 5px;
	border-radius: 5px;
}

.titContacto
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 340%;	
	border: 3px solid #0B243B;
	background: #0B243B;
	color: #FFFFFF;
	padding: 0px 5px 5px 5px;
	border-radius: 5px;
}



.tituloP
{
	padding: 20px 10px 30px 40px;
	font-size: 400%;

}



form #fieldset-tituloEstSup, form #fieldset-titAlumno
{
	padding: 20px 10px 20px 10px;
}


form #pais_telefonoDom-label
{
	padding-bottom: 10px; 
}


form  #pais_telefonoMov-label
{   
	padding-bottom: 17px; 
}
  





.prog,.ncomp,.prof,.univ,.fechanac,.sexo,.dirpar,
.ciudad,.comuna,.pais,.nacion,.fonodom,.fonomov,
.email
{
	width: 20%;
	clear: left;
	float: left;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 140%;
	padding-bottom: 3px;
	padding-left: 3%;
	font-weight: bold;
	
}

info
{
	width: 73%;
	float: left;
	font-size: 140%;
	padding-left: 1%;
}

.titExp
{
	padding: 0px 10px 10px 40px;
	float: left;
}

.titDocs
{
	padding: 20px 10px 10px 40px;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size:  180%;
}

.experiencia
{
	clear: left;
	padding-left: 10px;
}


.izquierda
{
	float: left;
	width: 65%;
}

.foto
{
	float: right;
	width: 34%;
}


.fechiniH, .fechfinH, .cargoH, .emprH
{
	background: #0B243B;
	float: left;
	text-align: center;
	border-bottom: 3px solid #0B243B;
	border-top: 3px solid #0B243B;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 140%;
	color: #FFFFFF;
}


.fi1,.fi2,.fi3, .ff1,.ff2,.ff3, .c1,.c2,.c3,.e1,.e2,.e3
{
	float: left;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 140%;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.fechiniH, .fechfinH,.fi1,.fi2,.fi3, .ff1,.ff2,.ff3
{
	width: 15%;
} 



.cargoH, .emprH, .c1,.c2,.c3,.e1,.e2,.e3
{
	width:  34%;
}




.est1,.est2,.est3
{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-left: 3%;
	padding-top: 5px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
		font-size: 140%;
}

.doc
{
	float: left;
	width: 20%;
	padding-bottom: 5px;
	padding-left: 3%;
	padding-top: 5px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 140%;
}


.vb
{
	width: 20%;
	clear: left;
	float: left;
	padding-bottom: 3px;
	padding-left: 3%;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 140%;

}

.fecha,.coment,.encargado
{
	background: #5F4C0B;
	color : #FFFFFF;
	float: left;
	text-align: center;
	border-bottom: 3px solid #5F4C0B;
	border-top: 3px solid #5F4C0B;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 140%;
}

.encargado
{
	width: 22%;
}

.fecha
{
	width: 15%;
	text-align: center;
}

.coment
{
	width: 62%;
	text-align: center;
}

infoF
{
	width: 15%;
	float: left;
	font-size: 140%;
	text-align: center;
}
infoC
{
	width: 62%;
	float: left;
	font-size: 140%;
	text-align: center;
}






body {
	background: #FFFFFF;
	color: #333;
	font-size: 11px;
	padding: 0 0 0px;
	min-height: 100%;
	z-index: 1;
	min-width:1150px;
    width: expression( document.body.clientWidth > 1150 ? "1200px" : "auto" );
}


/* commons
----------------------------------------------- */
.floatleft{float:left;}
.floatright{float:right;}
.fontwhite{color:#fff;}
.small{font-size:9px;}
.inline-ul li{display:inline; color:#fff;}
.marginleft10{margin-left:10px;}
.grey{color:#C2C2C2;}

/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#FFFFFF;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}

h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
#branding {
	font-weight:normal;
	text-align:left;
	padding:0.5em 1em 1.3em 1em;
	margin-bottom:0;
}

.header-repeat{background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 5%, #efefef 84%, #ff1c36 87%, #ff344f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#efefef), color-stop(84%,#efefef), color-stop(87%,#ff1c36), color-stop(100%,#ff344f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 5%,#efefef 84%,#ff1c36 87%,#ff344f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 5%,#efefef 84%,#ff1c36 87%,#ff344f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 5%,#efefef 84%,#ff1c36 87%,#ff344f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 5%,#efefef 84%,#ff1c36 87%,#ff344f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefefe',GradientType=0 ); /* IE6-9 */


;


}

#branding a{color:#000000; font-weight:normal; /*nuevo*/ margin-right: 3px;}
#branding a:hover{color:#0101DF;}

#branding a:before{/*content:" | ";*/ color:#fff;}

#branding ul, #branding ul li{margin:0px; padding:0px; color: #000000;}
#branding li{padding:0px 0px 0px 0px !important;}
.top-10{margin-top:-10px;}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	color:#fff;
}


/* boxes
----------------------------------------------- */
.box {
	background:#fff;
	margin-bottom:20px;
	padding:10px 10px 10px 10px; margin-left:-8px;
}
.box.grid{padding-bottom:40px;}
.box.round{
	  -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
	  -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
	  border-radius: 5px 5px 0px 0px; /* CSS3 */
}
	  
.box h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#1B548D;
	background:#E6F0F3;
	margin:-10px -10px 0 -10px;
	padding:10px 12px;
	border-bottom:1px solid #B3CBD6;
	
	 -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
	  -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
	  border-radius: 5px 5px 0px 0px; /* CSS3 */
}
.box h2 a,
.box h2 a.visible {
	color:#1B548D;
	background:url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
	
	 -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
	  -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
	  border-radius: 5px 5px 0px 0px; /* CSS3 */
	
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:transparent;
}

.box.first{margin-top:20px;}

.block {
	padding-top:20px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* sidebar menu
----------------------------------------------- */

.box.sidemenu{ background-color:#D1DEE4; border-right:1px solid #3A5665; padding:0px; margin:0px; cursor:pointer; }
.box.sidemenu .block{padding-top:0px; margin-top:0px;}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 24px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {

}
ul.section li a {
	background:url(../img/sidemenu-repeat.jpg) repeat-x;
	line-height:26px;
}
ul.section li a:hover {
	background:url(../img/sidemenu-repeat-hover.jpg) repeat-x;
}
ul.section li a:active {
	color:#1B548D;
	background:url(../img/sidemenu-repeat-hover.jpg) repeat-x;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#E6F0F3;
}
ul.section ul.current li a:active {
	background:#E6F0F3;
}
ul.section li a.current {
	color:#1B548D;
	background:url(../img/sidemenu-repeat-hover.jpg) repeat-x;
}
ul.section li a.current:hover {
	color:#1B548D;
	background:url(../img/sidemenu-repeat-hover.jpg) repeat-x;
}
ul.section li a.current:active {
	color:#1B548D;
	background:url(../img/sidemenu-repeat-hover.jpg) repeat-x;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table.form {
	width:100%;
}

table.form td {
	padding:4px 0px;
}
table.form label {
	font-weight:bold;
}

table.form .col1{width:20%;}
table.form .col2{}
table.form input, table.form select{

	padding: 4px 4px 5px 4px;


	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;

}

input.mini{width: 30%;	}

input.medium
{
	width: 55%;	
}

input.large
{
	width: 85%;	
}

input.date
{
	width: 180px;	
}

input.button
{
	margin: 0;
	padding: 4px 8px 4px 8px;
	background: #D4D0C8;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	color: #000000;
}


input.error
{
	background: #FBE3E4;
	border-top: 1px solid #e1b2b3;
	border-left: 1px solid #e1b2b3;
	border-right: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
}

 input.success
{
	background: #E6EFC2;
	border-top: 1px solid #cebb98;
	border-left: 1px solid #cebb98;
	border-right: 1px solid #c6d880;
	border-bottom: 1px solid #c6d880;
}

 input.warning
{
	background: #fff3b3;
	border-top: 1px solid #cebb98;
	border-left: 1px solid #cebb98;
	border-right: 1px solid #c6d880;
	border-bottom: 1px solid #c6d880;
}

 span.error
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	
	color: #FF0000;
}

span.success
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	
	color: #7b912b;
}

label.error
{
	margin: 8px 0 0 0;
	padding: 0;
	height: 1%;
	display: block;
	color: #FF0000;
}





/* site information
----------------------------------------------- */
#site_info {
	color:#000;
	background:#fff;
	border-top:1px solid #1d3b53;
	border-left:1px solid #1d3b53;
	border-right:1px solid #1d3b53;
	margin-left: 1%;
	margin-right: 1%;
	/*padding-left:20px;*/

}

#site_info p{line-height:35px; margin-bottom:0px;}
#site_info a {
	color:#9ab6cc;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px; /* background-color:red; margin-left:-10px; padding-left:10px;*/}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}


.stat-col{float:left; margin:0px; margin-right:30px;}
.stat-col span{font-weight:bold; font-size:1.1em; font-family:Helvetica Neue, Arial;}
.stat-col p{font-family:Helvetica Neue, Arial; font-size:3em; color:#fff; font-weight:bold; text-shadow: 1px 1px 0px rgba(27, 27, 27, 0.4);; filter: dropshadow(color=#1b1b1b, offx=1, offy=1) /* IE */
	  -moz-border-radius: 4px; /* Firefox */
	  -webkit-border-radius: 4px; /* Safari, Chrome */
	  border-radius: 4px; /* CSS3 */
	  line-height:1.1em;
	  padding:4px 12px; 
	  margin-bottom:10px;
	  margin-top:4px;
	  }


.stat-col p.purple{
	
	
  background-color: #47196e;
  background: -webkit-gradient(linear, left top, left bottom, from(#a072c7), to(#47196e)); 
  background: -webkit-linear-gradient(top, #a072c7, #47196e); 
  background:    -moz-linear-gradient(top, #a072c7, #47196e); 
  background:     -ms-linear-gradient(top, #a072c7, #47196e); 
  backgroun:      -o-linear-gradient(top, #a072c7, #47196e); 
  background:         linear-gradient(top, #a072c7, #47196e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a072c7', EndColorStr='#47196e'); 


}

.stat-col p.yellow{
	background-color:#ffb400;
	
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc22e), to(#d19400)); 
  background-image: -webkit-linear-gradient(top, #ffc22e, #d19400); 
  background-image:    -moz-linear-gradient(top, #ffc22e, #d19400); 
  background-image:     -ms-linear-gradient(top, #ffc22e, #d19400); 
  background-image:      -o-linear-gradient(top, #ffc22e, #d19400); 
  background-image:         linear-gradient(top, #ffc22e, #d19400);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc22e', EndColorStr='#d19400'); 

}
.stat-col p.darkblue{

	background-color: #163247;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d798e), to(#163247)); 
  background-image: -webkit-linear-gradient(top, #5d798e, #163247); 
  background-image:    -moz-linear-gradient(top, #5d798e, #163247); 
  background-image:     -ms-linear-gradient(top, #5d798e, #163247); 
  background-image:      -o-linear-gradient(top, #5d798e, #163247); 
  background-image:         linear-gradient(top, #5d798e, #163247);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5d798e', EndColorStr='#163247'); 

} 

.stat-col p.green{

  background-color: #5c8000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3c747), to(#5c8000)); 
  background-image: -webkit-linear-gradient(top, #a3c747, #5c8000); 
  background-image:    -moz-linear-gradient(top, #a3c747, #5c8000); 
  background-image:     -ms-linear-gradient(top, #a3c747, #5c8000); 
  background-image:      -o-linear-gradient(top, #a3c747, #5c8000); 
  background-image:         linear-gradient(top, #a3c747, #5c8000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a3c747', EndColorStr='#5c8000'); 

}
.stat-col p.blue{

  background-color: #074676;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d8cbc), to(#074676)); 
  background-image: -webkit-linear-gradient(top, #4d8cbc, #074676); 
  background-image:    -moz-linear-gradient(top, #4d8cbc, #074676); 
  background-image:     -ms-linear-gradient(top, #4d8cbc, #074676); 
  background-image:      -o-linear-gradient(top, #4d8cbc, #074676); 
  background-image:         linear-gradient(top, #4d8cbc, #074676);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d8cbc', EndColorStr='#074676'); 

}
.stat-col p.red{

 background-color: #a40312;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea4958), to(#a40312)); 
  background-image: -webkit-linear-gradient(top, #ea4958, #a40312); 
  background-image:    -moz-linear-gradient(top, #ea4958, #a40312); 
  background-image:     -ms-linear-gradient(top, #ea4958, #a40312); 
  background-image:      -o-linear-gradient(top, #ea4958, #a40312); 
  background-image:         linear-gradient(top, #ea4958, #a40312);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ea4958', EndColorStr='#a40312'); 

}

.stat-col.last{margin-right:0px;}



/* -----------------------------------------------------------
	images
----------------------------------------------------------- */

img.left
{
	margin: 10px 10px 10px 0;
	border: none;
	float: left;
}

img.right
{
	margin: 10px 0 10px 10px;
	border: none;
	float: right;
}

.fullpage{margin-left:0px;}


/* form */

.table-form{}



/* PrettyPhoto styling */




.prettygallery{ margin-top:10px; }
.prettygallery li{display:inline; padding:0px 70px 40px 10px; margin:0px;  float:left; }
.prettygallery img {
	
	box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	background:#fff;
	
}





/* Data Tables */


.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
	padding-right: 23px;
	margin-left: 50px;
}


.paginate_disabled_previous {
	background: url('../js/datatable/images/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
	background: url('../js/datatable/images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
	background: url('../js/datatable/images/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_next {
	background: url('../js/datatable/images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
	background: url('../js/datatable/images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
	background: url('../js/datatable/images/forward_enabled_hover.png') no-repeat top right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display th{  background:#8f8f8f;    }



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */


table th.sorting_asc {
	background: url('../js/datatable/images/sort_asc.png') no-repeat center right;
}

table th.sorting_desc {
	background: url('../js/datatable/images/sort_desc.png') no-repeat center right;
}

table th.sorting {
	background: url('../js/datatable/images/sort_both.png') no-repeat center right;
}

table th.sorting_asc_disabled {
	background: url('../js/datatable/images/sort_asc_disabled.png') no-repeat center right;
}

table th.sorting_desc_disabled {
	background: url('../js/datatable/images/sort_desc_disabled.png') no-repeat center right;
}
 



tr.odd {
	  height: 30px;
line-height: 30px; border-bottom:1px solid #e6e6e6; 
}

tr.even {
	 height: 30px;
line-height: 30px; border-bottom:1px solid #e6e6e6;
}
tr.odd:hover, tr.even:hover { background:#f6f6f6; }
tr.odd td, tr.even td{ padding-left:5px; }



.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot { display: none; }
tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E; 
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}


/* Buttons */



/*  Notifications */

.message {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
}
    .message h3 {
        margin-top: 0;
    }
    .message p {
        margin-bottom: 0;
    }

.message.info {
    border: 1px solid #cadcea;
    background: #e1f2fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f2fc), to(#cae9fd));
    background: -moz-linear-gradient(top,  #e1f2fc,  #cae9fd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f2fc', endColorstr='#cae9fd');
    color: #225b86;
    text-shadow: 0 1px 0 #fff;
}

.message.error {
    border: 1px solid #eeb7ba;
    background: #fae2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fae2e2), to(#f2cacb));
    background: -moz-linear-gradient(top,  #fae2e2,  #f2cacb);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae2e2', endColorstr='#f2cacb');
    color: #be4741;
    text-shadow: 0 1px 0 #fff;
}

.message.success {
    border: 1px solid #b8c97b;
    background: #e5edc4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac));
    background: -moz-linear-gradient(top,  #e5edc4,  #d9e4ac);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5edc4', endColorstr='#d9e4ac');
    color: #3f7227;
    text-shadow: 0 1px 0 #fff;
}

.message.warning {
    border: 1px solid #e5dbaa;
    background: #ffffc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background: -moz-linear-gradient(top,  #ffffc0,  #f9ee9c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc0', endColorstr='#f9ee9c');
    color: #6d7829;
    text-shadow: 0 1px 0 #fff;
}

.gallery-sand .sorting{background-color:white !important;}
