/*----------------------------------------
 GLOBAL.CSS - MASTER PAGE

 Copyright(c)2000-2008 - photopost
 todos os direitos reservados 
 www.photopost.com.br 
 Diogenes de Oliveira
 21/04/08

----------------------------------------*/     

/* RESET */
html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input line
{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 11px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-x-position: left;
    background-y-position: top;
    background-repeat: no-repeat;
}

body
{
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    background: #E8E8E8 url(../site/images/global/black-gradient.gif ) repeat-x;
    color:#666666;

}

a, a:link, a:visited
{
    color: #336699;
	text-decoration: none;
    text-transform: none;
}
a:hover 
{
    color: #000000;
	text-decoration: none;
    text-transform: none;
}

h1
{
    font-size: 20px;
    color: #596173;
    line-height: 25px;
    font-weight: normal;
}

h2
{
    font-size: 16px;
    font-weight: normal;
    color: #596173;
}

h3
{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

h4
{
    font-size: 11px;
    color: #666666;
    font-weight: normal;
}

hr
{
    color: #CCCCCC;
    background-color: #CCCCCC;
    border: none;
    height: 1px;
}

select
{
    font-family: arial,Tahoma,Verdana,Segoe,sans-serif;
    font-size: 12px;
    padding: 2px;
}

input 
{
    font-family: arial,Tahoma,Verdana,Segoe,sans-serif;
    font-size: 11px;
}


/*--------------------------------------*/
/* INICIO: COLUMNS LEFT/CONTENTS        */
/*--------------------------------------*/
.columns
{
   clear: both;
   border: 0px;
   padding: 0px;
   margin: 0px;
   width: 100%;
}

.columns .body_left
{
    width: 165px;
    vertical-align: top;
    text-align: center;
}

.columns .body_left_default
{
    width: 200px;
    vertical-align: top;
    text-align: center;
}

.columns .body_content
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    line-height: 1.9em;
    text-align: left;
    background-color:White;

}

.footer
{
    padding: 10px 10px 10px 10px;
    color: #333333;
    text-align: left;
}

/* FINAL: FOOTER----------------------- */

/*
TABLE_BOX
Emula uma TABELA usando div.
Usar para centralizar controles verticalmente
em uma linha.
testado no IE7, Firefox e Safari
coloque a altura da linha line-height:xxpx 
direto no código style html

28/04/08 - diogenes de oliveira
*/
.table_box
{
    display: table;
    table-layout: fixed;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    empty-cells: hide;
}

.table_box  .row
{ 
    display: table-row;
}

.table_box .row div
{
    padding-right:5px;
    display: inline;
}


.table_box a, .table_box a:link, .table_box a:visited
{
	color: #336699;
	font-weight: normal;
	text-decoration:none;
    vertical-align: middle;
}
.table_box a:hover
{
	color: #000000;
	text-decoration:none;
    vertical-align: middle;
}
/* final: TABLE_BOX-------------------- */


/* HEADER MENU NAVEGATION-------------- */

.nav_header
{
 	float: left;
	height: 28px;
	overflow: hidden;
	display: inline;
    vertical-align: bottom;
}

#nav_top
{
 	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_top li
{
    display: inline;
}

#nav_top li.divider
{
    float: left;
    display: block;
    width: 2px;
    height: 28px;
    background: url(../site/images/global/top_nav/nav_divider.gif) 0 0 no-repeat;
    overflow: hidden;
}

#nav_top li#nav_left_corner
{
    float: left;
    display: block;
    width: 6px;
    height: 28px;
    background: url(../site/images/global/top_nav/nav_left_corner.gif) 0 0 no-repeat;
}

#nav_top li#nav_right_corner
{
    float: left;
    display: block;
    width: 6px;
    height: 28px;
    background: url(../site/images/global/top_nav/nav_right_corner.gif) 0 0 no-repeat;
}

#nav_top li a
{
    float: left;
    display: table;
    height: 36px;
    text-align: center;
    font: 11px lucida, arial, helvetica, verdana, sans-serif;
    color: #d5d5d0;
    background: url(../site/images/global/top_nav/nav_bg.gif) 0 0 repeat-x;
    padding: 8px 10px 0 10px;
}

#nav_top li a:hover
{
    color: #ffd700;
}
#nav_top li a.active
{
    color: #ffd700;
}


/*--------------------------------------*/
/* FINAL: GLOBAL CSS                    */
/*--------------------------------------*/
