* { padding:0; margin:0; }
body {
    font-family:Arial, sans-serif;
    font-size:13px;
    color:#555;
    background-color:#FFF;
}
h1,h2,h3,h4,h5,h6,input,select,option {
    font-size:13px;
    font-family:Arial, sans-serif;    
}
ul li { list-style:none; }
.hr { clear:both; float:none; }
.hr hr {display:none;}
a {
    text-decoration:none;
    color:#69f;
    outline:none;    
}
a:hover {
    color:#4D81B3;
}

#container {
    width:1000px;
    margin:0 auto;
}

#top {    
    position:relative;
    padding:0;
}
#middle {
    position:relative;
}
.subnav {
    padding:10px 0 20px;
    text-transform:capitalize;
}
.subnav ul li {
    display:inline;
    padding-right:25px;
}

.subnavLink {
    font-size:14px;
    font-weight:bold;
}

.memoNoteBox {
    background:#e9fae9;
    padding:10px 5px 20px 20px;
    border:1px solid #9c6;
    margin:0 auto 10px;
    width:913px;
    color:#999;
    font-size:16px;
    position:relative;
    
}

.smallBox {
    width:378px;
}
.bodyFont {
    font-size:14px;
}

.topLeft, .topRight, .bottomRight, .bottomLeft {
    display:block;
    position:absolute;
    width:6px;
    height:6px;
}

.topLeft {
    top:-1px;
    left:-1px;
    background:url(/pro/static/graphics/ul_corner.png) no-repeat 0 0;
}

.topRight {
    top:-1px;
    right:-1px;
    background:url(/pro/static/graphics/ur_corner.png) no-repeat 0 0;
}

.bottomLeft {
    bottom:-1px;
    left:-1px;
    background:url(/pro/static/graphics/ll_corner.png) no-repeat 0 0;    
}

.bottomRight {
    bottom:-1px;
    right:-1px;
    background:url(/pro/static/graphics/lr_corner.png) no-repeat 0 0;    
}

.memoNoteBox .closeButton {
    float:right;
    display:block;
    width:23px;
    height:23px;
    background:url(/pro/static/graphics/close.png) no-repeat 0 0;
    text-indent:-1000em;
    z-index:4;
}

.memoNoteBox p {
    padding:10px 10px 0 0;
    z-index:3;    
}

#homepageActions {
    position:absolute;
    top:35px;
    right:60px;
}
.homepageActionsList li {
    display:inline;
    padding-right:5px;
    font-size:18px;    
}
.homepageActionsList li a {
    color:white;

}
.legal-section-header {
    font-size:18px;
    padding:20px 0;
}
.promoImageBox {
    position:absolute;
    bottom:-2px;
    right:0px;
    z-index:1;
}
.promoImageBox img {
    z-index:1;
}
#subNav.homeNav,
#subNav.homeNav .leftEdge,
#subNav.homeNav .rightEdge {
    height:69px;
}
#subNav.homeNav #subNavInner {
    padding-bottom:17px;
}
#middleContainer .columnLeft,
#middleContainer .columnCenter,
#middleContainer .columnRight {
    width:300px;
    padding-top:10px;
    float:left;
    min-height:400px;
    position:relative;
}
#middleContainer .columnLeft, #middleContainer .columnCenter {
    border-right:1px solid #e3e2e2;
    padding-right:7px;
    margin-right:14px;
}
#middleContainer h2 {
    color:#999;
    font-size:24px;
    padding-bottom:10px;
}
#middleContainer p {
    font-weight:normal;
    line-height:1.5em;
    padding-bottom:30px;
    font-size:120%;
}
#middleContainer.home {
    padding-left:20px;
}
#middleContainer.home h2 {
    font-size:140%;
}
#middleContainer.home p {
    font-size:110%;
    padding:0 0 10px 0;
}
#main_signup_promo_button {
    padding:30px 0 0 40px;
}
#main_signup_promo_button a {
    background:url(/pro/static/graphics/sign_up.png) no-repeat 0 0;
    overflow:hidden;
    height:34px;
    width:160px;
    text-indent:-1000em;
    display:block;
    
}

