* {
	margin:0;
	padding:0;
}
body { 
	background: #efefef url('/images/bg.gif') top center repeat-y;
 	color: #333; 
}

body, p, ol, ul, td {
  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; }
a:hover { color: #fff; background-color:#000; }
a img {
	border:0;
}



div#userbar {
	width:100%;
	height:24px;
	color:#fff;
	background:#333;
	margin:0;
}



div#userbar a {
	color:#fff;
}

div#userbar p {
	width:800px;
	margin:0 auto;
}
div#container {
	width:800px;
	margin:0px auto;
	background:#fff;
}
div#container p,div#container h1,div#container h2,div#container h3,div#container h4 {
	padding:10px 0;
}

div#container ul {
	padding:10px 0px;
}
div#content {
	float:left;
	display:inline;
	width:500px;
}

div#options {
	float:right;
	display:inline;
	width:300px;
}

div#footer {
	width:100%;
	clear:both;
}

ul#costumelist {
	list-style:none;
	margin:10px 0;
	padding:0;
}

ul#costumelist li {
	clear:right;
	padding:5px;
	border-bottom: 1px solid #ccc;
	margin:0;
}
ul#costumelist li div.image {
	float:right;
	display:inline;
	margin: 0 0 5px 5px;
}

div#SystemMessage {
	
	padding:10px 20px;
	background:#ffffe1;
}

table#report {
	width:80%;
	margin:10px;
	text-align:left;
	border-collapse:collapse;
}

div#searchbox {
	padding:5px 10px;
	background:#f1f1ff;
}
table#report td, table#report th {
	border:1px solid #b5b5b5;
	padding:3px;
}
table#report th {
	border-bottom:2px solid #000;
}
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

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

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  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.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%;
}

.pagination {
  background: white;
  /* self-clearing method: */ }
  .pagination a, .pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
  .pagination span.current {
    font-weight: bold;
    background: #2E6AB1;
    color: white;
    border: 1px solid #2E6AB1; }
  .pagination a {
    text-decoration: none;
    color: #105CB6;
    border: 1px solid #9AAFE5; }
    .pagination a:hover, .pagination a:focus {
      color: #fff;
      border-color: #003; }
  .pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    .pagination .page_info b {
      color: #003;
      background: #6aa6ed;
      padding: .1em .25em; }
  .pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .pagination {
    height: 1%; }
  *:first-child+html .pagination {
    overflow: hidden; }

p.clear {
	clear:both;
	height:1px;
	font-size:1px;
}