﻿div#popup-overlay {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    min-height: 100%;
    background-color:#000000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index:100;
    display:none;
}
div#popup-wrapper {
    position:absolute;
    z-index:1000;
    top:20%;
    left:28%;
    width:400px;
    height:440px;
    background-color:#cccccc;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:none;
}
div#popup-wrapper-contactform {
    position:relative;
    margin:2px;
    width:396px;
    height:436px;
    background-color:#FFFFFF;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url('../img/bkg_popup_contact_specialproject.jpg');
    background-repeat:no-repeat;
    text-align:left;
}
div#popup-contactform {
    position:relative;
    padding-top:220px;
    padding-left:16px;
}
div#popup-contactform input.text-field {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:136%;
    display:block;
    margin-top:10px;
    padding:5px;
    border:1px solid #dddddd;
    background-color:#fefefe;
    color:#666666;
}
div#popup-contactform input.cancel-button {
    background-image: url('../img/bkg_button_repeat_x_grey.jpg');
    border:1px solid #dddddd;
    background-repeat:repeat-x;
    padding:3px;
    cursor:pointer;
    font-size:121.9%;
    display:inline;
    color:#666666;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top:10px;
    width:auto;
}
div#popup-contactform input.save-button {
    background-image: url('../img/bkg_button_repeat_x_green.jpg');
    background-repeat:repeat-x;
    border: 1px solid #05A700;
    padding:3px;
    cursor:pointer;
    font-size:121.9%;
    display:inline;
    color:#fefefe;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top:10px;
    width:auto;
}
div#popup-contactform-error {
    margin-top:4px;
    font-size:91%;
    color:#666666;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
    width:300px;
    padding:5px;
    border: 1px solid #c40000;
    background-color:#ffebea;	
}
div#popup-contactform-success {
    font-size:91%;
    color:#666666;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
    padding:5px;
    border: 1px solid #479f4d;
    background-color:#ecffed;
}


div#logo-dca {
    float: left;
    background-image: url('../img/logo_header_dca.jpg');
    width: 199px;
    height: 111px;
    position: relative;
}
div#content {
    position: relative;
    float: left;
    width: 697px;
    height: auto;
    background-image: url('../img/bkg_content_repeat_no.jpg');
    background-repeat: no-repeat;
}
div#content-home {
    position: relative;
    float: left;
    width: 697px;
    height: 1330px;
    background-image: url('../img/bkg_content_repeat_no.jpg');
    background-repeat: no-repeat;
}
div#content-wrapper {
    position: relative;
    float: left;
    width: 697px;
    height: 100%;
    background-image: url('../img/bkg_content_repeat_y.jpg');
    background-repeat: repeat-y;
    background-position:bottom;
}
    
div#menu {
    float: right;
    width: 498px;
    height: 57px;
}
div#menu-search {
    position: relative;
    float: right;
    width: 498px;
    height: 54px;
    background-image: url('../img/bkg_menu_search.jpg');
    background-repeat: no-repeat;
}
div#menu-search-box {
    position: absolute;
    top: 5px;
    left: 70px;
}
div#menu-search-box input {
    border: 1px #ddc168 solid;
    width: 311px;
    height: 21px;
    color: #808080;
    background-color: #fff8e1;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    border-radius:2px;
}
div#menu-search-btn {
    position: absolute;
    top: 5px;
    left: 391px;
}
div#menu-search-btn input {
    background-image: url('../img/btn_menu_search.jpg');
    background-repeat: no-repeat;
    width: 75px;
    height: 23px;
    border: 0px;
    cursor:pointer;
}

div#sub-marketing-banners {
    position:relative;
    float:left;
    margin-top:2px;
    margin-left:32px;
    margin-bottom:10px;
    width:664px;
    height:128px;
    z-index:0;
    background-image: url('../img/banner_marketing_background.jpg');
    background-repeat: no-repeat;
    overflow:hidden;
    cursor:pointer;
}

