﻿/* Global Styles */
*
{
	margin: 0;
	padding: 0;
}

body
{
	position: static;
	background-image: url(bg3.gif);
	color: White;
	font-family: Calibri Arial;
	text-align: center;
	padding: 20px;
}

h1, h2, h3
{
	font-family: Calibri, Arial;
	color: Black;
}

h1
{
	display: inline;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

h3
{
	font-size: 1.2em;
	padding-left: 10px;
}

p, ul, li, td
{
	font-size: 1.0em;
	font-family: Calibri, Arial;
}

ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* MasterPage Styles */

#outer
{
	text-align: left;
	background-color: White;
	width: 960px;
	margin: auto;
	height: inherit;
	padding: 25px;
}

#hdr
{
	color: Black;
	font-family: Calibri, Arial;
	overflow: hidden;
}

#logo
{
	float: left;
	background-image: url(logo3.png);
	width: 375px;
	height: 195px;
	cursor: pointer;
	overflow: hidden;
}

#hdr_right
{
	float: right;
	overflow: hidden;
}

#bodyblock
{
	display: block;
	color: Black;
	overflow: hidden;
	padding: 25px 0 0 0;
	text-align: right;
}

#l-col
{
	float: left;
	color: Black;
	width: 150px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
	overflow: hidden;
}

#l-col a
{
	font-family: Calibri, Arial;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

#l-col a:hover
{
	color: Red;
}

#top_creators
{
	text-align: left;
	font-size: 0.8em;
	font-family: Calibri, Arial;
	background-image: url(sidebarBottomBackground.jpg);
	background-repeat: no-repeat;
	height: 376px;
	padding-right: 10px;
	padding-top: 50px;
}

#top_creators a
{
	color: Red;
	text-decoration: none;
	font-size: 0.9em;
	font-family: Calibri, Arial;
	text-transform: none;
	padding-left: 5px;
}

#top_creators ol
{
	list-style-position: inside;
}

#top_creators ol li
{

}

#top_creators_title
{
	font-size: 1.2em;
	font-family: Calibri, Arial;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 8px;
	border-bottom: solid 1px #cccccc;
}

#cont
{
	background-color: White;
	color: Black;
	border-width: 0 0 0 0px;
	font-family: Calibri, Arial;
	text-align: left;
	overflow: hidden;
	padding-bottom: 10px;
}

#cont p
{
	color: Black;
	padding-left: 10px;
	padding-right: 10px;
}

#cont a
{
	color: Black;
}

#ftr
{
	text-align: center;
	color: Black;
	border-top: solid thin White;
	margin: 0;
	font-family: Calibri, Arial;
	font-size: smaller;
}

/* ContentPage Styles */

.message
{
	width: 10px;
	margin: 50px;
}

.message, .message a
{
	font-weight: bold;
}

.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../../Images/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(../../Images/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(../../Images/SavedStar.png);
}

.redLink
{
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

.box
{
	border: 2px solid black;
	overflow: auto;
}

.box h1
{
	background: black;
	display: block;
	padding: 5px;
	font-weight: bold;
	color: white;
	font-size: 15pt;
}

.box h2
{
	background: black;
	display: block;
	padding: 5px;
	font-weight: bold;
	color: white;
	font-size: 12pt;
}

.boxContent
{
	margin: 5px;
}

.userRating
{
	vertical-align: top;
	width: 250px;
	float: left;
	border-right: 1px solid gray;
	margin: 5px 5px 0 5px;
	overflow: auto;
}

.userReview
{
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
	overflow: auto;
}

.userReview h3
{
	padding-left:0;
	padding-bottom: 5px;
}

.labelColumn
{
	padding-right: 5px;
}

.searchFieldset
{
	margin-bottom: 5px;
	width: 605px;
	overflow: auto;
}

.searchLeftColumn
{
	/*border: 1px solid purple;*/
	float: left;
	width: 300px;
	overflow: auto;
}

.searchRightColumn
{
	/*border: 1px solid purple;*/
	width: 285px;
	overflow: auto;
}

.searchButtons
{
	padding-right: 4px;
	padding-bottom: 5px;
}

.loginDiv
{
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.boxContent ul
{
	margin: 0;
	padding: 0;
}

.boxContent ul li
{
	list-style: none;
	margin: 5px 0 5px 0;
	text-align: left;
}

.boxContent label
{
	display: block;
	width: 125px;
	float: left;
}

.boxContent input[type="text"],
.boxContent input[type="password"]
{
	font: 10pt Arial;
	border: 1px solid #000000;
	padding: 2px;
	width: 150px;
}

.boxContent input:hover[type="text"],
.boxContent input:hover[type="password"]
{
	border: 1px solid #ff0000;
}

input[type="submit"]
{
	font: 10pt Arial bold;
	border: 1px solid #000000;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
}

input:hover[type="submit"]
{
	border: 1px solid #ff0000;
}

.boxContent input[type="checkbox"]
{
	border: 1px solid #000000;
	margin:0;
	width:15px;
	height:15px;
	overflow:hidden;
}

.boxContent input:hover[type="checkbox"]
{
	border: 1px solid #ff0000;
}

.boxContent textarea
{
	font: 10pt Arial;
	border: 1px solid #000000;
	padding: 2px;
	width: 175px;
}

.boxContent textarea:hover
{
	border: 1px solid #ff0000;
}

.boxContent select
{
	border: 1px solid #000000;
	padding: 2px;
	width: 156px;
}

.boxContent select:hover
{
	border: 2px solid #ff0000;
}

.validationSummaryContainer
{
	display: block;
	overflow: visible;
	padding: 10px 0 0 0;
	margin: 0;
}

div.buttonContainer
{
	margin: 0 0 0 0;
	padding: 5px 9px 0 0;
	text-align: right;
	overflow: visible;
	float: right;
}

.validationText
{
	color: #ff0000;
}

.errorMessage
{
	color: Red;
}

.grid td
{
	padding-left: 2px;
}

.modalPopup
{
	background-color: White;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
	
}

.accordionHeaderSelected
{
	background: black;
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: white;
	font-size: 15pt;
	margin-top: 5px;
}

.accordionHeader
{
	cursor: pointer;
	background: black;
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: white;
	font-size: 15pt;
	margin-top: 5px;
}

.accordionHeader:hover
{
	color: Red;
}

.accordionContent
{
	border: 2px solid black;
}


