/* Buttons */
input.i-button 
{
    background: #ed470d url(button.gif) repeat-x center center;
    color: #ffffff;
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 0px;
}


input.i-text {
    border: solid 1px #b8cbe5;
    background-color: #ffffff;
    padding: 1px;
    width: 130px;
    margin-top: 1px;
    margin-bottom: 1px;
}


textarea 
{
    border: solid 1px #b8cbe5;
    background-color: #ffffff;
    padding: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}


/* Arrows */
a.arrow 
{
    background: url(arrow.gif) no-repeat left 6px;
    padding-left: 15px;
}

/* ~ H styles ~ */
h1 {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 19px;
    /*color: #ffffff;*/
    font-weight: normal;
    color:#314464;
}

h2 
{
    /*color: #000000;*/
    font-size: 11px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-bottom: solid 1px #e5e5e5;
    color:#314464;
}
h3 
{
    color: #fb5806;
    font-weight: bold;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 10px;
    color:#314464;
}
h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    /*color: #333333;*/
    font-weight: bold;
    border-bottom: #e8e7e7 solid 1px;
    text-transform: uppercase;
    color:#314464;
}

h1.white{
   color:#ffffff;	
}

.white{
   color:#ffffff;	
}


/* Advanced */
hr { height: 1px; border: 0; color: #cecece; background: url(hr.gif); margin-top: .15em; margin-bottom: .5em; }
ol, ul 
{ 
    margin-top: 5px;
    margin-bottom: 10px; }

li 
{ 
    margin-top: 3px;
    margin-bottom: 3px;
}
ul {
    list-style-type: disc;
    list-style-image: url(list_style.gif);
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    padding: 0px;
}
ul li {
    line-height: 13px;
    padding-bottom: 3px;
}

select { font-size: 11px; }
p 
{
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
}



/* Orange links */
a.link-gray { color: #bbbbbb; }
a:hover.link-gray { color: #ffffff; }


/* ~ Table style ~ */
table.tb-style td 
{
    padding: 2px;
    vertical-align: middle;
    border: solid 1px #ffffff;
    background-color: #f3f3f3;
    font-size: 11px;
}

table.tb-default td 
{
    border: solid 0px;
    padding: 0px;
}


/* ~ new ~ */
table.tb-style tr.title td 
{
    background-color: #97b0bb;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    height: 22px;
}

table.tb-style td.text div 
{
    font-style: italic;
    font-family: Arial;
    white-space: normal;
    font-size: 11px;
    color: #95a1a7;
}




/* Comments blocks */
div.comments 
{
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    color: #000000;
    font-size: 11px;
}


/* Fieldset Errors list */
div.errors-list 
{

    color: #fb5806;
}
div.errors-list ul 
{
    list-style-image: none;
    margin-bottom: 0px;
}
