button.meButton{
	margin: 0px 2px 0px 2px;
	border: 1px solid; 
	width: 100px; 
	padding: 1px 4px 1px 4px;
	color:#000000;
	/*width: 100px;*/
	}
	
input.meButton{
	margin: 0px 2px 0px 2px;
	border: 1px solid; 
	width: 100px; 
	padding: 1px 4px 1px 4px;
	color:#000000;
	/*width: 100px;color:#000000;*/
	}
	
input.custbutton{
	border: 1px solid; 
	width: 100px; 
	padding: 1px 4px 1px 4px;
	color:#000000;
	/*color:#000000;*/
	}

button.meButton2{
	border:1px solid; 
	width: 100px;
	padding: 1px 4px 1px 4px;
	color:#000000;
	/*width: 100px;*/
	}
	
button.meButtonCustom{
	border:1px solid; 
	padding: 1px 4px 1px 4px;
	color:#000000;
	/*width: 100px;*/
	}	
	
input.meButton2{
	border: 1px solid; 
	width: 100px; 
	padding: 1px 4px 1px 4px;
	color:#000000;
	/*width: 100px;color:#000000;*/
	}
	
div.exportlinks {
	margin: -5px 0px 10px 10px;
	padding: 2px 4px 2px 0px;
	width: 400px;
}

div.exportlinks a {
	text-decoration: none;
}

div.exportlinks span {
	background-repeat: no-repeat;
}


span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
}


span.xml {
	background-image: url(../images/ico_file_xml.png);
}

span.export {
	cursor: pointer;
	display: inline;
	display: inline-block;
	padding: 0 4px 1px 20px;
}

span.pagebanner {
	display: block;
	margin: 10px 0px 0px 10px;
	padding: 2px 4px 2px 0px;
	width: 79%;
}

span.pagelinks {
	display: block;
	font-size: .95em;
	margin-bottom: 5px;
	margin-top: -18px;
	padding: 2px 0px 2px 0px;
	text-align: right;
	width: 80%;
}

table.thicklist {
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left; /* added by Joshua -- left customize*/
}

table.thicklist td {
	border-bottom: 1px solid grey;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}

table.thicklist th {
	background: #C9DEF7;
	border: 1px solid #000000;
	color: #000000;
	padding: 8px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

table.list {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left; /* added by Joshua -- left customize*/

}

table.list td {
	border: 1px solid #000000;
	padding: 3px;
	vertical-align: top;
}
table.list tr.kraHeaderRow {
	padding: 3px;
	background-color: #9999FF;
	
}

table.list tr.nhoHeaderRow {
	padding: 3px;
	background-color: #FFCC33;
	
}

table.list td.opoHeader {
	padding: 3px;
	background-color: #C9DEF7;
	font-weight: bold
}

table.list tr.goalHeaderRow {
	padding: 3px;
	background-color: #91B5B5;
}
table.list tr.objectiveHeaderRow {
	padding: 3px;
	background-color: #DAF3EC;
}

table.list tr.procedureGroupHeaderRow {
	padding: 3px;
	background-color: #ffffdd;
}
table.list tr.activityHeaderRow {
	padding: 3px;
	background-color: #A6C8AA;
	
}
table.list tr.appraiseeslHeaderRow {
	padding: 3px;
	background-color: #DAF8E8;
	
}
table.list th {
	background: #C9DEF7;
	border: 1px solid #000000;
	color: #000000;
	padding: 3px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

table.list th a, table.list th a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

table.list th a:hover {
	background-color: transparent;
	color: #008000 !important;

}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
}

table.list th.order1 a {
	background-image: url(../images/arrow_down.png) !important;
}

table.list th.order2 a {
	background-image: url(../images/arrow_up.png) !important;
}

table.list th.sortable a {
	background-image: url(../images/arrow_off.png);
}

table.list th.sorted {
	background-color: #ffd;
	color: #000000;
}

table.list th.sorted a, table.list th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}


table.list thead tr {
	background-color: #FFCC00;
}

table.list tr.even {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
}

table.list td.planned {
	background: #C0C0C0;
	color: #000000;
}

table td.milestone {
	background: #FFCC33;
	color: #000000;
}

table.list tr.odd {
	background: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	color: #000000;
}

/* highlight table row onmouseover */
table.list tr.over {
	background: #FFFF40;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	color: #000000;
	cursor: pointer;
	cursor: hand; /* IE 5.5 non-compliant workaround */
}
table.list tr.subTotal {
	background: #E4EEF9;
	color: #000000;
}

table.list tr.overallTotal{
	 background: #44DDDD;
}

table.list tr.total {
	background: #C9DEF7;
	color: #000000;
}
/* override width for user list */
table.userList {
	width: 80% !important;
}

table.activeUserList, body#activeUsers span.pagelinks {
    width: 450px !important;
}

table.innerlist td {
	border: 0px solid #000000;
}

table.colourlegend{
	border: 1px solid #000000;
}

table.colourlegend th.planned {
	background: #C0C0C0;
}

table.colourlegend th.milestone {
	background: #FFCC33;
}

table.colourlegend th{
	border: 1px solid #000000;
}
