/* MAIN
=================================================*/

	BUTTON{
		font: 12px Arial, Helvetica, sans-serif;
		color: #6D6D6D;
		}
		
	table.page-layout{
		width: 100%;
		border-collapse:collapse;
		border-spacing:0;
		}
		table.page-layout td.page-layout{
			width:80%;
			}
	
	table.layout{
		border-collapse:collapse;
		}



/* Common bordered
=================================================*/

	.bordered .block-tl,
	.bordered .block-tr,
	.bordered .block-br,
	.bordered .block-bl,
	.bordered .block-cont{
		display:block;
		position: relative;
		height:100%;
		}
		.bordered .block-tl{
			left:-1px;
			top:-1px;
			background:url('/images/stuff_tl.gif') top left no-repeat;
			}
		.bordered .block-tr{
			right: -2px;
			background:url('/images/stuff_tr.gif') top right no-repeat;
			}
		.bordered .block-br{
			top: 2px;
			background:url('/images/stuff_br.gif') bottom right no-repeat;
			}
		.bordered .block-bl{
			left: -2px;
			background:url('/images/stuff_bl.gif') bottom left no-repeat;
			}

/* AJAX elements
=================================================*/				
	#indy{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:1001;
		color:#000;
		}
		#indy DIV{
			position:absolute;
			top:-300px;
			left:50%;
			margin-left:-40px;
			padding:10px 14px 10px 36px;
			z-index:1001;
			white-space:nowrap;
			border:8px solid #c2d8f4;
			background:#f0f6fd url('/images/ajax_indy1.gif') no-repeat 12px 50%;
			font-size:14px;
			}
			#indy DIV IMG{
				vertical-align:middle;
				} 
	#blockscreen{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:100;
		color:#000;		
		}


	
