diff --git a/src/main/webapp/styles/global.css b/src/main/webapp/styles/global.css
deleted file mode 100644
index f310472cf1..0000000000
--- a/src/main/webapp/styles/global.css
+++ /dev/null
@@ -1,230 +0,0 @@
-@CHARSET "UTF-8";
-
-html, body {
-	font-family: Calibri, Tahoma, Verdana, sans-serif;
-	margin: 0 0 0 0;
-	padding: 0 0 0 0;
-	font-size: 0.94em;
-	line-height: 1.5em;
-	padding-top: 30px;
-}
-
-h1, h2, h3 {
-	font-family: Cambria, Tahoma, Verdana, sans-serif;
-}
-
-#container {
-	width: 960px;
-	margin: auto;
-}
-
-#ajax-loader {
-	z-index:9999;
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 80px;
-	height: 30px;
-	background-color: #FFFF80;
-	border-bottom: 1px solid black;
-	border-right: 1px solid black;		
-}
-
-#veil {
-	opacity:0.3;
-	filter:alpha(opacity=50);
-	position:absolute;
-	width: 100%;
-	height: 100%;
-	z-index:9998;
-	background-color: white;
-}
-
-#veil-loader {
-	z-index:9999;
-	position: absolute;
-	top: 30%;
-	left: 45%;
-	width: 100px;
-	height: 100px;
-	background: url(../images/ajax-loader.gif) center no-repeat;	
-}
-
-p.inline {
-	display: inline;	
-}
-
-.connectedSortable {
-	cursor: move;	
-}
-
-.float-right {
-	float:right;
-}
-
-.float-left {
-	float:left;	
-}
-
-td.icon,
-span.icon {
-	padding-left: 20px;
-	line-height: 20px; /* To center the text vertically with the icon */
-}
-
-span.floating-icon {
-	width: 20px;
-	height: 20px;
-}
-
-td.icon-button,
-span.icon-button {
-	cursor: pointer;	
-}
-
-td.icon-user,
-span.icon-user { /*The background image*/
-	background: url(../images/user.png) no-repeat left center;
-}
-
-td.icon-project,
-span.icon-project { /*The background image*/
-	background: url(../images/project.png) no-repeat left center;
-}
-
-td.icon-arrowDown,
-span.icon-arrowDown {
-	background: url(../images/icons/arrow-down.png) no-repeat left center;	
-}
-
-td.icon-plus,
-span.icon-plus {
-	background: url(../images/icons/add.gif) no-repeat left center;
-}
-
-td.icon-minus,
-span.icon-minus {
-	background: url(../images/icons/minus.gif) no-repeat left center;
-}
-
-td.icon-check,
-span.icon-check {
-	background: url(../images/icons/circle-check.png) no-repeat left center;
-}
-
-td.icon-pencil,
-span.icon-pencil { /*The background image*/
-	background: url(../images/icons/pencil.png) no-repeat left center;
-}
-
-td.icon-delete,
-span.icon-delete { /*The background image*/
-	background: url(../images/icons/circle-delete.png) no-repeat left center;
-}
-
-td.icon-zoom-in,
-span.icon-zoom-in { /*The background image*/
-	background: url(../images/icons/zoom-in.png) no-repeat left center;
-}
-
-.bordered-box {
-	border: 1px solid #CCE6FF;
-	padding: 0.5em 0.5em;
-}
-
-.float-left {
-	float: left;
-}
-
-.float-right {
-	float: right;
-}
-
-.boxContent {
-	margin: 0.5em 0.5em;
-}
-
-.boxContent h4 {
-	border: 1px solid #0099CC;
-	background-color: #CCE6FF;
-	padding: 0.3em 0.3em;
-}
-
-.dashboardBox {
-	border: 1px solid #3300CC;
-	width: 50em;
-	min-height: 10em;
-}
-
-.dashboardBox h3 {
-	border-bottom: 1px solid #3300CC;
-	background-color: blue;
-	color: white;
-	padding: 0.2em;
-	margin: 0 0;
-}
-
-form.div {
-	display:block;	
-}
-
-form.formRow {
-	display: inline;	
-}
-
-#schedulePlannerCtrlContainer {
-	border: 1px solid #CCE6FF;
-}
-
-#schedulePlannerCtrlContainer ul {
-	list-style-type: none;
-	display: inline;
-}
-
-.scheduleEventList {
-	margin: 1em 0;
-}
-
-.scheduleEvent {
-	padding: 0.2em 0.2em;
-	-webkit-border-radius: 3px;
-	background-color: #E5F3FF;
-	border: 1px solid #B3DBFF;
-}
-
-.scheduleEventHeader {
-	padding: 0.4em 0.2em;
-}
-
-.scheduleEventHeaderBar {
-	margin-left: 0.5em;	
-}
-
-.scheduleEventHeaderBar img {
-	float:left;
-	margin-right: 1em;
-	margin-left: 0.5em;
-}
-
-.scheduleEventHeaderBar span {
-	display: inline;
-	margin-left: 0.1em;
-}
-
-.scheduleEventIconbar {
-	margin: 0.4em 1em;
-	padding: 0.3em;
-}
-
-.scheduleEventContent {
-	padding: 0.3em 0.5em;
-	width: 45em;
-}
-
-.scheduleEventFooter {
-	margin-top: 1em;
-}
-
-form.dialogForm {
-	font-size: 0.9em;	
-}
\ No newline at end of file