div#partnerscroll-marketing-banners {
    position:relative;
    margin-top:19px;
    margin-left:26px;
    width:664px;
    height:128px;
    z-index:0;
    background-image: url('../img/banner_marketing_background.jpg');
    background-repeat: no-repeat;
    overflow:hidden;
    cursor:pointer;
}
div#partnerscroll-visual-fadeOut {
    position: absolute; 
    top: 148px; 
    left: 23px;
    z-index:0;
}
div#partnerscroll-visual-fadeIn {
    position: absolute; 
    top: 148px; 
    left: 23px;
    z-index:1;
    display:none;
}
div#partnerscroll {
    position: absolute; 
    top: 568px; 
    left: 30px;
    background-image:url('../img/bkg_ourpartners_scrollbox.jpg');
    background-repeat:no-repeat;
    width:656px;
    height:115px;
    overflow:hidden;
    z-index:1;
}
div#partnerscroll-switcher-status {
    margin-top:12px;
}
div#partnerscroll-switcher-back {
    margin-top:5px;
    margin-left:1px;
    width:20px;
    height:66px;
    float:left;
}
div#partnerscroll-switcher-logos {
    position:relative;
    margin-top:8px;
    margin-left:9px;
    width:594px;
    height:62px;
    float:left;
    overflow:hidden;
}
div#partnerscroll-switcher-logos-sets {
    position:absolute;
    left:2px;
    width:592px;
    height:62px;
    position:absolute;
    text-align:left;
    overflow:hidden;
    z-index:1;
}
div#partnerscroll-switcher-logos-set-1 {
    position:absolute;
    width:594px;
    height:62px;
    position:absolute;
    text-align:left;
    z-index:0;
}
div#partnerscroll-switcher-logos-set-2 {
    position:absolute;
    left:610px;
    width:594px;
    height:62px;
    position:absolute;
    text-align:left;
    z-index:0;
    display:none;
}
div#partnerscroll-switcher-forward {
    position:absolute;
    left:627px;
    top:33px;
    width:29px;
    height:66px;
    float:right;
    z-index:1;
}
div#whatisdca {
    position: absolute;
    top: 697px;
    left: 30px;
    background-image:url('../img/bkg_whatisdca.jpg');
    background-repeat:no-repeat;
    width:324px;
    height:611px;
    text-align:left;
}
div#whatisdca p {
    margin-top:58px;
    margin-left:17px;
    width:290px;
}
div#whatisdca strong {
    color: #192389;
    font-size:108%
}
div#ourservices {
    position: absolute; 
    top: 697px; 
    left: 365px;
    background-image:url('../img/bkg_ourservices.jpg');
    background-repeat:no-repeat;
    width:325px;
    height:611px;
    text-align:left;
}
div#ourservices p {
    margin-top:58px;
    margin-left:17px;
    width:290px;
}
div#ourservices strong {
    color: #192389;
    font-size:108%;
}
div#quickcontact {
    position: relative;
    float: right;
    width: 291px;
    height: 316px;
}
div.quickcontact-bkg-default {
    background-image: url('../img/bkg_default_quickcontact.jpg');
    background-repeat: no-repeat;
}
div.quickcontact-bkg-sub {
    background-image: url('../img/bkg_sub_quickcontact.jpg');
    background-repeat: no-repeat;
}
div#quickcontact-form {
    position: absolute;
    top: 50px;
    left: 43px;
    line-height: 40px;
    text-align: left;
}
div#quickcontact-form input  
{
    padding-top:2px;
    margin-top:5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
}
div#quickcontact-form select {
    margin-left: 0px;
    margin-top:5px;
    height: 25px;
    font-size: 93%;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
}
div#quickcontact-form textarea {
    width: 193px;
    height: 60px;
    margin-top: 8px;
    padding: 4px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
}
div#quickcontact-form input, select, textarea {
    color: #666666;
    font-size: 93%;
    height: 20px;
    width:200px;
}
div#quickcontact-submit-btn {
    position: absolute;
    top: 258px;
    left: 94px;
}
div#quickcontact-submit-btn input {
    background-image: url('../img/btn_quickcontact_send_off.jpg');
    background-repeat: no-repeat;
    width: 101px;
    height: 31px;
    border: 0px;
    cursor:pointer;
}
div#sidebar-wrapper {
    position: relative;
    float: right;
    background-image: url('../img/bkg_sidebar_repeat_y.jpg');
    background-repeat: repeat-y;
    width: 291px;
    height: 100%;
}
div#sidebar {
    position: relative;
    float: right;
    background-image: url('../img/bkg_sidebar_repeat_no.jpg');
    background-repeat: no-repeat;
    width: 291px;
    height: 700px;
}

