﻿/* Parts */

input.empty
{
	color:#ccc !important;
}

/* Gray button */
.gray_button
{
	display:inline-block;
	background-image:url(../../Img/Button.png);
	background-repeat:no-repeat;
	color:#474747;
	text-transform:uppercase;
	text-decoration:none;
}
.gray_button b
{
	display:block;
	margin-left:15px;
	padding:6px 15px 6px 0;
	background-image:url(../../Img/Button.png);
	background-repeat:no-repeat;
	background-position:right -74px;
}

/* Default overlay */
.overlay
{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2000;
	opacity:.4;
	filter:alpha(opacity = 40);
	background-color:Black;
	/* Fix for < IE7 */
	_position:absolute;
	_top:expression( tmpValue = document.documentElement.scrollTop + 'px' );
	_height:expression( tmpValue = document.documentElement.clientHeight + 'px' );
}




/* File list */
.file_list .file_item
{
	display:block;
	padding:0 0 20px 40px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-image:url(../../Img/Fti/Unknown.gif);
}

.file_list .pdf { background-image:url(../../Img/Fti/AdobePDF.gif); }
.file_list .doc { background-image:url(../../Img/Fti/MSWord.gif); }
.file_list .xls { background-image:url(../../Img/Fti/MSExcel.gif); }
.file_list .ppt { background-image:url(../../Img/Fti/MSPowerPoint.gif); }
.file_list .zip { background-image:url(../../Img/Fti/Zip.gif); }
.file_list .avi { background-image:url(../../Img/Fti/Video.gif); }
.file_list .pic { background-image:url(../../Img/Fti/Unknown.gif); }

/* Poll */
.poll
{
	margin:0;
	padding:0;
	line-height:normal;
}

.poll_buttons
{
	padding-top:10px;
}

.poll_buttons a
{
	margin-right:5px !important;
}

.poll .pollBar
{
	margin:0;
	padding:7px 0 0 0;
	background-color:Red;
	font-size:1px;
}

.poll_result
{
	table-layout:fixed;
	width:100%;
}

.poll .poll_thankYou
{
	font-size:11px;
	font-weight:bold;
}

/* Affixed */

.affix
{
    position: fixed;
}