body{
	margin-top:20px;
	background-image:url(/images/bg.gif);
	font-family:arial, verdana;
	font-size:11pt;
	color:white;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div, p, form{
	text-align:justify;
	margin:0px;
	padding:0px;
}

p{
	margin-bottom:10px;
}

h1{
	margin-top:0px;
	font-size:14pt;
}

h2, h1 span{
	margin-top:0px;
	font-size:12pt;
}

h1 span{
	font-weight:normal;
}

h3{
	margin:5px 0px;
	font-size:10pt;
}

div#logo{
	font-size:14pt;	
}

div#main{
	background:black;
	padding:20px;
	border:1px solid #151515;
}

div#basket{
	float:right;
	padding:10px 5px;
	height:32px;
	width:150px;
	background:url(/images/basketbg.png);
	font-size:10pt;
	line-height:12pt;
	text-align:center;
	vertical-align:middle;
}

a{
	color:white;
	text-decoration:none;
}

div#tagline, div#footer{
	margin:5px 0px;
	padding:5px 0px;
	border-bottom:1px solid #565656;
	border-top:1px solid #565656;
}

div#footer{
	text-align:center;
}

div#footer a{
	color:white;
	margin:0px 30px;
	padding:2px 10px
}

div#adminmenu{
	text-align:right;
	margin-left:-20px;
	margin-right:-20px;
	padding-bottom:5px;
	margin-top:-10px;
	margin-bottom:20px;
	border-bottom:1px solid #232323;
}

div#adminmenu img{
	margin:-4px 0px -4px 10px;
}

div#adminmenu a{
	margin:0px 10px 0px 0px;
}

a:hover, a.selected{
/*	background:url(/images/basketbg.png);*/
	text-decoration:underline;
}

div.cleaner{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
	border:0px;
}

table.grid{
	background:url(/images/basketbg.png);
	border:1px solid #232323;
}

table.grid th, table.grid td{
	margin:0px;
	padding:5px;
	border:0px;
	border-bottom:1px solid #232323;
	font-size:9pt;
}

.noborder{
	border:0px !important;
}

.bordertop{
	border:0px !important;
	border-top:1px solid #232323 !important;
}

sup.alert{
	margin-left:5px;
	color:red;
}

input.wide, textarea, select{
	width:200px;
}

input.medium{
	width:100px;
}

input.filterwide{
	width:100px;
}

select.filterwide{
	width:140px;
}

input.filtermedium{
	width:40px;
}

input.narrow, input.filternarrow{
	width:15px;
}

select.narrow{
	width:40px;
}


textarea{
	height:80px;
}

a.actionLink{
	display:block;
}

img.thumb{
	background:#454545;
	padding:3px;
	border:1px solid #B2B2B2;
	margin:5px;
}

table#gallery img.thumb{
	margin:5px -5px 5px 15px;
}

th.leftindexpanel{
	width:90px;
	background:url(/images/basketbg.png) !important;
	text-align:center;
	vertical-align:middle;
	min-height:100px;
	font-weight:normal;
	font-color:#CACACA;
	border-bottom:1px solid #232323;
}

td.borderbottom{
	border-bottom:1px solid #232323;
}

table#gallery tr.normal{
	background:black;
}

table#gallery tr.hover{
	background:url(/images/basketbg.png) !important;	
}

table#gallery tr.hover th.leftindexpanel{
	background:url(/images/lightbg.png) !important;
	font-weight:bold;
	font-color:white;	
}

a img{
	border:0px;
}

div#extrainfo{
	padding-top:20px;
}

div#extrainfo div.content{
	border:1px solid #232323;
	padding:10px;
}

div#extrainfo div.content h3{
	font-size:11pt;
	font-weight:bold !important;
	margin:10px 0px;
}

span.focusTabTitle a{
	background-color:white;
	color:black;
}

span.focusTabTitle a, span.backTabTitle a{
	padding:2px 10px;
	border:1px solid #232323;
}

span.backTabTitle a{
	background-color:black;
	color:white;
}

div.focusTab{
	display: block;
}

div.backTab{
	display: none;
}