﻿body
{
	font-family: Sans-Serif;
}
.masterRow1
{
	background-image: url('img/toolgrad.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.masterRow2
{
	background-color: Black;
}
.masterRow3
{
	font-size: 40px;
}
.masterLeft
{
	background-color: #e8d9bc;
}
.masterFooter
{
	background-color: navy;
}
.voteHeader
{
	font-weight: bold;
	color: red;
}
.votePaging
{
	font-size: 14px;
}
.voteTitle
{
	background-image: url(img/partgrad.gif);
	padding: 3px 10px 3px 5px;
	border: 1px Gray solid;
	font-weight: bold;
	background-position: bottom;
	background-repeat: repeat-x;
}
.voteDetail
{
	margin-bottom: 5px;
	border: 1px Gray solid;
	background: whitesmoke;
	padding: 3px 10px 3px 5px;
}
.voteLeftDetail
{
	margin-bottom: 5px;
	border: 1px Gray solid;
	background: gainsboro;
	padding: 1px 3px 1px 3px;
}
.voteLeftDetail a:link
{
	color: Blue;
}
.voteLeftDetail a:visited
{
	color: Blue;
}
.voteFilter
{
	font-size: small;
}
.voteChoiceText
{
	font-weight: bold;
	color: Blue;
	text-decoration: underline;
}
.voteChoiceTextNoVote
{
	font-weight: bold;
}
.voteChoice
{
	padding: 6px 6px 0px 6px;
}
.votePanel
{
	border: solid 2px black;
	background-color: White;
	padding: 10px 10px 10px 10px;
}
.voteButton
{
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	color: Black;
	background-color: #b5c9e2;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
}
.voteButton:hover
{
	background-color: #99aabf;
	border-top: 2px #31557f solid;
	border-left: 2px #31557f solid;
	border-bottom: 2px #cce3ff solid;
	border-right: 2px #cce3ff solid;
}
.voteButtonDisabled
{
	background-color: White;
	padding: 2px 7px 2px 7px;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-right: darkgray 1px solid;
}
.voteSummaryDetail
{
	margin-bottom: 5px;
	border: 1px Gray solid;
	background: gainsboro;
	padding: 1px 3px 1px 3px;
}
.voteSummaryHeader
{
 	color: Black;
	text-decoration: underline;
	font-weight: bold;
}
.voteSummaryRow
{
}
.commentLink
{
	font-size:small;
	color: Green;
}

.filterPopup
{
	background-color: #ffffdd;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding: 5px;
}
.topicHeader
{
	padding-left: 5px;
	font-weight: bold;
	font-size: large;
	cursor: pointer;
	background-color: #D2B47A;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.topicComments
{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.commentInfo
{
	font-size: small;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px;
	background-color: #e8d9bc;
	border-top: hidden;
	border-left: 1px solid #D2B47A;
	border-right: hidden;
	border-bottom: 1px solid #D2B47A;
}
.commentText
{
	padding-left: 5px;
	border-top: hidden;
	border-left: hidden;
	border-right: 1px solid #D2B47A;
	border-bottom: 1px solid #D2B47A;
}
.commentCall
{
	font-size: x-small;
	color: Red;
}


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background-color: #FAFAFA;
	cursor: default;
	padding: 3px 3px 0px 3px;
	margin-top: 8px;
}

.ContextMenuBreak
{
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 9px 3px 9px;
}


.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.modalPopupHeader 
{
	background-color: #D2B47A;
	border: solid 1px gray;
	color: black
}
.ms-WPTitle{
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
.HeaderStyle
{
	background-color: #5D7B9D;
	font-weight: bold;
	color: White;
	text-align:left 
}
.RowStyle
{
	vertical-align:text-top;
}

.AlternatingRowStyle
{
	background-color: #ddd;
	vertical-align:text-top;
}
.SelectedRowStyle
{
	background-color: cornflowerblue;
	vertical-align: text-top;
	font-weight: bold;
}
