body {
	font-family: Times New Roman, Times, Serif;
	font-size: 14px;
	background-repeat: repeat-x;
	background-color: #FEFEFE;
}

a {
	color: #4F81BD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#FFCC66;
}

hr {
	height: 1px;
	border-top: 1px #C0C0C0 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.small{
	font-size:11px;
	color: red;
}

.error{
	font-size:11px;
    color: red;
}

table.exam{
    background-color:#e5eecc;
    padding:4px;
    border:1px solid #d4d4d4;
	border-collapse:collapse;width:100%;

}
table.exam tr:nth-child(odd)	{background-color:#F6F4F0;}
table.exam tr:nth-child(even)	{background-color:#ffffff;}
table.exam th{
	color:#ffffff;background-color:#555555;border:1px solid #555555;font-size:12px;padding:3px;vertical-align:top;text-align:left;
}
table.td{background:#CCCCCC;
border:#999999;
}
#smileysTable {
    border: 2px solid #CCCCCC;
    border-collapse: collapse;
    width: 100%;
	font-family: Cambria, Cochin, Georgia, serif;
    font-size: 16px;
}
#smileysTable tr:nth-of-type(2n + 3) {
    background-color: #ECF7FF;
}
#smileysTable tr:nth-of-type(2n + 4) {
    background-color: #FBFDFF;
}
.anwser {
    background-color: #0080FF;
    color: #e5eecc;
}
.title {
    font-weight: bold;
    color: #e5eecc;
}

.content {
    font-weight: normal;
    color: #000000;
}
.contentfocus {
    font-weight: normal;
    color: #000000;
    background-color: blue;
}

.page {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.input {
    font-size: 10px;
    color: #000000;
}

.part {
	color: #FF0000;
	text-decoration: none;
}
.partvisited {
	color: #FF0000;
	text-decoration: none;
}

.menu {
	color: #4F81BD;
	text-decoration: none;
}
.menuvisited {
	color: red;
	text-decoration: none;
}
.subtitle strong {
	color: #F00;
}
.hello {
	color: #000080;
}
/*Style for table*/
#table-2 {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
        width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#table-2 td, #table-2 th {
	padding: 5px;
	color: #333;
}
#table-2 thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
#table-2 th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}
#table-2 td {
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#table-2 td:hover {
	background-color: #fff;
}
/*-------------------------------*/