@charset "utf-8";

/*
CSS Document - cro.css
@subject	Portal CRO/PR - Conselho Regional de Odontologia
@cliente	CRO
@author		Felipe da Vinha Ricieri
@email		design@megacity.com.br
@copyright	Hendrix Propaganda Ltda. 2008 &copy; Todos os Direitos Reservados

@message	Proibida a reprodução de qualquer material e/ou elemento
			anexo a este website.
*/

body
{
	background:url(../images/bground/bground.jpg) repeat-x #B4C3D2;
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	padding:0px;
}

form
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
	color:#8b0e06;
}

a:hover
{
	text-decoration:underline;
	color:#000;
}

/*a:visited
{
	text-decoration:none;
	color:#333;
}*/

/*
Identificadores
de Elementos
*/

/* Wrapper */

#wrapper
{
	margin:0px auto;
	width:790px;
	background:url(../images/bground/bground_wrapper_shadow.jpg) repeat-y;
}

#inner-wrapper
{
	margin:0px;
	width:770px;
}

/* Header */

#header
{
	margin:0px;
}

#header2
{
	margin:0px;
	width: 770px;
	height: 200px;
	background:url(../images/elements/topo.jpg);
}

/* Content */

#content
{
	margin:0px 0px 0px;
	/*background:url(../images/bground/bground_wrapper.jpg) repeat-y left top;*/
}

#inner-content
{
	width:410px;
	margin:10px 15px 0px;
}

#read-content
{
	margin:0px;
	text-align:left;
}

#read-content-content table tr td, #read-content-content p
{
	text-align:left;
}

#read-title
{
	text-align:left;
	background: url(../images/bground/bgcab.gif) no-repeat bottom;
	padding: 30px 0px 10px 5px;
}

#read-title p
{
	margin: 0px; 
}

table#spots tr td
{
	border-bottom:1px solid #CCC;
}

#divisa
{
	border-bottom:1px solid #8b0e06;
	margin:10px 0px;
}

#divisa div.floatright
{
	padding:5px;
/*	background:#FCFCFC;
	margin-bottom:5px;*/
}

#divisa2
{
	border-bottom:1px solid #CCC;
	margin:10px 0px;
}

#divisa2 div.floatright
{
	padding:5px;
/*	background:#FCFCFC;
	margin-bottom:5px;*/
}

/*#read-content-content table tr td
{
	border-bottom:1px solid #CCC;
}*/

#title
{
	padding:3px;
	width:400px;
	background:#CC0000;
	color:#FFF;
	font-weight:bold;
}

#lista_noticias
{
	padding:0px 0px 10px;
	margin:10px 0px 0px;
	border-bottom:1px solid #CCC;
}

#lista_links_relacionados
{
	list-style:url(../images/elements/element_ul.gif);
	margin:5px 0px 5px 20px;
	padding:0px;
}

#lista_links_relacionados li
{
	border-bottom:1px solid #CCC;
	padding:0px 0px 5px;
}

/* Menu Bar */

#menu
{
	width:170px;
	margin:0px;
/*	background:#d6e1ec;*/
/*	height:100%;*/
}

#menu ul
{
	list-style:none;
	text-indent:0px;
	padding:0px;
	margin:0px;
}

#menu ul li
{
	margin:0px;
	padding:0px;
}

.submenu
{
	text-align:left;
	width:160px;
	padding:0px 0px 0px 10px;
}

.submenu ul li
{
	border-bottom:1px solid #9cb3c8;
	margin:3px 0px 0px 0px;
	padding:10px 0px 0px;
}

.submenu ul li a
{
	font-weight:normal;
}

/* Side Bar */

#sidebar
{
	margin:10px 0px 0px;
	width:145px;
}

#sidebar ul
{
	list-style:none;
	text-indent:0px;
	padding:0px;
	margin:0px;
}

#sidebar ul li
{
	margin:0px 0px 7px;
	padding:0px;
}


/* Footer */

#footer
{
	background:url(../images/bground/footer_wrapper.jpg) no-repeat;
	margin:0px auto;
	text-align:left;
	width:790px;
}

#footer span
{
	margin:0px 0px 0px 15px;
}

/*
Shadows
*/

#sdw_left
{
	background:url(../images/bground/bground_shadow_left.jpg) repeat-y;
}

#sdw_right
{
	background:url(../images/bground/bground_shadow_right.jpg) repeat-y;
}

/*
Classes
de Elementos
*/

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.clear
{
	clear:both;
}

