body
{
	background: url(grafix/hilbert.png);
}

div.frame
{
	width: 860px;
	margin: 0px auto;
	background-color: #DDF;
	border: 10px #79F solid;
	text-align: center;
	margin-bottom: 10px;
}

div.frame div.thumb
{
	width: 150px;
	height: 180px;
	border: 1px solid #79F;
	margin: 6px 0px 0px 6px;
	padding: 6px;
	background-color: #fff;
	float: left;
	position: relative;
	overflow: hidden;
}

div.frame div.empty
{
	width: 100px;
	height: 100px;
	font-weight: bold;
	font-family: monospace;
	font-size: 15px;
	margin: 50px auto;
}

div.frame div.text
{
	text-align:left;
	font-weight: normal;
	font-family: monospace;
	font-size: 11px;
	margin: 10px;
	color: #45C;
}

div.imagetext
{
	text-align:center;
	font-weight: normal;
	font-family: monospace;
	font-size: 9px;
	color: #45C;
	overflow: hidden;
	vertical-align: text-bottom;
	width:150px;
}

div.frame h2
{
	font-weight: bold;
	font-family: monospace;
	font-size: 25px;
	color: #45C;
	font-variant: small-caps;
}

div.frame div#galleries
{
	width: 800px;
	margin: 10px auto;
}

a
{
	font-family: monospace;
	font-weight: bold;
	color: #45C;
	text-align: left;
	background-color: transparent;
	padding: 2px;
	text-decoration: none;
}

a:hover
{
	background-color: #45C;
	color: #DDF;
}

a.image
{
	border: 0px;
	padding: 0px;
}

a.image:hover
{
	background-color: transparent;
	border: 0px;
}	

/**************/
/* data grids */
/**************/

table.data
{
    border-collapse: collapse;
    border: 3px solid #45C;
}
Table.data thead td, Table.data thead th
{
    text-align: left;
    color: #DDF;
    padding-left: 3px;
    padding-right: 3px;
    border-left: 1px dotted #aaf;
    border-bottom: 1px dotted #aaf;
    font-size: 15px;
    font-family: monospace;
}
Table.data thead tr
{
    background-color: #45C;
}
Table.data tbody td
{
	border-left: 1px dotted #aaf;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px dotted #aaf;
    color: #45C;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    font-family: monospace;
}
Table.data tr.odd
{
    background-color: #f0f0ff;
}
Table.data .x-grid-pad, Table.data .x-grid-order
{
    font-family: monospace;
}
Table.data .right
{
    text-align: right;
}


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(grafix/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(grafix/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(grafix/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(grafix/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(grafix/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(grafix/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

