body{
	margin:0px;
	padding:0px;
}

/*##### navigation bar #####*/
div.nav_link{
	float:left;
	margin:3px 0;
}
div.nav_link div{
	margin:2px;
	height:20px;
	font-family:verdana;
	font-size:8pt;
	text-align:center;
	float:left;
}
div.nav_link div a{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
}
div.nav_link div.nav_nav a{
	color:#37394B;
	background-color: #CECECE;
	font-weight:normal;
	text-decoration:none;
	display:block;
	border:1px solid #929292;
}
div.nav_link div.nav_nav a:hover{
	background-color: #929292;
	border: 1px solid #CECECE;
	color: #141B69;
}
div.nav_link div.nav_no a{
	color:#37394B;
	background-color: #CECECE;
	font-weight:normal;
	text-decoration:none;
	display:block;
	border:1px solid #929292;
}
div.nav_link div.nav_no a:hover{
	background-color: #929292;
	border: 1px solid #CECECE;
	color: #141B69;
}
div.nav_link div.nav_no_more{
	color:#fff;
	background-color: #CECECE;
	font-weight:normal;
	border:0px solid #929292;
}
div.nav_link div.nav_no_selected a{
	color: #fff;
	background-color: #333;
	font-weight:normal;
	text-decoration: none;
	display:block;
	border:1px solid #ddd;
	width:20px;
	height:20px;
	line-height:20px;
}
div.nav_link div.nav_no_selected a:hover{
	background-color: #929292;
	border: 1px solid #CECECE;
	color: #141B69;
	width:20px;
	height:20px;
	line-height:20px;
}
/* end navigation bar */

