/* Estilos genéricos para todo el site de Classora */

body {
	font-family: Arial, sans-serif;
	color: #666666;
        font-size:11pt;
}

.hCenteredWrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

.hMaxWrapper {
	max-width: 1200px;
	min-width: 950px;
	margin: 0 auto;
	padding: 0 2%;
	overflow: hidden;
}

.popUpWrapper {
	padding: 10px 30px;
	background-color: #efefef;
}

.warningFixedMessage {
	display: none;
	position: fixed;
	width: 300px;
	top: 10px;
	left: 50%;
	margin-left: -170px;
	padding: 20px 35px 20px 20px;
	font-size: 0.8em;
	background: none repeat scroll 0pt 0pt #fffea1;
	border: 1px solid #ffcc00;
	-moz-box-shadow: 0px 0 5px #ffcc00;
	-webkit-box-shadow: 0px 0 5px #ffcc00;
	box-shadow: 0pt 0pt 5px #ffcc00;
        z-index: 10;
}

.warningFixedMessage img {
	position:absolute;
	top:3px;
	right:3px;
}

.floatsWrapper {
    overflow: hidden;
}

.errorMessageSection {
	color: red;
	background: transparent url("http://static.classora.com/files/images/error48x48.png") left center no-repeat;
	padding-left: 55px;
	min-height: 48px;
	line-height: 48px;
	clear: both;
	margin: 1em 0;
}

.simpleIndentedList li {
	margin-bottom: 0.6em;
	margin-left: 2em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
}

.autoSuggestComponentMessage, .autoSuggestComponentNotFound {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
	/*margin-left: 80px;
	margin-top: -10px;*/
	padding: 0.5em;
	z-index: 10;
}

.autoSuggestComponentMessage p, .autoSuggestComponentNotFound p {
    margin-bottom: 0.6em;
}

.autoSuggestComponentNotFound img {
	float: right;
}

/* Enlaces */

a {
	color: #4f72a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a img {
	vertical-align: middle;
}

