body
{
	padding: 0;
	margin: 0;
	background-color: #F4F3EE;
	text-align: center;
	background-image: url(img/bg.gif);
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #595858;
}
form
{
 	padding: 0;
	margin: 0;   
}

a, a:hover, a:visited
{
    color: #9EB737;
    font-weight:bold;
    text-decoration: underline;
}

.a
{
    color: #9EB737;
    font-weight:bold;
    text-decoration: underline;
}


#contents
{
    /*padding-left: 16px;*/
    width: 678px;
    background-color: white;
    text-align: left;
}


#mainbox	
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 718px;
	height: 660px;
	padding: 0px;
	background-color: white;
	color: #595858;
	text-align: center;
	background-image: url(img/bgmain.gif);
}



#menu
{
    width: 100%;
    height: 44px;
}

#imgmain
{
	width: 255px;
    height: 450px;
    float:left;
}


#topo
{
    width: 100%;
    height: 78px;
	background-color: white;
}

#thepage
{
    width: 414px;
    float:right;
    padding-left: 9px;
    padding-top: 14px;
    background-color: white;
}

#pages
{
   padding-left: 9px;     
}

.b
    {
    font-weight:bold
    }
    
.mt5
{
 margin-top:5px;
}
.mt10
{
 margin-top: 10px;
}
    
.ml5
{
 margin-left:5px;
}
.ml10
{
 margin-left: 10px;
}

.mr5
{
 margin-right:5px;
}
.mr10
{
 margin-right: 10px;
}
    

.fixedheight
{

    height: 390px;
    overflow-x: none;
    overflow-y: auto;    
}
.fixedheightNew
{

    height: 362px;
    overflow-x: none;
    overflow-y: auto;    
}

.fixed_m_height
{

    height: 170px;
    overflow-x: none;
    overflow-y: auto;    
}

.fixed_m_height_new
{

    height: 160px;
    overflow-x: none;
    overflow-y: auto;    
}

.Titulos
{
    font-weight:bold;
    font-size:larger;
}

.i
{
   font-style:italic;
   
 }
 .fs110
 {
    font-size: 110%;
    }

.TituloLivro
{
    
 background-color: #eee;
 border-top: solid 1px #ccc;
 border-bottom: solid 1px #ccc;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 5px;
 text-align:center;
 margin-bottom: 5px;
    
}

.TextoDoLivro
{
    
 border-top: solid 1px #ccc;
 border-bottom: solid 1px #ccc;
 width: 100%;
 padding-bottom: 15px;
 padding-top: 15px;
 margin-bottom: 5px;
    
}

.detailsview .actions div {
	width: 95px;
	padding-right: 2px;
}
.detailsview td {
	background: #E5DCBD;
	color: #333333;
	font-size: 1em;
	padding: 5px 0px 5px 10px;
	text-align: left;
}
.detailsview td a {
	color: #0066CC;
	font: bold small "Segoe UI", Segoe, sans-serif;
	padding-right: 10px;
}
.detailsview td input,select {
	width: 200px;
	font-size: 1em
}
.detailsview td a:hover {
	font-weight: bold;
	color: #333;
}
.detailsview th {
	background: #4168BD;
	color: #FFFFFF;
	font: small "Segoe UI", Segoe, sans-serif;
	letter-spacing: 0;
	padding: 3px 8px 5px;
	padding: 2px;
	text-align: left;
}
.detailsview tr.header {
	background: #C5DBF7;
	padding: 3px 8px 5px;
}