/*
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  BEGIN CSS Reset - Added to level the field between browsers
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  END CSS Reset - Added to level the field between browsers
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
	margin: 8px 0;
}
h1, h2, h3, h4, h5, h6, th, strong {
  font-weight: bold;
}
th, td {
  padding: 3px 15px 3px 0px;
}
h1 {
  font-size: 200%;
  color: #006699;
  font-weight: 600;
}
h2 {
  font-size: 175%;
  color: #006699;
  font-weight: 600;  
}
h3 {
  font-size: 150%;
  color: #006699;
  font-weight: 600;  
}
h4 {
  font-size: 140%;
  color: #006699;
  font-weight: 600;  
}
h5 {
  font-size: 120%;
  color: #006699  ;
  font-weight: 600;  
}
h6 {
  font-size: 100%;
  color: #006699;
  margin: 0;
  font-weight: 600;  
}
th {
  text-align: left;
}
a img {
  border: none;
}
a:link, a:visited {
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #0267fe;
  text-decoration: underline;
}
a:active, a.active {
  color: #5895be;
}
p {
  line-height: 1.5em;
}
fieldset {
  border: 1px solid #9098ae;
  margin: 5px 0px;
  padding: 5px;
}
legend {
  padding: 0px 5px 0px 5px;
  color: #666;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clear-left {
  clear: left;
  height: 0;
  overflow: hidden;
}
.clear-right {
  clear: right;
  height: 0;
  overflow: hidden;
}
ul {
  margin: 10px 0px 10px 25px;
  line-height: 150%;
  list-style: none;
}
li {
  line-height: 150%;
}


body {
  background-color: #fff;
  font-family: "Source Sans Pro", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
}

TT {
	font-family: "Roboto Mono", "Courier New", Courier, monospace;
	font-weight: 300;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#flash_notice, #flash_error, #flash_alert {
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
  padding: 5px 8px;
  margin: 10px 0;
  filter:alpha(opacity=75); /* IE's opacity*/
  opacity: 0.75;
}

#flash_notice {
  background-color: #7f85d2;
  border: solid 1px #30346c;
}

#flash_error, #flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

.error_messages {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  font-size: 12px;
}

.error_messages h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

.error_messages p {
  margin: 8px 10px;
}

.error_messages ul {
  margin: 0 10px;
}

#header-container {
  width: 100%;
  height: 150px;
  background: #eaebf5 url(/images/header-background.jpg) no-repeat top center;
}
#header-logo {
	padding-top: 30px;
}
#header-logo IMG {
	max-width: 115px;
}
#header-logo H1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	vertical-align: 14px;
	padding-left: 20px;
	/* color: #00acc8; */
	text-shadow: 2px 2px #ddd;
}

#container
{
  width: 85%;
  margin: 0 auto;
  padding: 20px 40px;
  background: #fff url(/images/top-shadow-background.png) no-repeat top center;
}

.container {
  width: 85%;
  margin: 0 auto;
}

#top-nav {
  float: right;
  margin: 17px 15px 0 0;
}
.drop-shadow {
  width: 100%;
  height: 40px;
  background: #fff url(/images/top-shadow-background.png) no-repeat top center;
}
.keys {
  margin: 0;
  background-color: #eaebf5;
  padding: 10px;
}
.similar-keys {
  margin: 15px 0px 15px 0px;
  border: 1px solid #3c4264;
  background-color: #d6d9eb;
  padding: 10px;
}
.key {
  width: 250px;
  height: 192px;
  overflow: auto;
  background-color: #fff;
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #626886;
}
.short {
  height: 95px;
}
.short-50 {
  height: 50px;
}
.short-125 {
  height: 125px;
}
.edit-nav {
  margin-bottom: 5px;
  float:right;
}
.key div {
  padding: 10px;
}
.key h4  {
  margin: 3px 0px 7px 0px;
}
.key p  {
  margin: 3px 0px 3px 0px;
  color: #666666;
  line-height: 1.25em;
}
.key-details {
  width: 25%;
  float:left;
  margin-right: 10px;
}
.key-description {
  width: 70%;
  float:right;
}
.key-description textarea  {
  width: 97%;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 120%;
  height: 205px;
  padding: 5px;
  border: 1px solid #999999;
  color: #666;
}
.key-field {
  width: 225px;
  font-size: 110%;
  color: #666;
}
.key-select {
  width: 225px;
}
.key div .credentials  {
  margin: 0;
  padding: 1px 5px;
  background-color: #edeef8;
}
.new-button {
  display: inline-block;
  width: 150px;
  height: 36px;
  padding-top: 7px;
  padding-left: 35px;
  cursor: pointer;
  background: url(/images/new-button-background.png) no-repeat top left;
}
#update-info {
  text-align: center;
  color: #666;
  margin-top: 20px;
}
.search-container {
  float:right;
  margin-top: 3px;
}
.search {
  border: none;
  width: 200px;
  height: 25px;
  padding-left: 10px;
  background: url(/images/search-background.png) no-repeat center left;
  color: #666666;
  font-size: 100%;
}
.search-button {
  width: 65px;
  cursor: pointer;
  height: 25px;
  border: none;
  background: url(/images/search.png) no-repeat center left;
  margin-left: -28px;
  margin-top: 1px;
  padding: 0;
  vertical-align: top;
}
.pagination {
  margin: 5px 0px 5px 0px;
}

.user-disabled {
	text-decoration: line-through;
}
.key-archived {
	text-decoration: line-through;
}
