html,body{
	font-family: 'Play' Sans-serif;
	background-color: #111;
	padding: 0;
	background: url("img/container.png");
}
body{
	margin: 2px;
}

#bodyWrap{
	border-collapse: collapse;
}
.container {
	color: #08B;
	vertical-align: top;
	margin: 0;
	padding: 20px 10px;	

}
#mainCell{
	vertical-align: top;
}
#mainContent{
	text-align: center;
}


#loadingSym{
	position: fixed;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
}

.backBTN{
	background-color: #8D4;
	color: #000;
	padding: 5px 20px;
	border-radius: 3px;
	cursor: pointer;
}
.greenBTN{
	background-color: #C1FF45 !important;
	color: #000 !important;
}

.noMargin{
	margin: 0;
}

/*----------------  TOP BAR ITEMS --------------------*/
#headerCell{
	height: 52px;
	max-height: 52px;
}
/* top/header table */
#topRow{
	width: 100%;
	height: 55px;
	min-height: 55px;
	max-height: 55px;
	/*height: 5%*/
	vertical-align: middle;
	background-color: #EEE;
	padding-left: 10px;
	border-bottom: solid 6px #08B;
	border-collapse: collapse;
}
.gradient{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(left,  #eeeeee 66%, #777777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(66%,#eeeeee), color-stop(100%,#777777)); /* Safari4+ */
	background: -webkit-linear-gradient(left,  #eeeeee 66%,#777777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #eeeeee 66%,#777777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #eeeeee 66%,#777777 100%); /* IE10+ */
	background: linear-gradient(to right,  #eeeeee 66%,#777777 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#777777',GradientType=1 ); /* IE6-9 */

}



#navCell{
	font-weight: bold;
}
#navCell span:not(:last-child) {
	margin-right: 20px;
}
#navCell span:hover{
	background-color: #8D4 !important;
	color: #000;
}

/*
#topRowTR{
	background: url(img/topbarBG.jpg);
}
*/

/* the words "Media Huddle" */
#topLogo{
	color: #08B; 
	font-weight: 900;
	font-family: 'Alegreya Sans SC', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	/*font-weight: 700;
	font-family: 'Play', sans-serif;*/

	font-size: xx-large;
	margin-left: 10px;
}

#searchCell{
	text-align: center;
}
#searchText{
	height: 34px;
	width: 192px;
	font-size: 14pt;
	font-family: helvetica;
	padding: 3px 5px;
	background-color: #FFF;
	color: #08B;
	margin-right: 8px;
}
#searchText:focus{
	background-color: #FFA;
	color: #000;
}

#closeSearchBTN {
	float: right;
	margin-right: 10px;
}

/* far right cell with user name and logout buttons */
#userCell{
	text-align: right;
	vertical-align: middle;
}


#logoutBTN, #accountBTN{
	margin: 0 15px;	
	vertical-align: middle;
}
#logoutBTN{
	cursor: pointer;
	float: right;
	color: #FFF;
}
#accountBTN{
	font-size: x-large;
	cursor: pointer;
	margin-top: -13px;
	display: inline-block;
}
#acctGearBTN{
	cursor: pointer;
	width: 30px;
	margin-top: 3px;
}

/* ----------- end of top bar -------------- */


#acctPage h2 {
  margin: 0;
  font-size: 14pt;
  color: #08B;
}
.grayBox {
  background-color: #EEE;
  border: solid 1px #08B;
  border-radius: 6px;
  padding: 5px;
}
.grayBox table{ 
	border-collapse: collapse;
}
.grayBox td{
	padding: 15px;
}




img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}





/* ======== LINKS ======= */
a, a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.clickable{
	cursor: pointer;
}
.clickable:hover{
	/*text-decoration: underline;*/
}




::-webkit-scrollbar {
    width: 12px;
}
 
/* scrollbar movement */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,136,187,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,136,187,0.4); 
}

.inline-label{
	margin: 0 10px 0 0;
}



.floatRight{
	float: right;
}

.rounded{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.lightGray{
	background-color: #EEE;
}
.innerPane{
   padding: 10px;
}

.myButton, .enabledBTN{
	background-color: #08B;
	color: #FFF;
	padding: 8px;
	cursor: pointer;
	border: none;
    outline:none !important;	
}
.myButton:hover{
	background-color: #58CC22;
}
.disabledBTN{
	background-color: #DDD;
	color: #555;
	padding: 8px;
	cursor: default;
}

.goToTopBTN{
	float: center;
	margin: auto;
	padding: 7px 30px;
	border-radius: 4px;
}

#sortable{
	margin-top: 0;
	padding: 0;
}

.handIcon{
	cursor: pointer;
}



.noSelect, .enabledBTN, .disabledBTN, .myButton{
	user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}





/* -------- LOGIN PAGE  -------------*/
/*
#loginGrid{
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}*/

#loginDiv{
  width: 300px;
  background-color: #888;
  color: #C1FF45;
  padding: 40px 0px 20px 40px;
  margin: 40px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#loginDiv input:not([type=submit]){
  font-size: 14pt;
  padding: 8px;
  width: 150px;
  margin: 5px;
}
#loginDiv td{
	color: #FFF;
}
#loginTable{
	margin: auto;
	text-align: center;
}
#loginBTN{
	width: 100px;
}
#loginBTN, #forgotBTN {
	background-color: #08B;
	border-radius: 5px;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: verdana;
	cursor: pointer;
	outline:none !important;
}
#signupBTN{
	width: 120px;
	font-size: 16pt;
	font-weight: bold;
	height: 50px;
	border-radius: 5px;
	box-shadow: #555 6px 6px 6px;
}

#login_feedback{
	background-color: #AE2323;
	color: #fff;
	padding: 10px 20px;
	display: none;
	text-align: center;
	font-weight: bold;
}





#signupTable{
	margin: auto;
	border-collapse: collapse;
	background-color: #08B;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
#signupTable td{	
	padding: 10px;
}
#signupFormBTN{
	font-weight: bold;
	padding: 12px;
	border-radius: 3px;
}










/*On Login Step*/
#footer {
	margin: 0;
	padding: 1px 15px;
	color: #FFF;
	/*background-color: #888;*/
	text-align: right;
	opacity: 0.92;
	clear: both;
	height: 55px;
	min-height: 55px;
	max-height: 55px;
	  border-top: solid 1px #111;
	/*
	position: fixed;
	bottom: 0px;
	width: 100%;
	*/
}
#footerTable{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
#footerTable td{
	border: 0;
	width: 33%;
	padding: 10px;
}

#footer h1,#footer a{
	color: #C1FF45 !important;
	text-decoration: none !important;
}

#lastUpdated{
	float: left;
	text-align: left;
	vertical-align: middle;
	margin: 10px;
}
