html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, td, tr, table, div {
  margin: 0;
  padding: 0;
  border: 0;
}

a, img {
  border: 0px;
}

a.boxlink {
  height: 100px;
  width: 250px;
  border: 0px;
}

body {
  font-family: sans-serif;
}

header {
    margin-bottom: 5px;
}

h1 {
  font-size: 167%;
  font-family: 'Rosario', sans-serif;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  margin-left: 5px;
}

h2 {
  font-size: 0.7em;
  font-family: sans-serif;
  margin-top: 20px;
}

.header_title {
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    padding: 5px;
}

#navigation {
    text-align: right;
    font-family: 'Arimo', sans-serif;
    padding-top: 5px;
    padding-left: 5px;
}

a:visited, a:link {
    color: #000000;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

#navigation ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#navigation ul li {
    margin-left: 0;
    padding: 3px 5px;
    list-style: none;
    display: inline;
}

#navigation ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

#page_header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 5px;
}

.page_header_text {
    font-size: 167%;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
}

#page_header_right {
    text-align: right;
}

#page_header_info {
    padding: 5px;
    background-color: #FFBABA;
    border: 1px solid #D8000C;
    font-size: 77%;
    font-family: 'Arimo', sans-serif;
    margin-right: 15px;
    color: #292929;
    margin-top: 1px;
}

#page_header_button {
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
}

.linkcontainer {
  width: 99%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.linkbox {
  width: 250px;
  height: 100px;
  margin: 20px;
  display: inline;
  line-height: 110px;
}

.index_linkbox {
    width: 320px;
    height: 100px;
    margin-bottom: 40px;
    text-align: center;
}

.header {
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 1px solid gray;
}

.label {
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 10px;
}

a.link:link {
  text-decoration: none;
  color: #000000;
}

a.link:visited {
  text-decoration: none;
  color: #000000;
}

a.link:hover {
  text-decoration: underline;
  color: #000000;
}

#addlinkbox {
  margin-left: 50px;
  margin-top: 30px;
}

.login_container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.login_header {
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    font-size: 182%;
    margin-bottom: 10px;
}

.login_submit {
    margin-top: 10px;
    text-align: right;
}

.login_register {
    padding-top: 9px;
    font-family: 'Arimo', sans-serif;
    font-size: 123.1%;
}

.login_container input[type="text"], .login_container input[type="password"] {
    width: 96%;
    padding: 5px;
    font-family: 'Arimo', sans-serif;
}

.login_container p {
    margin-top: 10px;
}

.login_container label {
    padding-bottom: 2px;
    display: block;
    font-family: 'Rosario', sans-serif;
}

ul.errorlist {
    list-style: none;
    padding: 5px;
    background-color: #FFBABA;
    border: 1px solid #D8000C;
    margin-top: 10px;
    margin-bottom: 10px;
}

#registration {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.registration_header {
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    font-size: 182%;
    margin-bottom: 10px;
}

#registration input[type="text"], #registration input[type="password"] {
    width: 96%;
    padding: 5px;
    font-family: 'Arimo', sans-serif;
}

#registration label {
    padding-bottom: 2px;
    display: block;
    font-family: 'Rosario', sans-serif;
}

#private_label {
    display: inline !important;
    margin-left: 5px;
}

#registration p {
    margin-top: 10px;
}

.registration_submit {
    margin-top: 10px;
    text-align: right;
}

#registration_captcha {
    margin-top: 20px;
}

#registration_captcha input[type="text"] {
    width: 180px;
    float: right;
}

#registration_done {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: #dedede;
    padding: 20px;
    border: 1px solid #bcbcbc;
}

#registration_done p {
    padding: 5px;
    font-family: 'Arimo', sans-serif;
}

#activation_done {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: #dedede;
    padding: 20px;
    border: 1px solid #bcbcbc;
}

#activation_done p {
    padding: 5px;
    font-family: 'Arimo', sans-serif;
}

.activation_done_header {
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    font-size: 182%;
}

.activation_done_link {
    font-size: 123.1%;
}

#saving {
    padding: 5px;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    display: none;
    left: 50%;
    position: absolute;
    top: 20px;
    z-index: 10;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 123.1%;
}

#saved {
    padding: 5px;
    width: 100px;
    display: none;
    margin-left: -50px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 123.1%;
}

#error {
    padding: 5px;
    width: 300px;
    text-align: center;
    margin-left: -150px;
    display: none;
    left: 50%;
    position: absolute;
    top: 20px;
    z-index: 10;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    font-size: 123.1%;
}

#edit_container {
    margin-left: 20px;
    margin-right: 20px;;
    margin-top: 20px;
    text-align: center;
}

#edit_container p, #edit_container h1 {
    text-align: left;
}

.edit_icon {
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
}

.edit_icon_image {
    cursor: pointer;
}

.edit_linkbox {
    padding-bottom: 60px;
    width: 320px;
}

.edit_checkbox {
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
}

.edit_info_container {
    border: 1px solid #cccccc;
    background-color: #efefef;
    margin: 2px;
    padding: 5px;
}

.edit_info_container_selected {
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
}

.edit_info_container_error {
    background-color: #FFBABA;
    border: 1px solid #D8000C;
}

.edit_info_icons {
    padding-top: 6px;
    text-align: right;
    margin-right: 20px;
}

.edit_info_icon {

}

.edit_info {
    font-family: 'Arimo', sans-serif;
}

.edit_info p {
    padding-left: 20px;
}

.edit_info_title {
    font-weight: bold;
}

.edit_info_url {
    font-size: 93%;
}

.edit_checkbox input[type="checkbox"] {
}

#edit_right h1 {
    text-align: right;
}

.edit_my {
    margin-bottom: 20px;
}

.edit_my_linkbox {
    text-align: center;
}

.edit_my_controls {
    padding-top: 10px;
}

h1 input {
    font-size: 60% !important;
    float: right;
}

#order_linkcontainer {
    width: 99%;
    text-align: center;
    margin: auto;
}

.order_linkbox {
    width: 320px;
    height: 110px;
    padding-top: 10px;
    margin-bottom: 40px;
    cursor: move;
    background-color: #ffffff;
}

.order_linkbox:hover {
    -moz-box-shadow: inset 0 0 5px #bcbcbc;
    box-shadow: inset 0 0 5px #bcbcbc;
}

#order_linkcontainer {

}

.order_placeholder {
    width: 318px;
    height: 108px;
    padding-top: 10px;
    margin-bottom: 40px;
    border: 1px dotted #dedede;
    background-color: #efefef;
}

#order_linkcontainer ul li {
    display: inline;
}

#order_linkcontainer li {
    padding: 70px;
    height: 200px;
    width: 300px;
}

.disabled {
    display: none;
}