@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

body {
margin:0px;
background:url(images/ev_parceiro_fisiomimo_01.png) repeat-x;
}

.Normal   {
font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: normal;
color: #4e4b4a;
}


/* LINKS GERAIS */

a:link, a:visited, a:active {
/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
/*font-size: 10pt;*/
color: #5ac1f9;
font-weight: bold;
text-decoration: none;
cursor:pointer;
}

a:hover {
/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
/*font-size: 10pt;*/
color: #575757;
font-weight: bold;
text-decoration: underline;
cursor:pointer;
}
/* FIM LINKS GERAIS */


/* STANDARD BUTTON */

.StandardButton     { /* BOTÕES PRÉ-DEFINIDOS (EX: LOGIN) */
background: #558983; 
color: #ffffff;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
}
/* FIM STANDARD BUTTON */

/* COMMAND BUTTON */

.CommandButton  {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 11px;
font-weight:bold;
}

a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
/*font-size: 10px;*/
text-decoration:none;
color: #757575;
}

a.CommandButton:hover {
text-decoration:underline;
color: #000000;
}

/* FIM COMMAND BUTTON */


/* RODAPÉ */

.rodape {
font-size: 10px;
color:#a2a2a2;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-decoration: none;
font-weight:normal;
}
a.rodape:link , a.rodape:visited, a.rodape:active  {
font-size: 10px;
color:#a2a2a2;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-decoration: none;
font-weight:normal;
}

a.rodape:hover  {
font-size: 10px;
color:#cecece;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-decoration: underline;
font-weight:normal;
}
/* FIM RODAPÉ */

.greenbold {
color:#639607;
font-weight:bold;
}

/* IMAGENS */

.imgs {
padding-right:15px;
}

/* FIM IMAGENS */

/*-------------------------------------------
   MENU
--------------------------------------------*/ 

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
cursor:pointer;
font-size: 12px; 
background-color:transparent;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
color: #000000;
/*font-size: 14px;*/
font-weight:bold; 	
text-align:center; 
padding:2px 12px 2px 12px;
/*line-height:40px;*/
/*text-transform:uppercase;*/
margin-right:1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
color:#ffffff;
background-color:#5ac1f9;
/*font-size: 14px; */
font-weight:bold;
text-align:center;
padding:2px 12px 2px 12px;
/*line-height:40px;*/
/*background:url(../images/menu_hover.gif) repeat-x top left;*/
/*text-transform:uppercase;*/
margin-right:1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
color:#ffffff;
background-color:#8bc421;
font-weight:bold;
text-align:center;
/*font-size: 14px;*/
/*background-color:#FFFFFF;*/
/*line-height:40px;*/
padding:2px 12px 2px 12px;
/*background:url(../images/menu_hover.gif) repeat-x top left;*/
/*text-transform:uppercase;*/
margin-right:1px;
}

/*  SUB Menu Normal */
/*.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}*/

.main_dnnmenu_submenu td
{
/*background-color:#E1E8ED;*/
background-color:#F8FAFF;
z-index: 1000;
font-size: 11px;
font-weight:bold;
text-align:left;
color:#000000;
/*line-height:2em;*/
padding: 0px 5px;
margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
font-size: 11px;
background: #5ac1f9 /*url(../images/menu_hover.gif) repeat-x top left*/;
color:#ffffff;
font-weight:bold;
text-align:left;
/*line-height:2em;*/
z-index: 1000; 
padding: 0px 5px;
margin:0px;
}

.main_dnnmenu_break
{
height: 2px;
background-color: #D5E0FF;
}

/*-------------------------------------------
   MODULOS
--------------------------------------------*/ 

/* Module Action Menus */
.ModuleTitle_SubMenu
{
border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
background-color:#F8FAFF;
white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
background-color:#F8FAFF; 
border:none;
padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
background:transparent /*url(../images/menu_hover.gif) repeat-x top left*/;
color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
height: 2px;
background-color: #D5E0FF;
}

.Head   { /* MODIFICA OS TITULOS DOS CONTENTORES*/
color: #5ac1f9;
font-weight: bold;
font-size:14px;
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 

#wrapper {
width: 827px;
margin: 0 auto 0 auto;
}

#header {
height:107px;
margin: 0px;
background:url(images/ev_parceiro_fisiomimo_03.png) no-repeat;
}

/*.logo {
padding: 40px 0 0 45px;
}*/

#content {
float: left;
width: 827px;						
/*padding: 40px 0 40px 0;*/
background:url(images/ev_parceiro_fisiomimo_06.png) repeat-y;
}


/* PARTE 1 */

#part1 {
clear: both;
width: 100%;
float: left;
margin: 10px 0 15px 0;
}

.main {
float: left;
width: 390px;
margin: 0 0 0 30px;
display: inline;
}

.sidebar {
float: left;
width: 365px; 
margin: 0 30px 0 10px;
display: inline;
border-left: dotted thin #e1e1e1;
}

.sidebarbody {
padding: 0 0 0 10px; 
}

/* FIM PARTE 1 */


/* PARTE 2 */

#part2{
clear: both;
position: relative;
width:775px;
height: 105px;
background-color:#f5f5f5;
margin: 0 26px 0 26px;
border-top: solid medium #e8e8e8;
/*padding:10px;*/

}

.boxbody {
/*width: 150px;*/
padding: 0 5px 5px 5px;
}

.box1{
position:absolute;
left:0px;
/*width: 285px;*/
height: 150px;
margin-left:0px;
}

.box2{
position: relative;
left:289px;
/*top: 10px;*/
float: left;
width: 230px;
}

.box3{
position: relative;
left:289px;
top: 20px;
float: left;
width: 235px;
border-left: solid thin #e8e8e8;
padding: 0 0 0 15px;
}

/* FIM PARTE 2 */


/* FOOTER */

#footer {
clear: both;
float: left;
width: 827px;
background:url(images/ev_parceiro_fisiomimo_12.png) no-repeat left top;	
}
.footerbody {
padding: 20px 20px 0 0;
text-align: right;
}

/* FIM FOOTER */

