body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(230,230,230);
	background-image: url('greyzz.png');
}

* {
	font-family: Helvetica, Arial;
	color: #000000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
}



#select_icon img {
	max-width: 36px;
	max-height: 36px;
}

#select_icon img.default {
	padding: 4px;
	opacity: 0.5;
}


#select_icon img.selected {
	border: 3px solid rgb(255,200,50);
	padding: 1px;
	opacity: 1;
}




#infohead {
	margin: 15px auto;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;
	width: 300px;
	border: 1px solid rgb(150,150,150);
	background-color: rgba(255,255,255,0.4);
	border-radius: 4px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	background-image: url('calendar_10.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 110px;
}

#infohead div {
	padding: 10px;
}

#infohead:hover {
	box-shadow: 0px 0px 12px rgba(255,200,50,0.5);
	-moz-box-shadow: 0px 0px 12px rgba(255,200,50,0.5);
	-khtml-box-shadow: 0px 0px 12px rgba(255,200,50,0.5);
	-webkit-box-shadow: 0px 0px 12px rgba(255,200,50,0.5);

}








#main {
	margin: 0 auto;
	width: 400px;
}

#main div {
	float: left;
	margin: 6px;
	width: 174px;
	border: 1px solid rgb(50,50,50);
	text-align: center;
	padding: 7px 6px;
	border-radius: 2px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-khtml-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 36px 36px;
}

.even {
	background-color: rgba(190,210,217,0.6);
}
.odd {
	background-color: rgba(220,232,235,0.6);
}

#main div.left {
	padding-left: 36px;
}
#main div.right {
	padding-right: 36px;
}


#main div:hover {
	border-color: rgba(255,200,50,0.5);
	box-shadow: 0px 0px 8px rgba(255,200,50,0.5);
	-moz-box-shadow: 0px 0px 8px rgba(255,200,50,0.5);
	-khtml-box-shadow: 0px 0px 8px rgba(255,200,50,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(255,200,50,0.5);
}

#main div.edit, #main div.privmsg {
	display: table-cell;
	border: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-khtml-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	width: 374px;
}
#main div.privmsg {
	padding-top: 0px;
}


#gsearch {
	margin: 15px auto;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;
	width: 302px;
	height: 30px;
}
#gsearch input {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#gsearch .text {
	width: 233px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #cccccc;
	border-right: 0;
	outline: none;
	float: left;
	height: 28px;
	padding-left: 8px;
}
#gsearch .text:hover {
	border: 1px solid #a8a8a8;
	border-right: 0;
}
#gsearch .text:focus {
	border: 1px solid #4285f4;
	border-right: 0;
}
#gsearch  .button {
	background:url('search.png') no-repeat;
	width: 60px;
	height: 30px;
	border: none;
	float: left;
}