	::selection{ background-color: #E13300; color: white; }
	::moz-selection{ background-color: #E13300; color: white; }
	::webkit-selection{ background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		margin: 20px;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;		
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body{
		margin: 0 10px 0 10px;

	}
	
	p.footer{
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	#container{
		margin: 10px;
		border: 1px solid #D0D0D0;
		-webkit-box-shadow: 0 0 8px #D0D0D0;

	}
	
	.print_icon{
		width:24px;
		height:24px;
		background-image: url(icons/print_24.png);
	}
	
	.stop_icon{
		width:24px;
		height:24px;
		background-image: url(icons/stop_24.png);
	}
	
	.edit_icon{
		width:24px;
		height:24px;
		background-image: url(icons/edit_24.png);
	}
	.save_icon{
		width:24px;
		height:24px;
		background-image: url(icons/save_24.png);
	}
	.cancel_icon{		
		width:24px;
		height:24px;
		background-image: url(icons/stop_24.png);
	}
	.add_icon{		
		width:24px;
		height:24px;
		background-image: url(icons/add_24.png);
	}
	.search_icon{		
		width:24px;
		height:24px;
		background-image: url(icons/search_24.png);
	}
	.report_icon{		
		width:24px;
		height:24px;
		background-image: url(icons/report_24.png);
	}
	.upload_icon{		
		width:32px;
		height:32px;
		background-image: url(icons/upload_32.png);
	}
	.row_light{
		background: #E8E8E8;
	}
	
	.row_dark{
		background: #F8F8F8;
	}
	
	.bold_row{
		font-weight:bold;
	}
	
	.missing{
		border-color:#ff0000;
	}
	
	.list_table{
		border: thin solid black;
		font-size:11px;
	}
	
	.list_table td{
		border-top: thin solid black;
	}
	.user_input{
		font-size:11px;
		float:left;
		width:100%;
		height:30px;
	}
	.user_input input{
		width:150px;
		float:right;
		margin-left:10px;
		margin-right:100px;
	}
	.user_input select{
		width:155px;
		float:right;
		margin-left:10px;
		margin-right:100px;
	}
	.user_input textarea{
		width:150px;
		float:right;
		margin-left:10px;
		margin-right:100px;
	}
	.user_input label{
		float:right;
	}
	
	.select_comps{
		font-size:11px;
		float:left;
		width:100%;
		min-height:30px;
	}

	#breadcrumb{
		font-size:12px;
	}
	
	#meetingreport_error{
		font-size:12px;
		text-align:center;
		float: right;
		margin-right:160px;
		color: RED;
	}
	
	.userPage{
		width:20px;
		font-size:9px;
		text-align:right;
	}