﻿/* CSS file for grid */
.griditem {
padding:5px;
margin:10px;
float:left;
}

.griditemouter {
	float:left;
}

#PageContainer {
	margin:auto;
}

#container, #container1, #container2 {
	margin:auto;
}

.clear {
	clear:both;
}

.gridposition {
	position: absolute;
}

.border1 {
	border:1px solid gray;
	padding:4px;
}

/* widths */
.w1{width:10px;}
.w2{width:50px;}
.w3{width:90px;}
.w4{width:130px;}
.w5{width:170px;}
.w6{width:210px;}
.w7{width:250px;}
.w8{width:290px;}
.w9{width:330px;}
.w10{width:370px;}
.w11{width:410px;}
.w12{width:450px;}
.w13{width:490px;}
.w14{width:530px;}
.w15{width:570px;}
.w16{width:610px;}
.w17{width:650px;}
.w18{width:690px;}
.w19{width:730px;}
.w20{width:770px;}
.w21{width:810px;}
.w22{width:850px;}
.w23{width:890px;}
.w24{width:930px;}
/* outer widths */
.w1outer {width:40px;}
.w2outer {width:80px;}
.w3outer {width:120px;}
.w4outer {width:160px;}
.w5outer {width:200px;}
.w6outer {width:240px;}
.w7outer {width:280px;}
.w8outer {width:320px;}
.w9outer {width:360px;}
.w10outer {width:400px;}
.w11outer {width:440px;}
.w12outer {width:480px;}
.w13outer {width:520px;}
.w14outer {width:560px;}
.w15outer {width:600px;}
.w16outer {width:640px;}
.w17outer {width:680px;}
.w18outer {width:720px;}
.w19outer {width:760px;}
.w20outer {width:800px;}
.w21outer {width:840px;}
.w22outer {width:880px;}
.w23outer {width:920px;}
.w24outer {width:960px;}
/* Horizontal positioning */
.x0{left: 0px;}
.x1{left: 40px;}
.x2{left: 80px;}
.x3{left: 120px;}
.x4{left: 160px;}
.x5{left: 200px;}
.x6{left: 240px;}
.x7{left: 280px;}
.x8{left: 320px;}
.x9{left: 360px;}
.x10{left: 400px;}
.x11{left: 440px;}
.x12{left: 480px;}
.x13{left: 520px;}
.x14{left: 560px;}
.x15{left: 600px;}
.x16{left: 640px;}
.x17{left: 680px;}
.x18{left: 720px;}
.x19{left: 760px;}
.x20{left: 800px;}
.x21{left: 840px;}
.x22{left: 880px;}
.x23{left: 920px;}
.x24{left: 960px;}
/* Vertical positioning */
.y0{top: 0px;}
.y1{top: 40px;}
.y2{top: 80px;}
.y3{top: 120px;}
.y4{top: 160px;}
.y5{top: 200px;}
.y6{top: 240px;}
.y7{top: 280px;}
.y8{top: 320px;}
.y9{top: 360px;}
.y10{top: 400px;}
.y11{top: 440px;}
.y12{top: 480px;}
.y13{top: 520px;}
.y14{top: 560px;}
.y15{top: 600px;}
.y16{top: 640px;}
.y17{top: 680px;}
.y18{top: 720px;}
.y19{top: 760px;}
.y20{top: 800px;}
.y21{top: 840px;}
.y22{top: 880px;}
.y23{top: 920px;}
