body {
	font: 15px/20px Helvetica, Arial, sans-serif;
  background-color: #444444;
  color: #111;
}
input {
}
body.bookmarklet {
  background-color: #444;
  color: #777;
  background-image:url(/images/rays.png);
  background-position: center -100px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 10px;
}
body.bookmarklet p {
  line-height: 1.1em;
}
body.bookmarklet p#new_link {
  font-size: 20px;
  padding: 0.5em 0;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
  margin: 0;
  padding: 0;
	display: block;
}

#user_account_information {
  background-color: #222;
  background-image:url(/images/transparent_gradient.png);
  background-position: 0 0px;
  background-repeat:repeat-x;
  color: #eee;
  text-align: right;
  padding: 0.1em 0 0.0em 0;
  font-size: 12px;
  line-height: 21px;
}
#user_account_information a {
  color: #A6FF00;
}

#header {
  background-color: #00aaff;
  background-image:url(/images/transparent_gradient.png);
  background-position: 0 -10px;
  background-repeat: repeat-x;
  position: relative;
}
body.homepage #header {
  background-color: #00aaff;
}
#header2 {
  background-image:url(/images/rays.png);
  background-position: center -100px;
  background-repeat: no-repeat;
  padding: 1.3em 0 0 0;
  height: 140px;
}
body.homepage #header2 {
  height: 180px;
  background-position: center -50px;
}
#header h1 {
  margin: 0;
  padding: 0;
}
#header a {
  display: block;
  height: 60px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -175px;
  z-index: 999;
  background-image: url(/images/pntmelogo17.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 101px;
  width: 350px;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
body.homepage #header a {
  top: 65px;
}
.homepage #header2 {
  background-position: center -100px;
}
#header a span {
  display: none;
}
#new_form_container input.text_box {
  border: 2px solid #777;
  padding: 3px;
}
#new_form_container input.big_text_box {
  font-size: 30px;
  width: 100%;
}
#give_us_a_link {
  display: block;
  font-size: 20px;
  padding: 0.5em 0 0.5em 0;
  color: #ccc;
}
#create_url_response_container {
  margin-top: 11px;
  background-color: #4f4f4f;
  border: 3px soild #4f4f4f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2.0em 0;
}
#create_url_response_container p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#create_url_response_container ul {
  margin: 0.5em 0 0 0 !important;
  padding: 0 !important;
}
#create_url_response_container ul li {
  list-style-type: disc;
  margin: 0 0 0 2.0em !important;
}
input#submit_new_link {
  padding: 2px;
}
#user_specified_token {
  color: #efefef;
}
#pick_your_own_token {
  vertical-align: middle;
  font-size: 12px;
}
#new_url_actions a#details_link {
  color: #00aaff;
}
#new_shortnd_link {
  vertical-align: middle;
  padding: 0.3em 0;
  font-size: 30px;
}
#main_content_container {
	background-color: #bbb; 
	padding: 1.3em 0; 
  background-image:url(/images/transparent_gradient.png);
  background-position: 0 -5px;
  background-repeat:repeat-x;
}
#main_content {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}
#main_content a {
  color: #00aaff;
}

#footer {
	background-image:url(/images/transparent_gradient.png);
	background-position: 0 0;
  background-repeat:repeat-x;
}
#footer2 {
  background-image:url(/images/rays_down.png);
  background-position: center -150px;
  background-repeat: no-repeat;
}
.homepage #footer2 {
  padding-top: 3.0em;
}
#footer .grid_4 {
  margin-top: 1.5em;
  padding: 15px 0 15px 0;
  background-color: #222;
  color: #eee;
	background-image:url(/images/transparent_gradient.png);
	background-position: -10px 0;
  background-repeat:repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#footer .grid_4 h2 {
  font-size: 20px;
  line-height: 26px;
  color: #666;
  margin: 0;
  padding: 0;
}
#footer .grid_4 p {
  margin: 0;
  padding: 0;
}
#footer a {
  color: #A6FF00;
}
#copyright {
  text-align: center;
  color: #333;
  padding: 1.0em 0;
}
#copyright a {
  color: #333;
}