div#callus {
    position: absolute;
    top: 10px; 
    left: 19px;
    background-image:url('../img/bkg_callus.jpg');
    background-repeat:none;
    width:234px;
    height:88px;
    text-align:left;
    font-size:150%;
    color:#3c49c0;
    letter-spacing:1px;
}

div#connectwithus {
    position: absolute;
    top: 110px; 
    left: 18px;
    background-image:url('../img/bkg_connectwithus.jpg');
    background-repeat:none;
    width:236px;
    height:120px;
    text-align:left;
}
div#connectwithus-links {
    position: absolute;
    top: 45px; 
    left: 10px;
}
div#livechat {
    position: absolute;
    top: 240px; 
    left: 18px;
    width:234px;
    height:114px;
    overflow:hidden;
}
div#quickkbsearch {
    position: absolute; 
    top: 199px; 
    left: 20px;
    width:233px;
    height:164px;
    background-image: url('../img/bkg_searchourkb.jpg');
    background-repeat:no-repeat;
}
div#quickkbsearch form {
    display:block;
    margin-top:45px;
    margin-left:15px;
    width:210px;
    text-align:left;
}
div#quickkbsearch input { 
    color: #666666;
    margin-top:10px; 
}
input#quickkbsearch-btn {
    background-image: url('../img/btn_kbsearch_search_off.jpg');
    background-repeat: no-repeat;
    width:81px;
    height:26px;
    border:none;
}
div#latestblog {
    position: absolute; 
    top: 367px; 
    left: 19px;
}
div#latestblog a { 
    color:#192389;
    text-decoration:none;
}
div#latestblog a:hover { 
    color:#4652cc;
    text-decoration:none;
}
div#latestblog-title {
    background-image: url('../img/bkg_latestfromblog_top.jpg');
    background-repeat:no-repeat;
    width:233px;
    height:36px;
    padding:0px;
    margin:0px;
}
div#latestblog-posts {
    background-image: url('../img/bkg_latestfromblog_middle.jpg');
    background-repeat:repeat-y;
    width:233px;
    height:auto;
    text-align:left;
}
div#latestblog-posts p {
    margin:0px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    background-color:#fcfcfc;
    width 233px;
    display:block;
    font-size:93%;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
div#latestblog-viewall {
    background-image: url('../img/bkg_latestfromblog_bottom.jpg');
    background-repeat:no-repeat;
    width:233px;
    height:39px;
    text-align:right;
}
div#latestblog-viewall p {
    margin:0px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    font-size:93%;
}


