/* GENERAL CSS. DO NOT TOUCH WITHOUT REASON*/

/* MESSAGE RELATED STYLE SHEET - DO NOT CHANGE (NOT PART OF FIND/REPLACE */

.banner
{
    color: #000000;
}
.infoTable
{
    border-style: outset;
}

.info_text
{
    color: #00A800;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}

.succ_text
{
    color: #0000FF;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}

.errtext
{
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}


.txtbox
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 12px;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman; /*color: #000000;*/
    text-align: left;
}

/* FOR BROWSE BUTTON ON ADVACE PAGE DETAIL*/

.brws
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 11px;
    text-align: center;
    width: 60px;
    letter-spacing: -1px;
    font-family: Arial,Sans-serif,Courier,Times New Roman;
    color: #000000;
    height: 18px;
}


/* GENERAL CSS ABOVE THIS LINE. DO NOT TOUCH */

/* BASE COLORS - CHOOSE A LIGHT COLOR FOR BG AND A STRONG COLOR FOR FG
DO NOT USE THESE COLORS FOR FG/BG (RED,BLUE GREEN)
CUURENT COLORS
foreground color = #646464
background color = #CACACA
*/

.adminlink
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    text-decoration: none;
}
.adminlink:hover
{
    color: #000000;
    font-size: 12px;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    text-decoration: underline;
}

.adminlink1
{
    font-size: 12px;
    color: #646464;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    text-decoration: none;
}
.adminlink1:hover
{
    color: #646464;
    font-size: 12px;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    text-decoration: underline;
}

.text
{
    color: #000000;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    font-size: 12px;
    line-height: 15px;
}

/* USER DEFINED CSS COMES BELOW THIS*/

.tableHeading
{
    font-size: 12px;
    color: #CACACA;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    background-color: #646464;
    font-weight: bold;
}

.tableRow
{
    font-size: 12px;
    color: #CACACA;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    background-color: #FFFFFF;
}

.bgColor
{
    font-size: 12px;
    color: #646464;
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    background-color: #CACACA;
}

.siteName
{
    font-size: 28px;
    font-family: Arial;
    color: #646464;
    text-align: left;
}
/*	CSS FOR THE BUTTON (BY AMM)		*/
.button
{
    font-family: Verdana,Arial,Sans-serif,Courier,Times New Roman;
    font-size: 12px;
    color: #CACACA;
    background-color: #646464;
}
/*	CSS FOR THE PAGE CONTENT		*/
.pbgcolor
{
    background-color: #FFFFFF;
}

.bgcommon
{
    background-color: #cacaca;
}


