/* CSS Document */
#modUserPage {
	/*padding:10px;*/
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:8px;
	overflow:hidden;
	position:relative; /*server para que os elementos com position:absolute fiquem posicionados corretamente*/
}
#modUserPage body {background:#FFF; line-height:100% }
#modUserPage body.mceForceColors {background:#FFF; color:#000;}
#modUserPage h1 {font-size: 2em; margin: 13px 0;}
#modUserPage h2 {font-size: 1.5em; margin:12px 0;}
#modUserPage h3 {font-size: 1.17em; margin:11px 0;}
#modUserPage h4 {font-size: 1em; margin:13px 0;}
#modUserPage h5 {font-size: .83em; margin:13px 0;}
#modUserPage h6 {font-size: .75em; margin:17px 0;}

#modUserPage p {margin:10px 0;}

#modUserPage ol {margin:20px 0; padding-left: 40px;}
#modUserPage ol li {list-style-position: outside;list-style-type: decimal;marker-offset: none;}

#modUserPage ul {margin:20px 0; padding-left: 40px;}
#modUserPage ul li {list-style-position: outside;list-style-type: disc;marker-offset: none; line-height:100%;}

#modUserPage .mceItemTable, 
#modUserPage .mceItemTable td, 
#modUserPage .mceItemTable th, 
#modUserPage .mceItemTable caption, 
#modUserPage .mceItemVisualAid {border: 1px dashed #BBB;}

#modUserPage a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
#modUserPage img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
#modUserPage img {border:0;}
#modUserPage table {cursor:default}
#modUserPage table td, #modUserPage table th {cursor:text}
#modUserPage ins {border-bottom:1px solid green; text-decoration: none; color:green}
#modUserPage del {color:red; text-decoration:line-through}
#modUserPage cite {border-bottom:1px dashed blue}
#modUserPage acronym {border-bottom:1px dotted #CCC; cursor:help}
#modUserPage abbr, #modUserPage html\:a1bbr {border-bottom:1px dashed #CCC; cursor:help}

/* IE */
/*
#modUserPage * html body {
scrollbar-3dlight-color:#F0F0EE;
scrollbar-arrow-color:#676662;
scrollbar-base-color:#F0F0EE;
scrollbar-darkshadow-color:#DDD;
scrollbar-face-color:#E0E0DD;
scrollbar-highlight-color:#F0F0EE;
scrollbar-shadow-color:#F0F0EE;
scrollbar-track-color:#F5F5F5;
}
*/


/*
#modUserPage ADDRESS,
#modUserPage BLOCKQUOTE, 
#modUserPage BODY, 
#modUserPage DD,
#modUserPage DIV,
#modUserPage DL,
#modUserPage DT,
#modUserPage FIELDSET,
#modUserPage FORM,
#modUserPage FRAME,
#modUserPage FRAMESET,
#modUserPage H1,
#modUserPage H2,
#modUserPage H3,
#modUserPage H4, 
#modUserPage H5,
#modUserPage H6,
#modUserPage IFRAME, 
#modUserPage NOFRAMES, 
#modUserPage OBJECT,
#modUserPage OL,
#modUserPage P, 
#modUserPage UL,
#modUserPage APPLET, 
#modUserPage CENTER,
#modUserPage DIR, 
#modUserPage HR,
#modUserPage MENU,
#modUserPage PRE 
{ display: block }

#modUserPage LI              { display: list-item }
#modUserPage HEAD            { display: none }
#modUserPage TABLE           { display: table }
#modUserPage TR              { display: table-row }
#modUserPage THEAD           { display: table-header-group }
#modUserPage TBODY           { display: table-row-group }
#modUserPage TFOOT           { display: table-footer-group }
#modUserPage COL             { display: table-column }
#modUserPage COLGROUP        { display: table-column-group }
#modUserPage TD,
#modUserPage TH				 { display: table-cell }
#modUserPage CAPTION         { display: table-caption }
#modUserPage TH              { font-weight: bolder; text-align: center }
#modUserPage CAPTION         { text-align: center }
#modUserPage BODY            { padding: 8px; line-height: 1.33 }
#modUserPage H1              { font-size: 2em; margin: .67em 0 }
#modUserPage H2              { font-size: 1.5em; margin: .83em 0 }
#modUserPage H3              { font-size: 1.17em; margin: 1em 0 }
#modUserPage H4,
#modUserPage P,
#modUserPage BLOCKQUOTE,
#modUserPage UL,
#modUserPage FIELDSET,
#modUserPage FORM,
#modUserPage OL,
#modUserPage DL,
#modUserPage DIR,
#modUserPage MENU            { margin: 1.33em 0 }
#modUserPage H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
#modUserPage H6              { font-size: .67em; margin: 2.33em 0 }
#modUserPage H1,
#modUserPage H2,
#modUserPage H3,
#modUserPage H4,
#modUserPage H5,
#modUserPage H6,
#modUserPage B,
#modUserPage STRONG          { font-weight: bolder }
#modUserPage BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
#modUserPage I,
#modUserPage CITE,
#modUserPage EM,
#modUserPage VAR,
#modUserPage ADDRESS   		 { font-style: italic }
#modUserPage PRE,
#modUserPage TT,
#modUserPage CODE,
#modUserPage KBD,
#modUserPage SAMP      		 { font-family: monospace }
#modUserPage PRE             { white-space: pre }
#modUserPage BIG             { font-size: 1.17em }
#modUserPage SMALL,
#modUserPage SUB,
#modUserPage SUP 			 { font-size: .83em }
#modUserPage SUB             { vertical-align: sub }
#modUserPage SUP             { vertical-align: super }
#modUserPage S,
#modUserPage STRIKE,
#modUserPage DEL  			 { text-decoration: line-through }
#modUserPage HR              { border: 1px inset }
#modUserPage OL,
#modUserPage UL,
#modUserPage DIR,
#modUserPage MENU,
#modUserPage DD       		 { margin-left: 40px }
#modUserPage OL              { list-style-type: decimal }
#modUserPage OL UL,
#modUserPage UL OL,
#modUserPage UL UL,
#modUserPage OL OL  		 { margin-top: 0; margin-bottom: 0 }
#modUserPage U,
#modUserPage INS          	 { text-decoration: underline }
#modUserPage CENTER          { text-align: center }
#modUserPage BR:before       { content: "\A" }

*/
/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