/* internal messaging */
div.inbox_row{
	width:830px;
	border:1px solid #ddd;
}
div.inbox_header{
	font-weight:bold;
	background: #bbb;
	border:1px solid #ddd;
}
div.inbox_unread{
	font-weight:bold;
	background:#E6E8F0;
}
div.inbox_row div.inbox_chk, div.inbox_row div.inbox_sender, div.inbox_row div.inbox_subject, div.inbox_row div.inbox_date{
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
div.inbox_row div.inbox_sender a, div.inbox_row div.inbox_subject a, div.inbox_row div.inbox_date a{
	display:block;
	text-decoration:none;
}
div.inbox_unread a{
	color:#000;
}
div.inbox_row div.inbox_chk{
	width:22px;
}
div.inbox_row div.inbox_sender{
	width:130px;
}
div.inbox_row div.inbox_subject{
	width:550px;
}
div.inbox_row div.inbox_date{
	width:90px;
}

/*outbox*/
div.outbox_row{
	width:830px;
	border:1px solid #ddd;
	border-width:0 1px 1px 1px;
}
div.outbox_header{
	font-weight:bold;
	background: #bbb;
	border:1px solid #ddd;
}
div.outbox_row div.outbox_chk, div.outbox_row div.outbox_recipient, div.outbox_row div.outbox_subject, div.outbox_row div.outbox_date{
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
div.outbox_row div.outbox_recipient a, div.outbox_row div.outbox_subject a, div.outbox_row div.outbox_date a{
	display:block;
	text-decoration:none;
}
div.outbox_row div.outbox_chk{
	width:22px;
}
div.outbox_row div.outbox_recipient{
	width:130px;
}
div.outbox_row div.outbox_subject{
	width:580px;
}
div.outbox_row div.outbox_date{
	width:98px;
}
/* end internal messaging */

/*node legend*/
div.node_legend{
	margin-top:5px;
}
div.node_legend img{
	display:block;
	float:left;
}
div.node_legend div.node_title{
	float:left;
	width:16px;
	height:16px;
	line-height:16px;
	margin-right:5px;
	text-align:center;
	border:1px solid #ff0000;
}
div.node_legend div.node_desc{
	float:left;
	height:16px;
	line-height:16px;
	margin-right:30px;
}
/*node legend*/

/*member page*/
#page_bg {
/*position:absolute;
left:0;*/
top:0;
z-index:-1;
background: #94ec44 url('images/eYuppie-Memberbg.jpg') no-repeat top center;
}

div.main_container {
	width:960px; 
	margin:auto;
}
div.content_menu{
	width:200px;
	float:left;
	margin:0 15px 0 0;
	border:0px solid yellow;
}
div.left-container{
	width:735px;
	float:left;
	border:0px solid red;
}

div.header{	
	width:200px;
	height:129px;
	float:left;
	clear:both;
	margin:auto;
	background:#000 url('images/eYuppie-Member_header.jpg') no-repeat top center;

}
div.footer{
	padding:50px 0 0 0;
	clear:both;
	float:left;
	width:200px;
	margin:auto;
	color:#ffffff;
	
}
div.announcements, div.content_content{
	width:715px;
	padding:10px;
}
div.content_content{
	overflow:hidden;
	margin:auto;
	background:#fff;
}
div.announcements{
	overflow:hidden;
	margin:0 0 10px 0;
	background:#014709;
	color:#98B467;
	font-size:14px;
	font-weight:bold;
}
div.announcements a:link, div.announcements a:active, div.announcements a:visited, div.announcements a:hover{
	color:#98b467;
	text-decoration: none;
}
div.announcements a:hover{
	text-decoration: underline;
}
div.menu_list{
	float:left;
	width:200px;
	clear:both;
	background-color:transparent;   

}
div.menu_list a{
	display:block;
	font-size:12pt;
    font-weight:bold;
    text-align:center;
	color:#01450A;	
	line-height:20px;
	height:20px;
	background: #FCFFFD;
	padding:5px 0 5px 0;
	margin:3px 0 3px 0;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
div.menu_list  a:hover{
   background-color:#EAEAEA;
   text-decoration:none;
}
div.info_list{
	color:#01450A;
	width:180px;
	font-weight:bold;
	line-height:20px;
	height:auto;
	background: #FCFFFD;
	padding-left:15px;
	padding:5px 0 5px 20px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
/*end member*/

/*end member*/

/*public page*/
#bg{
	background: #fff url('images/bg1.jpg') repeat-x;
}
.home_bg{
	width:1100px;
	height:717px;
	margin:auto;
	background:url('images/eYuppie-Home5_Home.jpg') no-repeat top center;
}
div.public_container{	
	width:725px;
	margin-left:365px;
	border-left:2px solid #C9F1BC;
	border-right:2px solid #C9F1BC;
	background:#C9F1BC;
}
div.space{
	background:#00AA01;   
	padding:10px 0 10px 580px;
}
div.space a:active, div.space a:visited, div.space a:hover, div.space a:link{
	font-size:14px;
	font-weight:bold;
	color:#104806;
}

div.public_footer{
	text-align:right;
	font-weight:bold;
	margin:72px 0 0 0;
	color:#01450A;
}
div.public_footer a:active, div.public_footer a:visited, div.public_footer a:hover, div.public_footer a:link{
   color:#104806;
}
div.menu {
   padding:5px;
   background-color:#01450A;
   width:715px;
 
}
div.menu a:active, div.menu a:visited, div.menu a:hover, div.menu a:link{
   font-size:11pt;
   font-weight:bold;
   color:#98B467;
   padding:5px;
 
}
div.menu a:hover{
	color:yellow;
	background-color:#01550A;
	text-decoration:none;
}
div.user-info a:active, div.user-info a:visited, div.user-info a:hover, div.user-info a:link{
   font-size:12px;
   color:#104806;
}

div.public_table{
	padding:8px 0 0 0;
	color:#fff;
}
div.public_announcements{		
	margin:0 0 8px 0;
	background:#01450a;
	color:#98b467;
	font-size:14px;
	font-weight:bold;
	height:70px;
	padding:10px 5px;
	overflow:hidden;
}
div.public_announcements a:active, div.public_announcements a:visited, div.public_announcements a:hover, div.public_announcements a:link{
   color:#98b467;
}
div.public_content{
	height:312px;
    width:500px;
}
div.content-style{
	background:#fff;
	color:#98B467;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	overflow:auto;
}
div.content-style2{
	background:#fff;
	color:#98B467;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	overflow:auto;
}
div.table_whole{	
	width:697px;
	height:398px;
	margin:auto;
	border:1px solid #fff;
	background:#fff;
	
}
div.table_left{	
	float:left;
	width:500px;
	margin:auto;
	background:transparent;
	padding-left:8px;
	
}
div.table_right{
	float:right;
	width:200px;
	margin:auto;
	padding-right:8px;
	background:transparent;
}

.table_right div.boxes {
margin-bottom:10px;
background:#fff;
height:130px;
overflow:hidden;
}
.table_right div.boxes div.user-info{
	color:#104806;
	padding:10px;
}

.table_right form a{
 color:#146405;
}
.table_right form h1{
 color:#146405;
 font-size:12px;
 font-weight:bold;
}
div.table_right h4{
	color:#104806;
	font-size:15px;
	padding:0 0 0 10px;
}
div.table_right table.login-table{
	width:95%; 
	margin-left:5px;
}
div.table_right table.login-table td{
	color:#146405;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

div.footer_table{
	clear:both;
	width:725px;
	background:transparent ;
	margin-top:8px;
	padding-bottom:8px;
}

div.small_table{
	float:left;
    padding-left:8px;
	width:171px;
	background:transparent;
}
div.small_table h4{
	font-size:12px;
	font-weight:bold;
	color:#104806;
}
p.content_font{
	color:#104806 ; 
	font-size:14px;
}
h4.content_title{
	color:#104806 ;
	font-size:18px;
}

.tabs-panel {
width:auto !important;
}

.tabs-panel .pbt_table {
width:100%;
}

.templatethumb {
float:left;
width:200px;
height:200px;
margin-right:40px;
margin-bottom:40px;
}

.templatethumb img {
width:200px;
}