/*----------
Button to start to create AI
----------*/
.letsCreate {
	margin: 0px 100px 1em 100px;
	border-radius: 16px;
	border: 0px solid #000000;
	padding: 20px;
	background-color: #eeeeee;
	color: #333333;
	border-left: 16px solid #cc0033;
	border-right: 16px solid #cc0033;
}
.letsCreate:hover {
	color: #ffffff;
	background-color: #666666;
	cursor: pointer;
}

.nowCreating {
	display: none;
/*	background-color: #ffffff !important;
	color: #333333 !important;*/
}

/*----------
Button to start dowonload AI
----------*/
#dlAIviaCGI {
	margin: 0px 100px 1em 100px;
	padding: 1em;
	border-radius: 8px;
	background-color: #ff0033;
	color: #ffffff;
}

#dlAIviaCGI:hover {
	color: #ffffff;
	background-color: #990066;
	cursor: pointer;
}

/*----------
set Chart Condition
----------*/
.pdfCondition {
	background-color: #111111;
	border-radius: 8px;
	padding: 5px 5px 5px 120px;
	position: relative;
}

.pdfCondition span.item {
/*	font-size: 80%;*/
	width: 90px;
	text-align: left;
	background-color: #333333;
	color: #ffffff;
	border-radius: 8px;
	padding: 1px 5px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.pdfCondition span.pickup {
	background-color: #cc0033 !important;
	color: #ffffff;
}

.pdfCondition span.itemAtenntion {
	display: inline-block;
	padding: 2px 15px;
	background-color: #ff0000;
	border-radius: 5px;
}

.pdfCondition img {
	margin: 2px 0px;
	border-radius: 8px;
	background-color: #000000;
}

label{
	display: inline-block;
	padding: 2px 0.5em;;
}

label.selected{
	border-radius: 8px;
	background-color: #333333;
}

#skyList label,
#skyDetail label {
	text-align: right;
	font-size: 12px;
}

/*==	open/hide	==*/
.hiddenCfg {
	margin: 0px 0px 15px 0px;
	display: none;
}

.hiddenOption {
	margin: 0px 0px 15px 100px;
	display: none;
	border-left: 1px solid #333333;
	padding: 0px 0px 0px 25px;
}

.toggle{
/*	display: inline-block;
	font-size: 80%;*/
	background-color: #333333;
	color: #ffffff;
	border-radius: 8px;
	border-left: 8px solid #cc0033;
	padding: 2px 1em;
	margin: 0px 0px 0px 0px;
}

.toggle:hover{
	background-color: #666666;
	cursor: pointer;
}

/*==	colors	==*/
.blue, .pink, .white, .black, .red{
	color: #ffffff;
	display:inline-block;
	padding: 1px 1.5em;
	border-radius: 8px;
}

.blue{	background-color: #333366;}
.pink{	background-color: #ff0033;}
.white{	background-color: #ffffff;	color: #000000;}
.black{	background-color: #000000;}
.red{	background-color: #000000;	color: #cc0000;}

/*==	star shapes	==*/
.sShapeAll {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dashed #666666;
}

.sShapeAll span {
	display: inline-block;
	width: 100px;
	font-size: 12px;
}
/*----------
google map
----------*/
#gMapWin {
	margin: 0px;
	height: 450px;
	border-radius: 8px;
}

/*----------
Display
----------*/
#cfgDisplay{
	width: 960px;
	height: 265px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#cfgDisplay dl{
	position: absolute;
	width: 310px;
	height: 255px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bt_ai_cfg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#whenDisplay{	left:0px;	}
#whereDisplay{	left:325px;	}
#whatDisplay{	left:650px; text-align: center;	}

#cfgDisplay dl:hover{
	top: 5px;
	cursor: pointer;
	border-bottom: 1px solid #cc0033;
}

#cfgDisplay dl.show {
	top: 5px;
	border-bottom: 10px solid #cc0033;
}

#cfgDisplay dl dt{
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #666666;
}


#cfgDisplay dl dd{
	margin: 0px;
	padding: 0px 25px 0px 25px;
	line-height: 200%;
}

#cfgDisplay dl dd strong{
	diaplay: inline-block;
	font-size: 20px;
	background-color: #ffffff;
	color: #111111;
	padding: 2px 7px;
	margin: 0px 5px 0px 0px;
	border-radius: 8px;
	font-weight: normal;
	border: none;
}

#sShapeDisplay {
	background-image: url(/EveryStarryNight/img/shape/space.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#whenDetail,
#whereDetail,
#whatDetail {
	border-radius: 5px;
	margin: 0px 0px 2em 0px;
	padding: 30px 5px 15px 5px;
	border: 1px solid #cc0033;
}

#whereDisplay strong {
	display: block;
}