
body {
	font-size: 16px;
}
.testing {

}
.tablebox4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	line-height: 16px;
	padding: 5px;
	margin: 3px;
	width:400px;
	
}

.tablebox5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	line-height: 16px;
	padding: 5px;
	width: 400px;
	height: 151px;
	 	

}

.tableboxmember{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	line-height: 16px;
	padding: 5px;
	width: 250px;
	height: 250px;
	 	

}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.region table.fancy2 th,
.region div.fancy2 table th {
	background-color: #006986;
	color: #000;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
    	padding: 6px 10px 6px;
    	line-height: 16px;
    	font-size: 17px;
	border: none !important;
}

.region table.fancy3 td, .region div.fancy3 table td {
  background-color:#F7F8FA;
  border:none !important;
  border-radius:10px;
  color:#34383D;
  line-height:16px;
  padding:6px 16px 10px;
}

.region table.fancy3 th,
.region div.fancy3 table th {
	background-color: #F60;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
    	padding: 6px 10px 6px;
    	line-height: 16px;
    	font-size: 17px;
	border: none !important;
}

.region table.fancy2 td,
.region div.fancy2 table td  tr{
	background-color: #fff;
	border-radius: 10px;
    	padding: 6px 10px 10px;
    	line-height: 14px;
    	font-size: 14px;
	border: none !important;
}

.region table.fancyk12 th,
.region div.fancyk12 table th {
	background-color: #FFF;
	color: #ECA400;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
    	padding: 6px 16px 10px;
    	line-height: 16px;
    	font-size: 14px;
		border: 0 !important;
}
.region table td {
    	

}
.region table.fancyk12 td,
.region div.fancyk12 table td {
	background-color: #ECA400;
color:#fff;
	border-radius: 8px;
    	padding: 6px 14px 10px;
    	line-height: 14px;
    	font-size: 14px;
			border: 0 !important;
}
/*
.feature-3-section{
background:#eca400;
}
*/
.iconcolor img {
	background-color:#2f4e84;
}
.slideshowbreak{
	color:#000;
}

a.bluelink:link{color:#339;}
a.bluelink:visited{color:#339;}
a.bluelink:active{color:#339;}
a.bluelink:hover{color:#339;}
a.bluelink:hover{text-decoration:underline;}

.view-id-events view-display-id-page_2 .views-row {
    margin-bottom: 16px;
}

/**
*	This is for the view 'Latest forum posts' located at specific forum.
**/

.field-content.field_summary_post {
	font-size: 0.8em;
	color: #a2a2a2;
}



.modalItem {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalItem .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.modalItem .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalItem .close:hover,
.modalItem .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}