/*
div#connectwithus {
    position: absolute;
    top: 374px; 
    left: 18px;
    background-image:url('../img/bkg_connectwithus.jpg');
    background-repeat:none;
    width:236px;
    height:89px;
    text-align:left;
}
div#connectwithus-links {
    position: absolute;
    top: 45px; 
    left: 10px;
}
div#livechat {
    position: absolute;
    top: 0px; 
    left: 18px;
    width:235px;
    height:192px;
    overflow:hidden;
}
div#quickkbsearch {
    position: absolute; 
    top: 199px; 
    left: 20px;
    width:233px;
    height:164px;
    background-image: url('../img/bkg_searchourkb.jpg');
    background-repeat:no-repeat;
}
div#quickkbsearch form {
    display:block;
    margin-top:45px;
    margin-left:15px;
    width:210px;
    text-align:left;
}
div#quickkbsearch input { 
    color: #666666;
    margin-top:10px; 
}
input#quickkbsearch-btn {
    background-image: url('../img/btn_kbsearch_search_off.jpg');
    background-repeat: no-repeat;
    width:81px;
    height:26px;
    border:none;
}
div#latestblog {
    position: absolute; 
    top: 475px; 
    left: 19px;
}
div#latestblog a { 
    color:#192389;
    text-decoration:none;
}
div#latestblog a:hover { 
    color:#4652cc;
    text-decoration:none;
}
div#latestblog-title {
    background-image: url('../img/bkg_latestfromblog_top.jpg');
    background-repeat:no-repeat;
    width:233px;
    height:36px;
    padding:0px;
    margin:0px;
}
div#latestblog-posts {
    background-image: url('../img/bkg_latestfromblog_middle.jpg');
    background-repeat:repeat-y;
    width:233px;
    height:auto;
    text-align:left;
}
div#latestblog-posts p {
    margin:0px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    background-color:#fcfcfc;
    width 233px;
    display:block;
    font-size:93%;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
div#latestblog-viewall {
    background-image: url('../img/bkg_latestfromblog_bottom.jpg');
    background-repeat:no-repeat;
    width:233px;
    height:39px;
    text-align:right;
}
div#latestblog-viewall p {
    margin:0px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    font-size:93%;
}
*/

div#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 988px;
    height: auto;
    position:relative;
}
div#wrapper-body {
    margin-left: auto;
    margin-right: auto;
    width: 988px;
    height: auto;
    background-image: url('../img/bkg_wrapper_repeat_y.jpg');
    background-repeat:repeat-y;
    float: left;
    position:relative;
}
div#wrapper-col-left {
    position:relative;
    float: left;
    width: 697px;
    height: auto;
}
div#wrapper-col-right {
    position:relative;
    float: right;
    width: 291px;
    height: auto;
}
div#wrapper-row-bottom  {
    position:relative;
    float: left;
    width: 988px;
    height: 213px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('../img/bkg_bottom_content_repeat_no.jpg');
    background-repeat: no-repeat;
}
div#wrapper-footer {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    width: 988px;
    height: 105px;
    background-image: url('../img/bkg_footer_repeat_no.jpg');
    background-repeat: no-repeat;
}
div#wrapper-footer p {
    padding-top:20px;
    margin:0px;
    text-align:center;
}


div#sitemap {
    position:relative;
    height:120px;
    text-align:left;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
}
div.sitemap-column-header {
    padding-bottom:5px;
    border-bottom:1px solid #cccccc;
    width:175px;
    font-weight:bold;
    margin-bottom:5px;
}
div#sitemap a {
    padding:2px;
    display:block;
    color:#4652cc;
}
div#sitemap a:hover {
    background-color:#eeeeee;
    text-decoration:none;
}
div.sitemap-column {
    float:left;
    margin-left:50px;
    line-height:167%;
}
div#footer {
    position:relative;
    padding-top:30px;
}
div#footer h5 {
    margin-top:10px;
    display:block;
}

/* Sub-Content Rules */

