.grid {
	display: block;
	width: 100%;
	background: transparent;
	padding: 0px 0px 0px 0px;
}

.grid:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.grid-col {
	float: left;
	padding: 0;
}

.grid-col-content {
	background: white;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.grid-border .grid-col-content { border: none; }

.grid2-col { width: 48%; }

.grid2-col-top {
	background: url(/themes/2009/images/grid2-top.png) top left no-repeat;
	height: 12px; width: 300px;
}

.grid2-col-bot {
	background: url(/themes/2009/images/grid2-bot.png) top left no-repeat;
	height: 12px; width: 300px;
}

.grid-border {
	border: 1px solid gray;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.grid-pad { padding: 1px; } 
.grid3-col { width: 32%; }

.grid2-col + .grid2-col { margin-left: 0.8% !important; } 
.grid3-col + .grid3-col { margin-left: 1.3% !important; }

.grid3-col + .grid-mark-left {
	margin-left: 0.8% !important;
	border-left: 1px dotted gray !important;
	padding-left: 0.6% !important;
}

.grid3-col-top {
	background: url(/themes/2009/images/grid3-top.png) top left no-repeat;
	height: 12px; width: 300px;
}

.grid3-col-bot {
	background: url(/themes/2009/images/grid3-bot.png) top left no-repeat;
	height: 12px; width: 300px;
}

.grid4-col-top {
	background: url(/themes/2009/images/grid4-top.png) top left no-repeat;
	height: 12px; width: 200px;
}

.grid4-col-bot {
	background: url(/themes/2009/images/grid4-bot.png) top left no-repeat;
	height: 12px; width: 200px;
}

.grid4-col { margin-right: 20px; }

.grid4-col-content { width: 194px; }

.grid-cell {
	border-bottom: 1px solid #808080;
}

.grid-cell-last {
	border-bottom: none !important;
}

.grid-last-col { margin-right: 0px; }

.mark-left { 
	border-left: 1px dotted gray;
	padding-left: 0.5em;
}


.grid * a.list:link, .grid * a.list:visited {
	display: block;
	color: #2222CF;
}

.grid * a:hover {
	color: #9F2222;
}


.grid4-col > ul, .grid4-col > ol {
	padding-left: 1em;
}


.grid4-col > * {
	max-width: 265px; 
	word-spacing: 0em;
	margin: 0 none;
}

.grid23rd-col > p {
	max-width: 580px;
}

.grid13rd-col > p {
	max-width: 220px;
}

.grid23rd-col { width: 640px; }
.grid23rd-left-col { margin-right: 0px; }
.grid23rd-right-col { margin-left: 24px; }

.grid23rd-col-top {
	background: url(/themes/2009/images/grid23rd-top.png) top left no-repeat;
	height: 11px; width: 640px;
}

.grid23rd-col-bot {
	background: url(/themes/2009/images/grid23rd-bot.png) top left no-repeat;
	height: 11px; width: 640px;
}

.grid13rd-right-col { margin-left: 10px; }
.grid13rd-left-col { margin-right: 0px; }

.grid13rd-col-top {
	background: url(/themes/2009/images/grid3-top.png) top left no-repeat;
	height: 11px; width: 300px;
}

.grid13rd-col-bot {
	background: url(/themes/2009/images/grid3-bot.png) top left no-repeat;
	height: 11px; width: 300px;
}


div.grid4-col > h1 { font-size: 14pt; font-weight: bold; }
div.grid4-col > h2 { font-size: 11pt; }
