body {
	font-family: Arial, Helvetical, sans-serif;
	font-size: small;
}

p {
	max-width: 50em;
}

/* Layout */
div.header {
}

div.menu {
	float:left; 
	width:15em;	
	*width: 13em;
}

div.body {
	margin-left: 16em;
	*margin-left: 13em;
	max-width: 65em;	
}

table.body {
	margin-left: 0em;
	*margin-left: 0em;
	max-width: 65em;	
}


div.footer {
	clear:both;
}

/* Tables */
td, th {
	padding: 2px 5px;
	font-size: small;
}

tr.deleted {
	color: #ff8080;
}

td.numeric {
    text-align: right;
}

/* Header and Footer */
table.header {
	width: 50em;
}

table.header h1 {
	padding-top: 1em;
}

/* Menu */
table.menu {
	width: 12em;
}


/* professional services Menu */
table.psMenu {
	width: 25em;
}


td.option, th.option {
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
}


td.facultyOption, th.facultyOption {
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
}

th a, td.facultyOption a{
	list-style-type: none;
	text-decoration: none;
	color: #ffffff;	
}

td.deleteOption, th.deleteOption {
	font-weight: bold;
	background-color: #a66666;
	color: #ffffff;
}

td.deleteOption a{
	list-style-type: none;
	text-decoration: none;
	color: #ffffff;	
}


td.schoolOption, th.schoolOption {
	background-color: #666666;
	color: #ffffff;
}

th a, td.schoolOption a{
	list-style-type: none;
	text-decoration: none;
	color: #ffffff;	
}

td.divisionOption, th.divisionOption {
	background-color: #666666;
	color: #ffffff;
}

th a, td.divisionOption a{
	list-style-type: none;
	text-decoration: none;
	color: #ffffff;	
}

tr.displayTagAction td{
   color:#383838;
   /* font-weight:bold; */  /* commented in version 2.0.0 */
   text-align: left;
   background-color:#E8E8E8;
}

tr.deletedTagAction td{
   color:#383838;
   font-weight:bold;
   text-align: left;
   background-color:#ff8080;
}

tr.accesslist td{	
   color:#383838;
   font-weight:bold;
   text-align:left;
  /* background-color:#E8E8E8;*/
}

th.top-right {
	text-align: right;
	vertical-align: top;
}

tr.userTagAction td{
   color:#383838;
   /*font-weight:bold;*/
   /*font-size:10px;*/
   text-align:left;
   background-color:#E8E8E8;
}

   
th.header {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

/* Displaytag Styles */
thead th {
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
}

/* ver 2.0.0 */
#risk th {
	height: 70px;
	/* background-color: steelblue; */
}

/* ver 2.0.0 */
#snapshot th {
	height: 70px;
}

/*  li:empty {
	display:none;
}  */


th a, td.option a{
	list-style-type: none;
	text-decoration: none;
	color: #ffffff;	
}

td a {
	text-decoration: none;
	color: #005482;
}
/*
th, td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
*/

th.sorted {
    background-color: #222222;
	color: #ffffff;
}

th a, th a:visited, th a:hover {
    color: #ffffff;
	display: block;
    text-decoration: none;
    background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}


/*
th.sorted a, th.sortable a {
	background-position: right;
    background-repeat: no-repeat;
	display: block;
	color: #ffffff;
}
*/
th.sortable a {
	background-image: url("../images/arrow_off.png");
	color: #ffffff;
	background-position: right;
    background-repeat: no-repeat;
	font-weight: bold;
    padding-right: 10px;
	display: block;
}
th.order1 a {
	background-image: url("../images/arrow_down.png");
	background-position: right;
    background-repeat: no-repeat;
	display: block;
}
th.order2 a {
	background-image: url("../images/arrow_up.png");
	background-position: right;
    background-repeat: no-repeat;
	display: block;
}
/* End of Displaytag Styles */

/* Styles for the Pop-up Calendar control */
div.calendar, div.popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #f0f3f6;
	border-width: 1px;
	border-style: solid;
	border-color: #505d6e;
}

div.popup {
	z-index: 10;
}
div.popup span {
	display: block;
}

table.calHead {
	background-color: #d6dde6;
	width: 100%;
}

table.calHead tr {
	background-color: #f0f3f6;
	line-height: 1em;
	height: 1.5em;
}

table.calHead tr img {
	vertical-align: middle;
}

span.control, span.controlHover {
	cursor: pointer;
	margin: 0px 3px;
}

#spanMonth, #spanYear {
	padding-left: 2px;
	background-color: #e2e7ee;
	vertical-align: middle;
}

table.month, table.year {
	font-size: x-small; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #e2e7ee;
	background-color: #f0f3f6;
	cursor: pointer;
}

table.year {
	text-align: center;
}

td.monthHover, td.yearHover {
	background-color: #d6dde6;
}

table.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 100%;
	text-align: right;
}

th.divider {
	border-right: 1px solid #505d6e;
}

a.date {
	text-decoration: none;
	color: #000000;
}

a.selected {
	background-color: #505d6e;
	color: #ffffff;
	padding: 0px 2px;
}

a.holiday {
	color: #808d9e;
}

a.weekend {
	color: #808d9e;
}
a.today {
	font-weight: bold;
}

