/*
Theme Name: CNHK Lite
Visual style for the editor.
*/

a {
    color: blue;
}

a:hover {
    color: #d52;
}

abbr, acronym {
    border-color: #444;
}

abbr, acronym {
    border-bottom: 1px dotted;
}

blockquote {
    font-style: italic;
    font-family: Georgia, serif;
    font-weight: normal;
    margin: 0 2.8em;
}

blockquote em {
    font-style: normal;
}

body {
    color: #333;
    font: 16px "Times New Roman" Times, sans-serif;
    line-height: 1.5em;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3, h4, h5, h6 {
    font-size: 16px;
    text-decoration: underline;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

p {
    margin: 5px 0 15px;
}

table {
    width: 90%;
    margin: 5px 10px;
    border-collapse: collapse;
    border: 1px solid;
    border-radius: 3px;
    border-color: #eee;
}

table caption {
    text-align: center;
    font-weight: bold;
	background-color: #fdfdfd;
	background: -moz-linear-(#e1e1e1, #fdfdfd);
	background: -o-linear-gradient(#e1e1e1, #fdfdfd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#fdfdfd));
	background: -webkit-linear-gradient(#e1e1e1, #fdfdfd);
	text-shadow: -2px 1px 2px #bbb;
}

tfoot {
    background-color: #fcfcfc;
}

th {
    font-weight: bold;
}

th, td {
    border-color: #ddd;
	padding: 0.015em 0.1em;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid;
}


th, td {
    padding: 0.015em 0.1em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid;
}

ul {
    list-style: square;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}