a.blueGradientButton {
	display: inline-block;
	border: 2px solid white;
	color: white;
	padding: 3px 10px;
	margin: 3px;
	background-color: #4e73a8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#4e73a8', endColorstr='#81a9dc');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#4e73a8', endColorstr = '#81a9dc')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: -ms-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: -o-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: -webkit-gradient(linear, left top, right top, from(#4e73a8), to(#81a9dc));
	background-image: -webkit-linear-gradient(left, #4e73a8, #81a9dc);
	background-image: linear-gradient(left, #4e73a8, #81a9dc);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

a.blueGradientButton:hover {
	cursor: pointer;
	text-decoration: none;
	color: white;
}

a.redGradientButton {
	display: inline-block;
	border: 2px solid white;
	color: white;
	padding: 3px 10px;
	margin: 3px;
	background-color: #aa4040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#aa4040', endColorstr='#aa8080');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#aa4040', endColorstr = '#aa8080')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #aa4040, #aa8080);
	background-image: -ms-linear-gradient(left, #aa4040, #aa8080);
	background-image: -o-linear-gradient(left, #aa4040, #aa8080);
	background-image: -webkit-gradient(linear, left top, right top, from(#aa4040), to(#aa8080));
	background-image: -webkit-linear-gradient(left, #aa4040, #aa8080);
	background-image: linear-gradient(left, #aa4040, #aa8080);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}

a.redGradientButton:hover {
	cursor: pointer;
	text-decoration: none;
	color: white;
}

a.imageGradientButton {
    padding: 3px 12px 3px 3px;
}

a.showMore {
	font-size: 0.8em;
	font-style: italic;
}

/* Negritas, cursivas... */

.bold {
	font-weight: bold;
}

.bigBold {
	font-weight: bold;
	font-size: 1.1em;
}

.italic {
	font-style:italic;
}

.wide {
	width: 100%;
}

.floatLeft {
	float: left;
}

.displayBlock {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

.maroon {
	color: #92383a;
}

.clearfix {
    clear: both;
    visibility: hidden;
    height: 0;
    *height: 1%;
}

/* Formularios */

.formTextField {
	border: 1px solid #869ec0;
	margin-bottom: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.formButton {
	color:#ffffff;
	font-weight: bold;
	background-color:#85c2fb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #869ec0;
        padding: 2px 8px;
}

label {
	font-size: 0.9em;
	font-weight: bold;
}

.greenFlagAutoSuggestComponent {
	margin-left: 235px;
	margin-top: -30px;
	position: absolute;
}

/* Listas seleccionables */
div.img-select {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0;
	cursor: pointer;
	background: transparent url("http://static.classora.com/files/images/gray-tick.png") left center no-repeat;
}

div.img-select-hover {
	background: transparent url("http://static.classora.com/files/images/yellow-tick.png") left center no-repeat;
}

div.img-select-on {
	background: transparent url("http://static.classora.com/files/images/green-tick.png") left center no-repeat;
}

/* Pestañas simples */
.simpleTabList {
	font-weight: bold;
	/*overflow: hidden;*/
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}

.simpleTabList:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	zoom: 1; /* IE < 8 */
}

*:first-child + HTML .simpleTabList { /*ie*/
    min-height: 1px;
}

.simpleTab {
	float: left;
	padding: 5px 10px;
	border-right: 1px dotted #a4a4a4;
}

.currentSimpleTab {
	color: #85c2fb;
}

.lastSimpleTab {
	border-right: none;
}

.dropDownSimpleTab {
	position: relative;
}

.dropDown {
	display: none;
	position: absolute;
	left: 0;
	top: 1.5em;
	background-color: #fbfbfb;
	border: 1px solid #e7e7e7;
	font-weight: normal;
        width:200px;
}

.dropDown li {
	padding: 5px 10px;
}

/* Paginacion */
#pagination {
	width: 90%;
	background-color: #f4f4f4;
	padding: 20px;
	margin: 0 auto 3em auto;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0 10px #aaaaaa;
	-webkit-box-shadow: 0px 0 10px #aaaaaa;
	box-shadow: 0px 0 10px #aaaaaa;
}

#pagination .currentPage {
	color: #aaaaaa;
}

#pagination .previousPage {
	float: left;
}

#pagination .nextPage {
	float: right;
}

/* Comentarios */
#comments {
	width: 72%;
	float: left;
}

#commentsTitle {
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	margin-bottom: 1em;
	display: inline-block;
}

#commentsList {
	padding: 20px;
	background-color: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0 10px #aaaaaa;
	-webkit-box-shadow: 0px 0 10px #aaaaaa;
	box-shadow: 0px 0 10px #aaaaaa;
}

#commentsList ul li {
	margin: 1em 0;
	position: relative;
	padding-left: 60px;
	border-bottom: 1px dotted #dddddd;
}

#commentsList ul li img {
	position: absolute;
	left: 0;
	top: 0;
}

#commentsList ul li .commentHeader {
	display: block;
}

#commentsList ul li .commentDate {
	display: block;
	font-style: italic;
	font-size: 0.7em;
	margin-top: 4px;
}

#commentsList ul li .commentText {
	margin: 0.6em 0;
	font-size: 0.9em;
        line-height: 1.2em;
	font-weight: normal;
	text-align: justify;
}

#commentsList ul li .commentReply {
	display: block;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

#commentsList form {
	margin-top: 2em;
}

#commentsList form label {
	font-size: 0.8em;
	font-weight: bold;
	color: #4F72A8;
	display: block;
	margin-bottom: 0.5em;
}

#commentsList p {
	margin: 0.6em 0;
	font-size: 0.9em;
	font-weight: bold;
}

/* Campo para tipo de dato geografico */
.geographyDataType {
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.geographyDataType label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
}

.geographyDataType div {
	margin-bottom: 8px;
}

