﻿/* Fix IE. Hide from IE Mac \*/

img
{
    border-style: none;
}
h1
{
    font-size: 14px;
    border-bottom: dotted 1px gray;
    padding: 2px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    
    
    
}



/* -------------------------------------- AREA --------------------------------------- */
.area{clear:both}
.areaRight{float:right;margin-left:1px}
.areaLeft{float:left;margin-right:1px}
.areaCenter{text-align:center;}
.vMiddle
{
    vertical-align:middle;
}


/* -------------------------------------- HYPERLINK --------------------------------------- */
a
{
    color: #666666;
	text-decoration: none;
	cursor:pointer;
}
a:visited
{
    text-decoration: none;

}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}

a.Green
{
    color:Green;
}
a.Red
{
    color:Red;
}
a.Black
{
    color:Black;
}
a.Blue
{
    color:Blue;
}
a.Navy
{
    color:Navy;
}
a.NoHover
{
    text-decoration:none;
}
a.NoHover:hover
{
    text-decoration:none;
}
/* -------------------------------------- DISPLAY --------------------------------------- */
.VisibleFalse
{
    display:none;
}
.VisibleTrue
{
    display:block;
    
}
/* -------------------------------------- OUTROS --------------------------------------- */
.NoBorder
{
border:none;
}
.BottomDotted
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}
.TopDotted
{
    border-Top-style: dotted;
    border-Top-width: 1px;
    border-Top-color: #808080;
}
.chcSelecionarTodos
{
margin-left:2px;
}

.borderRightCinza
{
    border-right:solid 1px lightgrey
}
.borderLeftCinza
{
    border-left:solid 1px lightgrey
}
.borderBottomCinza
{
    border-bottom:solid 1px lightgrey;
    
}

.borderCinza
{
border-bottom:solid 1px lightgrey;
border-left:solid 1px lightgrey;
border-right:solid 1px lightgrey;
border-top:solid 1px lightgrey;
}

.borderBlack
{
border-bottom:solid 1px black;
border-left:solid 1px black;
border-right:solid 1px black;
border-top:solid 1px black;
}
.borderGray
{
    border-bottom: solid 1px Gray;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
    border-top: solid 1px Gray;
}
.borderBottomBlack
{
    border-bottom:solid 1px black;
    
}



