* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

table {
    margin: 0;
}

th,
td {
    padding: 0px;
    border: 0px;
    border-width: 0px;
}

#nav_utility,
#header,
.pagination {
    width: auto;
    margin: 0 auto;
}

#nav_utility {
    text-align: right;
    color: #666;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 15px;
}

    #nav_utility a {
        color: #666;
        font-weight: normal;
    }

        #nav_utility a.header_plugin {
            color: #4e9923;
            font-size: 11px;
            font-weight: bold;
            padding-right: 20px;
        }

#header {
    text-align: left;
    padding-top: 19px;
    height: 29px;
}

    #header #logo_main {
        float: left;
    }

#header .lastUpdated {
    color: #999;
    float: right;
    padding-top: 17px;
}

#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    border: 16px solid #dbdbdb; /* excluded gray */
    border-top: 16px solid #00f010; /* selected green */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loginBox {
    height: 235px;
    width: 424px;
    margin: 0 auto;
    background: transparent url('images/bg_login.png') no-repeat left top;
    margin-top: 145px;
    display: block;
    padding-bottom: 145px;
    position: relative;
}

#logoutBox {
    height: 235px;
    width: 424px;
    margin: 0 auto;
    background: transparent url('images/bg_logout.png') no-repeat left top;
    margin-top: 145px;
    display: block;
    padding-bottom: 145px;
    position: relative;
}

#loginBox .formTitle,
#logoutBox .formTitle {
    clear: both;
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    padding-left: 117px;
    padding-right: 5px;
    font-size: 12px;
    padding-top: 13px;
    _padding-left: 0px;
    _margin-left: 85px;
}

#loginBox .formField,
#logoutBox .formField {
    display: block;
    float: left;
    padding-top: 10px;
}

#loginBox .formField input,
#logoutBox .formField input {
    width: 157px;
}

#loginBox .top,
#logoutBox .top {
    margin-top: 63px;
}

#loginBox .loginSubmit,
#logoutBox .loginSubmit {
    display: block;
    clear: both;
    cursor: pointer;
    width: 65px;
    height: 25px;
    overflow: hidden;
    background: transparent url('images/btn_submit.png') no-repeat left top;
    text-indent: -9999px;
    position: absolute;
    left: 241px;
    top: 130px;
    _top: 145px;
}

#loginBox .loginSubmitButton,
#logoutBox .loginSubmitButton {
    display: block;
    clear: both;
    cursor: pointer;
    width: 65px;
    height: 25px;
    overflow: hidden;
    background-color: rgba(67, 148, 0, 0.8);
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    position: absolute;
    left: 241px;
    top: 130px;
    _top: 145px;
}

.signIn {
    color: rgba(67, 148, 0, 0.8);
    background-color: #fff;
    position: absolute;
    height: 25px;
    width: 150px;
    top: 30px;
    left: 260px;
    font-size: 18px;
    text-align: right;
}
.signIn span {
    margin-right: 10px;
}

#logoutBox a {
    font-size: 16px;
    line-height: 24px;
}

#logoutBox .formTitle {
    width: 400px
}

.pagination {
    clear: both;
    padding-top: 45px;
    text-align: right;
    color: #999;
    position: relative;
    min-height: 16px;
}

.pagination h1 {
    float: left;
    text-indent: 9999px;
    background: url('images/logo_accessPoint.png') no-repeat left top;
    width: 124px;
    height: 18px;
    overflow: hidden;
    display: block;
    margin-left: 6px;
}

.pagination .docNum {
    float: left;
    padding: 4px 0px 0px 7px;
    font-size: 14px;
    color: #73b31d;
    font-weight: bold;
}

.pagination a {
    color: #999;
    cursor: pointer;
}

.pagination select {
    color: #666;
    font-size: 11px;
    width: auto;
    margin-right: 15px;
}

.bottomPag {
    padding: 20px 0px 40px;
}

.pages {
    padding: 0px 15px
}

.pages a,
.pages strong {
    padding: 0px 3px
}

.pages strong {
    font-weight: bold;
    color: #4e9923;
}

.errorBox {
    width: 949px;
    text-align: left;
    margin: 0 auto;
    left: 0px;
    color: white;
    margin-bottom: -20px;
    margin-top: 30px;
    display: none;
    overflow: hidden;
}

.errorBox div {
    background: transparent url('images/bg_error.png') no-repeat left top;
    width: 949px;
    display: block;
    overflow: hidden;
}

