/* General */
#super {
	max-width: 850px; /* page maximum width */
	padding: 0px 10px 20px 10px;
	margin: 0 auto;
}

p.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Login Bar */
#loginbar {
	background: #eee;
	padding: .3em .5em;
	margin-bottom: 0;
}

#loginbar ul,#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#loginbar ul {
	width: 70%;
	float: right;
	border-bottom: 4px solid #eee;
	text-align: right;
}

#loginbar ul li,#nav ul li {
	display: inline;
	font-size: .65em;
	color: #666;
}

#loginbar ul li cite {
	color: #000;
}

/* Page footer */
div#footer {
	border-top: 3px solid #ccc;
}

#footer p.term {
	background: url(/images/dot_line.png) repeat-x top;
	margin: 0;
	padding: .5em .5em .5em .7em;
	font-size: .8em;
	color: #666;
}

#footer .ulfooter {
	width: 100%;
	float: left;
	font-size: medium; /* could be specified at a higher level */
	margin: 0 0 .7em 0;
	padding: 0px;
}

#footer .ulfooter li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	display: inline;
	list-style: none;
}

.ulfooter a:link,.ulfooter a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 1px 0 1px;
	text-decoration: none;
	border-top: 4px solid #f9f9f9;
	color: #999;
	padding: 2px 10px;
}

.ulfooter a:active,.ulfooter a:hover {
	border-top: 4px solid #99CC00 !important;
	padding-top: 2px;
	color: #333;
}

/* Table listings */
table.listings {
	width: 100%;
	border: 1px solid #ccc;
	margin: 1em auto;
}

table.listings th {
	font-size: .7em;
	text-align: left;
	background: #F5FFCC;
	padding: .7em .5em;
}

table.listings tbody td {
	font-size: .7em;
	padding: .7em .5em;
	color: #666;
	background: #fff url(/images/dot_line.png) top repeat-x;
	vertical-align: top;
}

table.listings tbody th {
	font-size: .7em;
	padding: .7em .5em;
	color: #333;
	background: #fff url(/images/dot_line.png) top repeat-x;
	vertical-align: top;
}

table.listings tbody tr:hover td,table.listings tbody tr:hover th {
	color: #000;
	background: #f9f9f9 url(/images/dot_line.png) top repeat-x;
}

table.listings tfoot td {
	padding: .7em;
	text-align: center;
	font-size: .7em;
	background: #fff url(/images/dot_line.png) top repeat-x;
}

/* Content */
#content {
	/* border: 1px solid #f00; */
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content p
	{
	margin-top: 0;
}

.content-text h1,.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6
	{
	color: #88CC00;
}

.content-text p {
	font-size: 1em;
	line-height: 1.4em;
	color: #444;
}

.content-text ul li,.content-text ol li {
	font-size: 1em;
	line-height: 1.4em;
	color: #444;
}

.content-text ul li ul li,.content-text ol li ol li {
	font-size: 1em;
}

/* Errors */
#error {
	background: #ffc;
	padding: 1em 5em 1em 1em;
	border: 1px solid #ff3;
	-moz-border-radius: .5em;
	margin: 1em 2em 2em 2em;
}

#error h3 {
	margin-top: 0;
}

/* Contract 

div#contract {
	border: 1px solid #ccc;
	-moz-border-radius: .3em;
	padding: 1.5em 2em;
	max-width:600px;
	margin-right:185px;
}

*/
div#contract h4 {
	text-transform: uppercase;
	color: #000;
	font-size: 1em;
	background: url(/images/dot_line.png) repeat-x bottom;
	padding-bottom: .5em;
	padding-top: 2em;
}

div#contract dl dt {
	font-size: .8em;
	font-weight: bold;
}

textarea.contract { /* height: 450px; */
	
}

div#contract ul li p,div#contract ol li p {
	font-size: 1em;
}

div#contract ol li ol li p,div#contract ul li ul li p,div#contract ul li ol li p,div#contract ol li ul li p
	{
	font-size: 1em;
}

div#contract ol li h4 {
	font-size: 1.2em;
}

/* Login engine styles */
td.prompt,td.value {
	font-size: .8em;
	line-height: 1.4em;
	color: #444;
}

/* pointer */
.pointer:hover {
	cursor: move;
}

/* snippets styles */
div.module {
	margin: 0 0 5px 0;
}

.negonav {
	background: #f9f9f9;
	-moz-border-radius: .4em;
	padding: 0em;
	float: right;
}

div.negonav ol {
	margin: 0;
	width: 175px;
	padding: 0;
}

div.negonav ol a {
	text-decoration: none;
	color: #36c;
}

/* snippet */
ol.desplegable,ol.desplegable li.capsule,li.capsule ul,li.capsule ul li
	{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.desplegable {
	margin-bottom: 30px;;
}

li.capsule h4 {
	-moz-border-radius: .4em;
	border: 1px solid #A7D443;
	padding: .6em .5em;
	margin: 2px 0 2px 0;
	padding: .2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .7em;
	color: #fff;
	background: #A7D443;
}

li.capsule ul li,li.capsule {
	clear: both;
}

li.capsule ul li {
	list-style: none;
	font-size: .7em;
	padding: .1em 0;
	-moz-border-radius: .3em;
	cursor: move;
	margin: 1px;
	padding: 3px;
}

#capsule1 ul li {
	background: #EBEFF9;
	border: 1px solid #B2C7FF;
}

#capsule2 ul li {
	background: #FBFBD0;
	border: 1px solid #FBFB9E;
}

#capsule3 ul li {
	background: #FBFBD0;
	border: 1px solid #FBFB9E;
}

#capsule4 ul li {
	background: #FBFBD0;
	border: 1px solid #FBFB9E;
}

#capsule5 ul li {
	background: #EBEFF9;
}

#capsule6 ul li {
	background: #EBEFF9;
}

#capsule1 img {
	float: left;
	padding: 1px;
	background: white;
	border: 1px solid #ccc;
	display: block;
	margin: 2px 5px 10px 0px;
}

div.p1 div.xml_person p,div.p2 div.xml_person p,div.p3 div p,div.p4 div p,div.pa p
	{
	margin: 3px 0 0 0 !important;
	font-size: .8em !important;
	line-height: 1.2em !important;
}

div.p1 div.xml_person dl dt,div.p2 div.xml_person dl dt,div.p3 div dl dt,div.p4 div dl dt,div.pa dl dt
	{
	margin: 3px 0 0 0 !important;
	font-size: .8em !important;
	line-height: 1.2em !important;
}

div.p1 div.xml_person dl dd,div.p2 div.xml_person dl dd,div.p3 div dl dd,div.p4 div dl dd,div.pa dl dd
	{
	margin: 3px 0 0 10px !important;
	font-size: .8em !important;
	line-height: 1.2em !important;
}

div.p1 div {
	cursor: move;
	margin: 1px;
	border: 1px solid #B2C7FF;
	background: #EBEFF9;
}

div.p2 div {
	cursor: move;
	margin: 1px;
	border: 1px solid #FBFB9E;
	background: #FBFBD0;
}

div.p3 div {
	margin: 1px;
	border: 1px solid #FBFB9E;
	background: #FBFBD0;
	text-transform: none;
}

.clausedrop {
	border: 1px solid #FBFB9E;
}

/* tests 

.inplaceeditor-form textarea {
  font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  border: 1px solid;
  background: #FBFBD0;
}
*/
.highlight {
	background-color: #ffff99 !important;
}