﻿/* Layout Styles */

body
{
	background-color: #545454;
	background-image: url(Images/Background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

br
{
	font-size: 25px;
	clear: both;
}

.header
{
	width: 960px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
}

.body
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 12pt;
}

.footer
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.panelStyle
{
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
	border: solid 2px Black;
	filter: alpha(opacity:95);
	opacity: 0.95;
}

.horizontalStretchPanel
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 95%;	
}

.centerImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btnCenter
{
	position: absolute;
	left: 32%;
}

.seperator
{
	background-image: url(Images/DollarSign.png);
	background-repeat: repeat-x;
	width: 960px;
    margin-top: 15px;
    padding-top: 45px;
}

.adStyle
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Control Styles */

input[type=text]
{
	background-color: Black !important;
	color: White;
}

input[type=submit]
{
	background-image: url(Images/ButtonBackground.png);
	background-position: center;
	background-repeat: repeat-x;
	background-color: White;
	border: solid 1px Black;
	font-family: Georgia;
	font-weight: bold;
	color: Black;
}

select
{
	background-color: Black !important;
	color: White;
}

textarea
{
	background-color: Black !important;
	color: White;
}

.labelStyle
{
	font-family: Georgia;
	font-weight: bold;
	font-size: 10pt;
	color: Black;
}

/* Home Styles */

.samplePanel1
{
	float: left;
	position: relative;
	left: 1%;
	width: 46%;
}

.samplePanel2
{
	float: right;
	position: relative;
	left: -1%;
	width: 46%;
}

.noTopStoryStyle
{
	display: block;
	font-size: 18pt;
	font-family: Georgia;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: center;
}

/* Submit Story Styles */

.submitStoryPanel
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 825px;
}

.submitStoryLbl
{
	position: absolute;
	right: 80%;	
}

.submitStoryTxt
{
	position: absolute;
	left: 20%;
}

.submitStoryTxtArea
{
	width: 550px;
	height: 400px;
}

.keywordsLbl
{
	top: 82.5%;
}

.keywordsTxt
{
	top: 82.5%;
	width: 550px;
	height: 35px;
}

.keywordInstructions
{
	top: 87.5%;
	left: 35%;
	width: 300px;
}

.agreement
{
	position: absolute;
	top: 91%;
	left: 34%;
}

.characterCount
{
	position: absolute;
	top: 48%;
	left: 2%;
}

.submitStoryCountryValidator
{
	position: absolute;
	left: 51%;
}

.submitStoryStateValidator
{
	position: absolute;
	left: 39%;
}

.submitStoryTextBoxValidator
{
	position: absolute;
	left: 40%;
	font-size: 12pt;
}

.storyValidator
{
	position: absolute;
	top: 40%;
	font-size: 12pt;
}

.popupPanel
{
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
	border: solid 2px Black;
	width: 50%;
	font-size: 12pt;
}

.popupPanelBackground
{
	background-color: Black;
	filter: alpha(opacity:85);
	opacity: 0.85;
}

/* Read Stories Styles */

.topStoriesPanel
{
	position: relative;
	float: left;
	left: 1.25%;
	width: 20%;
	height: 400px;
}

.searchResultsPanel
{
	position: relative;
	float: right;
	right: 1.25%;
	width: 70%;
	height: 400px;
}

.readStoryPanel
{
	clear: both;
}

.readStoriesSearchLbl
{
	position: absolute;
	right: 60%;
}

.readStoriesSearchTxt
{
	position: absolute;
	left: 40%;
}

.readStoriesSearchBtn
{
	position: absolute;
	left: 57%;
	width: 75px;
}

.readStoriesLblLeftColumn
{
	position: absolute;
	right: 75%;
}

.readStoriesDdlLeftColumn
{
	position: absolute;
	left: 25%;
}

.readStoriesLblRightColumn
{
	position: absolute;
	right: 40%;
}

.readStoriesDdlRightColumn
{
	position: absolute;
	left: 60%;
}

.repeaterItem
{
	background-color: #BBBBBB;
	color: Black;
	border: solid 1px Black;
	font-family: Georgia;
}

.repeaterAlternatingItem
{
	background-color: #868686;
	color: White;
	border: solid 1px Black;
	font-family: Georgia;
}

.resultCountStyle
{
	float: right;
	position: relative;
	top: -15px;
	padding-bottom: 10px;
}

.storyLink
{
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.itemDetails
{
	position: relative;
	margin-left: 15px;
	width: 95%;
}

.itemDetailsInfo
{
	font-weight: bold;
}

.itemDetailsStoryBlurb
{
	display: block;
	margin-left: 15px;
}

.storyViewer
{
	text-align: center;
	font-size: 48pt;
	font-family: Georgia;
	color: #BBBBBB;
}

.storyTitle
{
	text-align: center;
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}

.storyInfo
{
	text-align: center;
	font-family: Georgia;
	font-weight: bold;
	font-size: 12pt;
}

.storyImage
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.progress
{
	position: absolute;
	top: 3%;
	left: 63%;
	z-index: 1;
}

/* Rating Styles */

.ratingLbl
{
	display: block;
    text-align: center;
}

.ratingStyle
{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.dollar
{
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 0pt;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.emptyDollar
{
	background-image: url(Images/EmptyDollar.png);
}

.filledDollar
{
	background-image: url(Images/FilledDollar.png);
}

.waitingDollar
{
	background-image: url(Images/WaitingDollar.png);
}

/* Submission Styles */

.submissionPanel
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
	font-size: 18pt;
	font-family: Georgia;
}

/* Error Styles */

.errorPanel
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-family: Georgia;
	text-align: center;
	font-size: 18pt;
}