.errorHead {
    height: 12px;
}

.errorFoot {
    height: 10px;
    background-position: 0px -26px !important;
}

.errorContent {
    background: transparent url('images/bg_error_repeat.png') repeat-y left top !important;
}

.errorBox strong {
    font-size: 15px;
    line-height: 23px;
    display: block;
    padding-left: 26px;
}

#content {
    width: auto;
    margin: 0 auto;
    text-align: left;
    margin-top: 15px;
    min-height: 400px;
    position: relative;
}

#content #filters {
    padding-left: 0px;
}

#filters {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    padding-top: 1px;
    height: auto;
    overflow: hidden;
    display: block;
    background-color: #ececec;
}

#filters select {
    margin-top: 6px;
    color: #666;
    font-size: 12px;
    height: 20px;
}

.filter_category,
.filter_attribute {
    float: left;
}

.filter_right,
.filter_search,
.filter_view
{
    float: right;
}

.filter_category,
.filter_attribute,
.filter_view {
    width: auto;
    height: 54px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
}

#AttributeValue {
    margin-left: 10px;
}


.filter_view {
    width: auto;
    height: 64px;
    padding-top: 9px;
}

.filter_text {
     width: auto;
}

.filter_search {
    width: 255px;
    margin: 16px 0px 15px 15px;
    padding-top: 10px;
}

.btn_go {
    display: block;
    width: 55px;
    height: 23px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    background-color: rgba(67, 148, 0, 0.8);
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.btn_go:hover {
    color: #fff;
    text-decoration: none;
}

.filter_search input {
    width: 167px;
    *width: 147px;
    height: 20px;
    font-size: 11px;
    color: #666;
    float: left
}

.filter_category select,
.filter_attribute select {
    max-width: 156px;
}

.filter_view a {
    background: url('images/ap_sprite.png') no-repeat -26px -66px;
    overflow: hidden;
    width: 27px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 5px 0px 0px;
    cursor: pointer;
}

a.list_on {
    background-position: -26px -45px;
}

a.view_grid {
    background-position: 1px -66px;
}

a.grid_on {
    background-position: 1px -45px;
}

select#Attribute {
    float: left;
}

#searchArea {
    display: none;
    height: 60px;
}

#searchArea h2 {
    float: left;
    height: 21px;
    font-weight: normal;
    color: gray;
    font-size: 24px;
    margin: 22px 5px 14px 21px;
}

#searchArea strong {
    float: left;
    color: #73b31d;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 7px;
    margin-top: 22px;
    margin-left: 3px;
}

#searchArea .clearResults {
    color: #73b31d;
    font-size: 12px;
    float: right;
    padding: 32px 12px 0px;
    cursor: pointer;
}

#columnHeaders {
    clear: both;
    height: 30px;
    background: url('images/bg_columnHead_off.png') repeat-x top left;
    margin: 0px 2px;
}

#columnHeaders span {
    display: inline-block;
    background: url('images/rule_columnHead.png') no-repeat top left;
    padding-left: 10px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 30px;
    vertical-align:middle;
    cursor: pointer;
    position: relative
}

.gridView #columnHeaders {
    display: none !important;
}


/* THIS SECTION WILL BE DONE IN JS EVENTUALLY Maybe */

.attr2 {
    width: 176px;
}

.attr3 {
    width: 160px;
}

.attr4 {
    width: 185px;
}


/****************************************************/

#columnHeaders .on {
    background: url('images/bg_columnHead_on.png') repeat-x top left;
}

#columnHeaders strong {
    display: inline-block;
    zoom: 1;
    *display: inline;
    clear: none;
    vertical-align: middle;
    margin-left: 8px;
}

.sortImg {
    width: 5px;
    height: 3px;
    overflow: hidden;
    display: block;
    clear: none;
    background: url('images/ap_sprite.png') no-repeat 0px 0px;
    text-indent: -9999px;
    position: absolute;
    top: 16px;
}

.desc {
    background-position: -51px -18px;
}

.asc {
    background-position: -51px -16px;
}

#appList {
    margin: 0px 2px;
}

.listView #appList li {
    padding: 8px 0px;
    color: #333;
    font-size: 12px;
    clear: both;
    background: fff;
}

.gridView #appList {
    padding-bottom: 40px;
    padding-top: 7px;
}

.gridView #appList li {
    display: inline-block;
    margin: 8px;
    text-align: left;
    zoom: 1;
    *display: inline;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.05);
    border-radius: 2px;
}

