
/******************************************************************************
	Replace These Colors for Branding:
	#d5daed -- Darker Rows
	#e8eaf0 -- Lighter Rows
	#001aab -- Bottom Color of Gradient
	#3960b0 -- Top Color of Gradient
******************************************************************************/
body {
	font-family:arial;
}

#main_menu {
	/* display:none; */
	position: fixed;
	left: -360px;
	margin-bottom: -100%;
	top: 59px;
	width: 340px;
	z-index:1000;
	padding: 10px;
	background: rgba(0,0,0,.8);
	/* background-image:url('../../assets/img/grad_back.png');
	background-repeat:repeat-x;
	 */
	/* background: #001aab;
	background: -moz-linear-gradient(top, #3960b0 0%, #001aab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3960b0), color-stop(100%,#001aab));
	background: -webkit-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: -o-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: -ms-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: linear-gradient(top, #3960b0 0%,#001aab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#51a800',GradientType=0 );
	-webkit-box-shadow: 0px 3px 12px #333333;
	-moz-box-shadow: 0px 3px 12px #333333;
	box-shadow: 0px 3px 12px #333333; */
	transition: left .2s;
}
#main_menu.main_menu_down{
	left: 0px;
	transition: left .2s;
}

#main_menu div {
	text-align:center;
	margin:0;
}

#main_menu a, #main_menu a:active, #main_menu a:link, #main_menu a:visited, #main_menu a:hover {
	display: inline-block;
	width: 100%;
	margin: 3px -10px ;
	/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #D4D4E8;
	*/
	padding: 8px 10px;
	color: #ffffff;
	text-shadow: 0.1em 0.1em 0.05em #333 min-height:55px;
	font-size: 1.5em;
	text-align: left;
	text-decoration: none;
	background: rgba(131,131,131,.5);
/* 	background: #001aab;
	background: -moz-linear-gradient(top, #3960b0 0%, #001aab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3960b0), color-stop(100%,#001aab));
	background: -webkit-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: -o-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: -ms-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: linear-gradient(top, #3960b0 0%,#001aab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#51a800',GradientType=0 );
	-webkit-box-shadow: 0px 3px 12px #333333;
	-moz-box-shadow: 0px 3px 12px #333333;
	box-shadow: 0px 3px 12px #333333; */
}

#main_menu a.disabled, #main_menu a.disabled:active, #main_menu a.disabled:link, #main_menu a.disabled:visited, #main_menu a.disabled:hover {
	text-shadow:none;
	color:#dddddd !important;
	font-style:italic !important;
}

a.nav {
	position:relative;
}

a.subnav {
	width:65% !important;
	font-size: 1.20em !important;
	position:relative;
}

img.nav_expand, img.nav_link {
	max-width: 20px;
	z-index: 10;
	position: absolute;
	right: 5px;
}

#mynav {
	padding-bottom: 10px;
	padding-top: 10px;
	z-index:1000;
}

#menu_label {
	text-align:center;
	padding-top:10px;
	min-height:35px;
	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	
	background: #001aab;
	/* background: -moz-linear-gradient(top, #3960b0 0%, #001aab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3960b0), color-stop(100%,#001aab));
	background: -webkit-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: -o-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: -ms-linear-gradient(top, #3960b0 0%,#001aab 100%);
	background: linear-gradient(top, #3960b0 0%,#001aab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#51a800',GradientType=0 );
	-webkit-box-shadow: 0px 3px 12px #333333;
	-moz-box-shadow: 0px 3px 12px #333333;
	box-shadow: 0px 3px 12px #333333; */
}

#menu_img {
	width:50px;
}

#header_content	{ text-align:center; margin-bottom:15px; }
#header_content img { border:none;margin-top:10px;width:50%; }
#footer_content	{ text-align:center; margin-top:40px; }
#footer_content img { border:none;width:50%; }
#page-header, #page-footer { border:none; }

#body_content {
	margin-top:0 !important;
}

/**********************************
	Welcome Section
**********************************/
#Welcome h4 {
	text-align:center;
}

#Welcome p {
	text-align:justify;
}

/**********************************
	Join Section
**********************************/
a.join {
	display: inline-block;
	border-radius: 10px;
	border: 5px outset silver;
	padding: 5px;
	font-weight: bold;
	color: blue;
}

/**********************************
	Login Section
**********************************/
*.login label {
	font-weight:bold;
}

#login_message {
	color:#FF5533;
}

/************************
	Calendar Section
************************/
li.rssRow {
	position:relative;
}

li.rssRow div {
	font-size:1em !important;
}

li.rssRow div a {
	z-index:100;
}

li.rssRow img.expand {
	height:25px;
	width:25px;
	border:none;
	position:absolute;
	bottom:0;
	right:0;
}

#mobile_grab { 
	display: block !important;
	/*font-size:1.15em !important;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #d5daed;
	background-color: #e8eaf0;
	padding: 10px 10px 10px 10px;
}

div.c_row {
	/*font-size:1.15em;*/
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 2px solid #d5daed;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	background: white;
}

span.c_label {
	display:block;
	font-weight:bold;
}

span.c_data {
	display:block;
	margin-left: 20px;
}

