/********************************************************************************
*	WebMaster : _-tag-_							*
*	(C) 2006-2010 _-tag-_@Javascipt-Calendar				*
*	http://www.tag-site.com/						*
********************************************************************************/

/********************************************************************************
*		DISPLAY INDEX							*
********************************************************************************/

#Index{
	background-color:aliceblue;
	color:midnightblue;
	font-weight:bold;
}

#Enter{
	font-size:52px;
	font-weight:bolder;
	text-align:center;
	vertical-align:middle;
	position:absolute;
		left:inherit;
		top:25%;
	width:100%;
}

#Enter a:hover{
	background-color:black;
	color:white;
}

#Door{
	font-size:22px;
	font-weight:normal;
}

#Recommend{
	color:navy;
	font-size:20px;
	line-height:150%;
	position:absolute;
		bottom:40px;
		right:80px;
	width:auto;
}

/********************************************************************************
*		MAIN								*
********************************************************************************/

#MainBody{
	background-color:ghostwhite;
	color:black;
	line-height:120%;
	padding:20px;
}

#InlineFrame{
	height:200px;
	margin:20px;
	overflow:auto;
	position:relative;
		left:40px;
	width:400px;
}

/********************************************************************************
*		HISTORY								*
********************************************************************************/

#HistoryBody{
	background-color:midnightblue;
	color:aliceblue;
	line-height:110%;
	padding-bottom:5px;
	padding-left:15px;
}

#HistoryTitle{
	font-size:28px;
	font-weight:bold;
	line-height:100%;
	margin:8px;
	text-align:center;
	text-decoration:overline underline;
	width:100%;
}

#HistoryUnorderedList{
	align:center;
	line-height:110%;
	list-style-type:none;
	margin-bottom:15px;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	width:80%;
}

/********************************************************************************
*		ABOUT								*
********************************************************************************/

#AboutBody{
	background-color:ghostwhite;
	font-size:16px;
	line-height:200%;
	padding:20px;
}

.AboutTableLeft{
	border:1px solid black;
	font-weight:600;
	padding:5px;
	text-align:center;
}

.AboutTableCenter{
	border:1px solid black;
	border-left:0;
	font-weight:600;
	padding:5px;
	text-align:center;
}

.AboutTableRight{
	border:1px solid black;
	border-left:0;
	font-weight:600;
	padding:5px;
	text-align:center;
}

.AboutTableBorder{
	border:2px solid black;
	padding:10px;
}

/********************************************************************************
*		LINK								*
********************************************************************************/

#LinkBody{background-color:ghostwhite;}

.LinkTable{align:center;}

.LinkBanner{
	height:40px;
	text-align:center;
	vertical-align:middle;
	width:200px;
}

.LinkMaster{
	background-color:black;
	color:white;
	height:40px;
	font-size:16px;
	text-align:center;
	vertical-align:center;
	width:250px;
}

.LinkConfer{
	background-color:aliceblue;
	font-size:12px;
	padding:5px;
	text-align:left;
}

/********************************************************************************
*		BLOCK								*
********************************************************************************/

.DisplayBlock{
	display:none;
	width:100%;
}

