

a {color: #333333;}
a:hover {color:#A60D29;}


/* ----------------------------------------------------- */
/* -- Content ------------------------------------------ */
#content {
	background-color: #F8F8F8;
	text-align: left;
	padding: 20px 30px 30px 30px;
}

#contentTop, #contentBottom {
	background-color: #F8F8F8;
}

#contentTable {
	/* width: 680px; */
}

#contentLeft {
	border-right: 1px dotted #CCCCCC;
	padding-right: 30px;
	text-align: left;
	font-size: 11px;
}

#contentRight {
	border-left: 1px dotted #CCCCCC;
	padding-left: 30px;
	text-align: left;
	font-size: 11px;
}



#contentMain {
	padding-left: 30px;
	padding-Right: 30px;
	text-align: left;
	width: auto;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 1px dotted #000000;
}

h3 {
	color: #000000;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

div.separator {
	border-top: 1px dotted #CCCCCC;
}

th {
	color: #333333;
	font-size: 12px;
	background-color: #CCCCCC;
	font-family: Tahoma,Verdana;
	border-bottom: 1px solid #999999
}

td.regButton, div.regButton {
	padding: 20px;
	color: #333333;
	font-size: 12px;
	text-align: center;
	background-color: #CCCCCC;
	font-family: Tahoma,Verdana;
	border-bottom: 2px solid #999999
}

.tablerow0 {
	background-color: #FFFFFF;
}

.tablerow1 {
	background-color: #EEEEEE;
}

.hilite {
	background-color: #DDDDDD;
}

#fullList {
	display: none;
}


input.field {
	font-family: Verdana;
	font-size: 11px;
        color: #000000;
        background-color: #DDDDDD;
}

input.button {
	font-family: Verdana;
	font-size: 11px;
        color: #FFFFFF;
        background-color: #A60D29;
}

input.regButton {
	font-family: Verdana;
	font-size: 12px;
	padding: 4px;
        color: #FFFFFF;
	font-weight: bold;
        background-color: #A60D29;
}

#cpdhours td {
	font-size: 11px;
}



/* ----------------------------------------------------- */
/* -- topRight ----------------------------------------- */
#topRight {
	margin-top: 15px;
	padding-left: 20px;
	text-align: left;
	color: #CCCCCC;
}

#topRight form {
	margin: 0;
	padding: 0;
}

#topRight h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
}

#topRight input .field {
	font-size: 11px;
        background-color: #FFFFFF;
}

#topRight input .button {
	font-size: 11px;
        background-color: #A60D29;
}

#topRight label {
	font-size: 11px;
	color: #FFFFFF;
}

#topRight a {
	font-size: 11px;
	color: #FFFFFF;
}




/* ----------------------------------------------------- */
/* -- Training Content --------------------------------- */
#trainingContent div {
	padding-bottom: 10px;
}



/* ----------------------------------------------------- */
/* -- Calendar ----------------------------------------- */
table.month {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

table.month td {
	width: 25px;
	height: 20px;
}

.monthheading {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.month td.dayheading {
	color: #FFFFFF;
	background-color: #A60D29;
	text-align: center;
	font-weight: bold;
	border: 1px solid #999999;
}

td.emptycell {
	border: 1px solid #DDDDDD;
}

/* The cells that are inactive...  they are in the future. */
td.daycell {
	color: #666666;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999999;
}

/* The cells that are active...  they are in the past. */
td.daycellhand {
	color: #000066;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999999;
	cursor: pointer;
	cursor: hand;
}

/* The active cells that have had data entered for them. */
td.daycellhandData {
	color: #000066;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 2px solid #333366;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
}

/* The active cells that have the mouse hovering over them. */
td.daycellOver {
	color: #000066;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 2px solid #333333;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	padding: 0px;
}




.success {
        font-size: 11px;
        color: #009900;
	font-weight: bold;
}


.failure, .error, .mandatory {
        font-size: 11px;
        color: #990000;
	font-weight: bold;
}


.cpdTab {
	color: #999999;
        font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
        font-family: Tahoma,Verdana;
}

.cpdActiveTab {
	color: #000000;
        font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
        font-family: Tahoma,Verdana;
}


