/* COMMON */

.clear { clear: both; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.red { color: red; }
.nowrap { white-space: nowrap; }
.borderBlack { border: 1px solid black; }

.signature {
	color: #2286bf;
    padding-top: 20px;
    padding-left: 20px;
}
.signature a, .signature a:hover, .signature a:visited {
	text-decoration: none;
    color: #2286bf;
}

h1, h2, h3 {
	color: #1c597c;
}

ul.noindent {
	padding-left: 16px;
}

a {
	color: #1C597C;
}

/* HEADER */

#header{
	border-bottom: 1px solid #1c597c;
	min-height: 100px;
	padding-top: 40px
}
#header a, #header a:hover, #header a:visited {
	text-decoration: none;
    color: #1c597c;
}

#cours_logo {
	float: left;
	padding-right: 2em;
}

#cours_title {
    color: #1c597c;
    font-size: 3em;
}

#cours_promo {
    color: #2286bf;
    font-size: 1em;
}

/* BODY */

#body_content {
    padding-left: 20px;
}

/* SOMMAIRE */
.SummaryBlock {
	position: absolute; top:10px; left:10px;
}
.SummaryContainer {
	display: inline;
}
.SummaryLink, .SimpleLink {
	cursor: pointer;
	text-decoration: none;
	color: #2286BF !important;
}
.Summary {
	display: none;
	position: absolute;
	top: 17px;
	width: 500px;
	background-color: #FFF;
	border: 2px solid black;
	padding-right: 15px;
}
.SummaryXHTML {
	left: 84px;
	width: 400px;
}
.SummaryCSS2 {
	left: 155px;
	width: 400px;
}
.SummaryPython {
	left: 230px;
	width: 300px;
}

/* DRUSH EXAMPLES */

.dyn_example{
    padding: 10px;
    border: 1px solid black;
}
.dyn_example_link{
    color: #bcb49f;
    font-size: 90%;
    text-decoration: italic;
}

/* CODING AREA */

div#coding_area {
    float: left;
    width: 49%;
}
div#coding_area textarea {
    width: 100%;
    height: 22em;
    font-size: 120%;
    line-height: 120%;
}
div#coding_examples textarea {
	display: none;
}
div#coding_examples span {
	text-decoration: underline;
	cursor: pointer;
}

div#coding_display {
    float: right;
    width: 49%;
}

.coding_links {
    font-style: italic;
}
.coding_links span {
    text-decoration: underline;
    color: orange;
}

/* CSS TABLE AREA */

table.css2_properties  {
	border-collapse: collapse;
	border-bottom: 1px dotted gray;
	width: 100%;
}
.css2_properties .prop_descr {
	width:60%;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}
.css2_properties .prop_example {
	width:40%;
	border-right: 1px dotted gray;
	vertical-align: top;
}
.css2_properties .prop_title {
	background-color:#E6E6FA;
	border: 1px dotted gray;
	padding:5px;
}
.css2_properties div.css_replace {
	color: #1C597C;
	cursor: pointer;
	font-weight: bold;
	padding:10px;
}
.css2_properties span.css_replace {
	color: #1C597C;
	cursor: pointer;
	font-weight: bold;
}

.css2_properties .prop_props { border-collapse: collapse; }
.css2_properties .prop_props th,
.css2_properties .prop_props td {
	border: 1px solid black;
	padding:4px;
	vertical-align:top;
}
.css2_properties .prop_props th {
	background-color:#EFEFEF;
	text-align: left;
}

.css2_properties .props_listing {
	width: 100%;
}

/* PYTHON CODEING */

.python-chevron {
	letter-spacing: 0.8em;

}