#appList span {
    display: inline-block;
    vertical-align: text-top;
    zoom: 1;
    *display: inline;
}

.listView #appList .attr1 {
    padding-left: 6px;
    width: 384px;
    _width: 370px;
}

#appList .name {
    font-size: 12px;
    color: #007FC0;
}

#appList .namewithflyout {
    font-size: 12px;
    color: #007FC0;
}

#columnHeaders .attr1 {
    width: 370px;
}

#columnHeaders .attr3 {
    overflow: hidden;
    white-space: nowrap;
}

.listView #appList .alt,
#userBox .alt {
    background: #f6f6f6;
}

a.favorite {
    width: 13px;
    height: 13px;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    *display: inline;
    text-transform: capitalize;
    background: url('images/ap_sprite.png') no-repeat -107px -34px;
    text-indent: -9999px;
    *text-indent: 16px;
    margin: 1px 5px 0px 0px;
    *margin-left: -16px;
}

a.favOn {
    background-position: -107px -21px !important;
}

.listView .gridInfo {
    width: 360px;
}

.gridView .gridInfo {
    display: block;
    width: 186px;
    text-align: center;
    padding-left: 0px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.gridView .gridInfo .name {
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
}

#appList a.more {
    width: 9px;
    height: 9px;
    overflow: hidden;
    display: block;
    float: left;
    clear: both;
    background: url('images/ap_sprite.png') no-repeat -49px -24px;
    text-indent: -9999px;
    vertical-align: text-top;
    margin: 3px 3px 0px 0px;
    cursor: pointer;
    *text-indent: 10px;
    *margin-left: -10px;
}

#appList a.open {
    background-position: -49px -35px;
}

.listView .thumbnail_grid {
    display: none !important;
}

.gridView .thumbnail_grid {
    display: block !important;
    height: 108px;
    overflow: hidden;
     text-align: left;
    position: relative;
}

.listView .viewButtonClosed {
    display: none;
}

.gridView .viewButtonClosed {
    display: block;
    padding-right: 30px;
    color: #4e9923;
    margin-top: 8px;
    text-align: left;
    padding: 0px;
    text-align: center;
    width: 186px;
}

.gridView .appDates {
    display: block;
    clear: both;
    color: grey;
    font-size: 10px;
    padding-top: 5px;
    width: 176px;
}

.listView #appList .attr2,
.listView #appList .attr3,
.listView #appList .attr4 {
    margin-left: 8px;
    width: 168px;
}

.moreInfo {
    width: 922px;
    margin: 10px 0px 0px 22px;
    background: #fff url('images/bg_item_open.png') no-repeat top left;
    color: #333;
    display: none;
    opacity: 100;
    padding-bottom: 30px;
}

.moreInfo span {
    padding: 0px !important;
}

.moreInfo .description {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: text-top;
    width: 345px;
    padding-top: 20px !important;
    padding-left: 30px !important;
}

    .moreInfo .thumbnail {
        display: inline-block;
        zoom: 1;
        *display: inline;
        height: 108px;
        overflow: hidden;
        margin-top: 20px;
        position: relative;
    }

.moreInfo .details {
    display: inline-block;
    zoom: 1;
    width: 310px;
    vertical-align: text-top;
    color: #666;
    padding-top: 20px !important;
    margin-left: 45px;
    font-size: 11px;
}

.details .last {
    margin-bottom: 10px;
}

.showMore {
    color: #439400;
    font-size: 12px;
    display: block;
}

.removeDocState {
    color: #666;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    min-width: 150px;
    background: #d4d4d4;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #f5f2f5, #e1e1e6);
    border: solid #d4d4d4 1px;
    padding: 0px 10px;
}

.showMore {
    margin-bottom: 10px;
    float: left;
    width: 200px;
}

.details span {
    display: inline-block;
    float: left;
    padding-bottom: 4px !important;
    width: 138px;
    vertical-align: top;
    zoom: 1;
    *display: inline !important;
}

.lastUpdateDetail {
    width: 220px !important;
    display: block;
}

#flyout .lastUpdateDetail {
    font-size: 10px !important;
    color: #666;
}

.fileSize {
    width: 220px !important;
    display: block;
}

#flyout .fileSize {
    font-size: 10px !important;
    color: #666;
}

.details .attribute {
    font-weight: bold;
    display: block;
    width: 157px;
    clear: both;
}

.moreInfo p {
    font-size: 11px;
    line-height: 14px;
    padding-top: 3px;
    padding-bottom: 20px;
    overflow: hidden;
}

