/*global settings*/
* { margin: 0; padding: 0; }

HTML, BODY { height: 100%; }

/**/
.cb_center { display: block; margin: 0 auto; }

/**/
DIV#cb_viewport
{
	background: none;
	bottom: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}

DIV#cb_container
{
	background: #FFFFFF;
	border: solid 1px #000000;
	bottom: 0;
	display: none;
	position: absolute;
	z-index: 2000;
}

DIV#cb
{
	background: #FFFFFF;
	position: absolute;
	z-index: 10000;
}

	DIV#cb_window
	{
		overflow: auto;
	}

		DIV#cb_title
		{
			background: #555555;
			border-bottom: solid 1px #000000;
			color: #FFFFFF;
			display: none;
			font-weight: bold;
			height: 20px;
			margin: 0;
			padding: 5px 5px 0px 5px;
			width: auto;
		}
		
			DIV#cb_title A#close
			{
				color: #FFFFFF;
				cursor: pointer;
				display: block;
				font-weight: normal;
				position: absolute;
				right: 5px;
				margin: -11px 0 0 0;
				_margin: 0;
				text-decoration: underline;
			}
			DIV#cb_title A#close:hover { color: #ABABAB; }
		
		DIV#cb_content
		{
		}
		
			IMG#cb_image { cursor: pointer; }
