/* stop watch */

#stop_watch{
}

#screen_wrapper{
	background: transparent url(/images/screen.png) no-repeat scroll 0%;
	height: 120px;
	width: 500px;
	margin: auto;
	position: relative;
}

#screen{
	margin-top: 20px;
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	width: 100%;
}

#loader{
	margin-top: 40px;
	position: absolute;
	width: 90%;
	text-align: right;
	padding 50px;
}

#operation{
	margin: 20px auto 0px;
	display: block;
	border: solid 1px #fff;
	width: 400px;
	text-align: center;
}

#detail_info{
	cursor: pointer;
	font-size: 90%;
	color: #0000cc;
}

#bell_info{
	margin: 10px auto;
	padding: 10px;
	width: 600px;
	border-top: solid 1px #3a4f52;
	border-bottom: solid 1px #3a4f52;
}

#bell_info table{
	margin: auto;
	font-size: 20px;
	width: 90%;
}

#bell_info th{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 100px;
}

#bell_info select{
	font-size: 20px;
}

.bell_info_input_text{
	width: 100%;
	font-size: 20px;
	padding: 3px 5px;
}

/* contents */
#contents{
	margin: 30px auto 0px;
	width: 80%;
	display: block;
}

#page{
	padding: 5px;
	border: solid 1px #999999;
}

#bell_list{
	padding-bottom: 10px;
}

#pagination{
	margin: 3px;
	text-align: right;
}

/* bell item */

.bell_item{
	margin: 3px;
	height: 60px;
	display: block;
	clear: both;
	background: #FFFFE0;
}

.hovered{
	background: #FAFAD2;
}

.bell_item_icon{
	margin-left: 5px;
	background: transparent url(/images/bell.png) no-repeat scroll 0%;
	width: 124px;
	height: 43px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	text-decoration: none;
	padding-top: 15px;
	float: left;
	border: 1px;
}

.bell_item_icon:link{
	color: #ffffff;
}

.bell_item_icon:visited{
	color: #ffffff;
}

.bell_item_body{
	display: block;
	list-style-type: none;
	float: left;
	width: 400px;
	margin-left: 10px;
}

.bell_item_operation{
	float: left;
	padding: 3px 10px;
}

.bell{
	cursor: pointer;
	font-weight: bold;
}

/* !login */

#login_contents{
	margin: auto;
	width: 600px;
	border-top: solid 1px #3a4f52;
	border-bottom: solid 1px #3a4f52;
}

#login_form{
	margin: auto;
	width: 80%;
}

.login_operation{
	text-align: right;
}

label{
	display: block;
}

p{
	margin: 15px 0px;
}

