/*-----  1. base css - on html tags -----*/
/*----- tags -----*/
/*----- colors -----*/
/*----- heights -----*/

img
{
    border: 0px;
}

em
{
    color: Red;
}

h1, h2, h3, h4
{
    padding: 0px;
    margin: 0px;
}

p
{
    padding-bottom: 15px;
    margin: 0px;
    line-height: 20px;
}

a:link
{
    color: #9d8922;
    text-decoration: none;
    outline: none;
}

a:visited
{
    color: #9d8922;
    outline: none;
}

a:hover
{
    color: #cc6600;
    text-decoration: none;
    outline: none;
}

a:active
{
    color: #cc6600;
    outline: none;
}

/*-----  2. basic css - for controls -----*/
/*-----  3. static css classes -----*/

/*----- styles for bgcolor -----*/
.bgrowalt
{
    background-color: #fcfcfc;
}

.bgwhite
{
    background-color: #FFFFFF;
}

.bgblack
{
    background-color: #000000;
}

.bggrey
{
    background-color: #FFFFe9;
}

.bggrey2
{
    background-color: #CCCCCC;
}

.bgred
{
    background-color: #C42027;
}

.bgred2
{
    background-color: #EBB3B5;
}

.bgornage
{
    background-color: #F7991D;
}

.bgornage2
{
    background-color: #FCDCB2;
}

.bglgreen
{
    background-color: #b4d661;
}

.bglgreen2
{
    background-color: #C3E5B0;
}

.bgdgreen
{
    background-color: #016423;
}

.bgdgreen2
{
    background-color: #A8CAB4;
}

.bglblue
{
    background-color: #2574BF;
}

.bglblue2
{
    background-color: #B5D0E9;
}

.bgdblue
{
    background-color: #243E89;
}

.bgdblue2
{
    background-color: #B4BDD7;
}

.bgpurple
{
    background-color: #6A2C91;
}

.bgpurple2
{
    background-color: #CCB7D9;
}

.bgpink
{
    background-color: #B8469B;
}

.bgpink2
{
    background-color: #E7C0DD;
}

.bgbrown
{
    background-color: #7D461D;
}

.bgbrown2
{
    background-color: #D3C0B2;
}

/*----- heights -----*/
.height5
{
    height: 5px;
}

.height10
{
    height: 10px;
}

.height15
{
    height: 15px;
}

.height20
{
    height: 20px;
}

.height25
{
    height: 25px;
}

.height30
{
    height: 30px;
}

.height50
{
    height: 50px;
}

.height100
{
    height: 100px;
}

.height130
{
    height: 130px;
}

.height150
{
    height: 150px;
}

.height250
{
    height: 250px;
}

/*----- common -----*/
.page_title
{
    color: #7a2426;
    font-size: 16px;
    padding: 5px 0px 1px 0px;
    font-weight: bold;
}

.clear
{
    clear: both;
}

.flt_left
{
    float: left;
}

.float_left
{
    float: left;
}

/*-----  6. css - each page -----*/

/*----- home screen -----*/
.line_height30
{
    line-height: 30px !important;
    *line-height: 30px !important;
}

li.error_message
{
    width:auto;
    list-style-type:none;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:25px;
    margin:0px;
    background-image:url('../images/icon_error.png');
    background-position-x:left;
    background-position-y:top;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-color:transparent;
}