﻿.editor-label
{
	font-size:1.4em;
}
.editor-field input
{
	font-size:2em;
	
}
.editor-field input[type="text"] 
{
	font-size:2em;
	border:2px dotted silver;
	width:200px;
}
.editor-field input[type="password"] 
{
	font-size:2em;
	border:2px dotted silver;
	width:200px;
}
#LLHeader
{
	margin-left: 10px;
}
.reportListOuterContainer
{
	width:640px;
}
.reportListContainer
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 260px;
}
.reportListContainerCompleted
{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 260px;
	background-color: #FFFFCC;
}
.reportListImageContainer
{
	height: 145px;
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
}
.reportListRatingContainer
{
	float: left;
	background-color: #e1e3f1;
	text-align: center;
}
#filterDetails
{
	float: left;
}
.filterContainer
{
	margin-top:3px;
}
#filterButton
{
	width: 230px;
	text-align: right;
	float: left;
}
.clickableHeader
{
	cursor: hand;
}
.reportField
{
	width: 580px;
}
.filtermenu
{
	padding-bottom: 0px;
	list-style-type: none;
	margin: 5px 0px 0px 15px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-image: none;
	padding-top: 0px;
}
.filtermenu LI
{
	background-image: url(Images/arrow.gif);
	padding-bottom: 0.1em;
	list-style-type: none;
	margin: 0px 0px 5px;
	padding-left: 10px;
	padding-right: 0em;
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
	list-style-image: none;
	padding-top: 0.1em;
}
.largeButton
{
	width: 100px;
	height: 50px;
	font-size: 1.4em;
}
.mapDisplay
{
	position: relative;
	width: 280px;
	height: 260px;
}
.mapContainer
{
	float: left;
	margin: 5px;
}
.mapAddDisplay
{
	position: relative;
	width: 600px;
	height: 500px;
	margin-top: 20px;
}
.detailsContainer
{
	float: right;
	margin: 5px;
}
.wardContainer
{
	clear: both;
}
.notesContainer
{
}
.tableInfoContainer
{
	float: left;
}
.tableInfo
{
	width: 250px;
}
.tagContainer
{
	clear: both;
	float: none;
	font-size: 0.8em;
}
.ratingContainer
{
	text-align: center;
	width: 80px;
	margin-top: 10px;
	float: left;
}
.linkEmbedContainer
{
}
.reportItemsContainer
{
	clear: both;
	float: none;
}
.votedText
{
	font-size: 0.8em;
}
.odd
{
	background-color: #e1e3f1;
}
.rating
{
	font-size: 2em;
}
.negativeRating
{
	font-size: 2em;
	color: Red;
}
.layoutLeft
{
	white-space: nowrap;
}
.voteUp
{
	width: 75px;
	background-color: #e1e3f1;
	font-size: .8em;
}
.voteUpVoted
{
	width: 75px;
	background-color: Yellow;
	font-size: .8em;
}
.voteDown
{
	width: 75px;
	background-color: #e1e3f1;
	font-size: .8em;
}
.voteDownVoted
{
	width: 75px;
	background-color: Yellow;
	font-size: .8em;
	color: Red;
}
.message
{
	background-color: Yellow;
}
.reportsTextArea
{
	width: 500px;
	height: 100px;
}
.reportsAddComment
{
	text-align: right;
	font-size: 1.2em;
	margin-top: 50px;
}

#silverlightControlHost
{
	height: 500px;
	text-align: center;
}
.watermarkOn
{
	color: #CCCCCC;
	font-style: italic;
}
.reportItemNotes
{
	
}

.campaignList{ margin-top:.5em;}
.campaignTableInfo { 	width: 350px; }
.mapCampaignDisplay
{
	position: relative;
	width: 500px;
	height: 500px;
	margin-top:20px;
}


.addNewReport label {
    width:16em;
    font-size: 90%;
}

.addNewReport input[type="text"], select, textarea
{
	width: 310px;
    margin-left: 0px;
    margin-right: 0px;
}

.addNewReport select
{
    width: 320px;
}

