 /* CSS Document */
/* Header Part */
/*html, body, #wrap {height: 94%;}

body > #wrap {height: auto; min-height: 94%;}
*/
#wrap {min-height: 1080px;}

body {
	margin:0px;padding:0px;
}
body {
	margin:0px;padding:0px;
	font-family:arial,tahoma; 
	font-size:11px;font-weight:bold;
}
.imagedropshadow {
	margin:3px;
	border: solid 1px #efefef;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;

}
a:hover img.imagedropshadow {
	margin:3px;
	border: solid 1px #dac14b;
}

#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
	/*font: 10px normal Verdana, Arial, Helvetica, sans-serif;*/
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	/*font: 10px normal Verdana, Arial, Helvetica, sans-serif;*/
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;float: left;
	border-left: 1px solid #bbb;
	/*font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	
	text-indent: -9999px;*/
	height: 16px; width: auto;
	text-decoration: none;
	/*color: #333;*/
	position: relative;
	
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}


/*#footpanel a.home{	
	background: url(../images/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
/*}
a.profile{	background: url(user.png) no-repeat center center;  }
a.contacts{	background: url(address_book.png) no-repeat center center; }
a.playlist{	background: url(document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(film.png) no-repeat center center; }
a.messages{	background: url(mail.png) no-repeat center center; }
a.editprofile{	background: url(wrench_screwdriver.png) no-repeat center center; }
#footpanel a.chat{	
	background: url(balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
/*}
a.alerts{	background: url(newspaper.png) no-repeat center center;	 }
*/
#footpanel li.right {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(../images/pop_arrow.gif) no-repeat center bottom;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}





/*#footpanel ul li div a { /*--Reset link style for subpanel links--*/
/*	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; 
} /*--Reset link style for subpanel links--*/

a {
	color: #00B0F0;font-weight:bold;	
}
.top_header{
	background-color:#333333;
	background-image: url(../images/top_header.png);
	background-repeat:repeat-x;
}
.top_title{
	background-image: url(images/home.png);
}
.top_headertext{
	font-family: Trebuchet MS, arial; font-size: 12px; color: #ffffff;text-decoration:none;font-weight:bold;	
              }
		.top_headertext a:active{
		font-family:Trebuchet MS, arial; font-size:12px;color: #ffffff;text-decoration:none;font-weight:bold;
		}
		.top_headertext a:hover{
		font-family:Trebuchet MS, arial; font-size:12px;color: #cccccc;text-decoration:none;font-weight:bold;
}
.jumprollover a{
display:block;
width: 24px;
height:24px;
background: url(/images/green_arrow_up.png) 0 0 no-repeat;
text-decoration: none;
}
.jumprollover a:hover { 
background-position: -24px 0;

}
.uploadrollover a{
display:inherit;
width: 170px;
height:50px;
vertical-align:middle;
background: url(/images/upload_photos_wedgewood.png) 0 0 no-repeat;
text-decoration: none;
}
.uploadrollover a:hover { 
background-position: -170px 0;
}
.uploadrollover2 a{
display:inherit;
width: 50px;
height:50px;
vertical-align:middle;
background: url(/images/upload_now.png) 0 0 no-repeat;
text-decoration: none;
}
.uploadrollover2 a:hover { 
background-position: -50px 0;
}
.discuss2 a{
display:inherit;
width: 50px;
height:50px;
vertical-align:middle;
background: url(/images/discussion.png) 0 0 no-repeat;
text-decoration: none;
}
.discuss2 a:hover { 
background-position: -50px 0;
}
.invitemembers a{
display:inherit;
width: 50px;
height:50px;
vertical-align:middle;
background: url(/images/invite_members_rollover.png) 0 0 no-repeat;
text-decoration: none;
}
.invitemembers a:hover { 
background-position: -50px 0;
}
.discussrollover a{
display:inline-block;
width: 150px;
height:24px;
background: url(/images/new_discussion.png) 0 0 no-repeat;
text-decoration: none;
}
.discussrollover a:hover { 
background-position: -150px 0;
}
.backtophotos a{
display:block;
width: 120px;
height:30px;
background: url(/swfuploads/images/swfupload_step3.png) 0 0 no-repeat;
text-decoration: none;
}
.backtophotos a:hover { 
background-position: -120px 0;
}
.webleftnav{
   font-family: Trebuchet MS, arial; font-size: 14px; color: #000000;text-decoration:none;font-weight:normal;	
}
.webleftnav a:active
{
   font-family:Trebuchet MS, arial; font-size:14px;color: #666666;text-decoration:none;font-weight:bold;
}
.webleftnav a:hover{
   font-family:Trebuchet MS, arial; font-size:14px;color: #000000;text-decoration:none;font-weight:normal; background: #e5e5e5;
}
.webleftnavsmall{
   font-family: Trebuchet MS, arial; font-size: 12px; color: #000000;text-decoration:none;font-weight:normal;	
}
.webleftnavsmall a:active
{
   font-family:Trebuchet MS, arial; font-size:12px;color: #666666;text-decoration:none;font-weight:bold;
}
.webleftnavsmall a:hover{
   font-family:Trebuchet MS, arial; font-size:12px;color: #000000;text-decoration:none;font-weight:normal; background: #e5e5e5;
}
.webleftnavtab{
   font-family: Trebuchet MS, arial; font-size: 12px; color: #000000;text-decoration:none;font-weight:normal;	
}
.webleftnavtab a:active
{
   font-family:Trebuchet MS, arial; font-size:12px;color: #666666;text-decoration:none;font-weight:bold;
}
.webleftnavtab a:hover{
   font-family:Trebuchet MS, arial; font-size:12px;color: #000000;text-decoration:none;font-weight:normal; background: #cccccc;
}