#headline {
    font-size:24px;
    font-weight:normal;
}

.promoDashboardContainer {
    display:block;
    position:relative;
    width:305px;
    height:156px;
    background:url(/pro/static/graphics/callout_box.png) no-repeat 0 0;
}

.promoDashboardContainer img {
    position:absolute;

}
.promoDashboardContainer img.specialForNeil {
    top:34px;    
    left:12px;
}
#topContainer {
    background:url(/pro/static/graphics/black_back.png) no-repeat 0 0;
    height:361px;
    width:1000px;
    position:relative;
    color:white;
}
.footerLinkList li {
    display:inline;
    padding-right:15px;
}

/*TOS  */
#termsOfServiceContainer {
    height:390px;
    overflow:auto;
    border:1px solid #ccc;
    font-size:14px;
    padding:20px 20px 20px 40px;
}
#termsOfServiceContainer ol li {
    font-weight:bold;
    font-size:16px;
}

#termsOfServiceContainer p {
    line-height:1.5em;
    padding:5px 5px 10px 0;
}

.termsButtonPlaceholder {
    height:70px;
}

#termsContainer {
    padding-top:35px;
    margin:0 auto;
    width:938px;

}

#termsContainer h1 {
    font-size:24px;
    padding-bottom:15px;
}
.termsButtonContainer {
    width:400px;
    margin:10px auto 60px;
}

/* faq / more info*/
.faqContainer {
    width:938px;
    margin:30px auto 50px;
    
}
.faqContainer p {
    padding:5px 0 15px;
    line-height:1.5em;
    font-size:14px;
}
.faqContainer ol, .faqContainer ul {
    font-size:14px;
    padding:0 40px 10px;    
}

.faqContainer ul li {
    list-style-type:disc;
    padding-bottom:4px;
}

.faqContainer ol li {
    padding-bottom:4px;
}

/* signup / signin  */
#signUpPageContainer, .loginPageContainer  {
    padding:0 0 60px 43px;
}
.signupContainer, .loginContainer {
    background:#faf9e9;
    margin-bottom:15px;
    padding:10px 10px 20px;
    width:700px;
    
}

.promoAccountCreationLinks {
    float:right;
    padding-right:263px;
    font-size:14px;
}

.errorContainer {
    background:#fae9e9;
    /* text-transform:capitalize; */
    position:relative;
    border: 1px solid #cc6666;
    width:700px;
    margin-bottom:15px;
    padding:10px 5px 20px 20px;
    width:695px;
    color:#777;
    font-size:16px;
}

.errorContainer .topLeft {
    top:-1px;
    left:-1px;
    background:url(/pro/static/graphics/ul_corner_red.png) no-repeat 0 0;
}

.errorContainer .topRight {
    top:-1px;
    right:-1px;
    background:url(/pro/static/graphics/ur_corner_red.png) no-repeat 0 0;
}

.errorContainer .bottomLeft {
    bottom:-1px;
    left:-1px;
    background:url(/pro/static/graphics/ll_corner_red.png) no-repeat 0 0;    
}

.errorContainer .bottomRight {
    bottom:-1px;
    right:-1px;
    background:url(/pro/static/graphics/lr_corner_red.png) no-repeat 0 0;    
}


.columnLeft {
    float:left;
    width:160px;
}

.loginContainer label {
    font-size:18px;
    color:#999;
}
.submitButtonBackground {
    background: url(/pro/static/graphics/share_blue_button.png) no-repeat 0px 0px;
    border:0;
    color:white;
    cursor:pointer;
    font-size:13px;
    height:30px;
    width:100px;
}

.columnRight {
    float:left;
}

#middleContainer .columnRight .homeLogoSample h2 {
    padding-bottom:0;
}
#middleContainer .columnRight .homeLogoSample {
    padding-left:50px;
    padding-right:0;
}
.formLevel input, .result input {
    border:1px solid #c93;    
    padding:8px;
    width:300px;
    font-size:14px;
}
.result {
    padding-top:6px;
}
.signUpExplanationTextBox {
    padding-top:10px;
}

