/**
 * center css file
 * --------------------------------------------------------------------------------------------------*/

/**
 * start: common container
 * --------------------------------------------------------------------------------------------------*/

#center_content .container{
    position:relative;
    width:760px;
    padding:5px;
    margin:0 0 5px 0;
    background:#fff url(/docs/design/bg-content-box.jpg) repeat-x top left;
}

#center_content .container .corner{
    position:absolute;
    width:1px;
    height:1px;
    background:#3B4D56;
}

#center_content .container .tl{
    top:0;
    left:0;
}

#center_content .container .tr{
    top:0;
    right:0;
}

#center_content .container .bl{
    bottom:0;
    left:0;
}

#center_content .container .br{
    bottom:0;
    right:0;
}

/* end: common container
 */

/**
 * start: pagination
 * --------------------------------------------------------------------------------------------------*/

#center_content .pagination{
	padding:0;
	margin:0;
	text-align:center;
	font-weight:normal !important;
}

#center_content .pagination a, #center_content .pagination span{
	padding:0 4px;
	margin:0 0 0 0;
	text-decoration:none;
}
#center_content .pagination a.bb{
	background:transparent url(../graphigs/buttoms/bback.gif) no-repeat center 60%;
}
#center_content .pagination a.b{
    margin-right:6px !important;
	background:transparent url(../graphigs/buttoms/back.gif) no-repeat center 60%;
}
#center_content .pagination a.f{
	margin-left:6px !important;
	background:transparent url(../graphigs/buttoms/forward.gif) no-repeat center 60%;
}
#center_content .pagination a.ff{
	background:transparent url(../graphigs/buttoms/fforward.gif) no-repeat center 60%;
}
#center_content .pagination span.bb{
	background:transparent url(../graphigs/buttoms/nbback.gif) no-repeat center 60%;
}
#center_content .pagination span.b{
    margin-right:6px !important;
	background:transparent url(../graphigs/buttoms/nback.gif) no-repeat center 60%;
}
#center_content .pagination span.f{
	margin-left:6px !important;
	background:transparent url(../graphigs/buttoms/nforward.gif) no-repeat center 60%;
}
#center_content .pagination span.ff{
	background:transparent url(../graphigs/buttoms/nfforward.gif) no-repeat center 60%;
}

/* end: pagination
 */

 /**
 * start: container header (h)
 * --------------------------------------------------------------------------------------------------*/

#center_content .container .h{
    position:relative;
}

#center_content .container .h h3{
	margin:0;
	padding:0 0 3px 0;
	text-decoration:none;
	color:#000 !important;
	font-size:0.91em;
	line-height:1.40em;
	border-bottom:1px solid #d7dbdf;
}
#center_content .container .h h3 span.icon{
    padding:0 3px 0 14px;
    margin:0;
    color:#666;
    font-weight:normal;
    text-transform:uppercase;
    background:transparent url(../design/headline-icon.gif) no-repeat left 60%;
}

/* end: container header (h)
 */