#head_sup {
background-position:center;
}
#head_sup .tit {
	WIDTH: 100%;
}
.web_header{
background-image:none;width:100%;
}
.header_content{
}
/* Header Part */


/* Left Side */
.left_content{
color: #ffffff
}
/* Left Side */
.left_active{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#99cc66; font-weight:bold; font-size:13px;text-decoration:none;
}
.left_inactive{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#6699ff; font-weight:bold; font-size:13px;text-decoration:none;
}
.left_inactive a {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#6699ff; font-weight:bold; font-size:13px;text-decoration:none;
}
.left_inactive a:hover {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#99cc66; font-weight:bold; font-size:13px;text-decoration:none;
}

/* Menu Bar */

.menu_active{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#808080; font-weight:bold; font-size:16px;text-decoration:none;
}
.menu_inactive{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#6699ff; font-weight:bold; font-size:16px;text-decoration:none;
}
.menu_inactive a {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#6699ff; font-weight:bold; font-size:16px;text-decoration:none;
}
.menu_inactive a:hover {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#cccccc; font-weight:bold; font-size:16px;text-decoration:none;
}
.menu_border7{
	border-bottom-width: 2px solid #92C7FB;height:8px;
}
.menu_active_header{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#4d4d4d; font-weight:bold; font-size:16px;text-decoration:none;
}
.menu_border{
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
height:8px;
}
.no_border{
border:none;
height:8px;
}

/* Menu Bar*/

/* ModuleBar Menu Start*/

.modulebar_active{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#808080; font-weight:bold; font-size:16px;text-decoration:none;
}
.modulebar_active_bg{
	background: #808080; 
}
.modulebar_inactive{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#e5e5e5; font-weight:bold; font-size:16px;text-decoration:none;
}
.modularbar_inactive a {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#6699ff; font-weight:bold; font-size:16px;text-decoration:none;
}
.modularbar_inactive a:hover {
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#666666; font-weight:bold; font-size:16px;text-decoration:none;
}
.modularbar_border7{
	border-bottom-width: 2px solid #92C7FB;height:8px;
}
.modularbar_active_header{
	font-family: Trebuchet MS, verdana, Arial, Helvetica, sans-serif; color:#4d4d4d; font-weight:bold; font-size:16px;text-decoration:none;
}
.modularbar_border{
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
height:8px;
}