div#sub-header {
    position:relative;
    margin-top:16px;
    margin-left:24px;
    width:678px;
    height:81px;
    float:left;
}
div#sub-visual {
    position:relative;
    margin-top:0px;
    margin-left:29px;
    width:678px;
    height:189px;
    float:left;
}
div#sub-sidebar {
    position:relative;
    margin-top:0px;
    margin-bottom:10px;
    margin-left:29px;
    width:168px;
    height:auto;
    float:left;
    text-align:left;
    font-size:93%;
}
div#sub-sidebar-menu {
    position:relative;
    width:168px;
    height:auto;
    margin-bottom:5px;
}
div#sub-sidebar-menu-top {
    background-image:url('../img/bkg_sub_sidebar_menu_top.jpg');
    background-repeat:no-repeat;
    width:168px;
    height:8px;
}
div#sub-sidebar-menu-middle {
    background-image:url('../img/bkg_sub_sidebar_menu_middle.jpg');
    background-repeat:repeat-y;
    width:168px;
    height:auto;
}
div#sub-sidebar-menu-middle .parent {
    position:relative;
    border-bottom: 1px solid #cccccc;
    width:140px;
    margin-left:4px;
    padding:10px;
    font-weight:bold;
}
div#sub-sidebar-menu-middle .parent a { 
    color:#192389; 
    text-decoration:none;
}
div#sub-sidebar-menu-middle .parent a:hover { color:#4652cc; }
div#sub-sidebar-menu-middle .child {
    position:relative;
    margin-left:4px;
    margin-top:4px;
    display:none;
    font-weight:normal;
}
div#sub-sidebar-menu-middle .child a { color:#4652cc; }
div#sub-sidebar-menu-middle .child a:hover { 
    color:#192389; 
    text-decoration:none;
}
div#sub-sidebar-menu-bottom {
    background-image:url('../img/bkg_sub_sidebar_menu_bottom.jpg');
    background-repeat:no-repeat;
    width:168px;
    height:6px;
}
div#sub-sidebar-newsletter {
    margin-left:5px;
    margin-top:10px;
}
div#sub-sidebar-newsletter p {
    display:block;
    margin-left:10px;
    line-height:19px;
}

div#sub-content {
    position:relative;
    float:right;
    text-align:left;
    width:480px;
    padding-right:5px;
    margin-bottom:40px;
    overflow:visible;
}
div#sub-content img 
{
    border: 1px solid #dddddd;
    padding:5px;
}
div#sub-content h1 {
}
div#sub-content p { margin-top:10px; }
div#sub-content ul li { 
    position:relative;
    margin-top:10px; 
    margin-left:40px; 
    list-style-image:url('../img/list_arrow_right_blue.jpg');
    list-style-position:outside;
    width:400px;
}
div#dsq-toolbar-dropdown-wrap ul li { 
    position:relative;
    margin-top:0px;
    margin-left:0px;
    list-style-image:none;
    list-style-position:inside;
    width:auto;
}
div#dsq-authenticate ul li { 
    position:relative;
    margin-top:0px;
    margin-left:0px;
    list-style-image:none;
    list-style-position:inside;
    width:auto;
}

div#sub-content h2 a { color:#192389; }
div#sub-content h2 a:link { text-decoration: none; }
div#sub-content h2 a:visited { text-decoration: none; }
div#sub-content h2 a:active { text-decoration: none; }
div#sub-content h2 a:hover { color: #ebb70b; text-decoration: underline; }


