body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  background-color: #000000;
  color: #ffffff;
}

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

a { color: #284EF9; }
a:visited { color: #284EF9; }
a:hover { color: #012FF7; }

.formError {
  color: red;
}
.fieldWithErrors {
  display: inline;
}

#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#header {
  background-color: #284EF9;
  text-align: center;
}

div#header h1 {
	display: none;
}

div#header h2 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
}

div#header div#subheader {
  background-color: #012FF7;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  padding: 5px 0px;
  margin: 5px 0px
}

div#footer {
	margin-top:15px;
	padding: 0px 5px;
	border-top: 1px solid #fff;
}

div#footer div#about{

}
div#footer div#copyright {
	text-align:center;
}

div.content {
  text-align: center;
  min-height:300px;
  height: auto !important;
  height: 300px;
}

form#new_link {
	margin-top:10px;
}
.notice {
	border:4px solid;
	color: #1E90FF;
	background-color:#fff;
	font-weight:bold;
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
}

.error {
	border:4px solid;
	color: #f00;
	background-color:#fff;
	font-weight:bold;
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
}

a.diminitiveurl {
	font-size: 30px;
	font-weight: bold;
}

a.logo {
	color: #fff;
}
div.url {
	border: 4px solid white; 
	padding: 10px; 
	margin-left: auto; 
	margin-right: auto;
}

input#link_url {
	color: #012FF7;
	background: #fff;
	border: 1px solid #284EF9;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
}

.submit {
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	height: 30px;
	font-size: 20px;
	font-weight:bold;
	margin-left: 10px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
table.center  td {
	vertical-align: middle;
}
td.center {
	text-align: center;
}