	html, body {
		height: 100%;
	}
	
	body {
		font-family: verdana;
		font-size: 12px;
		overflow-y: scroll;
	}

	p.loadingNotice {
		font-size: 14px;
		font-weight: bold;
	}

	textarea {
		font-family: verdana;
		font-size: 12px;
	}

	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -30px;
	}

	#content {
		padding-top: 10px;
	}

	.footer{
		height: 30px;
		background: url(../../fm_assets/images/menu.png)

	}

	
	.push {
		height: 35px; /* 5px more than footer to force some padding */
	}

	.clear {
		clear: both; 
		display: block; 
		line-height: 0px;
		height: 0px; 
		font-size: 0px;
	}

	.bold {
		font-weight: bold;
	}

	.right {
		float: right;
	}
	
	.left {
		float: left;
	}

	a {
		color: blue;
		cursor: pointer;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.header {
		height: 80px;
		background: url(../../images/header_bg.png);
		color: #000;		
	}

	.header h1 {
		font-size: 18px;
		float: left;
		text-align: left;
		padding: 0 5px;
		line-height: 80px;
	}
	
	.header div {
		text-align: right;		
	}

	.footer {
				
		font-size: 12px;		
		text-align: right;
	}		

	.footer div.row {
		line-height: 28px;
	}

	#navMenu button {
		width: 100%;
		margin: 5px auto;
		font-size: 18px;
	}

	#navMenu button.current {	
		color: red;
	}

	fieldset {
		border: 2px groove white;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		padding: 5px;
	}

	legend {
		padding: 5px;
		font-size: 14px;
		font-weight: bold;	
	}

	fieldset p {
		padding: 0 5px 5px !IMPORTANT;
		margin-bottom: 0 !IMPORTANT;
	}

	table {
		border-collapse: collapse;
		border: 1px solid silver;
	}


	tr:nth-child(odd) {
	    background-color: #f5f5f5;
	}

	tr {

	    _background-color:expression(this.rowIndex % 2 ? '':'#f5f5f5');
	}


	td {
		text-align: left;
		padding: 3px;
		line-height: 22px;
	}

	th {
		text-align: center;
		padding: 5px;
		background: url(../../fm_assets/images/menu.png);
		white-space:nowrap;
	}

	tr.table-tr-odd {
		background-color: #f5f5f5;
	}

	/* Form Elements */
	
	.required {
		background-color: #e0e6ec !IMPORTANT;
	}


	form {		
		width: 100%;
	}
	
	form div.row {

		line-height: 28px;
		margin-top: 5px;

	}
	
	input[type="text"], input[type="password"], select {
		color: #000;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 1px solid #ccc;
		font-size: 14px;
		float: right;
		padding: 3px 6px;	
		width: 100%;	
	}
	


	button, input[type="submit"], input[type="button"] {
		margin: 10px;
		float: right;
		font-size: 18px;
	}

	input[type="reset"] {
		margin: 10px;
		float: left;
		font-size: 18px;
	}


	label {
		font-weight: bold;
		line-height: 24px;
	}
	
	.formLabel {
		float: left;					
		width: 120px;
		text-align: right;
			
	}
		
	.formField {
		float: right;
		margin: 0 20px 0 0;
		padding: 0 0 10px 0;
		width: 210px;
	}

#sortable-list {
	width: 100%;
}

#sortable-list li {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #999999;
    color: #000000;
    cursor: move;
    list-style: none outside none;
    margin: 5px 0;
    padding: 5px;
    height: 70px;
    
}

#sortable-list li img {
	float: left;
}

#sortable-list textarea {
	width: 740px;
	height: 32px;
	font-size: 10px;
}

#sortable-list h6 {
	margin: 3px 0; 
	font-size: 9px;
	line-height: 16px;
	width: 100%;
}


a.navLink {
	display: inline-block; 
	color: black;
	background-color: #F5F5F5;
	text-decoration: none;
	border: 1px solid silver;	
	min-width: 24px;	
	width: 24px;	
}

a.navLink:hover {
	color: red;	
}

a.activeNavLink  {
	color: red;	
	cursor: default;
}

#footerResultsNavigation, #headerResultsNavigation, #Navigation {
	cursor: default;
}

#Navigation  .navButton {
	float: left;
	width: 100px;
	padding: 0 5px;
	margin: 0 5px;
}

#sbox-content fieldset {
	margin-bottom: 10px;
}

#sbox-content .row div {
	line-height: 26px;
}


.fileLine {
	margin: 5px;
}

input[type=file] {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;	
	padding: 3px 6px;
	float: right;
}

}

/* MooUpload CSS */
.mooupload_error {
  color: #FF0000;   
}

.mooupload_noerror {
  color: #008000;
}

/*
.mooupload_btncontainer {  
  background: #DFDFDF url(../../images/mooUpload/upload.png) center right no-repeat; 
  padding: 10px;    
}
*/

/*
.mooupload_btncontainer button {
  border: 1px solid #C5C5C5;
  padding: 2px 5px 3px 20px;
  background-color: #F3F3F3;
  font-size: 12px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}
*/

.mooupload_btncontainer button.addfile {
  /* background: #F3F3F3 url(../../images/mooUpload/add.png) 3px center no-repeat; */
float: left;
}

.mooupload_btncontainer button.start {
  /* background: #F3F3F3 url(../../images/mooUpload/accept.png) 3px center no-repeat; */
float: right;
}

.mooupload_btncontainer button:active {
  background-color: #FFF;
}

.mooupload_btncontainer div.progresscont {
  display: none;                
  width: 100px;
  height: 11px;  
  border: 1px solid #000;
  float: right;
  margin: 10px 80px 0 0;  
  background-color: #FFFFFF;   
}

.mooupload_progressbar {
  text-align: center;
  font-size: 8px;
  display: block;  
  width: 0px;
  height: 100%;  
}

.mooupload_off {
  background: #FFF url(../../images/mooUpload/progress_grey.gif) center left repeat-x; 
}

.mooupload_on {
  background: #FFF url(../../images/mooUpload/progress.gif) center left repeat-x;
}


.mooupload_listview {
  background: #fff; 
  font-size: 11px;
}

.mooupload_listview  ul {
  margin: 0;
  padding: 10px 0 20px 0px;
}

.mooupload_listview  li {
  list-style-type: none;
  clear: both;
  line-height: 20px;
  padding-left: 20px;
  height: 20px;  
}

.mooupload_listview  li.header {
  font-weight: bold;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 10px;
  color: #8E8E8E;
}


.mooupload_listview  li div {
  display: block;
  margin-right: 10px;
  float: left;
}

.mooupload_listview  li div.optionsel {
  width: 25px;
}  

.mooupload_listview  a.delete {
  display: block;
  width: 16px;
  height: 16px;
  background: #E3E3E3 url(../../images/mooUpload/cancel.png) center center no-repeat;
}

.mooupload_listview  li div.filename {      
	width: 300px;
	text-align: center;
}

.mooupload_listview  li div.filetype {
  width: 100px;
}

.mooupload_listview  li div.filesize {
  text-align: right;
  width: 100px;  
}

.mooupload_listview  li div.result {
  margin-left: 20px;  
}

.mooupload_readonly {
  color: #828282; 
}

