/************************************************************************************/
/***                                                                              ***/
/*** Just for Looks                                                               ***/
/***                                                                              ***/
/*** This file should not be changed                                              ***/
/***                                                                              ***/
/************************************************************************************/

body { 
	margin-top:0; /* Do not change */
  	margin-left:0; /* Do not change */
 	margin-right:0; /* Do not change */
  	margin-bottom:0; /* Do not change */
	margin: 0;  /* Do not change *//* margin of browser window - should not be changed */
	padding: 0;  /* Do not change *//* padding of browser window - should not be changed */
	background-repeat: repeat-x;  /* Do not change *//* repeats the background image of browser window */
	background-position: left top;  /* Do not change *//* starts the background image at left and top of browser window */
}

#header {
	font-size: small; /* Do not change */
	text-align: right; /* Do not change */
	height: 70px;  /* Do not change *//* default height of header section (banner) - should not be changed; this is adjusted automatically */
	white-space: nowrap; /* Do not change */
}

#footer {
	font-size: 0.8em;  /* Do not change *//* Default font size for footer section */	
	text-align: center;  /* Do not change *//* Default footer alignment */	
	padding: 0.3em 0;  /* Do not change *//* Do not change */	
}

#left {
	background-color: #ffffff; /* background colour of left column */
}

#center {
	background-color: #ffffff; /* background colour of center column */
	text-align: left; /* sets text alignment to left of center column */
}

#right {
	background-color: #ffffff; /* background colour of right column */
}


/* Form layout details */

.formElement { /* Sets defaults for form elements in homepage (eg: Global Search form) */
	float: left; /* Do not change */
	margin-top: 5px; /* Do not change */
	margin-right: 5px; /* Do not change */
	font-size: 85%; /* Do not change */
	border-style: solid; /* Do not change */
	border-width: 1px; /* Do not change */
}

.formDropDown { /* Sets defaults for form drop downs in homepage (eg: Global Search form) */
	float: left; /* Do not change */
	margin-top: 5px; /* Do not change */
	margin-right: 5px; /* Do not change */
	font-size: 85%; /* Do not change */
	border-style: solid; /* Do not change */
	border-width: 1px; /* Do not change */
	width:100px; /* Do not change */
}

.formButton {
	float: left; /* should not be changed */
	padding: 0; /* should not be changed */
}

.Label_GlobalSearch {
	margin-top: 5px; /* should not be changed */
	text-align: right; /* should not be changed */
	clear:left;
	float: left; /* should not be changed */
	width: 40px; /* should not be changed */
	padding-right: 5px; /* should not be changed */
	font-size: 85%; /* should not be changed */
}

p {
	padding-top: 0px; /* should not be changed */
	padding-bottom: 0; /* should not be changed */
}

a {
	text-decoration: none;
	/*color: #ffa500;  link colour of links outside modules (eg: Announcements/My Workflow) *//* not used */
}

ul.moduleListStyle { /* Please do not change values */
	list-style: none; /* Please do not change values */
	margin: 0; /* Please do not change values */
	padding: 0; /* Please do not change values */
	}

html > body ul.moduleListStyle { /* Please do not change values */
	clear:both;
	}

li {
	padding-left: 2px;  /* Do not change *//* Sets left padding of all items/modules within columns */
}

li.module {
	padding-bottom: 20px;  /* Do not change *//* Sets padding of all items/modules within columns */
}

li.module ul li {
	display: block;
	border-bottom: 1px solid #ddd; /* Displays a border (line) under each item within module */
	padding-bottom: 5px; /* Sets padding under each item within module */
}

.item
{
   font-size: 90%; /* Do not change */
}

* html #footer-wrapper {
	background: #e6e6dc; /* Same as body background */
}

