/*
################################# 
 	Properties
#################################
*/

div { #text-align:                   justify; }

.menu_wrap a:hover {
	#padding-bottom:              0;
}

/*
#################################
       FwDialog
#################################
*/

#fw_dialog_box 
{
	#position: 			absolute;
 	#top: 				expression( ( document.documentElement.offsetHeight / 2  - fw_dialog_box.offsetHeight / 2 ) +
						( ignoreTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) 
						+ 'px' );
}
	
#fw_dialog_back 
{
	#position: 			absolute;
	#height: 			expression( ( document.documentElement.offsetHeight - 5) );
 	#filter:			progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 	#top: 			expression( ( ignoreTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )  + 'px' );
}
/*
################################# 
 	Properties
#################################
*/

body {
	background:                   #eaeaea;
	margin: 			          0;
	padding:			          0;
	font-family:		          Arial, Tahoma, sans-serif;
	font-size: 		              13px;
}

input, label, img { vertical-align:    middle; }

iframe { min-height: 200px; }

#display, .header { background:   #fff; }

.logo { margin-left:              5px; }

.menu_wrap {
	background:                   #352e2c;
	padding:                      3px 0;
	font-size: 		              .75em;
	letter-spacing:               1px;
}

.menu_wrap ul { background:               #363636; margin-left: 0; }

.menu_wrap li {
	float:                        left;
	margin-right:                 10px;
	padding:                      2px;
	border-left:                  1px solid #636363;
	list-style:                   none;
}

.menu_wrap a {
	color:                        #fff;
	text-decoration:              none;
	text-transform:               uppercase;
	margin-left:                  8px;
}

.menu_wrap a:hover {
	color:                        #aedff8;
	border-bottom:                2px solid #aedff8;
	padding-bottom:               3px;
}

.hour { color:                    #fff; }

div#content { background: #f0f0f0; height: 100%; }
div.content_wrap { background: #fff; min-height: 520px; height: 100%; }

.sideBoxBorder {
	background:                   #f0f0f0;
	padding-bottom:               10px;
	min-height:                   280px; 
	font-size: 		              12px;
}

.sideBoxBorder ul {
	margin-left:                  25px; 
}

.sideBoxBorder li {
	list-style:                   square;
	line-height:                  1.3em;
	margin-bottom:                10px;
	margin-top:                   5px;
}

.sideBoxBorder a, #file_list a {
	color:                        #000;
	text-decoration:              none;
}

.sideBoxBorder a:hover, #file_list a:hover {
	color:                        #003366;
	text-decoration:              underline;
}


.sideBoxTitle {
	background:                   #363636;
	padding:                      5px 10px;
	color:                        #aedff8;
	min-height:                   18px;
}

.last_list, #poll { margin-left:  10px; }

.button {
	background:                   #636363;
	padding:                      5px;
}

.content_wrap { width:            570px; float: left; background: #fff; }

.content_titleWrap {
	border-top:                   5px solid #363636;
	border-bottom:                2px solid #ececec;
}

.content_title {
	background:                   #636363;
	padding:                      10px 0 5px 10px;
}

.bannerContent {
	float:                        right;
	margin-left:                  10px;
}

.format {
	padding-left:                 10px;
	padding-right:                10px;
}

.dotted {
	border-bottom:                1px dotted #333;
	margin-left:                  10px;
}

div.list {
	height:                       75px;
	padding:                      10px;
}
div.list:hover {
	background:                   #ecf8fe;
}

.img_list { float:                left; margin-right: 10px; }

.inf_img { margin-right:          10px; float: left; }

.contact_home { 
	background:                   url(http://www.epmcomunica.com.br/templates/default/images/img_mail.gif) no-repeat bottom right #f0f0f0;
	color:                        #003e7f;
}

.contact_home a { color:          #003e7f; }

.footer_wrap, .sideBoxBorder { 
	border-top:                   5px solid #7d7d7d;
}

.footer_wrap { border-top-width:  2px; }

.footer { 
	border-top:                   2px solid #363636;
	font-size: 		              .875em;
}

#file_list tr:hover {
	background:                   #ecf8fe;
	border:                       1px solid #7ecaf1;
}

#link_list a, #jpf_faq a, #jpf_article a, #jpf_news a, #jpf_portfolio a {
	color:                        #003366;
	text-decoration:              underline;
}

.register { background:           url(http://www.epmcomunica.com.br/templates/default/images/img_register.jpg) no-repeat bottom right; }

.list_part { 
	width:                        100px;
	float:                        left;
	text-align:                   center;
}

div:after {
	display:            		  block;
	content:			          "&nbsp;";
	height: 			          0;
	visibility:			          hidden;
	clear: 				          both;
}

/*
#################################
       Spry Notices
#################################
*/

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	border: none;
	font-size: .6em;
}


/*
#################################
       FwDialog
#################################
*/

#fw_dialog_box 
{
	position: 			fixed;
	z-index:			1000; 
	left: 				265px;
	background-color: 	#FFFFFF;
	width: 				250px;
	height: 			100px;
	top: 				40%;
}
	
#fw_dialog_back 
{
	position: 			fixed;
	z-index:			999; 
	top: 				0px;
	left:				0px;
	background-color: 	#FFFFFF;
	width:				100%;
	height: 			100%;
	opacity: 			.8;
}

.fw_dialog_upload_box 
{
	width:200px;
	height:10px;
	border: 1px;
 	border-color: #2B717C;
 	border-style: solid;
 	text-align: left;	
}

.fw_dialog_upload_percent 
{
	height:100%;
 	background-color: 	#2B717C;	
}

.fw_dialog_title 
{
	font-family:		tahoma, helvetica, sans-serif;
	font-size:			11px;
	color: 			#FFFFFF;
	font-style: 		normal;
	font-weight:		bold;
}

.fw_dialog_msg1 
{
	font-family:		tahoma, helvetica, sans-serif;
	font-size:			11px;
	color: 			#2B717C;
	font-style: 		normal;
}

.fw_dialog_msg2 
{
	font-family:		tahoma, helvetica, sans-serif;
	font-size:			11px;
	color: 			RED;
	font-style: 		normal;
}

.fw_dialog_msg3 
{
	font-family:		tahoma, helvetica, sans-serif;
	font-size:			11px;
	color: 			#2B717C;
	font-style: 		normal;
	font-weight:		bold;
}
@charset "UTF-8";

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #cc3333;
	border: 1px solid #cc3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #b8f5b1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #ff9f9f;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #ffffcc;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

