/* MAIN TEMPLATE COMPONENTS */ 
a {
	color : #356B97;
}
 
a img {
	border: 0px;
}

button {
	color: white;
	border: 0px;
	cursor : pointer;
	font-size: 0.9em;
	padding: 2px;
	background-color: #356B97;
	border: 1px solid #666666;
}

/* CONTENT */

#content h1, #calendar-content h1, #homepage-title, #meeting-content h1 { 
	font-size: 18px;
	color: #356B97;
	font-weight: normal; 
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#content h2, #content h2 a, #calendar-content h2, #calendar-content h2 a, #meeting-content h2 { 
	font-size: 14px;
	color: #356B97;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#content h3, #calendar-content h3, #meeting-content h3 { 
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
/* ELEMENTS COMMON ACROSS CONTENT PAGES */
p.error {
	color: #FF0000;
}


/* FOR FCK EDITOR */

text10pt {
	font-size: 10pt;
}

text12pt {
	font-size: 12pt;
}

text14pt {
	font-size: 14pt;
}

h1.special_title {
	color: #336699;
	font-size: 14pt;
	text-transform: uppercase;
}

.stretcher {
	clear: both;
}

.votedcell {
	background-color: #356B97;
	text-align: center;
	color: #FFFFFF;
}

.votedcell a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* LOGIN */
#registerform th {
	text-align: right;
}

#login-username, #login-password {
	width: 180px;
}

#email, #password1, #password2 {
	width: 200px;
}

/* DELIVERABLES REPORTS */

.reportitem {
	margin-bottom: 20px;
}



.white-padding {
	margin: 0px !important;
	padding: 0px !important;
	height: 5px;
}