/* ModuleBar Menu End*/

/* Main Content */
.main_content{color:#ffffff;
}
.titlestyle {
background-color:#cccccc;
background-image:url(../images/title_bg_4.gif);
background-repeat:repeat-x;
color:#414141;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
height:38px;
padding:5px;
text-indent:5px;
text-transform:capitalize;
}
.right_content_admin {
	MARGIN: auto 5px; WIDTH: 735px; BORDER: 1px solid #e5e5e5; BACKGROUND:#e5e5e5;
}
.je_selectbox{
font-family: Arial;
font-weight: normal;
color: #414040;
font-size:11px;
border: 1px solid #88A3D0;
width: 145px;
height:23px;
} 
.je_ss_sss2{
 font-family:Trebuchet MS, Arial, Helvetica, sans-serif; color:#333333; font-weight:bold; font-size:11px;
 }
 
 .je_blue_bold{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
font-weight:bold;
}

 .je_blue_bold_over{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
font-weight:bold;
text-decoration:none;
}

.je_pad{
padding:10px 20px 10px 20px;
}
.je_pad_left{
padding: 0px 20px 0px 20px;
}
.foto_pad_bottom{
padding: 0px 0px 20px 0px;
}

.je_textField01 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 280px;
height:18px;
border: 1px solid #a8bac6;
}

.je_selectdate{
font-family: Arial;
font-weight: normal;
color: #414040;
font-size:11px;
border: 1px solid #88A3D0;
width: 40px;
height:22px;
} 

.je_selectbox{
font-family: Arial;
font-weight: normal;
color: #414040;
font-size:11px;
border: 1px solid #88A3D0;
width: 145px;
height:22px;
} 

.je_text_normalblue{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
text-decoration:none;
font-weight:normal;
align:left;
}

 .je_commontext {
	MARGIN: 0px 0px 0px 0px;PADDING-TOP: 0px;FONT-SIZE: 11px;color:#666666; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:normal;
}


.je_textField06 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 140px;
height:18px;
border: 1px solid #a8bac6;
}


.je_textField02 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 500px;
height:18px;
border: 1px solid #a8bac6;
}



.je_textField03 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 500px;
height:200px;
border: 1px solid #a8bac6;
}


.je_textField04 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 500px;
height:50px;
border: 1px solid #a8bac6;
}

 .je_top_border_blue{
border-top-width: 2px;
border-top-style: solid;
border-top-color: #B3D9FF;
}


.je_text_exchange{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	color: #0070C0;	
	text-decoration:none;
	font-weight:bold;	
	}
	
	 
.je_log_font_b1{
FONT-SIZE: 11px;color:#808080; font-weight: bold; font-family:Verdana, Arial, Helvetica, sans-serif;
}

.je_menu_border{
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #92C7FB;
height:8px;
}
.div_floatleft{
float:left;
valign:middle;
background:#f5f5f5;
border:1px solid #ccc;
height:150px;

}
.div_floatleft_tag{
align:center;
background:#f5f5f5;
border:1px solid #ccc;
height:100px;
width:100px;
margin:3px;
}

.div_floatleft_webphotos{
float:left;
valign:middle;
height:150px;
background:#f5f5f5;
border:1px solid #ccc;
margin:3px;
}
.div_floatleft_activity{
float:left;
valign:middle;
background:#f5f5f5;
border:1px solid #ccc;
height:110px;
margin:3px;
}
.div_floatleft_event{
float:left;
valign:middle;
background:#f5f5f5;
border:1px solid #ccc;
height:100px;
margin:3px;
}
.div_floatleft_event_photos{
float:left;
valign:middle;
background:#f5f5f5;
border:1px solid #ccc;
height:110px;
margin:3px;
padding:5px;
}