/*
#modUserPage ABBR,
#modUserPage ACRONYM	     { font-variant: small-caps; letter-spacing: 0.1em }
#modUserPage A[href]         { text-decoration: underline }
#modUserPage :focus          { outline: thin dotted invert }
*/

/* Begin bidirectionality settings (do not change) */
/*
#modUserPage BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
#modUserPage BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

#modUserPage *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
#modUserPage *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }
*/

/* Elements that are block-level in HTML4 */
/*
#modUserPage ADDRESS, #modUserPage BLOCKQUOTE, #modUserPage BODY, #modUserPage DD, #modUserPage DIV, #modUserPage DL, #modUserPage DT, #modUserPage FIELDSET, #modUserPage 
FORM, #modUserPage FRAME, #modUserPage FRAMESET, #modUserPage H1, #modUserPage H2, #modUserPage H3, #modUserPage H4, #modUserPage H5, #modUserPage H6, #modUserPage IFRAME,
NOSCRIPT, #modUserPage NOFRAMES, #modUserPage OBJECT, #modUserPage OL, #modUserPage P, #modUserPage UL, #modUserPage APPLET, #modUserPage CENTER, #modUserPage 
DIR, #modUserPage HR, #modUserPage MENU, #modUserPage PRE, #modUserPage LI, #modUserPage TABLE, #modUserPage TR, #modUserPage THEAD, #modUserPage TBODY, #modUserPage TFOOT, #modUserPage 
COL, #modUserPage COLGROUP, #modUserPage TD, #modUserPage TH, #modUserPage CAPTION 
                { unicode-bidi: embed }
*/
/* End bidi settings */

/*
@media print {
  #modUserPage  @page         { margin: 10% }
  #modUserPage H1,
  #modUserPage H2,
  #modUserPage H3,
  #modUserPage H4,
  #modUserPage H5,
  #modUserPage H6    { page-break-after: avoid; page-break-inside: avoid }
  #modUserPage  BLOCKQUOTE, 
  #modUserPage PRE           { page-break-inside: avoid }
  #modUserPage UL,
  #modUserPage OL,
  #modUserPage DL    { page-break-before: avoid }
}

@media speech {
  #modUserPage H1,
  #modUserPage H2,
  #modUserPage H3, 
  #modUserPage H4,
  #modUserPage H5,
  #modUserPage H6    		 { voice-family: paul, male; stress: 20; richness: 90 }
  #modUserPage H1            { pitch: x-low; pitch-range: 90 }
  #modUserPage H2            { pitch: x-low; pitch-range: 80 }
  #modUserPage H3            { pitch: low; pitch-range: 70 }
  #modUserPage H4            { pitch: medium; pitch-range: 60 }
  #modUserPage H5            { pitch: medium; pitch-range: 50 }
  #modUserPage H6            { pitch: medium; pitch-range: 40 }
  
  #modUserPage LI,
  #modUserPage DT,
  #modUserPage DD 			 { pitch: medium; richness: 60 }
  #modUserPage DT   		 { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

*/
