﻿.main-content {
	float:none;
}

.page-content {
	padding:0px !important;
}

div.article, div.welcome {
	padding: 0px !important;
}

article-content, .welcome-content {
	margin: 0px 0 0 !important;
}

#pollMasterRow {
    margin-top: 10px;	
}

#pollTextRow {
    display: table;
}

#pollTextRow, #pollMasterRow .panel {
    float: none;
    display: table-cell;
    vertical-align: top;
    border: none;
    box-shadow: none;
}

.centerText {
	text-align: justify;
}

.leftQuote {
	margin: 0px;
	width: 60px;
}

.rightQuote {
	margin: 0px;
	width: 60px;
	vertical-align: bottom;
}

.signatureText {
	text-align: right;
	margin-top: 10px;
}

.PollLinksSectionHeader {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	border-top: thick black solid;
}

.PollWorkerLinksHeader {
	font-size:18px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom:10px;
	color: red;
}

header .column {
	height: 130px;
}

/*  Below impacts the dialog buttons when videos or documents are being displayed */
.ms-dlgTitleBtns {
	margin-right: 0px !important;
}

.ColumnWidth {
	width: 50%;
}

.PollDocument {
	width: 120px;
	height: 145px;
	margin: 5px;
}

.PollLink, .VetLink, .StudentLink {
	height: 125px;
	width: 120px;
	margin: 5px;
}

.PollVideo {
	height: 90px;
	width: 120px;
	margin: 5px;
}

.PollVideo {
	background-color: #112756;		/* dark navy */
}

.PollDocument {
	background: url("../img/gray_seal.png") 0 50% no-repeat;
	background-size: contain;
}

.PollLink {
	background: url("../img/peach_faded.png") 0 50% no-repeat;
	background-size: contain;
}

.VetLink {
	background: url("../img/pin-faded.jpg") 0 50% no-repeat;
	background-size: contain;
}
.StudentLink {
	background: url("../img/student-normal.jpg") 0 50% no-repeat;
	background-size: contain;
}

.VideoName, .DocumentName, .LinkName {
	display: block;
	width: 120px;
	height: 145px;
	font-weight: bold;
	text-align: right;
	bottom: 0px;
	position: absolute;
	padding: 5px;
}

.VideoName {
	height: 90px;
}

.VideoName {
	color: white;
}

.DocumentName, .LinkName {
	color: #112756;			/* dark navy */
}	

.PollVideo a:visited, .PollDocument a:visited, .PollLink a:visited {
	color: #1e90ff;		/* 'Dodger' blue */
}

.PollVideo a:visited:hover, .PollDocument a:visited:hover, .PollLink a:visited:hover, .VetLink a:visited:hover, .StudentLink a:visited:hover {
	color: #040996;		/* darker royal blue */
}

.VetLink a:visited, .StudentLink a:visited {
	color: #040996;
}

.PollVideo a:hover, .PollLink a:hover, .PollDocument a:hover, .VetLink a:hover, .StudentLink a:hover {
	top: 10px;
	left: 25px;
}

.PollVideo a:hover {
	background-color: #b0c4de;		/* light steel blue */
	color: #112756;					/* dark navy */

}

.PollLink a:hover {
	color: #112756;				/* dark navy */
	background: url("../img/peach_faded_blue.png") 0 50% no-repeat;
	background-size: contain;
	height: 125px;
}

.PollDocument a:hover {
	color: white;
	background: url("../img/blue_seal.png") 0 50% no-repeat;
	background-size: contain;
}

.VetLink a:hover {
	color: #112756;				/* dark navy */
	background: url("../img/pin-gray.jpg") 0 50% no-repeat;
	background-size: contain;
	height: 125px;
}

.StudentLink a:hover {
	color: #112756;				/* dark navy */
	background: url("../img/student-hover.jpg") 0 50% no-repeat;
	background-size: contain;
	height: 125px;
}


/* Below classes control aligning the text to the bottom of the link boxes */
.DocTextDiv {
	width: 120px;
	height: 145px;
	bottom: 0px;
	position: absolute;
}

.VideoTextDiv {
	width: 120px;
	height: 90px;
	bottom: 0px;
	position: absolute;
}

.LinkTextDiv {
	width: 120px;
	height: 125px;
	bottom: 0px;
	position: absolute;
}

.InnerLinkTextDiv {
	padding-bottom: 7px;
	padding-right: 12px;
	min-width: 120px;
	bottom: 0px;
	position: absolute;
	vertical-align: bottom;
}