.div_floatmiddle{
float:center;
valign:middle;
background:#f5f5f5;
border:1px solid #ccc;
height:150px;

}
.je_text_normalbluesmall_over{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
text-decoration:none;
font-weight:normal;
text-decoration:underline;
}

.foto_min_div{
height:100px;
width:100px;
overflow:hidden;
padding;8px;
}
.fotos_min_div{
min-height:110px;min-width:110px;overflow:hidden;
border: 1px solid #e5e5e5;
margin: 8px;
}
.fotos_min_div1{
min-height:130px;min-width:110px;overflow:hidden;
}
.bj_red
{
color:#ff0000;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;
}
.red_bold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #FF0000;
font-weight:bold;
text-decoration:none;
}

.green_bold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #99CC64;
font-weight:bold;
text-decoration:none;
}


.je_text_normalbluelarge{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#006699;
text-decoration:none;
font-weight:bold;
}


.no_text_dec{
text-decoration:none;
}

.text_dec{
text-decoration:underline;
}

.grey_normal{
FONT-SIZE: 11px;color:#808080; font-weight: normal; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.text_normalbluesmall{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
text-decoration:none;
font-weight:normal;
}

.text_place{
font-family:tahoma;
font-size:10px;
color: #78758B;
text-decoration:none;
}

