/* CSS Document */

pre, span.code {
	font-size:12px;
	color: #0066CC;
	background: #FFF;
	border:1px solid #CCC;
	border-left:5px solid #CCC;
	/*border-bottom: 1px dotted #BEBCAB;*/
	margin: 5px 0 15px;
	padding: 10px 0 10px 15px;
	
}


blockquote {
	color: #555;
	font-style: italic;
	font-size: 110%;
	line-height: 150%;
	width: auto;
	padding: 5px 5px 5px 25px;
	margin: 15px 5px;
	background:  url("quote-start.gif"/*tpa=http://www.vietcms.com/templates/c7/images/quote-start.gif*/) 0 0 no-repeat;
}

blockquote p {
	background: url("quote-end.gif"/*tpa=http://www.vietcms.com/templates/c7/images/quote-end.gif*/) 100% 100% no-repeat;
	padding: 0 25px 10px 0;
	margin-top: 0;

	font-weight:bold;
	color: #0066CC
}


span.alert {
	color: #c00;
	border-top: 1px solid #fe7b7a;
	border-bottom: 1px solid #fe7b7a;
	background: #FFD6D6 url("status-alert.png"/*tpa=http://www.vietcms.com/templates/c7/images/status-alert.png*/) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 1px solid #629de3;
	border-bottom: 1px solid #629de3;
	background: #D8E5F8 url("status-info.png"/*tpa=http://www.vietcms.com/templates/c7/images/status-info.png*/) 10px 50% no-repeat;
}


span.note {
	color: #B79000;
	border-top: 1px solid #fde179;
	border-bottom: 1px solid #fde179;
	background: #FEF6D8 url("status-note.png"/*tpa=http://www.vietcms.com/templates/c7/images/status-note.png*/) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 1px solid #c2df88;
	border-bottom: 1px solid #c2df88;
	background: #EEF7DD url("status-download.png"/*tpa=http://www.vietcms.com/templates/c7/images/status-download.png*/) 10px 50% no-repeat;
	padding: 5px 10px 5px 35px;
}

/* @group Notice Styles */

/* Standard List Style Table
------------------------------------------------------*/
table.tablelist {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.tablelist th {
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin: 0px;
	padding: 4px;
}

table.tablelist th h1 {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table.tablelist th.title {
	background: #CFCFCF;
	text-align: left;
}

table.tablelist th a {
	color: #3E8DCB;
}

table.tablelist tr.row0 {
	background-color: #F2F5F7;
}

table.tablelist tr.row1 {
	background-color: #FFFFFF;
}

table.tablelist tr td.active {
	background-color: #FFFFCC;
}

table.tablelist tr td.expired {
	background-color: #F2F5F7;
}

table.tablelist tr td.coming {
	background-color: #FFFFFF;
}

table.tablelist td {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 4px !important;
}

table.tablelist td h1 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table.tablelist td ul {
	margin: 0;
	padding: 0;
}

table.tablelist td ul li {
	margin: 0;
	padding: 0;
}

table.tablelist tr.row0:hover {
	background-color: #FFFAF0;
}

table.tablelist tr.row1:hover {
	background-color: #FFFAF0;
}

table.tablelist tfoot td {
	background: #BFE5F2;
	border: 1px solid #BFE5F2;
	color: #3E8DCB;
	margin: 0px;
	padding: 6px;
}
	
/* Tips, Error, Message, Hightlight*/
.error {
	background: url("bullet-error.gif"/*tpa=http://www.vietcms.com/templates/c7/images/bullet-error.gif*/) no-repeat top left;
	color: #666666;
	padding-left: 25px;
}

.message {
	background: url("bullet-info.gif"/*tpa=http://www.vietcms.com/templates/c7/images/bullet-info.gif*/) no-repeat top left;
	color: #999999;
	padding-left: 25px;
}

.tips {
	background: url("bullet-tips.gif"/*tpa=http://www.vietcms.com/templates/c7/images/bullet-tips.gif*/) no-repeat  10px 10px #FCF5ED;
	border: 1px solid #EABA8A;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 30px;
}

.texttually {
	background-color:  #FEFBF8;
	border: 1px solid #EABA8A;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 10px;	
}

.highlight {
	background: #FCFCFC;
	font-size:12px;
	font-weight: bold;
	padding: 1px 5px;
}	


ol{
	background-color: #FFFDD5;
	border:1px solid #FFEA93;
	padding:10px;
	margin:0;
}

ol li{
	line-height:30px;
	
	font-weight:bold;
}


