body {
	font-family: Droid Serif;
	color: #555;
}

h1 {
	border-bottom: 1px solid;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 6px;
	border-color: #ECECEC !important;
}

.error {
	font-weight: bold;
	color: red;
}

table {
	border: none;
	margin: 10px 0 10px 0;
}

th, td {
	vertical-align: top;
}
thead tr {
  background-color: #fc0;
}

table.list tr.even {
	background: #EEEEEE;
	border-top: 1px solid #C0C0C0;
	color: #000000;
}

table.list tr.odd {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
}
table.list {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 10px;
	margin-top: 0px;
}

table.list td {
	padding: 3px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	font-size: 14px;
}

table.list th {
	background: #A0B8C8;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	font-size: 14px;
	font-weight: bold;
}

table.simple thead tr th{
  background-color: #eee;
}

table.simple tr.even {
  background-color: #fff;
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th{
	border: 1px solid #ccc;
}

table.sublist {
	margin: 0 0 0 0;
}

select.downloaded {
	font-size: 14px;
}

p.download {
	font-weight: bold;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: #777777;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 100%;
    outline: medium none;
    padding: 4px 4px;
    width: 200px;
}

input[type="text"].long, textarea.long {
	 width: 400px;
}

a {
    color: #0099CC;
    outline: 0 none;
    text-decoration: none;
}

a:hover {
		text-decoration: underline;
}
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    box-shadow: 1px 1px 3px #ECECEC;
	background-color: #F1F1F1;
}
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #F1F1F1;
    border: 1px solid #bbb;
    color: #444;
}

a.button:hover, input[type="submit"]:hover {
	background-color: #fff;
	border: 1px solid #ccc;
}

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    line-height: 26px;
    padding: 1px 12px 0;
}