.min_div{
height:100px;width:100px;overflow:hidden;
}
.fotos_min_div{
min-height:110px;min-width:110px;overflow:hidden;
}

 
.th_log_font_b1{
FONT-SIZE: 11px;color:#808080; font-weight: bold; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}


.image_over{
padding:1px;
}
.image_over_active{
padding:0px;
border: 1px solid #FF9900;
}

.image_over :hover{
padding:0px;
border: 1px solid #FF9900;
}

.je_ss_sss2_over{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; font-size:11px; text-decoration:underline;
}
.popup{
width: 130px;
background-color: #FFFFFF;
border: 1px dotted #000;
padding: 2px;
position: absolute;
cursor: hand;
cursor: pointer;
font-family:Arial;
font-size:11px;
font-weight: normal;
display: none;
z-index:100;
}
.popup_text{
float:left;
font-family:Arial;
font-size:11px;
font-weight: normal;
clear:both;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
}
.popup_text:hover{
float:left;
font-family:Arial;
font-size:11px;
color:#6699FF;
font-weight:bold;
clear:both;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
}

.image_no_border{
padding:0px;
border: 1px solid #FFF;
}
.blue_bold {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
font-weight:bold;
padding: .2em .2em;
text-decoration: none;
}
.blue_bold a:hover{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#99cc66;
font-weight:bold;
text-decoration: underline;
}
.blue_bold a:active{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
font-weight:bold;
text_decoration: none;

}
.bluenormal {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
font-weight:normal;
text-decoration: none;
}
.bluenormal a:hover{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#99cc66;
text-decoration: underline;
}
.bluenormal a:active{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
.border_blue{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	}
.border_photo{
border: 2px solid #e5e5e5;
height:115px;
}
.border_define{
border: 5px solid #FF9900;
height:115px;
}
.border_select{
border: 5px solid #FF9900;
height:115px;
}
.border_photos{
border: 5px solid #FF9900;
height:115px;
}	
.pr_blue_small_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#6699FF;
}

.pr_small_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.pr_text_normalbluesmall{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#6699FF;
text-decoration:none;
font-weight:bold;
}

.pr_commontext {
FONT-SIZE: 16px;
color:#000000; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
text-decoration:none; 
font-weight:bold;
}
.border_makeboxgray{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E4E4D5;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E4E4D5;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4D5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E4E4D5;
	}
/* Main Content */

/* Footer Part */
.footer_content{
}
.text_linkgrn{
font-family:verdana; 
font-size:11px;
color: #92D050;	
text-decoration:none;
font-weight:bold;

}
.text_linkgray{
font-family:verdana; 
font-size:11px;
color: #808080;	
text-decoration:none;
font-weight:bold;

}
.text_linkred{
font-family:tahoma; 
font-size:11px;
color: #FF0000;	
text-decoration:none;
font-weight:bold;

}
.text_linkblue{
font-family:Trebuchet MS, verdana; 
font-size:11px;
color: #6699FF;	
text-decoration:none;
font-weight:bold;

}
.footer_nav{
background:url(../images/footer.png); width: 100%; height: 60px;background-position:center;background-repeat:no-repeat
}


.text_normalblue{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
text-decoration:none;
font-weight:normal;
}


/* Footer Part */


.th_cotenttext {
       	height:30px;PADDING-RIGHT: 0px; PADDING-LEFT: 0px;WIDTH: 500px;PADDING-TOP: 10px;MARGIN: 0px 0px 0px 0px;FONT-SIZE: 14px;color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;
} 
.th_cotenttext1 {
       	FONT-SIZE: 14px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#0066ff;
}
 .th_headleft1{
padding-left:5px;FONT-SIZE: 14px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#000000; padding-right:5px;
}
.cn_link {
FONT-SIZE: 11px;color:#3399ff; font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;
}
  .su_uploadtable5{

border: 1px solid #c0c0c0;  width:800px;font-family: Arial, Helvetica, sans-serif;font-weight:none; font-size:11px;color:#666666;
background:#fdfdfd; 
 }
.th_bordertab2{
border: 1px solid #e5e5e5; height:25px; width:800px; border-bottom-style: none;
}
.sk_width22 {
width:200px;
}
.su_greenlink{
 color:#009999;
 text-decoration:none;
 }
 .su_uploadwidth1{
width:100px;
font-family: Arial, Helvetica, sans-serif;font-weight:none; font-size:11px;color:#666666; 
}
.text {
       MARGIN: 0px 0px 0px 0px; 	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;WIDTH: 100px;PADDING-TOP: 0px;MARGIN: 0px 0px 0px 0px;FONT-SIZE: 11px;color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;  
} 
.sk_width20 {
width:110px;
}
.link {
	FONT-SIZE: 11px;color:#3399ff; font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;
}
.th_right{
width:50px;
}
.th_menuact11{
FONT-SIZE: 11px;font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-weight:normal; text-decoration:none; width:635px; padding-left:60px; padding-top:10px; padding-bottom:5px;
}
 .th_imagetext{
FONT-SIZE: 11px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#000000; 
}
.th_tagleft{
padding-left:14px;
}
.th_bordertext{
border: 1px solid #000000; height:20; width:10;
}

.status_textarea{
font-family:Trebuchet MS, Tahoma;
font-weight:normal;
color:#999999;
font-size:13px;
width:550px;
height:35px;
}

 .status_date {
	FONT-SIZE: 10px;
	color:#000000; 
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	font-weight:normal;
}

.common10 {
	MARGIN: 0px 0px 0px 0px;PADDING-TOP: 0px;FONT-SIZE: 10px;color:#666666; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:normal;
}
.commontext {
	MARGIN: 0px 0px 0px 0px;PADDING-TOP: 0px;FONT-SIZE: 11px;color:#666666; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:normal;
}
.messagetext {
	MARGIN: 0px 0px 0px 0px;PADDING-TOP: 0px;FONT-SIZE: 13px;color:#666666; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:normal;
}
.ss_sss2{
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color:#333333; font-weight:bold; font-size:11px;
}
.text_normalblue_over{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
text-decoration:none;
font-weight:normal;
text-decoration:underline;
}

.text_normalbluesmall_over{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#6699FF;
text-decoration:none;
font-weight:normal;
text-decoration:underline;
}

.text_number_inactive{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#9BBBDC;
text-decoration:none;
font-weight:bold;
}
.text_number_bar{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#D6D6D6;
text-decoration:none;
font-weight:bold;
}
.text_number_active{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-decoration:none;
font-weight:bold;
}
.blueborder_table{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9CCDFF;
border-top-width:1px;
border-top-style: solid;
border-top-color: #9CCDFF;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #9CCDFF;
border-right-width:1px;
border-right-style: solid;
border-right-color: #9CCDFF;
} 
.greyborder_table{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
border-top-width:1px;
border-top-style: solid;
border-top-color: #e5e5e5;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #e5e5e5;
border-right-width:1px;
border-right-style: solid;
border-right-color: #e5e5e5;
}
.message_tab_inactive{
width: 150px;
height: 22px;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
text-align: center;
background:#e5e5e5;
}

.message_tab_active{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
text-align: center;
width: 150px;
height: 22px;
background:#666666;
}
.message_table{
border: 1px solid #cccccc;

}
.message_row{
border-right: 1px solid #cccccc;

}
.sk_img{
width:80px;  height:80px; border:0;
}
.searchselect1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #003366;
text-decoration:none;
font-weight:normal;
}
.searchselect2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #003366;
font-weight:bold;
}

