body.main {
	margin: 0px 20px;
	background-color: #D4E1F0;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

body.pop {
	margin: 1px 10px;
	background-color: #FFFFFF;
}

td {
	color: #3A3C3D;
	font-family: Verdana;
	font-size: 12px;
}

a {
	color: #1C5C9A;
	text-decoration: none;
}

a:hover {
	color: #6398CD;
	text-decoration: underline;
}

a:visited {
	color: #6398CD;
}

p {
	margin: 4px 0px;
	line-height: 16px;
}

ul {
	margin: 8px 0px 8px 0px ;
	padding:0px;	
}

input {
	color: #3A3C3D;
	font-family: Verdana;
	font-size: 12px;
}

select {
	color: #3A3C3D;
	font-family: Verdana;
	font-size: 12px;
}

textarea {
	color: #3A3C3D;
	font-family: Verdana;
	font-size: 12px;
}

img {
	border: none;
}


/** a **/

a.a {
	color: #FFFFFF;
}

a.a:hover {
	color: #FFFFFF;
}

a.a:visited {
	color: #FFFFFF;
}

.a a {
	color: #FFFFFF;
}

.a a:hover {
	color: #FFFFFF;
}

.a a:visited {
	color: #FFFFFF;
}

a.hl {
	color: #F38500;
}
a.hl:visited {
	color: #F38500;
}
a.hl:hover {
	color: #F38500;
}


/** p **/

p.double {
	margin: 8px 4px;
}

p.treble {
	margin: 12px 8px;
}


/** ul li **/
li.diamond {
	padding-left: 0px;
	margin: 4px 12px;
	text-align: left;
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(../images/li.gif);
}

li.circle {
	padding-left: 0px;
	margin: 2px 24px;
	text-align: left;
	line-height: 16px;
	list-style-position: outside;
}

ul.link {
	margin: 2px 0px 8px 0px ;
	padding:0px;	
}
li.link {
	padding: 0px 0px 0px 0px;
	margin: 0px 12px 2px 20px;
	text-align: left;
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(../images/link_li.gif);
}


/** border **/

table.border {
	width: 204px;
	height: 100px; /*160px*/
	background-image: url(../images/bg_border.gif);
	background-repeat: no-repeat;
	background-position: top;
}

table.border td.border {
	padding: 8px 12px;
	vertical-align: top;
}


/** box **/

table.box {
	width: 190px;
	height: 48px;
}

table.box td.head {
	height: 32px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg_box_head.gif);
	background-repeat: no-repeat;
	background-position: top;
}

table.box td.content {
	padding: 8px 12px 0px 12px;
	vertical-align: top;
	background-image: url(../images/bg_boxc.gif);
	background-repeat: repeat-y;
	background-position: center;
}

table.box td.tail {
	height: 10px;
	background-image: url(../images/bg_box_tail.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

table.boxx {
	width: 194px;
	height: 100px;
	background-image: url(../images/bg_boxx.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

table.boxx td {
	padding: 8px 12px;
}


/** label **/

table.label {
	width: 100%;
}

table.label td.label {
	height: 23px;
	padding-top: 6px;
	color: #1C5C9A;
	text-align: center;
	white-space: nowrap;
	background-image: url(../images/bg_label.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

table.label td.a {
	padding-top: 5px;
	color: #FFFFFF;
	cursor: default;
	background-image: url(../images/bg_labela.gif);
}

table.labelx {
	width: 100%;
}

table.labelx td.label {
	height: 23px;
	padding-top: 6px;
	text-align: center;
	white-space: nowrap;
	background-image: url(../images/bg_labelx.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

table.labelx td.a {
	color: #FFFFFF;
	padding-top: 5px;
	background-image: url(../images/bg_labelxa.gif);
}


/** list **/

table.list {
}

table.list td {
	padding: 3px 4px;
}

table.list tr.column {
	height: 28px;
}

table.list tr.column td {
}

table.list tr.list td {
	padding: 5px 4px;
	border-bottom: 1px dotted #CCD3DF;
}

table.list td.list {
	padding: 5px 4px;
	border-bottom: 1px dotted #CCD3DF;
}

table.list td.pagenav {
	padding: 12px 6px;
	text-align: right;
}

table.list td.pagenavx {
	padding: 6px 6px;
	text-align: right;
}


/** view **/

table.view {
}

table.view td {
	height: 22px;
	padding: 2px 5px;
}

table.view td.field {
	padding: 2px 6px;
	color: #666666;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

table.view td.input {
	padding: 0px 2px;
}


/** bar **/

table.bar {
	width: 100%;
}

tr.bar {
	background-image: url(../images/bg_bar.gif);
	background-repeat: repeat-x;
}

tr.bar td {
	height: 30px;
	padding: 4px 4px 2px 4px;
	border-top: 1px solid #CCD3DF;
	border-bottom: 1px solid #CCD3DF;
}

tr.bar td.pagenav {
	padding-right: 24px;
	text-align: right;
}

tr.barx {
	height: 30px;
	background-image: url(../images/bg_barx.gif);
	background-repeat: repeat-x;
}

tr.barx td {
	padding: 4px 4px 2px 4px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


/** nav **/

table.nav {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

table.nav td.title {
	height: 32px;
	padding: 4px 0px 0px 8px;
}


/** wrap **/

table.wrap {
	width: 540px;
	1height: 160px;
	background-image: url(../images/bg_wrap.gif);
	background-repeat: no-repeat;
	background-position: top;
}

table.wrap td.title {
	height: 36px;
	padding: 0px 0px 0px 12px;
}

td.sp {
	background-image: url(../images/bg_wrap_sp.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/** info **/

table.info {
	width: 540px;
}

table.info td {
	padding: 4px;
}

table.info td.img {
	width: 60px;
	text-align: center;
	vertical-align: top;
}


/** common **/

.arrow {
	color: #F38500;
	font-size: 11px;
}

.required {
	color: #FF3300;
	font-family: Tahoma;
	font-size: 10px;
}

.title {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.field {
	color: #666666;
	font-weight: bold;
	1white-space: nowrap;
}

.dash {
	border: 1px dotted #CCD3DF;
	background-repeat: no-repeat;
	background-position: center;
}

.ok {
	color: #009900;
}

.err {
	color: #F53E3E;
}

.msg {
	color: #009900;
}

.note {
	color: #999999;
}

.gray {
	color: #999999;
}

.blue {
	color: #6398CD;
}

.red {
	color: #FF3300;
}

.green {
	color: #009900;
}

.hl {
	color: #F38500;
}

br.space {
	line-height: 6px;
}

/** singleton **/

td.rank {
	text-align: center;
	vertical-align: top;
	background-image: url(../images/bg_rank.gif);
	background-repeat: no-repeat;
	background-position: top center;
}


/** override **/

table.none td {
	border: none;
}

td.none {
	border: none;
}

table.empty td {
	padding: 0px;
}

td.empty {
	padding: 0px;
}

.fck p {
	margin: 14px 14px 14px 0px;
	line-height: normal;
}

.textnormal{
	color:3A3C3D;
}

