﻿.inputButton
{
    background: transparent url(images/btn-bg.gif) repeat-x scroll 0 0;
    border: 1px solid #7FD4F4;
    color: #006699;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 28px;
    line-height: normal;
    width: 144px;
}

.inputButtonHover
{
    background: transparent url(images/textBack2.gif) repeat-x scroll 0 0;
}

.inputButton:hover
{
    border: 1px solid #DBDABC;
    color: #000000;
}
/*Royston Button*/
.roystonButton
{
    background: transparent url(images/button.gif) no-repeat scroll right top;
    cursor: pointer;
    display: -moz-inline-box;
    line-height: 27px;
    padding-right: 30px;
    vertical-align: middle;
}

.roystonButton span
{
    background: url(images/button.gif) no-repeat left top;
    height: 27px;
    display: block;
    display: inline-block;
    padding-left: 30px;
    line-height: 27px;
}

.roystonText
{
    width: 250px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    color: #7c7c7c;
    font-size: 13px;
    margin: 0;
    padding: 2px 0;
}

.roystonTextHover
{
    width: 250px;
    background-color: #fefdf5;
    border: 1px solid #a6a6a6;
    color: #000;
    font-size: 13px;
    margin: 0;
    padding: 2px 0;
}

/**
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: tahoma, arial, sans-serif;
    color: #534010;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}*/

a.roystonButton:hover {background-position:right -155px;}
a.roystonButton:hover span {background-position:left -155px;}

/*====Text Box Field====*/
.inputTextBox, .inputTextBoxHover
{
    width: 250px;
    background: #FFFFFF url(images/textBack.gif) repeat-x;
    border: 1px solid #73ADDE;
    color: #333333;
    font-size: 11px;
    margin: 0;
    padding: 2px 0;
}

.inputTextBoxHover
{
    background: #FFFFFF url(images/textBack2.gif) repeat-x;
}


/*custom*/

.customInputButton
{
    background: #FFFFFF url(images/btnM.gif) repeat-x;
    background-color: #d6d6d6;
    border: solid 1px #c3c3c3;
    color: #666666;
    width: 144px;
    padding: 3px;
}
.customInputButtonHover
{
    background: #FFFFFF url(images/btnMo.gif) repeat-x;
    color: #000;
    background-color: #ecfffe;
    border: solid 1px #c3c3c3;
    width: 144px;
    padding: 3px;
}

.customInputTextBox
{
    color: #666666;
    background-color: #f4f4f4;
    border: solid 1px #b7b7b7;
    width: 250px;
}
.customInputTextBoxHover
{
    color: #000;
    background-color: #ffffff;
    border: solid 1px #161230;
    width: 250px;
}

.inputDropDownListOnlineAccount
{
    width: 155px;
}
.inputCheckBoxOnlineAccount
{
    padding: 0px 2px;
    display: inline;
}
.inputCheckBoxOnlineAccount label
{
    padding: 0px 2px;
}

.inputTextBoxOnlineAccountBanque
{
    width: 13px;
    padding: 0px;
    margin: 0px -2px;
    text-align: center;
}

.inputRadio label
{
    padding: 0px;
    margin: 0px 10px 0px 2px;
    vertical-align: text-top;
}

/*====*/

.label
{
    color: #000;
}


/*ASP Grid*/
.aspGrid
{
}

.aspGridHeader
{
    color:#fff!important;
    background-color:#5D7B9D;
    height:20px;
}
.aspGridHeader a
{
    color:#fff;
}

.gridMouseIn
{
    background-color: #dcc5b5 !important;
}
/*ASP Grid*/


/*Publication Search*/
.PublicationSearchPanel
{
    width: 100px !important;
    border: solid 1px red;
}





/*Other */

h1
{
    font-size: 20px;
    margin-bottom: 8px;
}

.login_credentials
{
    width: 280px;
    margin: 60px auto 90px auto;
    padding: 16px 16px 16px 220px;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    background-position: 32px center;
    background: #FBFBFB url(images/locked_area_m15.jpg) no-repeat scroll 30px center;
}


