/************************************************************************
* Standard tag definitions
************************************************************************/
body, table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt
}
body { margin-left: 50px; }
i { font-style: italic; }
b { font-weight: bold; }


h1 {
	color: #999;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}
h2 {
	color: #999;
	font-size: 16px;
}

h1 img {
	margin-bottom: 12px;
}

/************************************************************************
* Estilos para el menu de text, grammar y wordlist
************************************************************************/
#popup-control-panel{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	padding-left:0;
	padding-right:0;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
	color: #666666;
}

#popup-control-panel a {
	padding: 5px;
	font-size: 9px;
	text-decoration: none;
	color: #666666;
}

#popup-control-panel a:hover {
	color: #666666;
	background: #FFCC33;
}


/************************************************************************
* Section icon styles
************************************************************************/

/* common items */
h1.section01, h1.section02, h1.section03, h1.section04, h1.section05,
h1.section06, h1.section07, h1.section08, h1.section09, h1.section10,
h1.section11, h1.section12, h1.section13, h1.section14, h1.section15 {
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

/* The elected style */
h1.style06 {
	padding: 4px 0px 0px 42px;
	line-height: 29px;
	font-size: 16px;
}
/*div.style06 {
	background-image: url(../images/sections33/tira4.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-bottom: 20px;
}*/

/* used only on contents pages */
p.section01, p.section02, p.section03, p.section04, p.section05,
p.section06, p.section07, p.section08, p.section09, p.section10,
p.section11, p.section12, p.section13, p.section14, p.section15 {
	font: 8pt Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	height: 55px;
}

/* define icons on contents pages and headers for each page */
p.section01, h1.section01 { background-image: url(../images/sections33/01start.gif); }
p.section02, h1.section02 { background-image: url(../images/sections33/02reading.gif); }
p.section03, h1.section03 { background-image: url(../images/sections33/03vocab.gif); }
p.section04, h1.section04 { background-image: url(../images/sections33/04grammar.gif); }
p.section05, h1.section05 { background-image: url(../images/sections33/05listening.gif); }
p.section06, h1.section06 { background-image: url(../images/sections33/06test.gif); }
p.section07, h1.section07 { background-image: url(../images/sections33/07chat.gif); }
p.section08, h1.section08 { background-image: url(../images/sections33/08tutorial1.gif); }
p.section09, h1.section09 { background-image: url(../images/sections33/09takeaway.gif); }
p.section10, h1.section10 { background-image: url(../images/sections33/10pron.gif); }
p.section11, h1.section11 { background-image: url(../images/sections33/11search.gif); }
p.section12, h1.section12 { background-image: url(../images/sections33/12tutorial2.gif); }
p.section13, h1.section13 { background-image: url(../images/sections33/13speak_tutorial.gif); }
p.section14, h1.section14 { background-image: url(../images/sections33/14review.gif); }
p.section15, h1.section15 { background-image: url(../images/sections33/15feedback.gif); }

/* section title for contents pages */
.unit-section-title { font-weight: bold; font-size: 10pt; color: #999; }


/************************************************************************
* Other definitions
************************************************************************/
#wrapper { width: 600px; }
.section-title { font: bold 12pt Arial, Helvetica, sans-serif; } /* for mid-test and end-of-level test sections */
.exercise-title { font: bold 10pt Arial, Helvetica, sans-serif; }
.num_dropdown {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #999999}
INPUT.text { font: 8pt 'MS Sans Serif', Arial, Helvetica, sans-serif; }
.caja-text { font: 9pt Georgia, "Times New Roman", Times, serif; }

.justify {  text-align: justify}
.grammar-main-index {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #993399; font-weight: bold}
.grammar_minor_index {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FF0000}
.color_botones { color: #000000}
.title {  font-size: 18px; font-weight: bold; text-align: center}
.subTitle {  font-size: 14px; font-weight: bold}
.note {  font-size: 9px; font-family: Arial, Helvetica, sans-serif}

.highlight{ color: #FF0000; }
.marca { background-color: #FFFF66; }

#copyright {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.sample {
	border: 1px solid #ccc;
	padding: 0px 20px;
	background: #eee;
	margin-bottom: 10px;
	display: table;
}
.samplelink{ color:#0000FF; text-decoration: underline;}

/*
a { color: #000000; text-decoration: underline }
a:hover { color: #FFCC00; text-decoration: none }
a:hover.samplelink:hover { color: #0000FF; text-decoration: underline }
*/
/*/////////PDF Lenguaje util//////////*/
div.TaskBorder {
	border:1px solid #ddd;
	margin-top:30px;
	width:420px;
}
div.TaskHeader {
	background-color:#ddd;
	padding:5px 10px;
	font-weight:bold;
}
div.TaskPadding {
	padding:10px;
	width:420px;

}
