/*
################################# 
 	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(../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(../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;
}