/***************STRUCTURE***************************/
/*Remove all the default padding and margins*/
* {
  margin:0;
  padding:0;
}

/*Filling the window*/
html, body{
        width: 100%;
        height: 100%;
}

/*Remove the default border for image links*/
a img{
  border: none;
}

/*Remove the underline for text links*/
a, a:visited {
  text-decoration: none;
  color: blue;
}

p{
  font-family: "Courier New", Serif;
}

/* Main Window */
.overallCards{
	width: 525px;
	margin: 0 auto 0 auto;
}	

.overallMatches{
        width: 800px;
        margin: 0 auto 0 auto;
}

/*Index Cards */
.dropShadow{
	clear: left;
	float: left;
	background: url("../images/cards/dropShadow.png") no-repeat bottom right !important;
	background: url("../images/cards/dropShadow.gif") no-repeat bottom right;
  	margin: 100px 0 50px 10px !important;
  	margin: 100px 0 50px 5px;
}

.indexCard{
	position: relative;
	margin: -6px 6px 6px -7px;
	width: 505px;
	height: 280px;
}

.topCard{
	width: 100%;
	height: 38px;
	background-image: url("../images/cards/redLine.gif");
	background-repeat: repeat;
}

.topCard p.number{
	 position: relative;
	 top: 10px;
	 text-align: right;
}

.topCard p.number2010{
         position: relative;
         top: 10px;
         text-align: left;
}

.bottomCard{
        width: 100%;
	height: 242px;
        background-image: url("../images/cards/blueLine.gif");
	background-repeat: repeat;
}

.indexCard p{
	padding: 0 30px 0 30px;
	font-size: 18px;
	line-height: 25px;
}

.indexCard p.firstPar{
	padding-top: 2px;
}


/* The Index Card */
.dropShadow#lastShadow{
        background: url("../images/cards/lastShadow.png") no-repeat bottom right !important;
        background: url("../images/cards/lastShadow.gif") no-repeat bottom right;
	margin: 100px 0 0 10px !important;
        margin: 100px 0 0 5px;
}

.indexCard#lastOne{
        margin: 0px 6px 0px -7px;
	height: 100px;
}

.indexCard#lastOne .bottomCard {
	height: 62px;
}

/* The picture background */
#hPicBack{
	position: fixed;
	z-index: 4;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	margin-top: -256px;
	width: 640px;
	height: 503px;
	display: none;
}


#hPicWindow{
	 width: 640px;
	 height: 480px;
	 background: url("../images/cards/blackdot.gif") no-repeat top left;
	 margin: 23px 0px 0px 0px;
}

#vPicBack{
        position: fixed;
        z-index: 4;
        top: 50%;
        left: 50%;
        margin-left: -247px;
        margin-top: -336px;
        width: 480px;
        height: 640px;
        display: none;
}

#vPicWindow{
         width: 480px;
         height: 640px;
         background: url("../images/cards/blackdot.gif") no-repeat top left;
         margin: 23px 0px 0px 0px;
}

#PicShadow{
        position: fixed;
        z-index: 2;
	top: 0;
	left: 0;
        width: 100%;
        height: 100%;
	background: #ffffff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display: none;
}

#closeH{
        position: fixed;
        z-index: 4;
        top: 50%;
        left: 50%;
        margin-left: -330px;
        margin-top: -253px;
        width: 640px;
        height: 503px;
        display: none;
}

#closeV{
        position: fixed;
        z-index: 4;
        top: 50%;
        left: 50%;
        margin-left: -247px;
        margin-top: -334px;
        width: 480px;
        height: 640px;
        display: none;
}

p.closePic{
         float: right;
	 padding: 0px 0px;
	 text-align: right;
}

p.closePic a{
         text-decoration: none;
	 padding: 0px 0px;
	 text-align: right;
}

#smallWin p.closePic{
	 padding: 0 0;
}

img#aglow{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.matchbook{
	position: relative;
	float: left;
	display: block;
	overflow: invisible;
	padding: 10px 15px;
}

img.matchClosed{
	display: block;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	bottom: 0;
}

img.matchOpen{
	display: none;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	bottom: 0;
}

.spacer{
	display: block; 
	height: 1px;
	width: 970px;  
	float: right;
}

/* The dots code */
a#leaveDots{
	font-family:"Courier New", Courier, monospace;
	text-align: right;
	float: right;
	padding: 3px 25px;
}

/* The pen with 4 color ink */
img.pen {
    padding: 75px 0 45px 15px;
    margin: 0 auto;
}

a#leavePen{
        font-family:"Courier New", Courier, monospace;
	text-align: right;
        float: right;
        padding: 25px 85px;
}