.geographyDataType p {
	font-size: 0.8em;
	padding-left: 30px;
	background: url("http://static.classora.com/files/images/info24.png") left center no-repeat;
}

/* CALENDAR (Javascript popup component)
============================================================================= */

/* The main calendar widget.  DIV containing a table. */

.calendar {
    position: relative;
    display: none;
    border: 1px solid;
    border-color: #fff #000 #000 #fff;
    font-size: 11px;
    cursor: default;
    background: Window;
    color: WindowText;
    font-family: tahoma,verdana,sans-serif;
}

.calendar table {
    border: 1px solid;
    border-color: #fff #000 #000 #fff;
    font-size: 11px;
    cursor: default;
    background: Window;
    color: WindowText;
    font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
                    text-align: center;
                    padding: 1px;
                    border: 1px solid;
                    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
                    background: ButtonFace;
}

/*.calendar .nav {
    background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}*/

.calendar thead .title { /* This holds the current "month, year" */
                         font-weight: bold;
                         padding: 1px;
                         border: 1px solid #000;
                         background: ActiveCaption;
                         color: CaptionText;
                         text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
                        border-bottom: 1px solid ButtonShadow;
                        padding: 2px;
                        text-align: center;
                        background: ButtonFace;
                        color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
                           color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
                          border: 2px solid;
                          padding: 0px;
                          border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
                          border-width: 1px;
                          padding: 2px 0px 0px 2px;
                          border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
                       width: 2em;
                       text-align: right;
                       padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
    font-size: 80%;
    color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
    color: #faa;
}

.calendar table .wn {
    padding: 2px 3px 2px 2px;
    border-right: 1px solid ButtonShadow;
    background: ButtonFace;
    color: ButtonText;
}

.calendar tbody .rowhilite td {
    background: Highlight;
    color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
                            padding: 1px 3px 1px 1px;
                            border-top: 1px solid #fff;
                            border-right: 1px solid #000;
                            border-bottom: 1px solid #000;
                            border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
                            padding: 2px 2px 0px 2px;
                            border: 1px solid;
                            border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
                              font-weight: bold;
                              border: 1px solid;
                              border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
                              padding: 2px 2px 0px 2px;
                              background: ButtonFace;
                              color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
                             color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
                           font-weight: bold;
                           color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
                             visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
                            display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
                        background: ButtonFace;
                        padding: 1px;
                        border: 1px solid;
                        border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
                        color: ButtonText;
                        text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
                          border-top: 1px solid #fff;
                          border-right: 1px solid #000;
                          border-bottom: 1px solid #000;
                          border-left: 1px solid #fff;
                          padding: 1px;
                          background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
                          padding: 2px 0px 0px 2px;
                          border-top: 1px solid #000;
                          border-right: 1px solid #fff;
                          border-bottom: 1px solid #fff;
                          border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
    position: absolute;
    display: none;
    width: 4em;
    top: 0px;
    left: 0px;
    cursor: default;
    border: 1px solid;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    background: Menu;
    color: MenuText;
    font-size: 90%;
    padding: 1px;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
    text-align: center;
    padding: 1px;
}

.calendar .combo .label-IEfix {
    width: 4em;
}

.calendar .combo .active {
    padding: 0px;
    border: 1px solid #000;
}

.calendar .combo .hilite {
    background: Highlight;
    color: HighlightText;
}

.calendar td.time {
    border-top: 1px solid ButtonShadow;
    padding: 1px 0px;
    text-align: center;
    background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
    padding: 0px 3px 0px 4px;
    border: 1px solid #889;
    font-weight: bold;
    background-color: Menu;
}

.calendar td.time .ampm {
    text-align: center;
}

.calendar td.time .colon {
    padding: 0px 2px 0px 3px;
    font-weight: bold;
}

.calendar td.time span.hilite {
    border-color: #000;
    background-color: Highlight;
    color: HighlightText;
}

.calendar td.time span.active {
    border-color: #f00;
    background-color: #000;
    color: #0f0;
}

