﻿body
{
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat-x; 
    background-color: #849bab;
    font-family: Arial;
    color: #2f75a0;
    font-size: x-small;
    
    
    scrollbar-arrow-color:#24356b;
	scrollbar-3dlight-color:#2f75a0;
	scrollbar-highlight-color:#dcdcd4;
	scrollbar-face-color:#FfFfFf;
	scrollbar-shadow-color:#2f75a0;
	scrollbar-darkshadow-color:#2c275f;
	scrollbar-track-color:#f3f3f3;

}



img
{
	border-style: none;
	/*background: url(../imagens/ajax-loader.gif) no-repeat center center;*/
}



#chamadas
{
	width: 187px;
	height: 460px;
}

/*Links*/

a:link
{
 text-decoration: none;
     
}

a:visited
{
 text-decoration: none; 
}

a:active
{
 text-decoration: underline;
 cursor: pointer;
 color:#2f75a0;
}

a:hover
{
 text-decoration: underline;
 cursor: pointer;
 color:#2f75a0;
}



/*Divs*/

#Content
{
	
	left: 50%; 
	margin-left: -262px;
	width: 356px;
	height: 25px;
	position: relative;
	top: 185px;
	background-color: White;
	text-align: justify;
	font-style: normal;
	color: #2f75a0;
	font-size: 20px;
}


#Content div
{
	
	
	width: 350px;
	height: 320px;
	position: relative;
	top: 7px;
	left: 1px;
	background-color: White;
	text-align: justify;
	font-style: normal;
	color: Black;
	font-size:x-small;
	overflow: auto;
	padding-right: 5px;
	
}

/*Modal Popup*/
.modalBackground {
	background-color:#2f75a0;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	border: none;
	background-color:#ffffff;
		padding:3px;
		width:350px;
	text-align: center;
}


