﻿/* Miscellaneous classes for reuse */

.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    float: left;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.frame
{
    height: 100%;
    padding: 15px;
    background-color: #FFF;
    border: solid 1px #BBB99D; /*#339900;*/
    /* border:1px solid #6788be; */
}

.assetLeft
{
    
}

.assetRight
{
    float: right; margin-left: 15px; margin-bottom: 15px;
}

.smallText
{
    font-size: 10px;
}
.text1
{
    font-size: 12px;
    line-height: 18px; /* text-align: justify; */
}

a.link1, a.link1:link, a.link1:visited, a.link1:active, a.link1:hover
{
    font-size: 12px;
    color: #005FA9;
    font-weight: bold;
    text-decoration: underline;
}
.info
{
    padding: 15px;
    background-color: #D8FE7E;
    border: solid 1px #84BF01; 
    font-size: 12px;
    line-height: 18px;
}
.btnLeft
{
    width: 20px;
    height: 160px;
    background-image: url(../../Images/Godo/btnArrowPrevious.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}
.btnRight
{
    width: 20px;
    height: 160px;
    background-image: url(../../Images/Godo/btnArrowNext.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}