.specs {
    clear: both;
    display: block !important;
    font-size: 11px;
    padding-bottom: 3px !important;
    color: #666;
    font-size: 10px;
}

.moreInfo .clients {
    padding-top: 15px !important;
    font-weight: bold;
    color: #666;
}

.moreInfo li {
    padding: 5px 0px 0px !important;
    margin: 0px;
}

.clientList a {
    font-weight: normal;
    clear: both;
    display: block;
    color: #007fc0;
    height: 17px;
    text-indent: 24px;
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
}

.clientList .ajax {
    background: #fff url('images/icon_ajax.png') no-repeat bottom left;
}

.clientList .download {
    background: #fff url('images/icon_download.png') no-repeat bottom left;
}

.clientList .mobile {
    background: #fff url('images/icon_mobile.png') no-repeat bottom left;
}

.clientList .plugin {
    background: #fff url('images/icon_ie.png') no-repeat bottom left;
}

#flyout {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 100000 !important;
}

#flyout_top {
    display: block;
    width: 354px;
    height: 23px;
    background: transparent url('images/bg_flyout_top.png') no-repeat top left;
}

#flyout_bottom {
    display: block;
    width: 354px;
    height: 14px;
    background: transparent url('images/bg_flyout_bottom.png') no-repeat top left;
}

#flyout_mid {
    display: block;
    width: 354px;
    background: transparent url('images/bg_flyout_mid.png') repeat-y top left;
    position: relative;
}

#flyout_mid span,
#flyout_mid h3,
#flyout_mid p,
#flyout_mid ul,
.viewingOptions strong {
    padding: 0px 22px;
}

#flyout_mid h3 {
    font-size: 16px;
    font-weight: normal;
}

#flyout_mid p {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px;
    overflow: hidden;
}

#flyout_mid .viewingOptions strong {
    font-weight: bold;
    padding: 10px 10px 0px 22px;
    display: block;
    float: left;
}

#flyout_mid .clientList {}

#flyout_mid .details {
    margin-top: 15px;
    display: block;
}

#flyout_mid .details span {
    display: block;
    padding-bottom: 4px !important;
    width: 133px;
    padding-right: 0px;
    padding-left: 0px;
}

#flyout_mid .details .attribute {
    font-weight: bold;
    display: block;
    width: 158px;
    clear: both;
}

#flyout_mid .details .more {
    background: url('images/ap_sprite.png') no-repeat -46px -26px;
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    float: left;
    clear: both;
    margin: 3px 5px 0px 0px;
}

#flyout_arrow_left {
    visibility: hidden;
    width: 33px;
    height: 45px;
    background: transparent url('images/bg_flyout_arrow_left.png') no-repeat top left;
    position: absolute;
    left: -24px;
    top: 48px
}

#flyout_arrow_right {
    visibility: hidden;
    width: 33px;
    height: 45px;
    background: transparent url('images/bg_flyout_arrow_right.png') no-repeat top left;
    position: absolute;
    left: 346px;
    top: 48px
}

#flyout #closeFlyout {
    position: absolute;
    top: -6px;
    left: 328px;
    width: 15px;
    height: 13px;
    overflow: hidden;
    background: transparent url('images/btn_close.png') no-repeat top left;
    text-indent: -9999px;
    cursor: pointer;
}

.moreInfo h3 {
    font-size: 16px;
    line-height: 16px;
}

#footer {
    width: 100%;
    background: #e8e8e8;
    height: 100%;
    _height: 30px;
    display: block;
}

#footer_content {
    width: 953px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    color: #999;
}

#footer_content a {
    color: #999;
}

.about {
    float: left;
}

.copyright {
    float: right;
}


#loading .loading-text {
    display: block;
    font-size: 18px;
    margin-top: -120px;
    color: #999;
}

#whiteOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0px;
    left: 0px;
    opacity: .5;
    z-index: 1000;
    filter: alpha(opacity=50)
}

#darkOverlay {
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1003;
    background: transparent url('images/bg_overlay.png') repeat top left;
    display: none;
    height: 100%;
    width: 100%;
}

#userBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200000;
    display: none;
}

#userBox_top {
    display: block;
    height: 32px;
    top: 18px;
    position: relative;
    margin-right: -15px;
   background: transparent url('images/bg_popTop.png') no-repeat top right;
}

#userBox_mid {
    display: block;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    min-height: 300px;
    overflow: hidden;
}