div.sub-content-box-middle 
{
    background-image:url('../img/bkg_sub_content_box_middle.jpg');
    background-repeat:repeat-y;
    width:484px;
    padding:10px;
}
div.sub-content-box-middle table,tr,td 
{
    background-color:none;
}
div.sub-content-box-middle p {
    width:465px;
}
div.sub-content-box-middle strong {
    color: #192389;
}
div.sub-content-box-bottom {
    background-image:url('../img/bkg_sub_content_box_bottom.jpg');
    background-repeat:no-repeat;
    width:484px;
    height:29px;
}
div#sub-content-casestudy {
    position:relative;
    width:484px;
    height:auto;
    margin-top:20px;
}
div#sub-content-casestudy .sub-content-box-top {
    background-image:url('../img/bkg_sub_content_box_top_casestudy.jpg');
    background-repeat:no-repeat;
    width:484px;
    height:42px;
}
div#sub-content-kbproblem {
    position:relative;
    width:484px;
    height:auto;
    margin-top:20px;
    margin-left:-4px;
    font-size:108%;
}
div#sub-content-kbproblem .sub-content-box-top {
    background-image:url('../img/bkg_sub_content_box_top_kbproblem.jpg');
    background-repeat:no-repeat;
    width:484px;
    height:42px;
}
div#sub-content-kbsolution {
    position:relative;
    width:484px;
    height:auto;
    margin-top:20px;
    margin-left:-4px;
    font-size:108%;
}
div#sub-content-kbsolution .sub-content-box-top {
    background-image:url('../img/bkg_sub_content_box_top_kbsolution.jpg');
    background-repeat:no-repeat;
    width:484px;
    height:42px;
}
div#sub-content-products {
    position:relative;
    width:484px;
    height:auto;
    margin-top:0px;
    margin-left:-5px;
    font-size:93%;
}
div#sub-content-products .sub-content-box-top {
    background-image:url('../img/bkg_sub_content_box_top_products.jpg');
    background-repeat:no-repeat;
    width:484px;
    height:42px;
}
div#sub-content h1 {
    font-size:138.5%;
}
div#sub-content img.partner-logo {
    display:inline;
}
div#sub-content-newsletters {
    position:relative;
    width:484px;
    height:auto;
    margin-top:20px;
    margin-left:0px;
    font-size:85%;
}
div#sub-content-newsletters p {
    margin-left:5px;
    width:450px;
    display:block;
}
div#sub-content-newsletters .sub-content-box-top {
    background-image:url('../img/bkg_sub_content_box_top_newsletters.jpg');
    background-repeat:no-repeat;
    width:484px;
    height:42px;
}
div#sub-content input.text  {
    width:250px;
    padding:2px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
} 
div#sub-content textarea  {
    Height:150px;
    width:450px;
    padding:2px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
} 
div#sub-content input.submit 
{
    background-image: url('../img/bkg_button_repeat_x_green.jpg');
    background-repeat:repeat-x;
    border: 1px solid #05A700;
    padding:3px;
    cursor:pointer;
    font-size:121.9%;
    display:inline;
    color:#fefefe;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top:10px;
    width:auto;
}
div#sub-content .editor-field { margin-top:4px; }
div#sub-content span.required  {
    color:red;
    font-style:italic;
}
div#sub-content span.submit-required  {
    color:red;
    font-style:italic;
    padding:5px;
    border: 1px solid red;
    background-color: #FFE7E7;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div#sub-content span.error  {
    color:red;
    font-weight:bold;
    font-style:italic;
}
div#sub-content div.error  {
    color:red;
    font-weight:bold;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid red;
    background-color:#FFF1F1;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
}
div#sub-content textarea.tinymce  {
    width:460px;
    height:550px;
}
div#sub-content a.tag-btn {
    background-color: #4652cc;
    border: 1px solid #4652cc;
    color:#FFFFFF;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-radius:6px;
    padding:3px;
    font-size:85%;
    text-decoration:none;
} 
div#sub-content a.tag-btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #4652cc;
    color:#4652cc;
    cursor:pointer;
    text-decoration:none;
} 



input.admin-view-btn {
    background-color: #4652cc;
    border: 1px solid #4652cc;
    color:#FFFFFF;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
    padding:5px;
    font-size:93%;
    text-decoration:none;
} 
input.admin-view-btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #4652cc;
    color:#4652cc;
    cursor:pointer;
    text-decoration:none;
} 
a.admin-view-btn {
    background-color: #4652cc;
    border: 1px solid #4652cc;
    color:#FFFFFF;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
    padding:6px;
    font-size:93%;
    text-decoration:none;
} 
a.admin-view-btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #4652cc;
    color:#4652cc;
    cursor:pointer;
    text-decoration:none;
} 