.searchselect3 
{ 
font-family: Arial, Helvetica, sans-serif;
font-weight:none; 
font-size:11px;
color:  #003366;
height:25px;
text-decoration:underline;
}
.textnormalblue{
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #00B0F0;
text-decoration:none;
font-weight:normal;
}
.jj_tag_over 
{ 
font-family: Arial, Helvetica, sans-serif;font-weight:none; font-size:11px;color:#3399ff;height:25px;text-decoration:underline;
}
.box_border_grey{
border-top-width:1px;
border-top-style:solid;
border-top-color:#CCCCCC;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
border-right-width:1px;
border-right-style:solid;
border-right-color:#CCCCCC;
border-left-width:1px;
border-left-style:solid;
border-left-color:#CCCCCC;
}
.je_selectbox01{
font-family: Arial;
font-weight: normal;
color: #414040;
font-size:11px;
border: 1px solid #88A3D0;
width: 145px;
height:23px;
} 
.je_selectbox02{
font-family: Arial;
font-weight: normal;
color: #414040;
font-size:11px;
border: 1px solid #88A3D0;
width: 100px;
height:23px;
}
.text_normalgraysmall{
font-family: Arial, Helvetica, sans-serif; color: #999999; font-size:11px;
} 

.textArea02 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 500px;
height:200px;
border: 1px solid #a8bac6;
}
.textArea03 {
font-family:trebuchet MS;
font-weight:normal;
color: #000000;
font-size:13px;
width: 530px;
height:400px;
border: 1px solid #a8bac6;
}
.textField02 {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 500px;
height:18px;
border: 1px solid #a8bac6;
}

.je_listbox{
font-family: Trebuchet MS, Arial;
font-weight: normal;
color: #414040;
font-size:11px;
border: 1px solid #88A3D0;
width: 200px;
height:115px;
}

.photo_popup_caption{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:25px;
width:98%;border: 1px solid #a8bac6;color:#6699FF;
}
.right_content_height
{
height:620px;
vertical-align:top;
}
.textArea_to {
font-family:Tahoma;
font-weight:normal;
color: #000000;
font-size:13px;
width: 500px;
height:70px;
border: 1px solid #a8bac6;
}
.sm_textfield {
    MARGIN: 0px 0px 0px 0px;font-family: Trebuchet MS, Tahoma;font-weight: normal;color: #414040;font-size: 13px;width: 500px;height:18px; border: 1px solid #e5e5e5; FLOAT: left;
}
.sm_textarea {
    MARGIN: 0px 0px 0px 0px;font-family: Trebuchet MS, Tahoma;font-weight: normal;color: #414040;font-size: 13px;width: 500px; border: 1px solid #e5e5e5; FLOAT: left;
}
.textfieldtitle {
    MARGIN: 5px 20px 0px 5px; height:22px; border: 1px solid #cccccc; FLOAT: left; 
}

