
.fullWidth {
	width: 100%;
}

.listTitleContainer {
}

.listTitle {
	font-size : 18pt;
	font-family: Aller,³ª´®°íµñ,Verdana,Arial,sans-serif;
	font-weight: bolder;
	color: rgb(0, 47, 95);
	letter-spacing:-1pt;
}

.listSubTitle {
	font-size : 12pt;
	font-family: Aller,³ª´®°íµñ,Verdana,Arial,sans-serif;
	font-weight: bolder;
	color: rgb(64, 117, 159);
}

.listContent  ul {
	margin: 0px;
	padding: 0px;
}

.listContent ul li
{
	float: left;
	display: table;
	white-space: nowrap;

	width: 140px;
	height: 30px;

	padding-right: 10px;
	margin: 2px 0px 2px 0px;

	text-decoration: none;
	color: #000000;
}

.listContent ul li div
{        
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;

	border-radius: 0px;
	border: 1px solid #d7d7d7;

	background-color: #f0f0f0; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
}

.listContent ul li div:hover
{        
	background-color: rgb(116, 166, 206); 
	color: #ffffff;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(116, 166, 206)), to(rgb(116, 166, 206)));
	background: -webkit-linear-gradient(top, rgb(116, 166, 206), rgb(116, 166, 206));
	background: -moz-linear-gradient(top, rgb(116, 166, 206), rgb(116, 166, 206));
	background: -ms-linear-gradient(top, rgb(116, 166, 206), rgb(116, 166, 206));
	background: -o-linear-gradient(top, rgb(116, 166, 206), rgb(116, 166, 206));
}

.listTitleContainer {
}

.listTitle {
	font-size : 18pt;
	font-family: Aller,³ª´®°íµñ,Verdana,Arial,sans-serif;
	font-weight: bolder;
	color: rgb(0, 47, 95);
	letter-spacing:-1pt;
}

.listHeaderBreaker {
	border-top: 2px solid #04468a;
	border-bottom: 1px solid #ecebeb;
}

.listDataBreaker {
	border-bottom: 1px solid #ecebeb;
}

.listHeaderBreaker {
	border-top: 2px solid #04468a;
	border-bottom: 1px solid #ecebeb;
}

.listHeader {
	background-color: #74A6CE;
	height: 30px;
	color: #ffffff;
	font-weight: bolder;
	border-collapse: collapse;
	text-align: center;
}

a.txt{
	color: #5A5ACA; 
	text-decoration: none;
}

a.txt:hover{
	color: #FF5500;
}
