/*----------------------------------------
 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, ul, li, table, td, form, img, h1, h2, h3, h4, h5, h6, input line
{
    font-family: Arial,Tahoma,Verdana,Segoe,sans-serif;
    font-size: 12px;
    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;
}

html, body {height:100%}

body
{
	margin:20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #000000;
	background-color: #F8F8F8;
}

a, a:link, a:visited
{
   color: #555555;
	text-decoration: none;
   text-transform: none;
}
a:hover 
{
    color: #0085CF;
	text-decoration: none;
    text-transform: none;
}

h1
{
    font-size: 28px;
    color: #333333;
    line-height: 25px;
    font-weight: normal;
}

h2
{
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}

h3
{
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

h4
{
    font-size: 14px;
    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        */
/*--------------------------------------*/
.banner
{
	width: 100%;
	overflow: hidden;
	list-style: none;
}


.columns
{
   clear: both;
   border: 0px;
   padding: 0px;
   margin: 0px;
   background-color:White;
   position:absolute;
   left:10px;
   right:10px;
  }

.columns .body_left
{
    width: 200px;
    vertical-align: top;
    text-align: center;
    position:absolute;
    top:80px;
    left:0px;
    background-color:#F8F8F8;
}

.columns .body_left_default
{
    width: 200px;
    vertical-align: top;
    text-align: center;
}

.columns .body_content
{
    padding:0px 20px 20px 20px;
    margin: 0px;
    position:absolute;
    top:80px;
    left:200px;
    right:0px;
    vertical-align: top;
    text-align: left;
    background-color:#F8F8F8;
}

.footer
{
    padding: 10px 10px 10px 10px;
    color: #333333;
    text-align: left;
    line-height:normal;
}

/* 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
*/

div.Toolbar
{
    border-top: 1px solid #E6E6E6;
    padding-top: 6px;
}


.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;
}


.UpdateProgress
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    vertical-align: middle;
    background-color: Black;
    filter: alpha(opacity=3);
    opacity: 0.3;

}

.searchComplete
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	padding:0!important;
	margin:0px!important;
	text-decoration:none;
	border:1px solid #c0c0c0;
	background-color:#ffffff;
	list-style-type : none;
}


.searchComplete li
{
	background-color:#ffffff;
	text-decoration:none;
	font-size:14px;
	padding:0 0 0 5px;
	margin:0 0 0 5px;
	list-style-type : none;
}

.searchCompleteItem
{
	background-color:Red;
}

/*--------------------------------------*/
/* FINAL: GLOBAL CSS                    */
/*--------------------------------------*/
