@charset "UTF-8";
/* CSS Document */

/*


This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.custom_title {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	color: #0A0909;

}
.date_till {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	color: #0A0909;

}
/* this will center an image  just add <image class="center": */
img.center {
    display: block;
    margin: 0 auto;
}

/* Upcoming Reunion section on home page */
#current_reunions_list {
	
	width: 90%;
	position: relative;
	display: inline;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: thin solid #CCCCCC;
	-webkit-overflow-scrolling: touch; /* allow touch scrolling in webkit browsers */
	overflow: scroll; /* set overflow to scroll for desktop browsers */
	overflow-x: hidden; /* hide scrollbar on x-axis */
	float: left;
	padding-left: 15px;

	
}

.hr_dark{

	margin-left: -15;
	width: 100%;
	height: 1px;
	background-color: #5C636B;
}
.upcomingeventshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border: thin solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #616560;
}
.greenheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3C0;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.emailtextbolder14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #FFF;
}
.whitelink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #FFF;
}
.upcoming_reunion_footer {
	display: inline-block;
	float: both;
	
	width: 80%;
	margin-top: 10px;
}
.graybox {
	border: thin solid #9C9898;
	border-radius: 8px;
	padding: 15px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.rounded_gray_box {
	border: thin solid #CCCCCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	margin-bottom: 10px;

}
.labels_reg_form{
	color: #010101;
	font: bold normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
/* prm affects login form */
.prm{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.uploadedheader {
max-width:100%;
max-height: 100px; 
}
	
.listingcategory{
	color: #100C0C;
	font: italic bold small-caps 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	
}

.print_button {
   width: 78px;
   max-width: 100%;
   height: 18px;
}

.job {
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    color: #424141;
}
