/*
 *  This defines the look-and-feel styling of the error pages.
 *  (see: netError.xhtml)
 *
 *  Original styling by William Price <bugzilla@mob.rice.edu>
 *  Updated by: Steven Garrity <steven@silverorange.com>
 *              Henrik Skupin  <mozilla@hskupin.info>
 */

html {
  background: -moz-Dialog;
}

body {
  margin: 0;
  padding: 0 1em;
  color: -moz-FieldText;
  font: message-box;
}

h1 {
  margin: 0 0 .6em 0;
  border-bottom: 1px solid ThreeDLightShadow;
  font-size: 160%;
}

img {
	border: 0px;
}

ul, ol {
  margin: 0;
  -moz-margin-start: 1.5em;
  padding: 0;
}

ul > li, ol > li {
  margin-bottom: .5em;
}

ul {
  list-style: square;
}

#mainPageContainer {
background-color:#FFFFFF;
  position: relative;
  min-width: 13em;
  max-width: 52em;
  margin: 4em auto;
  border: 1px solid ThreeDShadow;
  -moz-border-radius: 10px;
  padding: 3em;
  -moz-padding-start: 30px;
  /* background: url("images/logo.gif") left 0 no-repeat -moz-Field; */
  -moz-background-origin: content;
}

body[dir="rtl"] #mainPageContainer {
  background-position: right 0; 
}

#mainTitle {
	margin-top: 50px;
  -moz-margin-start: 40px;
}

#mainLongContent {
  -moz-margin-start: 80px;
  border: 0px;
  
}

#mainLongContent td {
  border-bottom: 0px;
  /*background-color:#FFCCCC;*/
  font-size: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
  /* vertical-align: top; */
  
}
#mainShortDesc > p {
  border-bottom: 0px;
  padding-bottom: 1em;
  font-size: 130%;
}
#mainShortDesc > p {
  border-bottom: 1px solid ThreeDLightShadow;
  padding-bottom: 1em;
  font-size: 130%;
}

#mainLongDesc {
  /*-moz-padding-end: 3em;*/
  font-size: 110%;
}

#mainLongDesc > p {
}



/* Error message & help */

div.errormessage {
	color:#cc0000;

	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 16px 6px 16px 32px;
	line-height: 18px;
}

div.errormessage td {
	color:#cc0000;
	line-height: 18px;
}
td {
  border-bottom: 1px solid ThreeDLightShadow;
  /*background-color:#FFCCCC;*/
  font-size: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
  vertical-align: top;
  
}

#mainLongDesc  a {
color: #336699;
}

#mainTryAgain {
  margin-top: 2em;
  -moz-margin-start: 80px;
}

#brand {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  -moz-margin-end: 10px;
  opacity: .4;
}

body[dir="rtl"] #brand {
  right: auto;
  left: 0;
}

#brand > p {
  margin: 0;
}

#errorContainer {
  display: none;
}

#menuleft
{
float:left;
}
#menuright
{
float:right;
}

/* TABLE ******************************************************************/

p {
	color: #000;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

/* FORMULARIOS ******************************************************************/

form, label input {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

.button {
	font: bold 13px  "Trebuchet MS", "Helvetica", sans-serif;
	height: 33px;
	width: 118px;
	background: url(/images/button.gif) top left no-repeat;
	border: none;
	color: #939292;
	font: bold 18px  "Trebuchet MS", "Helvetica", sans-serif;
	cursor: hand;
	cursor: pointer;
	float: right;

