/* CSS Document */

/* See Chris's CSS Classes Yellow Paper for detailed class info */

/*These dudes are used globally */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#F0F0F0; /*original eeeedd*/
	color:#222200;
}
/*a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFF33;
	text-decoration:underline;
}
a:visited {
	color:#CCCCCC;
	font-weight:bold;
}
*/
.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.container {
	width: 785px;
	position: relative;
	/*background-color: #E8D8A8;*/
	margin:0 auto;
}
.mailContainer {
	width: 575px;
	position: relative;
	/*background-color: #E8D8A8;*/
	margin:0 auto;
}
/*These guys basically belong on the front page alone*/
.headline {
	color:#FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.newsdate {
	color:#003300
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.newstext {
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/*These are really only for the subsections*/
.pgheader {
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.description {
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.votetext {
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.postedby {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

.winnerBox {
	background-color: #dfd8ff;
}

.menubar {
	background-color: #e49c6d;
}
.contestBox {
	background-color: #006ac5;
}
.prevPicBox {
	background-color: #6db1f7;
}


.centered {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	margin:auto;
}

.mailHeader {
	position: absolute;
	height: 100px;
	width: 425px;
	left: 60px;
	top: 5px;
}
.win {
	position: absolute;
	height: 105px;
	width: 85px;
	left: 694px;
	top: 13px;
}
.menuBar {
	position: absolute;
	height: 100px;
	width: 505px;
	left: 147px;
	top: 120px;
	background-color: #FF9900; /*e49c6d*/
}
.lastpic {
	position: absolute;
	height: 225px;
	width: 140px;
	/*left: 100px;*/
	top: 120px;
	background-color: #ff9900; /*6db1f7*/
}
.votebar {
	position: absolute;
	height: 70px;
	width: 500px;
	left: 147px;
	top: 230px;
	background-color: #ffffff; /*38c088*/
	border: groove;
	border-bottom: hidden; 
	color: #000000;
}
.currentContest {
	position: absolute;
	height: 125px;
	width: 140px;
	left: 660px;
	top: 120px;
	background-color: #cccc99; /*006ac5*/
}
.prevWinner {
	position: absolute;
	height: 250px;
	width: 140px;
	/*left: 100px;*/
	top: 350px;
	background-color: #cccc99; /*006ac5*/
}
.prevWinnerTop {
	position: absolute;
	height: 250px;
	width: 140px;
	/*left: 100px;*/
	top: 120px;
	background-color: #cccc99; /*006ac5*/
}
.contestSuggest {
	position: absolute;
	height: 250px;
	width: 140px;
	left: 660px;
	top: 250px;
	background-color: #ff9900; /*6dblf7*/
}
.voteContent {
	position: absolute;
	/*height: 420px;*/
	width: 500px;
	left: 147px;
	top: 303px;
	border: groove;
	border-top: hidden;
	background-color:#FFFFFF;
}
.mailContent {
	position: absolute;
	/*height: 420px;*/
	width: 500px;
	top: 100px;
	left: 25px;
	/*border: groove;
	border-top: hidden;*/
	background-color:#FFFFFF;
}
.submitContent {
	position: absolute;
	background-color: #FFFFFF;
	/*height: 420px;*/
	width: 500px;
	left: 147px;
	top: 135px;
}
.content {
	position: absolute;
	background-color: #FFFFFF;
	/*height: 420px;*/
	width: 500px;
	left: 147px;
	top: 318px;
}

.links {
	position: absolute;
	height: 120px;
	width: 140px;
	left: 660px;
	top: 505px;
	background-color: #cccc99; /*006ac5*/
}

.loginBox {
	position: absolute;
	border:ridge;
	top: 5px;
	z-index: 1;
	right: 5px;
	width: 85px;
}


//Joes New Stuff
//text properties

.contentHeaderText {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.topLinks a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.topLinks a:hover {
	color: #FFFF33;
	text-decoration:underline;
}
.topLinks a:visited {
	color: #CCCCCC;
	font-weight:bold;
}

.bottomLinks {
	font-size:11px;
}
.bottomLinks a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.bottomLinks a:hover {
	color:#003300;
	text-decoration:underline;
	font-weight:bold;
}
.bottomLinks a:visted {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
.handPointer {
	cursor:pointer;
}

//layout properties

.header {
	position: absolute;
	height: 125px;
	width: 750px;
	/*left: 100px;*/
}
.headerAdvert {
	position: absolute;
	height: 90px;
	top: 5px;
	width: 400px;
	left: 210px;
}
.headerSmall {
	position: absolute;
	height: 125px;
	width: 590px;
}

.headerLinks {
	position: absolute;
	height: 25px;
	width: 600px;
	left: 5px;
	top: 105px;
	
	font-size: 13px;
	color: #FFFFFF;
}

.headerSubmit {
	position: absolute;
	height: 75px;
	width: 110px;
	left: 635px;
	top: 5px;
	
	color: #FFFFFF;	
}

.contentHeaderText {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.contentLeft {
	position: absolute;
	width: 200px;
	top: 130px;
	
	/*border-color:#000000;
	border-style:solid;
	border-width:thin;*/
	border: 1px solid #303030;
	
	background-color:#FFFFFF;
}

.contentMain {
	position: absolute;
	width: 410px;
	top: 130px;
	left: 205px;
	
	/*border-color:#000000;
	border-style:solid;
	border-width:thin;*/
	border: 1px solid #303030;
	
	background-color:#FFFFFF;
	
}
.contentMainHotLinks {
	font-size:14px;
}
.contentMainHotLinks a:link {
	font-weight:bold;
}
.contentMainInt {
	position: absolute;
	width: 544px;
	top: 130px;
	left: 205px;
	
	/*border-color:#000000;
	border-style:solid;
	border-width:thin;*/
	border: 1px solid #303030;
	
	background-color:#FFFFFF;
	
	font-size:14px;
}

.contentRight {
	position: absolute;
	width: 129px;
	top: 130px;
	left: 620px;
	
	/*border-color:#000000;
	border-style:solid;
	border-width:thin;*/
	border: 1px solid #303030;
	
	background-color:#FFFFFF;
}
.submitContentNew {
	position: absolute;
	background-color: #FFFFFF;
	/*height: 420px;*/
	width: 500px;
	top: 130px;
	left: 40px;
	
	border: 1px solid #303030;
}