td.today {
	background-color: #b1becf;
	text-align: center;
	padding: 5px;
	color: #000000;
}

td.today a {
	text-decoration: none;
	color: #000000;
}
/* End of Calendar Styles */
.tdLabel {
	text-align: right;	
}

.required {
	color: #ff6600;
	font-weight: bold;
}

/* Menu */
.section {
	text-align: right;
	background-color: #999999;
	font-weight: bold;
	color: #ffffff;
}

.subsection {
	text-align: right;
	background-color: #c0c0c0;
	font-weight: bold;
	color: #ffffff;
}

/* Messages and errors */
div.messages li, div.errors li {
	list-style-type: none;
}

.errorMessage {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
	padding: 2px 5px;
}

.errorMessage li {
	list-style-type: none;
}

.actionMessage {
	border: 1px solid #00ff00;
	background-color: #eeffee;
	padding: 2px 5px;
}

h1 {
	color: #707070;
}

h2 {
	color: #707070;
}

hr {
	border: 0px;
	color: #666666;
	background-color: #666666;
	height: 1px;
}

.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}

a img {
	border-width: 0px;
}

.register-edit {
	color: #000000;
	font-weight: bold;
}

.register-view {
	color: #000000;
}

.register-none {
	color: #b0b0b0;
}


/* Risk highlighting */

tr.high td.rrisk{
background-color: #ff0000 !important;
color: #ffffff !important;
}



.headergap{
	background-color:white;
	color: #000000;
	text-weight: bold;
}

.gap {
	border-right: 10px solid #ffffff;
}

td.clear {
	background-color: #ffffff;
	color: #000000;
}

th.clear {
	background-color: #ffffff;
	color: #000000;
}

table.filter {
	background-color: #e4e4e4;
}


th.sideways div {
 width: 2em;
 -webkit-transform: rotate(-90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-90deg);  /* Firefox 3.5-15 */
     -ms-transform: rotate(-90deg);  /* IE 9 */
      -o-transform: rotate(-90deg);  /* Opera 10.50-12.00 */
         transform: rotate(-90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

th.sideways {
 width: 2em;
 -webkit-transform: rotate(-90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-90deg);  /* Firefox 3.5-15 */
     -ms-transform: rotate(-90deg);  /* IE 9 */
      -o-transform: rotate(-90deg);  /* Opera 10.50-12.00 */
         transform: rotate(-90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */        
}

table.fixed tr.header th.sideways {
width: 2em;
height: 11em;
vertical-align: bottom;
padding-bottom: .75em;
} 

table.fixed { table-layout:fixed; }

tr.even {
	background-color: d8d8d8;
	/* background-color: f0f0f0; */
}

div.padding_level2 {
	padding-left:2mm;	
}

div.padding_level3 {
	/* padding-left:3mm; */
	padding-left:4mm;	
}

div.padding_level4 {
	padding-left:5mm;
	/*padding-left:4mm;*/	
}

div.padding_level5 {
	/*padding-left:5mm;*/
	padding-left:6mm;	
}

div.padding_level6 {
	/*padding-left:5mm;*/
	padding-left:7mm;	
}




/* Risk colouring */

	
 .risk {
	padding: 7px;
	margin: 7px;
}



/*low risk: green*/
 .low {
	#background-color: #00ff00; /* commented out no colouring required default set to white v2.0.0*/
	#background-color: #FFFFFF;
	padding: 2px 5px;
} 

/*medium risk: yellow*/
 .moderate {
	#background-color: #ffff00; /* commented out no colouring required default set to white v2.0.0*/
	background-color: #FFFFFF; 
	padding: 2px 5px;
} 

/*high risk: red*/
 .high {
   #background-color: #ff0000; /* commented out no colouring required default set to white v2.0.0*/
   background-color: #FFFFFF;
   #color: #ffffff;
   padding: 2px 5px;
}  



/* change for ver 2.0.0 */
/*low risk: green*/
.textlow {
	color: #00ff00;
	font-weight: bolder;
}

/*medium risk: yellow*/
.textmoderate {
	color: #ffff00; 
	font-weight: bolder;
}

/*high risk: red*/
.texthigh {
    color: #ff0000;
    font-weight: bolder;
} 





/*green*/
tr.ilow td.irisk {
	background-color: #00ff00;
}
tr.rlow td.rrisk {
	background-color: #00ff00;
}

/*yellow*/
tr.imoderate td.irisk{
		background-color: #ffff00;
}
tr.rmoderate td.rrisk{
		background-color: #ffff00;
}
 
 /*red*/
 tr.ihigh td.irisk {
 background-color: #ff0000;
color: #ffffff;
}
 tr.rhigh td.rrisk {
 background-color: #ff0000;
color: #ffffff;
}


ul {
	margin-left: 0em;
	padding-left: 0em;
	list-style-position:inside;	
}
.furthercontrolbackcolor {
	background-color: #F8F8F8;
}

#AddControl, #AddFurtherControl {
	margin-bottom:15px;
}

.riskHeader {
    text-align:left;	
    /* min-width: 12em; */
    /* min-width:20em; */
    vertical-align:middle;
    padding-top:10px;
    padding-bottom:10px;
}


}

