/* CSS Document */

body {text-align:center;}
.container {text-align:left;}
* html .column {overflow-x:hidden;}
* html legend {margin:-18px -8px 16px 0;padding:0;}
ol {margin-left:2em;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}

#footer{
	overflow:hidden;
	height:50px;
	}

ul#footerNav li{
	zoom:1;
	display:inline;
	margin-right:3px;
	}

div#tabs ul.ui-tabs-nav li{
	zoom:1;
	display:inline;
	margin-right:3px;
	}


div#tabsInterface ul.ui-tabs-nav li{
	display:inline;
	margin-right:3px;
	}
	div#tabsInterface div.ui-tabs-panel {height:1%;}


.photoGallery{}
	.photoGallery.static{
		width:200px;
		float:left;
		margin:0 12px 12px 0
		}
	.photoGallery.static table{
		width:auto;
		padding:0;
		}
	.photoGallery.static table td{padding:0!important;}
	.photoGallery.static div.thumb{
		width:60px;
		height:40px;
		overflow:hidden;
		margin:0;
		}


form#quickSearch{}
	form#quickSearch input{
		line-height:19px;
		}
	form#quickSearch button{
		float:left;
		width:90px;
		background: url(../../img/layout/forms/quickSearch.button.bg.png) no-repeat left top;
		line-height:13px;
		font-size:12px;
		font-weight:bold;
		}
		form#quickSearch button:hover{
			cursor:pointer;
			background-position:left bottom;
			color:#FFF;
			}	