/* GENERAL style rules:
 *
 * Font Styles
 * ===========
 * default:     arial, verdana, sans-serif;
 * table data:  verdana, arial, sans-serif;
 * links:       trebuchet ms, helvetica, arial, sans-serif;
 * headers:     trebuchet ms, tahoma, helvetica, arial, sans-serif;
 *
 * Text Colors
 * ===========
 * default:          black;
 * body links:  #00a000;
 * simpletextbuttons:  #4449fd;
 *
 * Background Colors
 * =================
 * default:            white;
 * header:            black;
 * horizontal navbar:  #3e6bbc;
 * right column: #213148;
 * rightcol buttons: #3e6bbc;
 * rightcol buttons hover: #93bff6;
 * footer: #4449fd;
 *
 *
 */
body {
  margin:0px; padding: 0px;
  background: white;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 14px;
}
pre {
  font-size: 11px;
  padding: 20 0;
}
#container {
  width: 960px;
  position: relative;
  margin-left: -480px;
  left: 50%;
  border: 1px solid black;
}

#two_col_wrapper {
  background-image: url('/images/backgrounds/rightcol_blue.gif');
  background-repeat: repeat-y;
  background-position: 760px;
}

/***** HEADERS ******/
h1, h2, h3, h4, h5 {
  font-family: trebuchet ms, tahoma, helvetica, arial, sans-serif;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}

/****** LISTS ******/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/****** LINKS ******/
a {
  font-family: trebuchet ms, helvetica, arial, sans-serif;
  text-decoration: none;
  color: #00a000;
}
a:hover {
  text-decoration: underline;
}

/****** TABLES ******/
table {
  font-family: verdana, arial, sans-serif;
}

th {
  text-transform: capitalize;
  font-size: 13px;
  text-align: left;
  font-weight: bold;
  color: #3e6bbc;
}
th {
  padding: 3 6;
}
td {
  font-size: 14px;
  padding: 2 6;
}

/****** MISCELLANOUS ******/
img {
  border: none;
}

/* # header # */
#header {
  background: black;
}
#header #logo {
  margin-left: 10px;
}
#header #quicklinks {
  text-transform: uppercase;
  margin: 177 15 0 0;
  float: right;
}
#header #quicklinks ul {
  margin: 0;
  padding: 3 0 0 0;
}
#header #quicklinks li {
  margin: 0 6;
  display: inline;
}
#header #quicklinks a {
  color: #4449FD;
  font-size: 14px;
  font-weight: bold;
}
#header #quicklinks a:hover {
  color: #608fd3;
}

/* # mainbar # */
#mainbar {
  background: #3e6bbc;
  height: 26px;
  border: 0px white solid;
  border-bottom-width: 1px;
}
#mainbar ul#tabnav {
  margin: 0 0 0 15;
  padding: 0;
}
#mainbar ul#tabnav li {
  float: left;
  height: 20px;
  color: #FFF;
  margin: 0 4;
}
#mainbar ul#tabnav a:link,
#mainbar ul#tabnav a:visited {
  margin: 0px; padding: 0px;
  color: #FFF;
  display: block;
  padding: 4 8;
}
#mainbar #tabnav li.active a:link,
#mainbar #tabnav li.active a:visited {
  color: #000;
  background-color: white;
}
#mainbar ul#tabnav li a:hover {
  background: #93bff6;
  color: #000070;
  text-decoration: none;
}
#mainbar #whoami {
  padding: 5 25 0 0;
}
#mainbar #whoami,
#mainbar #admin_panel {
  font-size: 12px;
  color: white;
  float: right;
  font-family: verdana, arial, sans-serif;
}
#mainbar #admin_panel {
  padding: 5 10 0 0;
}
#mainbar #admin_panel a{
  font-family: verdana, arial, sans-serif;
  color: white;
  font-weight: bold;
}
/* # statusbar # */
#statusbar {
  height: 28px;
  font-size: 12px;
}
#statusbar #flash_notice,
#statusbar #flash_warning {
  padding: 5 15;
  color: white;
  margin-right: 201px;
  text-align: center;
}
#statusbar #flash_warning {
  background: #bb0000;
}
#statusbar #flash_notice {
  background: #00a000;
}

/* # content # */
#content {
  margin: 0 200 20 20;
}
#content h1 a,
#content h2 a,
#content h3 a {
  font-size: 0.9em;
}
#content h1,
#content h2,
#content h3,
#content p,
#content ul li,
#content ol li {
  padding-right: 40px;
}
#content p,
#content ul li,
#content ol li {
  line-height: 1.6em;
  font-size: 16px;
}
#content h1 {
  margin-top: 5px;
}
#content table.full_width {
  width: 700px;
  border-style: solid;
  border-width: 2px;
  border-right-width: 1px;
  border-color: #aaa;
}
#content table.full_width tr {
  background-color: #fafafa;
}
#content table.full_width th a {
  font-size: 12px;
}
#content table.full_width td.empty_table {
  height: 80px;
  text-align: center;
}
#content table.full_width td {
  border: 0 solid #ddd;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
#content table.full_width th {
  border: 0 solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 1px;
  background-color: #d1d1ff;
  font-family: arial, verdana, helvetica, sans-serif;
}
#content a {
  font-size: 1.1em;
}
#content table td a {
  font-weight: bold;
}
#content a:hover {
  text-decoration: underline;
}
#content ul li, #content ol li {
  margin-bottom: 35px;
}
#content #spinner_box {
  height: 30px;
}

