.pod{
	/*Make pod the active container for sub elements.*/
	position: relative;
	float: left;

	padding: 0px;
	margin: 0px;
	border: 0px;
}

.pod div{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.pod .working{
	display: block;
	visibility: hidden;
	padding: 0px;
	
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	
	/*padding-left:5px;
	float: right;
	
	position: relative;
	top: 11px;*/
}

.pod .working .abort{
	display: none;
	margin: 0px;
	padding-top: 24px;
	color: blue;
	cursor: pointer;
}

.pod .working .abort:hover{
	text-decoration: underline;
}

.pod .button_set{
	float: right;
	
	position: relative;
	top: 11px;
}

.pod .top .title{
	
	padding-top: 19px;
	padding-left: 17px;
	padding-right: 18px;
	
	color:#004AAF;
	font-family: arial, verdana;
	font-size: 16px;
	font-weight: bold;
}

.pod .top .title a:hover {
	color: #454754;
}

.pod .content{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 0px;
	
	background: #ffffff;
	
	position: relative;
	
	vertical-align: top;
	text-align: left;
}

.pod .inner_box{
	overflow: hidden;
	position: relative;
}

.pod .more{
	font-weight: bold;
}

.pod .side{
	width: 9px;
}

.pod .top{
	height: 58px;
}

.pod .top .left{
	background:url(/main/pod_top_left.PNGX) no-repeat;
}

.pod .top .center{
	background:url(/main/pod_top.PNGX) repeat-x;
	
	/* prevent overflow from disturbing the pod */
	overflow: hidden;
}

.pod .top .right{
	background:url(/main/pod_top_right.PNGX) no-repeat;
}

.pod .center{
	width: 100%;
}

.pod .left_side{
	background:url(/main/pod_left.PNGX) repeat-y;
}

.pod .right_side{
	background:url(/main/pod_right.PNGX) repeat-y;
}

.pod .bottom{
	height: 18px;
}

.pod .bottom .left{
	background:url(/main/pod_bottom_left.PNGX) no-repeat;
}

.pod .bottom .center{
	background:url(/main/pod_bottom.PNGX) repeat-x;
}

.pod .bottom .right{
	background:url(/main/pod_bottom_right.PNGX) no-repeat;
}
