﻿@Import url("Layouts/Index_layouts/index.css");
@import url("Containers/default.css");
body
{
	text-align:center;
}

.itemrow
{
	line-height:150%;
}

.itemborder
{
	border-bottom:1px #cccccc dashed;
	font-size:12px;
	font-family:宋体, Arial, Helvetica, sans-serif;
	margin:auto;
}

.iteminfo
{
    height:40px;
    overflow:hidden;
}

.nowrap
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width:200px;
	color:#666666;
}
.orange
{
    color:#996500;
    font-size:12px;
    font-weight:normal;
}
.blue
{
	color:#0099ff;
	font-size:12px;
}

.green
{
	color:#00cc00;
	font-size:12px;
}

.red
{
	color:#cc0000;
	font-size:12px;
}

.gray
{
	color:#666666;
	font-size:12px;
}

.grayBlue
{
	font-size:12px;
	color:#2A4666;
}
.topLink A
{
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

.topLink A:visited
{
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

.topLink A:hover
{
	color:#990000;
	text-decoration:none;
}

