body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

input {
    /*border: solid 1px #cccccc;*/
    /*background-color: #ebebeb;*/
    margin-left: 0px;
}

.buttons {
    background-color: #d9d9d9;
    border: solid 1px #000;
    font-size: 12px;
    font-weight: bold;
    color: #354a76;
}

.top {
    height: 30px;
    background-color: #3b3b3b;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

    .top a:hover {
        text-decoration: underline;
    }

.top_menu_items {
    color: #ffffff;
    font-weight: bold;
}

.top_left {
    float: left;
    padding: 0px 0px 0px 10px;
}

.top_right {
    float: right;
    padding: 0px 10px 0px 0px;
}

.header {
    height: 35px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
}

.header_img_left {
    float: left;
    padding: 8px 0px 0px 40px;
}

.header_img_right {
    float: right;
    padding: 8px 40px 0px 0px;
}

.info {
    height: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

.info_left {
    float: left;
    padding: 32px 0px 0px 40px;
    font-weight: bold;
    font-size: 16px;
}

.info_right {
    float: right;
    padding: 32px 40px 0px 0px;
    font-weight: bold;
    font-size: 16px;
}


.title_bar_bg {
    height: 35px;
    background-color: #354a76;
    border-bottom: 1px solid #d9d9d9;
    /*margin-bottom: 20px;*/
}

.title_bar {
    float: left;
    padding: 8px 0px 0px 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

.title_bar_right {
    float: right;
    padding: 8px 0px 0px 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    width: 20%;
}


.content_wrapper {
    padding: 0px 0px 0px 40px;
}

.content_wrapper_header {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 25px;
}

.messages {
    padding: 2px 0px 2px 0px;
    color: #cc0000;
    font-weight: bold;
}

.title {
    font-size: 30px;
    font-weight: bold;
}

.tb {
    width: 95%;
    height: 40px;
    font-size: 24px;
}

.login_btn {
    background: transparent url('../images/login_btn.jpg') no-repeat top;
    width: 124px;
    height: 39px;
    border: none;
}
/*.Onb_btn	{background:transparent url('../images/Onb_btn.jpg') no-repeat top; width:186px; height:39px; border:none;}*/
.Gradient_btn {
    background-color: #354a76;
    background-image: linear-gradient(#5F6587, #02012D);
    color: #fff;
    height: 39px;
    border: none;
    border-radius: 25px;
    margin: 5px;
    font-size: 20px;
    width: 186px;
}

.Gradient_White_btn {
    background-color: #f2f2f2;
    background-image: linear-gradient(#f2f2f2,#9b9fa5);
    /* color: #fff; */
    height: 39px;
    border: none;
    border-radius: 25px;
    margin: 5px;
    font-size: 20px;
    width: 186px;
}

.acct_btn_lg {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #354a76;
    font-weight: bold;
    text-decoration: underline;
}

.acct_btn {
    background: transparent;
    border: none;
    font-size: 12px;
    color: #354a76;
    font-weight: bold;
    text-decoration: underline;
}

a:link, a:visited, a:hover, a:active {
    color: #0000EE;
}
