body { 
	background-color: #fff; 
	color: #333; 
	height: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

p, ol, ul, td, th {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
xa:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: #c00;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div#message {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 5px;
  background-color: #0c0;
  color: #fff;
}

.error {
  color: #f00;
}

div#error {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 5px;
  background-color: #c00;
  color: #fff;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
.ListTitle {
        color:       #244;
        font-weight: bold;
        font-size:   larger;
}
.ListActions {
        font-size:    x-small;
        text-align:   right;
        padding-left: 1em;
}
.ListLine0 {
        background: #ff9933;
}
.ListLine1 {
        background: #ffff99;
}

img { 
    margin:0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

a:link img, a:visited img {
    border-style: none;
}

a img {color: black} /* The only way to hide the border in NS 4.x */


div#Container {
	position:					relative;
	width:						90%;
	height: 100%;
	max-width:					720px;	

	margin-top:					10px;
	margin-left:				auto;
	margin-right:				auto;

	font-size:					1em;
	vertical-align: top;

	/* Don't center text, only div#container */
	text-align:					left
}

div#SidebarContainer {
	vertical-align: top;
	height: 100%;
}

div#Sidebar {
  float:            left;
  width:            130px;

  font-size:          13px;
	font-weight: bold;
  line-height:        1.6em;
	padding-bottom: 12px;
	padding-top: 12px;
	vertical-align: top;

	background:#D4DDFF;

  margin-bottom: 3px;

}

div#center {
	padding: 6px;
}

div.Sidebar2{
  margin-bottom: 3px;
	margin-top: 3px;

	float: left;
	text-align: center;
  width:130px;

  font-size: 11px;

	background:#D4DDFF;
	padding-bottom: 12px;
	padding-top: 12px;

}

div#Sidebar3{
  margin-bottom: 3px;
	margin-top: 3px;

	float: left;
	text-align: center;
  width:130px;

  font-size: 11px;

	background:#D4DDFF;
	padding-bottom: 12px;
	padding-top: 12px;

  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
}

div#Content {
  float:   right;
  width:	600px;
  height: 98%;

  font-size:          0.8em;
  line-height:        1.6em;
  padding: 3px;
  border: 1px solid #D4DDFF;
  xbackground: #EAEEFF;
}

div#login {
	padding: 5px;
}

div.bigletters {
	font-size: 28px;
	font-weight: bold;
}

div#Title {
	font-size:18px;
  padding: 0.3em;
	height: 95px;

	background:#D4DDFF;

  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;

}

div#Footer {
  margin-bottom:        1em;
  padding:          1em;

	font-size:1.3em;
  line-height:        1.6em;

	background-color:#D4DDFF;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;

}