#signUpHeadline, #loginHeadline {
    padding:30px 0 20px 43px;
    font-size:38px;
    color:#454545;
    font-weight:normal;
}
.signUpTeaserParagraph, .loginTeaserParagraph {
    color:#999;
    font-size:20px;
    padding:0 0 25px 43px;
}

/* settings */
.settingsPageContainer  {
    padding:20px 0 60px 0px;
}
.settingsContainer {
    background:#faf9e9;
    margin-bottom:55px;
    padding:10px 10px 20px;
    font-size:14px;
    width:938px; 
}
.settingsContainer .columnLeft, .shortenContainer .columnLeft {
    float:left;
    width:450px;
    
}

.settingsExample {
    line-height:175%;
    background-color:#ddd;
    padding:12px;
    margin-bottom:12px;
}

.dn {
    display:none;
}

.indent {
    margin-left:20px;
}

ul.restore_bullet {
    padding-left:30px;
}

ul.restore_bullet li {
    list-style:disc;
    margin-bottom: 10px;
}

.steps {
    font-size:12px;
    color:#bbb;
    background-color:#000;
    padding:8px 16px;
    border-bottom:1px solid #bbb;
    margin:8px 0 16px -8px;
    text-align:right;
}
.steps em {
    font-style:normal;
    color:#fff;
}
.example ol.long_track_list {
    padding:10px 0 0 30px;    
}

.example ol.long_track_list li {
    padding-bottom:25px;
}

.example ul.long_track_list {
    padding:10px 0 0 30px;    
}

.example ul.long_track_list li {
    padding-bottom:25px;
    list-style:disc;
}

.columnLeft p {
    font-size:12px;
    font-weight:bold;
    color:#333;
    line-height:1.5em;
    padding:0 45px 10px 0;
}
.settingsHeadline, .shortenHeadline {
    margin-top:1em;
    font-size:22px;
    color:#454545;
    font-weight:bold;
    font-weight:normal;
}
.settingsForm{
    padding-left:43px;
    width:400px; 
    min-height:150px;
}
.validationErrorContainer {
    background:#fae9e9;
    position:relative;
    border: 1px solid #cc6666;
    width:378px;
    margin-bottom:10px;
    padding:10px;
    color:#777;
    font-size:14px;
}

.validationErrorContainer .topLeft {
    top:-1px;
    left:-1px;
    background:url(/pro/static/graphics/ul_corner_red.png) no-repeat 0 0;
}

.validationErrorContainer .topRight {
    top:-1px;
    right:-1px;
    background:url(/pro/static/graphics/ur_corner_red.png) no-repeat 0 0;
}

.validationErrorContainer .bottomLeft {
    bottom:-1px;
    left:-1px;
    background:url(/pro/static/graphics/ll_corner_red.png) no-repeat 0 0;    
}

.validationErrorContainer .bottomRight {
    bottom:-1px;
    right:-1px;
    background:url(/pro/static/graphics/lr_corner_red.png) no-repeat 0 0;    
}

.settingsForm h5 {
    padding-bottom:10px;
    font-size:18px;
}

.settingsForm .settingsTeaser {
    font-size:14px;
}

.settingsForm p {
    line-height:1.5em;
    padding-bottom:10px;

}

.settingsContainer .columnLeft p {
    font-size:14px;
    font-weight:normal;
}

.settingsQuestionsList {
    padding-bottom:10px;
    font-size:14px;
}
.example ul li {
    padding-bottom:10px;
}
.example ul li code.block {
    display:block;
    padding-bottom:8px;
}
.formLevel input {
    border:1px solid #c93;    
    padding:8px;
    color:#777;
    width:300px;
    font-size:28px;
}
.pro_form_button {
    background: url("/pro/static/graphics/pro_button.png") no-repeat bottom center;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 39px;
    text-align: center;
    width: 162px;
}

.pro_form_button_small {
    background: url("/pro/static/graphics/button_sm.png") no-repeat bottom center;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height:1em;
    text-align: center;
    width: 60px;
}

