* {	
	1border:#FF0000 solid 1px;
}

body { 	
	position:relative;
	border:0px;
	background:#FFF;
	font-size:12px;
}

.HeaderBox {		
	position:relative;
	width:100%;
	background:#0000CC;
}

.Header {		
	position:relative;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}


.HeaderBox .ReturnButton {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100px;
	height:38px;
	z-index:99;
	background:url(/Img/ReturnButton.png) no-repeat 15px center;
}

.MobileBodier {
	background:#FFF;
	padding:10px;
}


.Footer {
	width:100%;
	height:30px;
	background:#F7F7F7;
	position:absolute;
	bottom:0px;
}

.MobileBodier .PartRefreshForm .SearchBar {
	border-bottom:#0000CC solid 2px;
	margin-bottom:7px;
}

.MobileBodier .Select {
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
}

.MobileBodier .Input {
	padding-top:5px;
	padding-bottom:5px;
	text-indent:3px;
	font-size:12px;
}

.MobileBodier .TextArea {
	padding-top:5px;
	padding-bottom:5px;
	text-indent:3px;
	font-size:12px;
}

.MobileBodier .Button {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	background:#0000CC;
	border:#0000CC;
}


.MobileBodier .Button:hover {
	background:#0491C9;
}


.MobileBodier .FullButton {
	width:100%;
	padding-left:0px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:8px;
}

.MobileBodier .Buttons {
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
}

.IFrameMainBox {
	position:absolute;
	width:100%;
	top:0px;
	bottom:33px;
}

.IFrameMain {
	height:100%;
}

/*BottomMenu*/
.BottomMenuBox {
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	background:#EEEEEE;
	border-top:#DDD solid 1px;
	overflow:hidden;
}

.BottomMenuBox td {
	padding:0px;
}

.BottomMenuBox a{
	display:block;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
}

.HalfBox {
	display:inline-block;
	width:49%;
	padding:5px;
}

.HSpaceLine {
	width:100%;
	height:1px;
	background:#DDD;
	margin-top:10px;
	margin-bottom:10px;
}


.NewsList li {
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:#EEE solid 1px;
	
}

.NewsList li .Date {
	padding-left:5px;
	color:#888;
}

.Table td, .Table th, .Table tr {
	border:0px;
}

.Table .Label {
	width:30%;
}

.ShortButton {
	padding-left:5px;
	padding-right:5px;
}


.Photo {
	max-width:40px;
	max-height:50px;
}

.PhotoThumbnail {
	max-width:40px;
	max-height:50px;
}



.StatusList li{
	background:#00CC00;
	color:#FFF;
	font-size:14px;
	line-height:30px;
	border-radius:5px;
	margin-bottom:8px;
	padding-left:10px;
}

.StatusList li span{
	display:inline-block;
	width:100px;
}

.StatusList li a{
	color:#FFF;
}

.LabelCol {
	width:88px;
}

.IconList  {
	padding:0px;
	border-left:#F0F0F0 solid 1px;
	border-top:#F0F0F0 solid 1px;
}

.IconList li {
	width:33%;
	margin:0px;
	border-right:#F0F0F0 solid 1px;
	border-bottom:#F0F0F0 solid 1px;
}

.IconList li a{
	display:block;
	width:auto;
	text-align:center;
}

.IconList li img {
	width:60px;
	height:60px;
	border-radius:10px;
}

.IconList li a div{
	font-size:14px;
}