span.c_data a, span.c_data a:hover, span.c_data a:link, span.c_data a:active, span.c_data a:visited {
	color: #6689BB;
	font-weight: bold;
}

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 3em;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody { border: 1px solid #999; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { font-size: 1.1em; }
.rssRow div {
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.odd { background-color: #d5daed; }
.even { background-color: #e8eaf0; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

/************************
	Member Section
************************/
td.workit {
	font-size:1.25em;
	padding:5px;
}

td.workit img.expand {
	height:25px;
	width:25px;
	border:none;
	float:right;
}

div.member-entry {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #d5daed;
	background-color: #e8eaf0;
	padding: 10px 10px 10px 10px;
}

div.member-entry span {
	display:block;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 2px solid #d5daed;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	background: white;
}

div.member-entry span.employer {
	font-weight:bold;
}

div.member-entry span.name {
	font-style:italic;
}

div.member-entry span.email, div.member-entry span.url {
	font-size:0.75em;
}

#members_table_mlist_wrapper {
	margin-bottom:60px;
}

/* override because of iOS 3G and other small dispalys having issues. */
.ui-btn-inner {
	padding:0.6em 20px !important;
}

/* * * * * * * * * *
 *	Row BG's
 * * * * * * * * * */
tr.odd {
	background-color: #d5daed;
}

tr.even {
	background-color: #e8eaf0;
}

/* * Sorting classes for columns * */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #d5daed;
}

tr.odd td.sorting_2 {
	background-color: #d5daed;
}

tr.odd td.sorting_3 {
	background-color: #d5daed;
}

tr.even td.sorting_1 {
	background-color: #e8eaf0;
}

tr.even td.sorting_2 {
	background-color: #e8eaf0;
}

tr.even td.sorting_3 {
	background-color: #e8eaf0;
}


/* * * * * * * * * *
 * Not sure this is
 * needed for mobile
 * * * * * * * * * */
#mybody .portrait #div1 {
	display:block;
}
#mybody .landscape #div1 {
	display:none;
}

#mybody .portrait #div2 {
	display:none;
}
#mybody .landscape #div2 {
	display:block;
}

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../img/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../img/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../img/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../img/forward_enabled.jpg');
}

/* * * * * * * * * * *
 * DataTables display
 * * * * * * * * * * */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

/* * * * * * * * * * * * *
 * DataTables sorting
 * * * * * * * * * * * * */
.sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../img/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.png') no-repeat center right;
}

/* * * * * * * *
 * Misc
 * * * * * * * */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

/* * Myster stuff * */
div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}



/* Definition list styling */
.dlinput dt {
	font-weight: bold;
	padding: 0;
}
.dlinput dd {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}
.dlinput dt small {
	font-weight:normal;
	font-size:.5em;
	color:red;
}

/* Styling for the calendar */
.calendar tr {border-spacing:1px;}
.calendar tr:nth-child(even) {background: #e8eaf0;}
.calendar tr:nth-child(odd) {background: #d5daed;}

/*
stuff below here (up to  next comment) is pulled from zzzz_one_time_stuff.js
and was done in order to simplify things and speed up the app.
other stuff was moved to index.html for the same purpose.
*/
#page-content {
	margin-top:55px;
}

.menu_up {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.menu_down {
	position:relative;
	/* top:0;
	left:-100%;
	width:100%; */
}

#menu_label img {
	z-index:11;
}

#menu_label {
	z-index:10;
}

img.logo {
	max-width: 250px;
}

#menu_label {
	padding-bottom:10px;
}


#force_menu {

	background: url('../img/burger.png') no-repeat center right; 

	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;	
	width:50px;	
	
	left:10px;
}

#force_left {
	display:none; 
	position:absolute;
	left:55px;
	top:0;

	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;

	width:50px;
	text-align:center;
}

#force_right {
	display:none; 
	position:absolute;
	left:55px;
	top:0;

	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;

	width:50px;
	text-align:center;
}

#org_caption {

	position:absolute;
	right:10px;
	top:0;

	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:.8em;

	width:60%;
	text-align:right;
}



/* everything below here is new as of 3.2 */
button.table_search_button_icon, button.table_search_button_clear {
	font-size: 1em;
	padding: 10px !important;
}



@media (max-width: 479px){
/* phone portrait */

	#left_column {
	/* border:1px solid #003; */
	width:90%;
	float:none;
	}
	#right_column {
	/* border:1px solid #003; */
	width:90%;
	float:none;
	}

}

@media (max-height: 369px){
/* phone landscape */
}
@media (min-width: 480px){
/* tablet portrait */

	#left_column {
	/* border:1px solid #003; */
	width:90%;
	float:left;
	}
	#right_column {
	/* border:1px solid #003; */
	width:90%;
	float:right;
	}


}
@media (min-height: 370px){
/* tablet landscape */

}



.big-button  {
display:block;
  width: 95%;
  height: 230px;
  background-color: #33FF00;
  moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border: 5px solid #3960b0;
  padding: 20px;
  font-family: Verdana;
  font-size:24px;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  text-shadow: 2px 2px #000000;
}


.big-button-evt {
  background:url('https://host8.viethwebhosting.com/~apsa/images/mobile_conference.jpg'); 
  background-size:cover;
}

.big-button-dir {
  background:url('https://host8.viethwebhosting.com/~apsa/images/mobile_directory.jpg'); 
  background-size:cover;
}

.big-button-mem{
  background:url('https://host8.viethwebhosting.com/~apsa/images/mobile_member.jpg'); 
  background-size:cover;
}


