@charset "utf-8";
/* CSS Document */

body a ul h1 h2 h3 h4 h5 <!-- rest margins and padding to 0 -->
{
	padding:0;
	margin:0;
}

a {
	color: #1a3664;
	font-weight: bold;
}

#Wrapper
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 903px;
	margin: 25px auto;
	display:block;
}

#SummaryHeader
{
	background-image:url(/images/sidebyside/SideBySideHeader.gif);
	width: 903px;
	height: 53px;
}

#SideBySideFooter
{
	Background-image:url(/images/sidebyside/sidebyside_home_Bottom.gif);
	width: 903px;
	height: 23px;
}

#SideBySideMiddle
{
	border-left: 1px solid #bdcadd;
	border-right: 1px solid #bdcadd;
	width: 885px;
	padding: 10px 8px;
	overflow:hidden;
}
	
	#SideBySideMiddle .BottomLeft
	{
		clear:left;
		width: 245px;
		float:left;
		height: 190px;
	}
		
		#SideBySideMiddle .BottomLeft .McCain
		{
			background-image:url(/images/candidates/mccainthumb04.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			width: 70px;
			height: 125px;
			float: left;
			margin: 0 2px;
			text-align: center;
			color: #ed1936;
			font-weight: bold;
		}
		
		#SideBySideMiddle .BottomLeft .Obama
		{
			background-image:url(/images/candidates/obamathumb04.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			width: 70px;
			height: 125px;
			float: left;
			margin: 0 2px;
			text-align: center;
			color: #1a3664;
			font-weight: bold;
		}
		
		#SideBySideMiddle .BottomLeft .RepVice
		{
			background-image:url(/images/candidates/ThompsonThumb_70x93.gif);
			background-position: bottom;
			background-repeat: no-repeat;
			width: 70px;
			height: 125px;
			float: left;
			margin: 0 2px;
			text-align: center;
			color: #ed1936;
			font-weight: bold;
		}
		
		#SideBySideMiddle .BottomLeft .DemoVice
		{
			background-image:url(/images/candidates/BidenThumb_70x93.gif);
			background-position: bottom;
			background-repeat: no-repeat;
			width: 70px;
			height: 125px;
			float: left;
			margin: 0 2px;
			text-align: center;
			color: #1a3664;
			font-weight: bold;
		}
		
		#SideBySideMiddle .BottomLeft .headshotdivider
		{
			background-image:url(/images/HeadShot_Divider.gif);
			background-position: bottom;
			background-repeat: no-repeat;
			width:3px;
			height: 125px;
			margin: 0 13px;
			float: left;
		}
		
		#SideBySideMiddle .BottomLeft .chkMcCain
		{
			float: left;
			width: 70px;
			margin: 2px;
			text-align: center;
		}
		
		#SideBySideMiddle .BottomLeft .chkObama
		{
			float: left;
			width: 70px;
			margin: 2px;
			text-align: center;
		}
		
		#SideBySideMiddle .BottomLeft .chkMiddleDivider
		{
			float: left;
			width: 3px;
			margin: 2px 13px;
		}
	
	
	#SideBySideMiddle .BottomRight
	{
		width: 576px;
		height: 190px;
		float:right;
		font-size: 13;
		color: #1a3664;
		padding-left: 43px;
		border-left: 1px solid #bdcadd;
	}
		
		#SideBySideMiddle .BottomRight .ColLeft
		{
			float: left;
			font-weight: bold;
			width: 225px;
		}	
		
		#SideBySideMiddle .BottomRight .ColRight
		{
			float: left;
			font-weight: bold;
			width: 300px;
			margin-left: 50px;
		}
		
		#SideBySideMiddle .BottomRight .line	
		{
			height: 20px;
		}
		
		#SideBySideMiddle .BottomRight .box
		{
			clear:left;
			width: 20px;
			float: left;
		}
		
		#SideBySideMiddle .BottomRight .line .LineText
		{
			line-height:20px;
			float: left;
			overflow: hidden;
		}
	
	#SideBySideMiddle .RedBoltText
	{
		font-size: 13px;
		color: #ed1936;
		font-weight: bold;
	}
	
	.btnSubmit
	{
		height: 20px;
		width: 450px;
		clear:both;
		margin-left: 265px;
		border-left: 1px solid #bdcadd;
	}
	
	#selectAll
	{
		display: inline;
	}
	
	#deselectAll
	{
		display: none;
	}
	
	#SelectAllTopics
	{
		display: inline;
	}
	
	#DeSelectAllTopics
	{
		display: none;
	}
