﻿/* 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' );
}



/* Photogalery */
.photo_gallery
{
}

.photo_gallery .photo_item
{
	display:inline-block;
	width:69px;
	height:51px;
	margin:0 15px 15px 0;
	cursor:pointer;
}

/* Gallery content */
.gallery_stripe
{
	margin-bottom:7px;
	padding:4px 10px;
	border-radius:4px;
	font-size:1.2em; 
	background-color:#640000;
	color:#fff;
}
.gallery_stripe.yellow
{
	height:14px;
	background-color:#c29b25;
}

.gallery_content
{
	margin:0 0 6px 0;
	width:101%;
}
.gallery_content .photo_gallery
{
	float:left;
	margin:0 9px 0 0;
	width:100px;
}
.gallery_content .photo_gallery .photo_item
{
	display:block;
	width:100px;
	height:75px;
	margin:0;
	cursor:pointer;
}
.gallery_content .photo_gallery .photo_item_desc
{
	height:54px;
	margin:1px 0 0 0;
	padding:2px 4px;
	background-color:#970000;
	font-size:12px;
	line-height:.9em;
	text-align:center;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.gallery_content .photo_gallery .photo_item_desc a
{
	color: #ffffff;
	font-size: 0.75em;
}

/* 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;
}

.social-buttons {
    margin-top: 20px;
}

.social-buttons .spacer {
    height: 3px !important;
}