﻿body {
	font-family: Arial;
	font-size: 18px;
	color:black;
	background-image:url('../Software/SW/Starter_of_the_day/Images/Backgrounds/bb0307.gif');
	background-repeat:repeat-x;
	background-color:#bb0307;
	text-align:center;
	padding-top:5px;
}
h1 {
	width:400px;
	margin:auto;
	margin-top:20px;
}
h2 {
	color:white;
}
h3 {
	font-size:16px;
	color:black;
	text-align:center;
}
h6 {
	width:785px;
	border:2px black solid;
	background-color:#DDA979;
	font-size:14px;
	text-align:left;
	margin:auto;
	margin-bottom:20px;
	padding:5px;
	font-weight:normal;
}
a {
	color:blue;
}
#container {
	width: 800px;
	margin:auto;
	text-align:center;
}
#roof {
	height:77px;
	width:800px;
	margin-bottom:0px;
}
.shelf {
	background-image:url('Images/Shelf.png');
	background-repeat:no-repeat;
	background-position:0px -2px;
	width:760px;
	height:233px;
	padding-left:60px;
}
.trophy {
	float:left;
	width:136px;
	height:230px;
}
.trophypicture {
	width:132px;
	height:200px;
}
div.AgeTrophy {
	width:132px;
	height:200px;
	background-image:url('Images/Cup_Sprite.svg');
	background-repeat:no-repeat;
	background-size: auto 170px;
	border:0px red solid;
}
.BorderOuter {
	padding: 40px;
	padding-top:4px;
	padding-bottom:10px;
	width:900px;
	margin:auto;
	margin-top:1px;
}

.BorderSolid {
	padding: 2px;
	border: thick solid #000000;
}
.BorderDashed {
	padding: 2px;
	border: thick black dashed;
}
.BorderInner {
	padding: 10px;
	border: thin #000000 solid;
	text-align: center;
	background-color:#FFD07D;
	position:relative;
}
#shield {
width:400px;
height:300px;
padding-top:100px;
background-image:url('/Trophies/Images/Shield_red.gif');
background-repeat:no-repeat;
background-position:center -110px;
border:0px navy solid;
}
.firstlineonshield {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:auto;
	margin-top:-97px;
	margin-bottom:0px;
}
.secondlineonshield {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:4px;
}
.Itembutton {
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div.RoundedPanel {
	background-color:navy;
	border: 1px gray solid;
	border-radius:30px;
	margin:8px;
	overflow:hidden;
	width:98%;
	height:150px;
	position:relative;
	box-shadow: 3px 3px 1px gray;
}
div.RoundedPanel img{
	width:162px;
	height:100px;
	border:4px white double;
}
a.a_pict {
	position:absolute;
	top:21px;
	left:20px;
}
div.RoundedPanel h2{
	position:absolute;
	text-align:left;
	top:19px;
	left:200px;
	margin:0px;
	padding:0px;
	font-size:24px;
}
div.RoundedPanel hr{
	position:absolute;
	top:50px;
	left:200px;
	margin:0px;
	padding:0px;
	background-color:silver;
	color:silver;
	height:5px;
	width:500px;
}
a.a_text {
	position:absolute;
	bottom:10px;
	right:20px;
	color:white;
	font-weight:bold;
}
p.Itemtext {
	color:white;
	text-align:left;
	margin-left: 200px;
	margin-top: 75px;
	font-size:14px;
}
p.Ribbon {
	position:absolute;
	top:-7px;
	right:-113px;
	background-color:red;
	color:white;
	width:300px;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	-moz-transform: rotate(40deg) scale(0.75);
	-ms-transform: rotate(40deg) scale(0.75);
	-o-transform: rotate(40deg) scale(0.75);
	-webkit-transform: rotate(40deg) scale(0.75);
	transform: rotate(40deg) scale(0.75);
}

@media print {
div#Dontshowforprinting { display: none;}
}