/* CSS Document */
@import url("global.css");
#mainarea{ 
  width:592px; 
  border:1px solid #cccccc; 
  float:left;
  margin-top:5px;
  padding:1px;
}
#rightside{
  width:182px; 
  float:left;
  margin:5px 0 0 3px;
}
td{
  text-align:left;
}
.title_resume{
  font-size:16px;
  font-weight:bolder;
  color:#003399;
}.right1 {
	text-align: right;
}
.center1 {
	text-align: center;
}
#mainarea .center1 img {
	border: 1px solid #CCCCCC;
}
.td-title {
    background:#D3E9F6;
	font-size: 14px;
	font-weight: bold;
	color: #598AE4;
	background-image: url(../images/user/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	line-height: 24px;
	padding-left:25px;
	
}
.td-content {
    background:#E9F4FA;
	font-size: 12px;
	line-height: 24px;
	padding-left:25px;
	
}
.td-pos {
	line-height: 24px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/user/bg_pos.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.td-pos-s {
	line-height: 22px;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
}

.td-info {
    background:#E9F4FA;
	font-size: 12px;
	line-height: 18px;
	padding:10px 25px 10px 25px;
	
}