.longDomainDeleteButtonBox {
    float:right;
}
.longDomainItem {
    padding-bottom:15px;
    font-size:14px;
}



.verificationButtons {
    width:330px;
    margin:15px 0 0;
}
.examples, .result_long_url {
    margin-top:.25em;
    margin-bottom:1em;
    font-size:12px;
}

.example p {
    font-size:14px;
}
.example {
    background: #fff; 
    border:1px solid #ccc;
    padding: 10px 10px 10px;
    margin-bottom:10px;
    font-size:14px;    
}

/*  dashboard */
#dashboardContainer {
    margin:0 auto;
    width:97%;
}

#dashboardContainer p {
    padding-bottom:10px;
}

#dashboardContainer h1 {
    font-size:28px;
    color:#333;
    padding-bottom:10px;
}

#dashboardContainer h3 {
    color:#666;
    font-size:16px;
    padding-bottom:10px;
}

#dashboardContainer .grid_6 {
    padding-bottom:15px;
}
#summaryChart {
    width:938px;
    height:300px;
}
.topbit{
    float:left;
    width:440px;
}

/*  shorten */
#shortenPageContainer {
    margin: 0 auto 60px;
    width:938px;  
}
.hash img {
    border:0;
}
.shortenContainer {
    background:#faf9e9;
    padding:10px 10px 20px;
    margin-bottom:15px;  


}
/* bottom */

#bottom {
    border-top:1px solid #ccc;
    margin-top:30px;
    padding:10px 0 80px;
    clear: both;
    float: none;
}

/* from bitly main */
.footerSiteTourPromo {
    position:relative;
    margin-top:30px;
}
.footerSiteTourMessage {
    background:#6BAFF0;
    padding:14px 10px;
    color:white;
    font-size:16px;
}
.footerSiteTourMessage a {
    color:#efefef;
}
.footerSiteTourMessage a:hover {
    color:white;
}

.footer_up_left_corner, .footer_up_right_corner, .footer_down_left_corner, .footer_down_right_corner {
    display:block;
    position:absolute;
    width:5px;
    height:5px;
    border:0;
/*    top:0;
    left:0;*/
    text-indent:-1000px;
    overflow:hidden;
}
.footer_up_left_corner {
    background:url(/pro/static/graphics/blue_corner_ul.png) no-repeat 0 0;
    top:0;
    left:0;
}
.footer_up_right_corner {
    background:url(/pro/static/graphics/blue_corner_ur.png) no-repeat 0 0;
    top:0;
    right:0;
}
.footer_down_right_corner {
    background:url(/pro/static/graphics/blue_corner_lr.png) no-repeat 0 0;
    bottom:0;
    right:0;
}
.footer_down_left_corner {
    background:url(/pro/static/graphics/blue_corner_ll.png) no-repeat 0 0;
    bottom:0;
    left:0;
}

.footerLinksContainer h2 {
    font-size:13px;
    color:#666;
}

.footerLinksContainer ul {
    padding-top:5px;
}

.footerLinksContainer li {

    padding-bottom:3px;
}
.bitlyTrademarkContainer {
    float:right;
}
.footerColumn1, .footerColumn2, .footerColumn3, .footerColumn4, .footerColumn5 {
    float:left;
    width:140px;
}
.homeLogoSample {
    text-align:center;
    padding:5px 10px 5px 0px;
    float:left;
}
.homeLogoSample h2 {
    font-weight:normal;
}
.homeLogoSample img {
    border:0;
}
.home_more_button {
    position:absolute;
    bottom:0;
    left:60px;
    text-align:center;
    width:180px;
}
.orange_button {
    background:url(/pro/static/graphics/orange_button.png) no-repeat 0 0;
    width:180px;
    line-height:30px;
    height:30px;
    display:block;
    font-size:16px;
    font-weight:normal;
    color:white;
}
a.orange_button:hover {
    color:white;
    text-decoration:underline;
}
tr.even {
    background-color:#F6F6F6;
}
.user_status {
    height:30px;
    line-height:40px;
    font-size:12px;
    font-weight:normal;
}
