@charset "utf-8";

#tweet_calendar_head_left {
	float: left;
}
	#tweet_calendar_head_left .back {
		cursor: pointer;
		float: left;
	}
	#tweet_calendar_head_left .next {
		cursor: pointer;
		float: left;
		margin-left: 5px;
		visibility: hidden;
	}
	#tweet_calendar_head_left .description {
		margin: 15px 0 0 25px;
		float: left;
	}
	#tweet_calendar_head_left .twitter_logo {
		margin: 5px 0 0 40px;
		float: left;
	}

#tweet_calendar_head_right {
	float: right;
	font-size: 8px;
}
	#tweet_calendar_clock {
		margin-left: 8px;
		font-size: 256%;
	}

#tweet_calendar {
	clear: both;
	margin: 10px auto;
	text-align: left;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
#tweet_calendar th {
	width: 110px;
	height: 17px;
	padding-left: 10px;
	background-color: #000;
	background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/th_back.gif");
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 75%;
}
	#tweet_calendar th.today{
		background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/th_back_today.gif");
	}
#tweet_calendar td {
	width: 120px;
	height: 18px;
	background-color: #fff;
	background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/td_back.gif");
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #fff;
}

/** IE8 hack **/
html>/**/body table#tweet_calendar{
	padding-top:10px\9;
}

/** IE8 hack **/
html>/**/body #tweet_calendar td { 
	height: 15px\9;
}


	#tweet_calendar td.voice {
		cursor: pointer;
		background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/td_tweet_voice.gif");
	}
	#tweet_calendar td.message {
		cursor: pointer;
		background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/td_tweet_message.gif");
	}
	#tweet_calendar td.recruit {
		cursor: pointer;
		background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/td_tweet_recruit.gif");
	}
	#tweet_calendar td.performance {
		cursor: pointer;
		background-image: url("http://www.glpgs.com/wp-content/themes/glpgs/images/tweet_calendar/td_tweet_performance.gif");
	}
#tweet_calendar div.tweet {
	width: 200px;
}
	#tweet_calendar div.tweet img.left {
		float: left;
	}
	#tweet_calendar div.tweet img.right {
		float: right;
	}
	#tweet_calendar div.tweet table.tweet_detail {
		clear: both;
		width: 100%;
		display: block;
		background-color: #fff;
		border-left: solid 1px #555;
		border-bottom: solid 1px #555;
		border-right: solid 1px #555;
	}
	#tweet_calendar div.tweet table.tweet_detail img {
		height: 48px;
		width: 48px;
	}
	#tweet_calendar div.tweet table.tweet_detail td {
		width: auto;
		background-color: #fff;
		background-image: none;
	}
	#tweet_calendar div.tweet table.tweet_detail td.tweet_name {
		font-weight: bold;
	}