#sign_up form p label {
  display: block;
  font-weight: bold;
}
#sign_up form p span {
  font-size: 12px;
}
#sign_up form span {
  display: block;
  color: #666;
}
#sign_up ul li {
  list-style-type: disc;
  margin-left: 2.0em;
}

#sign_up .sleeve form,
#user_information .sleeve form,
.more_gray_boxes {
  padding: 15px;
  background-color: #efefef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.warning, .errorExplanation {
  margin: 1.5em 0;
  border: 3px solid #c00;
  background-color: #ffcccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}
.warning h2,
.errorExplanation h2 {
  color: #c00;
  font-size: 20px;
  line-height: 26px;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.warning p,
.errorExplanation p {
  margin: 0.5em 0; padding: 0;
}
.errorExplanation ul {
  margin: 0.5em 0;
}
.warning p a {
  color: #c00 !important;
}
.warning p a:hover {
  color: #fff !important;
  background-color: #c00 !important;
}

.sleeve {
  padding: 0 15px;
}

h2 {
	font-size: 23px;
  line-height: 26px;
	padding: 22px 0 22px 0;
  color: #222;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
  font-weight: bold;
  color: #222;
}

p, ul {
  padding-bottom: 1.0em;
}

strong {
  font-weight: bold;
}

h2#number_of_clicks_and_links {
  font-size: 2.3em; 
  line-height: 1.3em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.9em;
  margin-bottom: 0.4em;
  font-weight: normal;
}
h2#number_of_clicks_and_links a, 
h2#number_of_clicks_and_links span {
  font-weight: bold;
}

#links div.sleeve {
  padding-top: 1.7em;
}
#links h2 {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
#link_details, #link_information {
  padding-top: 1.5em;
}

#how_to_send_users_here {
  margin-top: 1.5em;
  padding: 1.5em 0;
  background-color: #efefef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#how_to_send_users_here p {
  margin: 0;
  padding: 0;
}

#clicks, #tweets {
  padding-top: 0;
  padding-bottom: 1.5em;
}
#clicks h2, #tweets h2 {
  margin: 0 0 0 0;
  padding: 22px 0 11px 0;
}
#clicks h3 {
  font-weight: normal;
}
.tweet {
  padding: 0 0 0.5em 0;
  line-height: 1.4em;
}
.tweet img {
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  height: 48px;
  width: 48px;
  display: block;
  overflow: hidden;
}

#table_of_links {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#table_of_links tr.even td {
  background-color: #efefef;
}
#table_of_links tr.odd td {}
#table_of_links td, 
#table_of_links th {
  color: #222;
  padding: 3px;
  line-height: 1.3em;
} 
#table_of_links th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
td.table_token,
th.table_token {
  width: 120px;
}
td.table_orig,
th.table_orig {
}
td.table_custom,
th.table_custom {
  width: 60px;
}
td.table_date,
th.table_date {
  width: 180px;
}
td.table_clicks,
th.table_clicks {
  width: 40px;
}
td.table_delete,
th.table_delete {
  width: 20px;
}
td.table_clicks a {}


td.table_date,
th.table_date {
  width: 160px;
}


.page_numbers {
  text-align: center;
  padding: 1.0em 0; 
}

.small {
  font-size: 12px;
}

a {
  color: #aaff00;
}
a:hover {
  color: #ffcc00 !important;
  color: #FF0080 !important;
}


span.success {
  color: #007700 !important;
}
span.failure {
  color: #770000 !important;
}

#report_text {
  color: #999;
  text-align: center;
}

ol li {
  padding-bottom: 1.0em;
}

form ol {
  padding-bottom: 1.0em;
}
form ol li {
  margin-left: 20px;
  list-style-type: disc;
  padding-bottom: 0;
}

#generate_a_new_api_key, #generate_a_new_api_email {
  display: none; margin-bottom: 1.0em; background-color: #cccccc; padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


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


tr.done td,
tr.done td a {
  color: #aaa !important;
  text-decoration: line-through;
}