/* # rightcol # */
#rightcol {
  float: right;
  width: 200px;
  text-align: center;
  padding: 10 0 15 0;
  color: white;
}
#rightcol a {
  color: white;
  font-size: 17px;
}
#rightcol hr {
  width: 90%;
}
#rightcol #section_links ul li,
#logged_in_helper_links .link_box{
  border: 2px white solid;
  background: #4449fd;
  text-align: center;
  margin: 4 20;
  text-transform: uppercase;
}
#rightcol a img {
  margin-left: 1px;
}
#rightcol #section_links ul li {
  background: #3e6bbc;
}
#rightcol #section_links li a,
#logged_in_helper_links .link_box a {
  font-size: 13px;
  display: block;
  padding: 5 2;
  line-height: 16px;
}
#rightcol #section_links ul a:hover,
#rightcol #section_links ul li.active a,
#logged_in_helper_links .link_box a:hover {
  display: block;
  background: #93bff6;
  color: #000070;
  text-decoration: none;
}

/* # footer # */
#footer {
  text-align: center;
  color: lightgrey;
  background: #4449fd;
  height: 50px;
  line-height: 1.4em;
  padding-bottom: 10px;
  border: 0px white solid;
  border-top-width: 1px;
}
#footer p {
  margin: 0;
  padding: 10 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
}
#footer a {
  color: white;
}

/* .float_clear. */
.float_clear {
  clear: both;
}
.float_left_clear {
  clear: left;
}
.float_right_clear {
  clear: right;
}

/* # front_page # */
#front_page_banner {
  height: 200px;
  border: 1px solid blue;
}
#front_page_pricing {
  height: 200px;
  border: 1px solid blue;
}

/* # management_profiles # */
#management_profiles .profile {
  margin-bottom: 40px;
}
#management_profiles .profile .profile_img {
  float: left;
  width: 0px;
  height: 160px;
  border: none;
}
#management_profiles .profile .profile_text {
  margin-left: 0px;
}

/* # create_new_project # */
#create_new_project #msg0,
#create_new_project #msg1,
#create_new_project #msg2,
#create_new_project #msg3 {
  font-size: 12px;
  padding: 10;
}

/* # messages # */
#content table#messages_list .unread {
  font-weight: bold;
}
#content table#messages_list tr td {
  white-space: nowrap;
}

/* buttons */
#content div.simpletextbutton {
  float: left;
  margin: 0 5 5 0;
}
#content div.simpletextbutton a {
  font-family: arial, helvetica, trebuchet, sans-serif;
  background: url('/images/backgrounds/graduated_gray.gif');
  border: 1px #4449fd solid;
  border-bottom-width: 2px;
  border-right-width: 2px;
  color: #4449fd;
  padding: 3 6;
  text-transform: lowercase;
  line-height: 2.2em;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
#content div.simpletextbutton a:hover {
  color: white;
  background: #93bff6;
  text-decoration: none;
}
#content table td div.simpletextbutton {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 3 0 0;
}
#content table td div.simpletextbutton a {
  border-width: 1px;
  padding: 1 4;
  line-height: 1.8em;
}


/* checkoutcmd / sshkey */
div.checkoutcmd,
div.sshkey {
  background-color: #eee;
  margin: 5 15 5 0;
  padding: 6 15;
}
div.checkoutcmd pre {
  margin: 0;
  padding: 0;
}
div.sshkey pre {
  padding: 10;
}

/* progress bars */
div.progress {
  border: #0000ff 2px solid;
  margin: 0;
  padding: 2;
}

div.progressused {
  margin: 0;
  height: 6px;
  background: #0000ff;
}

/* rails errors */
#content div.errorExplanation {
  margin: 5 0 15 0; padding: 0 0 10 0;
  border: 1px solid #bb0000;
  width: 500px;
}
#content div.errorExplanation h2 {
  margin: 0px; padding: 5 15;
  background: #bb0000;
  color: white;
  font-size: 15px;
}
#content div.errorExplanation p {
  padding: 5 10 0 15;
  font-weight: bold;
  font-size: 13px;
}
#content div.errorExplanation ul {
  list-style-type: square;
  margin-left: 40px;
}
#content div.errorExplanation li {
  margin: 0px;
  padding: 2 15 2 10;
  font-size: 13px;
}
#content div.fieldWithErrors input {
  border: 2px solid #bb0000;
}

/* news items */
#content div.news_story{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: lightgray;
  margin-right: 40px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#content div.news_story h3.news_date{
  text-transform: uppercase;
  color: gray;
  font-weight: normal;
  font-size: 11px;
}
#content div.news_story h2.news_subject{
  color:  #3e6bbc;
}
#content div.news_story div.news_footer{
  font-size: 11px;
  color:  #3e6bbc;
}
#rightcol table#news_items {
  margin: 0 15 0 20;
}
#rightcol h3 {
  margin: 5 0; padding:0px;
  font-weight: normal;
}

#rightcol table#news_items td {
  vertical-align: top;
  margin: 0px; padding: 0 0 6 0;
}
#rightcol table#news_items td.news_blurb {
  padding-left: 5px;
}
#rightcol table#news_items td a {
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  font-family: arial, tahoma, verdana, sans-serif;
}
#rightcol table#news_items span.news_subject {
  font-style: italic;
}
img.screenshot {
  border: 1px solid black;
  margin-top: 10px;
}