#userBox h2 {
    font-size: 31px;
    font-weight: normal;
    padding-left: 40px;
    padding-bottom: 18px;
    padding-top: 32px;
}

#userBox #profileContent {
    display: none;
}

#userBox .favorites-documents-header {
    padding-left: 40px;
}

#userBox .tabs-menu {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
    margin-left: 40px;
    margin-right: 40px;
}

#userBox .tabs-menu li {
    list-style: none;
    display: inline-block;
    border-top: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background-color: #e9e9e9;
    cursor: pointer;
}

.tabs-selected {
    background-color: #fff !important;
}

.tabs-content {
    padding-top: 20px;
}

#userFavs {
    padding: 20px 0px 0px 40px;
    font-size: 12px;
}

#userFavs span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-weight: bold;
}

#userFavs ul {
    margin: 0px;
    padding: 0px;
}

#userFavs li {
    clear: both;
    padding: 0px;
    margin: 0px;
    display: block;
    padding: 8px 0px;
    *margin-left: -17px;
}

#userFavs .favList_item {
    font-weight: normal;
}

#userFavs .favList_name {
    width: 440px;
}

#userFavs .favList_category {
    width: 156px;
}

#userFavs .favList_date {
    width: 166px;
}

#userBox h3 {
    color: #666666;
    font-size: 24px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    width: 245px;
    height: 28px;
}

#userBox .userDetails h3 {
    background-image: none;
}

#userBox .userDetails {
    float: left;
    width: 380px;
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.userPassword {
    float: left;
    display: block;
    width: 380px;
    padding: 45px 0px 0px 20px;
    height: 250px;
    font-size: 12px;
    border-left: 1px solid #d0d0d0;
    margin-bottom: 14px;
}

.userPassword .inputDesc {
    clear: both;
    display: block;
    width: 150px;
    float: left;
    margin-top: 6px;
    height: 20px;
    line-height: 30px;
}

.userPassword input {
    display: inline-block;
    margin-top: 6px;
    height: 20px;
    width: 150px;
}

.userPassword a.submitPass {
    display: block;
    clear: both;
    margin-left: 150px;
    background: transparent url('images/ap_sprite.png') no-repeat -55px -49px;
    text-indent: -9999px;
    width: 65px;
    height: 25px;
    margin-top: 10px;
}

.errorPass {
    clear: both;
    color: red;
    display: none;
    float: left;
    font-weight: normal;
    padding: 5px 0;
    width: 380px;
}

#userBox p {
    font-size: 12px;
    padding-left: 40px;
    padding-top: 10px;
    width: 400px;
}

.userDetails strong {

}

.userDetails .user-details-header {
    font-weight: bold;
    padding: 20px 0px 3px;
    display: block;
}

.userDetails .name {
    display: inline-block;
}

.userDetails select {
    color: #666;
    font-size: 12px;
}

.userDetails a {
    color: #439400;
    margin-left: 7px;
}

#userBox .nameForm {
    display: block;
    margin-top: 18px;
    width: 100%;
}

.nameForm #newName {
    vertical-align: top;
}

.nameForm .nameSubmit {
    padding: 0 5px;
    height: 19px;
    overflow: hidden;
    display: inline-block;
    background-color: rgba(67, 148,0, 0.8);
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.cleaner {
  clear: both;
  font-size: 1px;
}

.gridView .listOnly {
    display: none !important;
}

.listView .gridOnly {
    display: none !important;
}

.cancel {
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
    *display: inline;
}

#ie6fix {
    position: absolute;
    top: 0px;
    left: 0px;
}

.moreAttribs {
    display: none;
}

.docStateDone:hover {
    text-decoration: none;
    color: #666;
    cursor: default;
}

.listView #listArea {
    overflow-x: auto;
    white-space: nowrap;
}

.listView #listArea li {
    white-space: normal;
}

.listView #listArea #appList, .listView #listArea #columnHeaders {
    min-width: 940px;
}

#prev, #next, .showing {
    white-space: nowrap;
}

table {
    width: 100%;
margin:1;
text-align:center;
position: relative;
margin-right:0;
margin-left:0%;
margin-bottom:10px;
float: left;
}


   .copyright{         
	color:black;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: Top;

   }



.styletwo {
	   color: black;
	   font-size: 12px;
	text-decoration: none;
		  vertical-align: Top;

}
   

.styletwo:link{

	text-align : right;
}


.styletwo:visited {
	text-align : right;
	color: black;
}