/* Main body of MyProdos PUBLIC */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* H2 */
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	margin-bottom: 0px;
}


/* General TDs and THs */
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
th {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: left;
	color: #666666; 
	border: solid 1px;
	background-color: #EFEFEF;
}


/* User's update your email/fullname/photo ... */
td.detailhd {
	font-family: "Verdana";
	font-size: 13px;	
	padding-top: 12px;
}


/* Project's name appearance (main listing) ...*/
td.projectname {
	font-family: "Book Antiqua";
	color: #c10000;
	font-size: 28px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
/* and Project's - Subprojects' descriptions below (main listing) ...*/
td.projectdescr {
	font-family: "Verdana";
	font-size: 14px;
	padding-bottom: 20px;
	margin-top: 0px;
}


/* Subproject's name ...*/
td.appformname {
	font-family: "Verdana";
	font-size: 16px;
}
/* Unused ...*/
td.appformsummary {
	font-family: "Verdana";
	font-size: 14px;	
}


input, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* Odd and even row colors, every listing use these two styles ...*/
.style_0 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}
.style_1 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	background-color: #E0E0E0;
}


/* This is such a standard table style ... (identity verification, password change)*/
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666; 
}


/* Right alignment for Password Change page ... */
.header_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
}


/* ?! */
.list {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	align: left;
	border: solid 1px #AAAAAA;
	background-color: #FFFFFF;
}


/* Edit details and User's standard container ... */ 
.list_user_details {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	align: left;
	border: solid 1px #AAAAAA;
	/* background-color: #fff4fa; */
}


/* User's menu voices (Update details/ update email... / Change password / Logout) */
.sidebar_menus{
	border: 1px solid #C0C0C0;
	padding: 5px;
}


/* The main text of the application form (the one included but not generated by the system) */
td.appform_maintext {
	font-size: 12px; 
}


/* Unsubscribe button */
.unsubscribe_button 
{
	font-size: 9px; 
	color: white;
	font-family: verdana;
	background-color: #0080C0;
	border: 1px solid navy;
		
}

/* To Be Unsubscribed notification button (not clickable) */
/* was color: #C0C0C0 */
.tobeunsubscribed_button 
{
	font-size: 9px; 
	color: white;
	font-family: verdana;
	background-color: #D20000;
	border: 1px solid #808080;

			
}



