/* Log in box - start */
staffForm {
    float: left;
    width: 270px;
    padding: 0;
    margin: 0;
}

.staffFormBox {
    position: absolute;
    top: 10px;
    right: 10px;
    float: right;
    width: 240px;
    background-color: #f2f1f0;
    padding: 10px;
    padding-top: 12px;
    margin-right: 10px;
    border: 2px solid #D59239;
    z-index: 1000;
	display:none;
}

.staffFormBox .closeButton {
    float: right;
    margin-right: 2px;
    margin-top: 2px;
}

.staffFormBox td {
    font-size: 9pt;
    color: black;
    padding-right: 10px;
}

.staffFormBox td.last {
    font-size: 7pt;
    vertical-align: bottom;
}

.staffFormBox td.last p {
    padding-top: 7px;
}

.staffFormBox input {
    font-size: 9pt;
    margin: 2px 0px;
    color: black;
    width: 120px;
    border: 1px solid darkGrey;
}

.staffFormBox input.go {
    float: right;
    width: 50px;
    background-color: lightGrey;
}
/* Log in box - end */

body {
  text-align: center;
  width: 940px;
  min-width: 940px;
  margin-top: 10px;
  font-family: Arial, Helvetica, Sans-serif;
  font: 9pt arial,helvetica,clean,sans-serif;
  font-size: 9pt;
}
#wrapper {
  text-align: left;
  width: 940px;
  min-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font: 9pt arial,helvetica,clean,sans-serif;
  font-size: 9pt;
}

p {
	margin-bottom: 10px;
}

.clear {
	clear: both;
	width: 1px;
	max-width: 1px;
	height: 1px;
	max-height: 1px;
}

.clearleft {
    clear: left;
    width: 1px;
    height: 1px;
}

a {
	color: inherit;
	text-decoration: none;
	border-width: 0px;
}

a img {
	border-width: 0px;
}

a.light {
    color: grey;
}

a.light:hover {
    text-decoration: underline;
}

.menubar {
	width: 940px;
	height: 30px;
	border-bottom: solid 3px #f2f1f0;
}

.menubar-blank {
    width: 940px;
    height: 30px;
    border: none;
}

.submenubar {
	width: 940px;
	height: 30px;
	border: none;
	margin-top: 10px;
}

.titlebar {
	width: 760px;
	height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14pt;
	color: white;
	line-height: 40px;
	padding-left: 10px;
	margin: 0px;
	border: none;
	overflow: hidden;
}	

.menu-item {
	width: 110px;
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	float: left;
}

.submenu-item {
	width: 110px;
	height: 30px;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	float: left;
}

.menu-home-off, .menu-venues-off, .menu-objects-off, .menu-stories-off,
.menu-school-off, .menu-admin-off, .menu-resources-off, menu-web-off, .menu-events-off {
	background-color: white;
}

.menu-home-off a, .menu-venues-off a, .menu-objects-off a, .menu-stories-off a,
.menu-school-off a, .menu-admin-off a, .menu-resources-off a, .menu-web-off a,
.menu-home2-off a, .menu-venues2-off a, .menu-objects2-off a, .menu-stories2-off a,
.menu-school2-off a, .menu-admin2-off a, .menu-resources2-off a, .menu-web2-off a, .menu-events-off a,.menu-events2-off a {
		color: black;
}

.menu-home-on a, .menu-venues-on a, .menu-objects-on a, .menu-stories-on a,
.menu-school-on a, .menu-admin-on a, .menu-resources-on a, .menu-web-on a,
.menu-home2-on a, .menu-venues2-on a, .menu-objects2-on a, .menu-stories2-on a,
.menu-school2-on a, .menu-admin2-on a, .menu-resources2-on a, .menu-web2-on a , .menu-events-on a, .menu-events2-on a {
		color: white;
}

.menu-home {
	border-bottom: solid 3px #d59239;
}

.menu-home-over a {
	color: #d59239;
}

.menu-home-on, .menu-home2-on {
	background-color: #d59239;
}

.menu-home2-off {
	background-color: #efd08b;
}

.menu-home2-off:hover a {
	color: #d59239;
}	

.menu-venues {
	border-bottom: solid 3px #009fb5;
}

.menu-venues-over a {
	color: #009fb5;
}

.menu-venues-on, .menu-venues2-on {
	background-color: #009fb5;
}

.menu-venues2-off {
	background-color: #ccebed;
	color: black;
}

.menu-venues2-off:hover a {
	color: #009fb5;
}

.menu-objects {
	border-bottom: solid 3px #92257f;
}

.menu-objects-over a {
	color: #92257f;
}

.menu-objects-on, .menu-objects2-on {
	background-color: #92257f;
}

.menu-objects2-off {
	background-color: #edd1eb;
}

.menu-objects2-off:hover a {
	color: #92257f;
}

.menu-stories {
	border-bottom: solid 3px #635ea5;
}

.menu-stories-over a {
	color: #635ea5;
}

.menu-stories-on, .menu-stories2-on {
	background-color: #635ea5;
}

.menu-stories2-off {
	background-color: #d8d8f5;
}

.menu-stories2-off:hover a {
	color: #635ea5;
}

.menu-school {
	border-bottom: solid 3px #35a076;
}

.menu-school-over a {
	color: #35a076;
}

.menu-school-on, .menu-school2-on {
	background-color: #35a076;
}

.menu-school2-off {
	background-color: #bee5ce;
}

.menu-school2-off:hover a {
	color: #35a076;
}

.menu-admin {
	border-bottom: solid 3px #6d6f71;
}

.menu-shop {
	border-bottom: solid 3px #b23441;
}

.menu-admin-over a {
	color: #6d6f71;
}

.menu-admin-shop a {
	color: #b23441;
}

.menu-admin-on, .menu-admin2-on {
	background-color: #6d6f71;
}

.menu-shop-on, .menu-shop2-on {
	background-color: #b23441;
}

.menu-admin2-off {
	background-color: #c8c9ca;
}

.menu-shop2-off {
	background-color: #f4d3d7;
}

.menu-admin2-off:hover a {
	color: #6d6f71;
}

.menu-shop2-off:hover a {
	color: #b23441;
}

.menu-resources {
	border-bottom: solid 3px #895c43;
}

.menu-resources-over a {
	color: #895c43;
}

.menu-resources-on, menu-resources2-on {
	background-color: #895c43;
}

.menu-resources2-off {
	background-color: #895c43;
}

.bg-resources2-off:over a {
	color: #895c43;
}

.menu-web {
	border-bottom: solid 3px #895c43;
}

.menu-web-over a {
	color: #895c43;
}

.menu-web-on, menu-web2-on {
	background-color: #895c43;
}

.menu-web2-off {
	background-color: #895c43;
}

.menu-web2-off:over a {
	color: #895c43;
}

.menu-events {
	border-bottom: solid 3px #729D00;
}

.menu-events-over a {
	color: #729D00;
}

.menu-events-on, .menu-events2-on{
	background-color: #729D00;
}
.menu-events2-off {
	background-color: #DCE7BF;
	color: black;
}

.menu-events2-off:hover a {
	color: #729D00;
}

.topheader {
	display: block;
	width: 100%;
}

.datablock {
    width: 750px;
    padding: 10px;
    background-color: #f1f0ec;
    margin-top: 10px;
    margin-bottom: 10px;
}

.globalsearch {
	background-color: #f1f0ec;
	width: 420px;
	overflow: hidden;
	float: right;
	margin-right: 10px;
	padding: 10px;
	height: 30px;
	line-height: 30px;
}

.localsearch {
	background-color: transparent;
	float: right;
	margin: 0px;
	margin-right: 10px;
	margin-top: 5px;
	height: 20px;	
}

.whoami {
	float: right;
	background-color: #f2f1f0;
	padding: 10px;
	width: 140px;
	font-size: 10pt;
	height: 30px;
	color: black;
	margin-bottom: 10px;
	overflow: hidden;
}

.search {
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
}

.search1 {
	background: url(/images/text-left.gif) top left no-repeat;
	width: 6px;
}

.search2 {
	background: url(/images/text-middle.gif) top left repeat-x;
	width: 110px;
}

.search3 {
	background: url(/images/text-cross.gif) top left no-repeat;
	width: 19px;
}

.searchA {
	background: url(/images/text-advanced.gif) top left no-repeat;
	width: 19px;
}

.search4 {
	background: url(/images/text-find.gif) top left no-repeat;
	width: 25px;
}
.searchV {
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}	

input.searchbox {
	border: none;
	width: 97%;
	height: 20px;
	overflow: hidden;
	color: black;
	background: transparent;
	position: relative;
	border: none;
	font-size: 10pt;
	line-height: 100%;
}

.drop {
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.drop1 {
	background: url(/images/dropdown-left.gif) top left no-repeat;
	width: 6px;
}

.drop2 {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 130px;
}

.drop2s {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 60px;
}
.drop2v {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 108px;
}

.drop2g {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 40px;
}
.drop2m {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 150px;
}

.drop2m1 {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 290px;
}

.drop3 {
	background: url(/images/dropdown-right.gif) top left no-repeat;
	width: 26px;
}

.drop4 {
	background: url(/images/dropdown-inside.gif) top left no-repeat;
	width: 20px;
}
	
div.dropdata {
	position: absolute;
	visibility: hidden;
	border: solid 1px darkGrey;	
	cursor: pointer;
	display: block;
	font-size: 10pt;
	text-transform: none;
	line-height: 10pt;
	font-weight: normal;
	z-index: 3;
	*border:1px solid #818181;
	height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); /* sets max-height for IE */
	max-height: 200px;	
}

input.dropdown {
	border: none;
	width: 100%;
	height: 20px;
	overflow: hidden;
	color: black;
	background: transparent;
	cursor: default;
	font-size: 10pt;
}

.dropitemselected {
	background-color: #d59239;
	color: white;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.dropitemdeselected {
	background-color: #f2f1f0;
	color: black;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	
	_padding-left: 0px;
	_padding-bottom: 0px;
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.exact {
    overflow: hidden;
}

.hint {
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 10px;
}
.hint1 {
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 6px;
}


.profile-spacing {
	float: right;
	border-bottom: solid 3px white;
	width: 10px;
	height: 30px;
	overflow: hidden;
}

.menu-right {
	float: right;
	background-color: white;
	width: 160px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 30px;
}

.menu-profile {
	border-bottom: solid 3px #d59239;
}	

.menu-profile-on a, .menu-logout-on a {
	color: #d59239;
}

.menu-profile-off a, .menu-logout-off a {
	color: black;
}

.content {
	width: 770px;
}

.box-right {
	width: 160px;
	float: right;
	/*margin-left: 10px;*/
	text-align: center;
	position: relative;
}

.msg-heading {
	background-color: #f2f1f0;
	color: black;
	width: 140px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12pt;
	padding: 10px;
	text-align: left;
}

.msg-content {
	background-color: #f1f0ec;
	color: black;
	width: 140px;
	min-height: 140px;
	font-size: 10pt;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.adsense {
	border: solid 1px darkBlue;
	width: 160px;
	text-align: center;
}

.home-section {
	background-color: #f1f0ec;
	width: 770px;
	min-width:770px;
	max-width:770px;
	height: 200px;
	min-height:200px;
	max-height:200px;
	overflow: hidden;
	margin-bottom: 10px;
	border-width: 0px;
}

.cell {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.bigpreview {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	background-repeat: no-repeat;
	background-position:  center center;
	margin: 0px;
	display: inline-block;
	border: solid 0px black;
	zoom: 1;
	*display: inline;
}

.bigsection {
	width: 570px;
	min-width: 570px;
	max-width: 570px;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	margin: 0px;
	background-color: #f1f0ec;
	float:left;
	vertical-align: top;
	overflow: hidden;
}

.subsection {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	margin-left: 10px;
	margin-top: 10px;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	font-size: 9pt;
	font-weight: normal;
	overflow: hidden;
	border: solid 0px green;
	float: left;
}

.subsubsection {
	width: 180px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.smallpreview {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	background-repeat: no-repeat;
	background-position:  center center;
	float: left;
	margin-right: 10px;
}

.previewdesc1 {
	display: table;
	height: 40px;
	#position: relative;
	overflow: hidden;
}

.previewdesc2 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.previewdesc3 {
	#position: relative;
	#top: -50%;
}

.heading {
	width: 560px;
	height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16pt;
	color: white;
	line-height: 40px;
	padding-left: 10px;
	margin: 0px;
}

.wide {
    width: 770px;
    max-width: 770px;
    min-width: 770px;
}

.action {
	width: 160px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 10pt;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 1px;
}

.venues-bg a, .objects-bg a, .stories-bg a, .school-bg a ,.admin2-bg a ,.events-bg a{
	color: white;
}

.home-bg {
    background-color: #d59239;
}

.venues-bg {
	background-color: #009fb5;
	color: white;
}

.venues-bg2 {
	background-color: #ccebed;
	color: #009fb5;
}

.venues-bg2 a {
	color: #009fb5;
}





.venue-trails-bg {
	background-color: #92257F;
	color: white;
}

.venue-trails-bg2 {
	background-color: #edd1eb;
	color: #92257f;
}

.venue-trails-bg2 a {
	color: #92257f;
}






.objects-bg {
	background-color: #92257f;
	color: white;
}

.objects-bg2 {
	background-color: #edd1eb;
	color: #92257f;
}

.objects-bg2 a {
	color: #92257f;
}

.stories-bg {
	background-color: #635ea5;
	color: white;
}

.stories-bg2 {
	background-color: #d8d8f5;
	color: #635ea5;
}

.stories-bg2 a {
	color: #635ea5;
}
.web-bg {
	background-color:#895C43;
	color: white;
}
.admin-bg, .admin2-bg {
	background-color: #6d6f71;
}
.shop-bg, .shop2-bg {
	background-color: #b23441;
}
.admin2-bg2{
	background-color: #c8c9ca;
	color:#6d6f71;
}
.shop2-bg2{
	background-color: #F4D3D7;
	color:#b23441;
}
.admin2-bg2 a{	
	color:#6d6f71;
}
.shop2-bg2 a{	
	color:#b23441;
}
.school-bg {
	background-color: #35a076;
}

.school-bg2 {
    background-color: #bee5ce;
}

.school-bg2 a {
    color: #35a076;
}
.resources-bg{
	background-color:#895C43;
}
.curatorhome-bg{
	background-color: #009fb5;
}
.events-bg{
	background-color: #729D00;
}
.events-bg2{
	background-color: #B8CF81;
	color:black;
}

.link-home {
    color: #d59239;
    font-weight: bold;
}

.link-venues {
	color: #009fb5;
}

.link-objects {
	color: #92257f;
}

.link-stories {
	color: #635ea5;
}

.link-school {
    color: #35a076;
    font-weight: bold;
}
.link-admin {
    color: #6d6f71;
}
.link-shop {
    color: #B23441;
}

.link-off {
	color: black;
}
.link-events {
    color:#729D00;
}
.tiptext {
	width: 140px;
	background-color: #f1f0ec;
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.buttonbar {
	width: 750px;
	*width: 758px;
	height: 20px;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	line-height: 40px;
	padding: 10px;
	*padding: 10px 2px 10px 10px;
	margin: 0px;
	margin-bottom: 10px;
	border: none;
	background-color: #f1f0ec;
}

.largebutton {
	width: 126px;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/button-large.gif);
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
}

.largebutton:hover {
	background-image: url(/images/button-large_over.gif);
}

.largebutton a {
	color: white;
}

.actionbutton {
	width: 25px;
	height: 25px;
	background-image: url(/images/button-action.gif);
	margin: 0px;
	margin-left: 1px;
	text-align: center;
}

.actionbutton:hover {
	background-image: url(/images/button-action_over.gif);
}

.nav {
	margin: 0px;
	padding: 0px;
	height: 20px;
	max-height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.nav1 {
	background: url(/images/nav-first.gif) top left no-repeat;
	width: 26px;
}

.nav2 {
	background: url(/images/nav-prev.gif) top left no-repeat;
	width: 19px;
}

.nav3 {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width: 100px;
	text-align: center;
}

.nav4 {
	background: url(/images/nav-next.gif) top left no-repeat;
	width: 19px;
}

.nav5 {
	background: url(/images/nav-last.gif) top left no-repeat;
	width: 26px;
}
.nav6 {
	background: url(/images/dropdown-middle.gif) top left repeat-x;
	width:85px;
	text-align: center;
	padding:0px 5px 0px 5px;
}

.spacing {
	width: 10px;
}

.vspacing {
    height: 10px;
}

.gridobject {
	float: left;
	width: 250px;
	max-width: 250px;
	height: 235px;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 10pt;
	background-color: #f1f0ec;
}

.listobject, .liststory {
    width: 770px;
    height: 100px;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 10pt;
    background-color: #f1f0ec;
    position: relative;
}

.gridobject .image, .listobject .image, .liststory .image {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.gridobject .title {
	width: 130px;
	height: 80px;
	margin: 10px;
	font-size: 10pt;
}

.listobject .title, .liststory .title {
    width: 120px;
    height: 80px;
    margin: 10px;
    text-align: left;
}

.gridobject .logo, .listobject .logo {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.gridobject .desc {
	width: 230px;
	height: 85px;
	overflow: hidden;
	margin: 10px;
	padding-top: 10px;
	font-size: 10pt;
	clear: both;
}

.listobject .desc, .liststory .desc {
    margin: 10px;
    width: 330px;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}

.listobject .loc {
    margin-top: 8px;
    margin-left: 10px;
    width: 330px;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
    color: #92257F;
    font-weight: 700;
}

.gridobject .actions {
	width: 250px;
	height: 25px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: right;
}

.listobject .actions, .liststory .actions {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 220px;
    text-align: right;
    margin: 0px;
    margin-left: 10px;
}

.listobject .actions .one, .liststory .actions .one {
    background-position: top right;
    background-repeat: no-repeat;
    width: 220px;
    text-align: right;
    line-height: 25px;
    height: 25px;
    margin: 0px;
    margin-top: 1px;
}

img.top {
    vertical-align: top;
}

.gridobject a.obj-title, .listobject a.obj-title, .liststory a.story-title {
	font-size: 11pt;
	font-weight: bold;
}

div.error {
    background-color: #c00000;
    color: white;
    width: 750px;
    padding: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.objcontent {
    background-color: white;
    width: 770px;
    padding: 0px;
}

.objfulldesc {
    float: right;
    width: 360px;
    margin-left: 10px;
}

.objfulllogo {
    margin-bottom: 20px;
}

.objfulltitle {
    font-size: 12pt;
    font-weight: bold;
}

.objfullvenue {
    font-style: italic;
}

.objfullpars {
    font-size: 9pt;
}

.objfullfieldname {
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

.objfullfieldvalue {
    font-size: 8pt;
    font-weight: normal;
}

.objfullmedia {
    width: 380px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
}

.objfullstoryhead {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
   	color: #92257f;
}

.objfullstory {
    float: left;
    width: 125px;
    height: 250px;
    overflow: hidden;   
    background-color: #f1f0ec;
    font-size: 9pt;
    margin-bottom: 10px;
}

.objfullstorypreview {
    width: 125px;
    height: 125px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.objfullstorytitle {
    font-weight: bold;
    margin: 10px;
}

.objfullstorydesc {
    margin: 10px;
    margin-top: 0px;
}

.relatedobjectshead {
    width: 140px;
    padding: 10px;
    height: 20px;
    font-size: 9pt;
    font-weight: bold;
    line-height: 20px;
    background-color: #f1f0ec;
}

.relatedobject {
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    background-color: #f1f0ec;
}

.relatedobjectpreview {
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 160px;
    height: 115px;
}

.relatedobjectdesc {
    margin: 10px;
    font-size: 8pt;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

.createobject {
    width: 770px;
    background-color: #f1f0ec;
    margin-bottom: 10px;
}


.createobjectmedia {
    width: 350px;
    margin: 10px;
    float: left;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    background-color: transparent;	
}

.createobjectimg {
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
}

.createobjectform {
    float: right;
    margin-top: 10px;
    max-width: 380px;
	width: 380px;	
}

.createobjectprompt {
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
}

.createobjecttext {
    font-size: 9pt;
    font-weight: normal;
    margin: 0px;
}

input.createobject, textarea.createobject, select.createobject,textarea.createobjectshort {
    width: 370px;
    border: solid 1px black;
    background-color: white;
    font-size: 9pt;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 2px;
}

input.short, select.short {
    width: 120px;
}

textarea.createobject {
    height: 80px;
}
textarea.createobjectshort {
    height: 45px;
}
.eventnotes{
	width:260px;
	height:80px;
    border: solid 1px black;
}
.submitwarning {
    width: 350px;
    padding: 10px;
    background-color: #f2a5b7;
    font-size: 9pt;
    font-weight: normal;
}

.progress {
    width: 300px;
    padding: 20px;
    display: none;
}

.createobjectsection {
    margin: 0px;
    margin-bottom: 10px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.createmusobjectmedia {
    border: solid 1px darkGrey;
    padding:10px;
    width: 242px;
    margin-top: 10px;
}

.deleteobjectform {
    float: right;
    margin: 10px;
    width: 380px;
}

.objdelfieldname {
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
}

.objdelfieldvalue {
    font-size: 10pt;
    font-weight: normal;
    margin-bottom: 15px;
}

#tiptext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #808080;
    border: solid 2px #3cb0fc;
    padding: 10px;
    position: absolute;
    display: none;
    background-color: white;
}

.tip {
    color: red;
}

img.tiptext {
    vertical-align: baseline;
    margin-bottom: -3px;
    width: 16px;
    height: 16px;
    padding: 0px;
}

.rightcolumn-search {
	width: 140px;
	background-color: #f1f0ec;		
	text-align: left;
	padding: 10px;
}
.search-heading{
	width: 150px;
	height: 30px;
	font-size: 10pt;
	font-weight: bold;	
	text-align: left;
	color: white;
	padding:10px 0px 0px 10px;	
	background-color: #009fb5;

}

.venue-default {
	float: left;
	width: 770px;
	max-width: 770px;
	height: 250px;
	overflow: hidden;
	margin: 0px;	
	padding: 0px;		
	background-image: url(/images/venuemain.jpg);
	background-repeat:no-repeat;
}

.venue-content {
	float: left;
	width: 200px;
	max-width: 200px;
	height: 230px;
	max-height: 230px;	
	margin: 0px;	
	padding: 10px;
	font-size: 10pt;		
	color:white;
	line-height:20px;
	overflow:hidden;	
}

.venue-content .title {	
	font-size: 13pt;
	font-weight: bold;
	overflow: hidden;	
}
.venue-content .description {	
	font-size: 10pt;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.venue-content a {	
	font-size: 8pt;
	font-weight: bold;		
}

.venues-set {
    margin-top: 30px;
}

.venueheading{
	font-size: 12pt;
	font-weight: bold;;		
}
.venueplaceholder{		
	width:770px;
	max-width:770px;
	min-width:770px;
	float:left;
	padding:0px;
}
.venueblock{	
	width:100px;
	float:left;
	margin-bottom:10px;
}
.venueblock-separator{
	width:11px;
	_width:9px; /*only for IE6*/
	height:135px;
	float:left;
	margin-bottom:10px;
}
.venueimage{
	width:100px; 
	min-width:100px;
	max-width:100px;
	height:100px;
	max-height:100px;	
	padding:0px;
	text-align:center;
	border: 1px solid lightGrey;
	background-repeat: no-repeat;
	background-position: center center;

}

.venuetitle{
	width:92px;
	max-width:92px;
	min-width:92px;
	height:35px;
	max-height:35px;		
	text-align:left;
	background:#ebe7e4;
	padding:5px;
	overflow:hidden;
	margin-bottom:10px;
}
.venuetitle-link{
font-size: 8pt;
font-weight:bold;
}

.venue-searchbox{
	border: solid 1px black;
	width: 137px;
	height: 18px;
	
}

.venue-label{	
	margin-top:35px;
	margin-bottom:2px;
	_margin-top:10px;
}
.venue-label1{		
	margin-bottom:2px
}

#venueinfo-boxleft{
width:420px;
min-width: 420px;
max-width: 420px;
margin:10px 0px 0px 0px;
float: left;
} 
	
#venueinfo-boxright{
width:340px;
min-width:340px;
font-size:9pt;
color:#333333;
margin:20px 0px 0px 10px;
float: left;
} 
#venueinfo-imagebox{
width:420px;
margin-bottom:10px;
}
#venueinfo-all {
	width: 770px;
	/*min-height: 20px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
#objecttag{
width:420px;
margin:10px 0 10px 0;
background-color:#f1f0ec;
clear:both;
}

#objecttag #heading{
font-size:13pt;
font-weight:bold;
padding:5px;
}
 
#objecttag #text{
font-size:9pt;
color:#333333;
padding:10px;
text-align:justify;
	
}

div.obtag-link {
    padding-bottom: 5px;
}

a.obtag-link {
    color: #333333;
    text-decoration: none;
    font-size: 9pt;
}

a.obtag-link:hover {
    text-decoration: underline;
}

#venueobj-title{
	font-size:13pt;
	font-weight:bold;
	padding:0px;
}
#venueinfo-placeholder{
	float:left;
	width:420px;
	max-width:420px;
	min-width:420px;
	/*padding:10px;*/	
}
.venueinfo-block {
	width:133px;
	float:left;
}

.venueinfo-image {
	width:130px; 
	min-width:130px;
	max-width:130px;
	height:125px;
	max-height:125px;		
	text-align:left;
	background-color:#f1f0ec;
	border: 1px solid lightGrey;
	background-repeat: no-repeat;
	background-position: center center;
}

.venueinfo-text {
	width:132px; 
	min-width:132px;
	max-width:132px;	
	text-align:left;	
	overflow:hidden;
	float:left;
	background-color:#f1f0ec;
	margin-bottom:20px;
}

.venueinfo-title {
	width:120px; 
	min-width:120px;
	max-width:120px;
	height:20px;
	max-height:20px;
	font-size: 9pt;		
	font-weight:bold;
	padding:5px 5px 5px 5px;
}
.ugcsection {
	width: 730px;
	padding:0px 20px 10px 20px;
}

.venueinfo-ugctitle {
	height: 30px;
	max-height: 30px;
}
.venueinfo-description {
	width:120px; 
	min-width:120px;
	max-width:120px;
	height:75px;
	max-height:75px;
	font-size: 8pt;		
	padding:0px 5px 5px 5px;
	text-align: left;
	color:#333333;
	overflow:hidden;
}
.venueinfo-readmore {
	width:120px; 
	min-width:120px;
	max-width:120px;
	height:15px;
	max-height:15px;
	font-size: 8pt;	    
	padding:0px 5px 5px 5px;
}

.righvenueinfo{
margin:0px 0 10px 0;
}

.buttonsearchvenue {
	width: 141px;
	height: 30px;
	line-height: 30px;
	background-image: url(/images/button_search_venue.gif);
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
}

.buttonsearchvenue:hover {
	background-image: url(/images/button_search_venue_over.gif);
}

.largebutton a {
	color: white;
}

.venue-addr {	
	font-size:9pt;
}
.novenuefound {
    width: 760px;
    height: 70px;
    overflow: hidden;    
    margin: 0px 0px 10px 0px;
	padding:30px 0px 0px 10px;   
    font-size: 10pt;
    background-color: #f1f0ec;

}

#atoz {
width:770px;
height:16px;
text-align:center;
padding:10px 0px 10px 0px;
}

#atoz .alphabate {
float:left;
width:20px;
max-width: 20px;
height:16px;
overflow: hidden;
margin: 0px;
padding: 0px;
color:#FFFFFF;
text-align:center;
font-size:11px;
text-decoration:none;
background-image:url(images/button-small.gif);
background-repeat:no-repeat;
line-height:16px;
}
#atoz .alphabate a{
color:#FFFFFF;
font-size:11px;
text-decoration:none;
}
#atoz .alphabate a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

#atoz .alphabate:hover {
background-image: url(/images/button-small_over.gif);
}

#atoz .alphabateN {
float:left;
width:20px;
max-width: 20px;
height:16px;
overflow: hidden;
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
color:#B0B0B0;
text-align:center;
font-size:11px;
text-decoration:none;
background-image:url(images/button-small.gif);
background-repeat:no-repeat;
line-height:16px;
}

#atoz .alphabateN a{
font-family:Arial, Helvetica, sans-serif;
color:#B0B0B0;
font-size:11px;
text-decoration:none;
}
#atoz .alphabateN a:hover{
font-family:Arial, Helvetica, sans-serif;
color:#B0B0B0;
}

.topouter {
    width: 770px;
    height: 300px;
    min-height: 300px;
    background-repeat: no-repeat;
}

.topinner {
    position: relative;
    top: 230px;
    height: 40px;
    padding: 20px;
    width: 730px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
}

.mktcontent {
    width: 730px;
    padding: 20px;
    font-size: 10pt;
    text-transform: none;
    background-color: #fbfcf7;
	float:left;
}

.mktcontent p {
    margin-bottom: 0.8em;
}

.mktcontent .mktfootnote {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 8pt;
}

.row-a{
 background-color:#EAE7E4;
}
.row-b{
 background-color: #F3F4EF;
}
.row-c{
 background-color: #C4C4C4;
}

.venueheader{
font-weight:bold;
 	
}
.registervenue{
	width:770px;
	padding-bottom:10px;
}
.registervenue-link{
	font-size: 10pt;
	text-decoration:underline;
	color:#009fb5;
	font-weight:bold;		
}
.createstorymedia {
    width: 360px;
    margin: 10px;
	_margin: 10px 5px 10px 5px;
    float: left; 	      	
}
.createstoryform {
    float: right;
    margin: 10px;
	_margin: 10px 5px 10px 5px;
    max-width: 370px;			
}
.createstorytext{
	width: 360px;
	float: left;
	text-align: left;
    font-size: 9pt;
    font-weight: normal;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.createstory-objhead{
	width: 360px;
	_width: 360px;
	height:34px;	
	float: left;
	text-align: left;   
    background-color:#EBE7E4;
	
}
.createstory-objtitle{
	text-align: left;
    font-size: 10pt;
    font-weight: bold;
	margin:10px;
	width:170px;	
}
.createstory-link{
	text-align: left;
    font-size: 8pt;
    font-weight:bolder;
	margin:10px;
	_margin:10px 0px 10px 10px;
	width:60px;
}
.createstory-thumBox{
	width: 350px;
	height:224px;	
	max-height:224px;	
	float: left;
	text-align: left;   
    background-color:#FFFFFF;
	overflow: auto;
	padding:10px 0px 10px 10px;	
}
.thumbCell {
    width: 70px;
    height: 84px;   
    float: left;
	padding:6px 5px 25px 2px;			
}
.thumbimg{
    width: 65px;
	max-width: 65px;
	min-width: 65px;
    height: 65px;
	max-height: 65px; 
	min-height: 65px;    
    float: left;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;		
	background-repeat: no-repeat;
	background-position: center center;	

}
.gallerycheck{
	width: 65px;
	max-width: 65px;
	min-width: 65px;
    height: 26px;
	max-height: 26px;
	max-height: 26px; 
	height: 26px;    
    float: left;	
	background-color:#565558;
	border:1px solid #565558;
}
.gallerycount{
	width:15px;
	min-width:15px;
	float:left;
	color:white;
	font-size:13px;
	font-weight:bold;
	padding:5px 0px 0px 5px ;
	text-align:center;
}
.galleryselect{
	width:22px;
	float:right;
	padding: 5px 0px 0px 0px;
}

.galpicturecontainer{
	width: 358px;
	margin: 0px;
	float: left;
	border:1px solid #7F9DB9;		
}
.galpicturecontainer .image{
	width:359px;
	min-width:359px;
	max-width:359px;
	height:210px;
	min-height:210px;
	max-height:210px;
	background-repeat: no-repeat;
	background-position: center center;	
}

.galleryform{
	width:374px;
	float:left;
	margin-bottom:20px;
}
.gallerynav{
	width:185px;
	float:left;
}
.gallerynoptionlist{
	width:185px;	
	float:right;
}
.slidelabel{
	width:365px;
	text-align:left;
	float:left;
	font-size:9pt;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.longText{
    width: 365px;
	height:27px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #4A4360;
    margin-bottom: 8px;
}

.longHeight {
    height: 384px;
    width: 365px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #4A4360;
    margin-bottom: 8px;
}
.galleryThumb {    
    cursor: pointer;
}
.galleryThumbON {
    border: 2px solid #FF0000;
    cursor: pointer;
	_margin:0px;	 
	margin:0px 0px 0px -2px;	 
}
.galcontainer{
	width: 940px;
}
.galcontainer .logoleft{
width: 940px;
}
.galbuttonbar {
	width: 920px;
	height: 20px;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	line-height: 40px;
	padding: 10px;
	margin: 0px;	
	border: none;
	background-color: #f1f0ec;
}

.previewBox{
	width:940px;
	float:left;	
}

.previewBoxLeft {
	width:130px;
	max-width:130px;
	height:500px;
	float:left;
	overflow-x:hidden;
	overflow-y:auto;
	margin:10px 0px 10px 10px;	
}
.galleryitembox{	
	height:94px;
	width:67px;
}
.thumb2ookl { 
    height: 110px;
    width: 130px;
    float: left;		
}

.thumb2ookl .image { 
	float: left;
	width: 100px;
	height: 100px;	
	background-repeat: no-repeat;
	background-position: center center;
}
.coverimg{
	float: left;
	width: 30px;
	height: 30px;	
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:10px;
	border: 1px solid #d8d8f5;
}

.redHint:hover{
    border: 2px solid #FF0000;	
}

.previewBoxRight {   
	width:800px;
	_width:780px;
	_max-width:790px;
	_height:500px;
	min-height:500px;
	float:right;
	font-size:9pt;
	background-color: #f1f0ec;
	margin:10px 0px 10px 0px;
}
.slideimage{
	margin:10px;
	float:left;
}
.slideinfo{
	margin:10px;
	float:left;
	min-width:200px;
}
.strongLabel {
    font-size: medium;
    color: #FF1900;
    font-weight: bold;
    line-height: 140%;
}
/* Viewing the presentation */
.frame {
    line-height: 1px;
}

.theme0 .frame img {
    border: 10px solid #CCC;
}

.theme1 .frame img {
    padding: 15px;
    background: #ff85b6 url(images/frame_bg_theme1.gif) top left repeat;
}

.theme2 .frame img {
    border: 10px solid #fff;
}
.colorbox{
	width:45px;
	height:45px;
	float:left;
	padding-right:10px;
	cursor:pointer;
}
.color0 {
    background-color: #FFF;
}

.color1 {
    background-color: #CCC;
}

.color2 {
    background-color: #999;
}

.color3 {
    background-color: #666;
}

.color4 {
    background-color: #CC99FF;
}

.color5 {
    background-color: #6699CC;
}

.color6 {
    background-color: #66CC00;
}

.color7 {
    background-color: #FFFF99;
}

.color8 {
    background-color: #FFCC33;
}

.color9 {
    background-color: #FF9900;
}

.color10 {
    background-color: #FFCCCC;
}

.tface0 {
    font-family: Arial;
	font-size:15px;
}

.tface1 {
    font-family: Georgia;
	font-size:15px;
}

.tface2 {
    font-family: Comic Sans, Comic Sans MS;
	font-size:15px;
}
.storychangedesign {
    width: 770px;
	height:650px;
	min-height:650px;
    background-color: #f1f0ec;   
}

.storydesigntext1{
	width: 410px;
	float: left;
	text-align: left;
    font-size: 9pt;
    font-weight: bold;	
}
.storydesigntext2{
	width: 410px;
	float: left;
	text-align: left;
    font-size: 10pt;
    font-weight: normal;	
	margin-bottom:20px;
}
.storydesign-heading{
	font-size: 12pt;
	font-weight: bold;;	
	color: #000000;
	width: 360px;
	margin-left:10px;
}
.storydesign-container{
	width:750px;
	float:left;
	padding-bottom:20px;
	margin:10px;
	_margin:5px;
}
.centerBox {
    text-align: center;
    float: left;   
	width:238px;
	height:181px;
	min-height:181px;
	cursor:pointer;
}
.typefacebox{
	width:110px;	
	float:left;
	margin:10px 0px 10px 10px;	
}
.border-design{
border:2px solid black;
}
.publishmsg{
color:#635ea5;
font-size:9pt;
font-weight:bold;
}

.dropitemselected-moveslide {
	background-color: #d59239;
	color: white;
	cursor: pointer;
}

.dropitemdeselected-moveslide {
	background-color: #f2f1f0;
	color: black;
	cursor: pointer;

}
.admincms {
    width: 770px;
    background-color: #f1f0ec;
    margin-bottom: 10px;
	float:left;
}
.admincmsleft {
    width:480px;
	float:left;  	
}
.admincmsleft-inner {
    width:480px;
	float:left; 
	margin:10px;
	border-right:1px solid #CCCCCC;  
}

.admincmsright {
    width:260px;
	float:right;   
    margin:10px;	
}
.cmsformitem{
    width:460px;
	float:left;
	margin-bottom:10px;
}
.cmssection{
	width:450px;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:50px;
} 
.cmssectionadd{
	width:350px;
	font-size:9pt;
	font-weight:bold;
	padding-left:40px;
	padding-bottom:10px;
} 
.cmsfeatures{
	width:260px;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:10px;	
}
.sectionpart{
	width:460px;
	float:left;
	font-size:10pt;
	font-weight:bold;
	color:#666666;

}
.sectiontitle{
	font-size: medium;
	font-weight: bold;
	line-height: 120%;
	padding-top: 14px;
}
.sectioncontent {
    font-size: small;
    padding-bottom: 12px;
}
.hinttext{
	width:250px;
	float:left;
	font-size:15px;
}
.clearline {
    clear: both;
}
.gallerydesignspace{
	width:15px;
	float:left;
}

.toptag {
    position: relative;
    width: 730px;    
    font-size: 10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-serif;  
}

.mktsectionblock{
	width: 365px;	
	background-color: transparent;
}
.mktsectionheading{
    width: 350px;
	font-size:20px;
	color:#E0A40E;
	text-transform:uppercase;
	font-weight:bold;       	
	float:left;
	font-family: Arial, Helvetica, Sans-serif;
	margin-bottom:2px;
	
}
.mktsectioncontent{
    width: 350px;
	font-size:10pt;
	float:left;
	font-family: Arial, Helvetica, Sans-serif;
	padding-bottom:10px;
}
.mktsectioncontent a{
	color: #E0A40E;
}
.mktcolumnright{
	width:140px;
	margin-left:10px;
	text-align:left;
	
}
.mktlogo{
	margin-bottom:20px;
}
.mktquote{
	font-size:20px; 
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Sans-serif;
}
.mktattribute{
	font-size:10pt;
	text-align:left;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Sans-serif;
}

.mktfeaturetitle {
	float: right;
	background-color: white;
	width: 160px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	line-height: 30px;
	color:#E0A40E;	
	border-bottom: solid 3px #d59239;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Sans-serif;
}
.mktfeature{	
	font-size:10pt;
	font-family: Arial, Helvetica, Sans-serif;
	margin-bottom:10px;

}
.featurelist{
width:160px;
text-align:left;

}
.mktfaq{
width:700px;
font-size:11pt;
font-weight:bold;
margin-bottom:5px;
font-family: Arial, Helvetica, Sans-serif;
}
.mktfaqans{
width:700px;
font-size:10pt;
margin-bottom:15px;
font-family: Arial, Helvetica, Sans-serif;

}
.mktfaqans a{
	color: #E0A40E;
}
.mktlink{
color:#E0A40E; 
}
.vspacing-faq{
height:40px;
}
.cmstextbox{
width:430px;
height:20px;
}
.color-black{
	color:#000000;
}

.whitesection {
    padding: 20px;
}

.titleText3 {
    font-size: 11pt;
    font-weight: bold;
}

li {
    margin-bottom: 6pt;
    list-style: circle;
    margin-left: 20pt;
}

strong, .strong {
    font-weight: bold;
    font-size: 10pt;
}

table.teacherhome th {
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
}

table.teacherhome td {
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
}

table.teacherhome th.num, td.num {
    text-align: center;
}

.statscontent {
    background-color: white;
    width: 770px;
    padding: 0px;
	float:left;
	margin:10px 0px 10px 0px;
}
.statsfield{
	float:left;
	font-weight:bold;
	font-size:9pt;
	margin-right:20px;
}
.statsheadbg{
	background-color: #efd08b;
}
.statsfield select, .statsfield input, .statsfield button{
	font:9pt arial,helvetica,clean,sans-serif;
}
.statscontent th{
	font-weight:bold;
	padding:0.5em 1em;	
}
.statscontent td{ 
	font-size:10pt;	
}
.statscontent td a{ 
	font-size:9pt;
	font-weight:bold;
	color: #4D6185; 
}
.statscontent tfoot td{ 
	font-size:9pt;
	font-weight:bold;
}
.venuedetails{
    width: 750px;
    margin: 0px;
    margin-bottom:10px;
    padding: 10px;
    font-size: 10pt;
    background-color: #f1f0ec;
	float:left;
}
.venuelabel{
	width:100%;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:5px;

}
.venueformitem{
	width:100%;
	margin-bottom:10px;

}
.venueinput{
	width:320px;
	font-size:10pt;
}
.venuetextarea{
	width:320px;
	height:90px;
	font-size:10pt;
}
.veluecost{
	width:110px;
}
.venuesectiontitle{
	width:100%;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:20px;

}
.venuelink1{
	font-size:8pt;
	font-weight:bold;
	color:#E0A40E;
}

.venuelink2{
	font-size:9pt;
	font-weight:bold;
	color:#E0A40E;
}

.admininnerhead{
	width:750px;
	font-size:9pt;
	_margin:0px 0px 0px 10px;
	margin:10px;
}
.admininnerblock{
	width:750px;
	font-size:9pt;
	margin:5px 0px 5px 10px;
}
.fontbold{
	font-weight:bold;
}
.adminlabel{
	width:100px;
	float:left;
	font-size:9pt;
}
.adminformelem{
	width:600px;
	float:left;
	font-size:9pt;
}
.admininput{
	width:250px;
	border:1px solid black;
	padding:2px;
}
.adminlist th, .adminlist td{
padding-left:10px;  
}
.adminlist th{
font-size:9pt;
font-weight:bold;
}
.adminlist td{
height:22px;
font-size:9pt;
}
.subadmin-header{
	background-color:#c8c9ca;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
}
.subadmin-header-shop{
	background-color:#f4d3d7;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
}
.btnactions{   
    bottom: 0px;
    right: 0px;
    width: 53px;
    text-align: center;   
	color:#FFFFFF;	
	margin-left:5px;
}
.btnactions .selectbutton{
	background-image:url(images/button-medium.png);   
    background-repeat: no-repeat;
    width: 53px;   
    height: 16px;      
	text-align: center;
	color:#FFFFFF;  
    line-height: 16px;
}
.btnactions .selectbutton:hover{
	background-image:url(images/button-medium_over.png);
}
.btnactions .selectbutton .button-link{
	text-align: center;
    font-size: 8pt;
	text-align: center;
	color:#FFFFFF;
}
.btnactions .selectbutton .button-link-small{
	text-align: center;
    line-height: 16px;   
    font-size: 7pt;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
}
.adminfootercms{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:770px;
	height:425px;
	border: 1px solid  #9F9F9F;
	margin-bottom:10px;
   
}
.admincmsblock
{
    width: 750px;
    margin: 0px;
    margin-bottom:10px;
    padding: 10px;
    font-size: 9pt;
    background-color: #f1f0ec;
	float:left;
}
.cmslabel{
	width:730px;	
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;

}
.cmsformitem{
	width:730px;
	margin-bottom:10px;
}
.cmsinput{
	width:730px;
	height:20px;	
	font-size:10pt;
	border:1px solid #CCCCCC;
}
.cmstextarea{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	width: 730px;
	height: 100px;
	border:1px solid #CCCCCC;
}

.cmsbuttonblock{
text-align: right;
float: right;
margin-right:10px;
clear:both;
}
.cmssection-main{
width:770px;
margin-bottom:10px;
}
.sectionblock{
width:770px;
float:left;
padding-bottom:20px;
padding-top:5px;
}
.sectionblock .title{
width:150px;
padding-left:10px;
float:left;
}
.sectionblock .description{
width:515px;
padding-left:15px;
float:left;
}
.sectionblock .description a{
	color:black;
}
.sectionblock .buttons{
width:70px;
padding-left:10px;
float:left;
}

.cmslabelright{
	width:160px;	
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}
.cmsinputright{
	width:160px;
	height:20px;	
	font-size:10pt;	
	border:1px solid #CCCCCC;
}

.cmsttextarearight{
	width:160px;
	height:70px;		
	font-size:10pt;	
	margin:0px;
	border:1px solid #CCCCCC;
}

.cmsfeaturetitle {
	float: right;
	background-color: white;
	width: 160px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 30px;
	color:#E0A40E;	
	border-bottom: solid 3px #d59239;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Sans-serif;
}
.cmshint{
	width:160px;
	margin-top:10px;
}
.hintrow{
	width:160px;
	float:left;
	margin-bottom:10px;	    
}
.hintbuttons{
	width:65px;
	float:left;
	text-align:left;
}
.hinttext{
	width:93px;
	text-align:left;
	float:left;
	font-size:9pt;
	margin-left:2px;
	margin-top:-4px;
	vertical-align:top;
}
.content-cms {
	width: 940px;
}

.homebox-pic {
    width: 250px;
    margin: 0px;
    height: 220px;
    float: left;
    color: white;
    text-align: center;
    font-size: 12pt;
    line-height: 40px;
    text-transform: uppercase;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

.homebox-pic .lnk {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 250px;
}   

.homebox-pic a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.homebox-lnk {
    width: 165px;
    height: 50px;
    padding: 10px;
    background-color: #efd08b;
    color: black;
    background-repeat: no-repeat;
    background-position: right center;
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 17px;
    float: left;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.homebox-lnk a {
    color: black;
    text-decoration: none;
}

.homebox-partners {
    width: 770px;
    overflow: hidden;
    background-color: #f2f1f0;
    position: relative;
}

.homebox-tab {
    margin-top: 10px;
    width: 770px;
    border: none;
    border-collapse: collapse;
}

.homebox-tab td {
    padding: 10px;
    font-size: 8pt;
    width: 385px;
}

.homebox-ptitle {
    font-size: 10pt;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d59239;
    font-weight: bold;
}

.homebox-more {
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 610px;
    font-weight: bold;
    background-color: #d59239;
}

.homebox-more:hover {
    color: #d59239;
    background-color: #efd08b;
}

.homebox-more a {
    color: white;
    text-decoration: none
}

.homebox-more:hover a {
    color: #d59239;
}

.homebox-tagline {
    font-size: 24pt;
    line-height: 60px;
    text-transform: uppercase;
    color: black;
    font-weight: bolder;
    position: absolute;
    top: 75px;
    z-index: 2;
    width: 770px;
    height: 60px;
    line-height: 60px;
}

.homebox-venuetypes {
    position: relative;
    left: 0px;
    top: -20px;
    background-color: white;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 9.2pt;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
}

.homebox-intro {
    width: 350px;
    font-size: 10pt;
    margin-top: 25px;
    margin-bottom: 40px;
    color: black;
    font-weight: bold;
}

.homebox-stats {
    text-align: left;
    font-weight: bold;
    color: #333333;
    margin-left: 30px;
    margin-top: 25px;
}

.homebox-stats .num {
    font-size: 16pt;
    color: #d59239
}

.homebox-stats .lbl {
    font-size: 10pt;
    color: black;
    text-transform: uppercase;
}

.dottedBottom {
    background: url(images/pointsH.gif) repeat-x bottom;
}

table.adv {
    border: none;
    border-collapse: collapse;
    margin-left: 20px;
}

table.adv th {
    height: 30px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
}

table.adv td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

table.adv td.sized, table.adv th.sized {
    width: 160px;
}

input.adv, select.adv, input.date-pick {
    border: solid 1px black;
    width: 150px;
    background-color: white;
}

input.adv2, select.adv2 {
    width: 50px;
}

.marginfix {
    margin-top: -2px;
	*margin-top: 2px;/* for IE6,7 only*/
}

.subadmin-header-school{
	background-color:#bee5ce;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
}

.venuelabel1{
	width:100%;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:10px;

}
.venuecontent{
	width:100%;
	font-size: small;	
	margin-bottom:20px;
}
.venuecontent-fixed{
	width:90%;	
	max-height:125px;
	font-size: small;	
	margin-bottom:20px;
	padding-right:10px;
	overflow: auto;
}
.subadmin-header-resource{
	background-color:#e9cdc2;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
}
.resourcelist{
	bordercolor:#666666;	
}
.resourcelist .widget{
	width:355px;
	height:119px;
	min-height:119px;
	text-align:left;
	padding-left:10px;
	vertical-align:middle;
}
.resourcelist .widgetcode{
	width:260px;
	vertical-align:middle;
}
.resourcelist th{
	font-weight:bold;
	padding-left:10px;
}
.bigpreview1 {
	width: 197px;
	min-width: 197px;
	max-width: 197px;
	height: 197px;
	min-height: 197px;
	max-height: 197px;
	background-repeat: no-repeat;
	background-position:  center center;
	margin: 0px;
	display: inline-block;
	border: solid 1px #CCCCCC;
	zoom: 1;
	display: inline;
}
.classlabel{
	width:200px;
	font-size:9pt;	
}
.classinput{
	width:200px;
}
.classdet{
	margin-left:10px;
	_margin:0px;
}
.classdet td{
	padding-bottom:10px;	
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
.bottommargin1 {
	margin-top: -2px;
	*margin-top: -7px;/* for IE6,7 only*/
	_margin-top: -7px;/* for IE6 only*/
}
.contactaddr{
	width:320px;
	height:125px;
}
.leftmargin1{
	margin-left:40px;
}
.storytelltofrnd{
	width:200px;
	float:left;
}
.storyemail{
	margin-left:2px;
	margin-bottom:-4px;
}
.preavmaker{
	float:left;
	width: 2px;
	height: 75px; 
	background-color: #CC3333;
	visibility: hidden;
}
.preavmaker1{
	float:left;
	width: 2px;
	height: 75px;
	background-color: #FFFFFF; 
	visibility: hidden;
}
.storythumbempty{
	float:left; 
	width: 2px;
	height: 58px; 
	background-color: #FFFFFF; 
	visibility: hidden;
}
.galpicturecontainer .image{
	background-repeat: no-repeat;
	background-position: center center;
}
.hide{
	display: none;
}
.storymodify-dropdown{
	width:150px; 
	float:left; 
	margin-bottom:3px;
}
.storymove{
	width:60px;
	float:left; 
	padding-top:4px;
}
.slidelist{
	width:75px;
	float:left;
	padding-top:3px;
	padding-left:3px;
}
.statsperiod{
	width:80px;
}
.statsvenuelist{
	max-width:500px;
	font-size:9pt;
}
.statsvenuelist-label{
	font-size:9pt;
	font-weight:normal;
}
.venuesummary-link{
	text-align:left; 
	padding-left:2px;
}
.rightpadding1{
	padding-right:10px;
}
.nologotext{
	margin-top:90px;
	text-align:center;
}
.link-underline{
	text-decoration:underline;
}
.resourceinput{
	width:250px;
	height:100px;
}
.buttons-headtitle{
	float: left; 
	padding-top: 20px;
}
.cmsrightcol{
	width:160px; 
	float:right;	
}
.cmsright-action{
	float:right; 
	margin-bottom:10px;
}
.cms-link{
	color:#E0A40E; 
	font-size:8pt;
	font-weight:bold;
}
.topmargin1{
	margin-top:10px;
}
.subadmin-header-regvenue{
	background-color:#ccebed;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
}
.subadmin-header-submittovenue{
	background-color:#edd1eb;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
}
.visitdesc{
	width:600px; 
	height:100px;
	border:1px solid black;
}

.subobject-header{
	background-color:#EDD1EB;
	height:35px;
	margin-bottom:1px;
	border-bottom:2px solid white;
	font-weight: bold;
	font-size: 10pt;
}
table.comments {
	border: none;
	width: 770px;
}
table.comments td.namedate{
	width: 150px;
	padding: 5px;
	vertical-align: top;
}
table.comments td.comment{
	padding: 5px;
	vertical-align: top;
}
.blognews{
	background-color:#D59239;
	width: 160px;
	font-size: 7pt;
	text-align:left;
	font-weight:bold;
	padding:5px 0px;
}
.headernews{
	text-align:center;
	margin-bottom: 5px;
}
.linknews {
	color:black;
	margin-right:5px;
} 
.linknews:hover {
	color:white;
} 
.read-more-link{
	color: white;
	text-align: center;
	margin-top:5px;
}
.datepick{	
	padding:2px;
}
a.evnttag-link {
    color: #333333;
    text-decoration: none;
    font-size: 8pt;
}

a.evnttag-link:hover {
    text-decoration: underline;
}
.marginbottom1{
margin-bottom:5px;

}
.event-search-heading{
	width: 150px;
	height: 30px;
	font-size: 10pt;
	font-weight: bold;	
	text-align: left;
	color: white;
	padding:10px 0px 0px 10px;	
	background-color: #729D00;

}
.event-searchbox{
	border: solid 1px black;
	width: 137px;
	height: 18px;
	margin-bottom:10px;
	
}
.event-dropdown-label{	
	margin-top:37px;	
	_margin-top:15px;
}
.eventmargin{
	margin-bottom:3px;
}
.rightcolumn-search input.date-pick{
	border: solid 1px black;
	width: 137px;
	height: 18px;
	margin-bottom:10px;
}
.desc-event{
    margin: 10px;
    width: 380px;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}

.head-events{
	color:#729D00;
	font-size:11pt;
	font-weight:bold;
}
.subhead-events{
	color:#729D00;
	font-size:8pt;
	font-weight:bold;
}
.eventbook-titlebar {
	width: 760px;
	height: 40px;	
	font-size: 8pt;
	font-weight:bold;	
	line-height: 40px;
	padding-left: 10px;
	margin: 0px;
	border: none;
	overflow: hidden;
	background-color:#DCE7BF;
	color:black;
	margin-top:-10px;
	margin-bottom:10px;
}
.createsubscrpt {
    width:770px;    
    margin:10px;
}
.createsubscrpt .starttext {
    width:600px;  
}
.createsubscrpt .subselect	{
	border: 1px solid black;
}
.createsubscrpt .keywords{
	width:400px;
	height:50px;
	border: 1px solid black;
}
.createsubscrpt .prompt{
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:2px;
}
.head-venues{
	font-size:11pt;
	font-weight:bold;
}
.event-deschead{
	font-size:11pt;
	font-weight:bold;
	float:left;
	width:100%;
}
.event-deschead-part{
	font-size:11pt;
	font-weight:bold;
	float:left;
	width:75%;
}
.venuesubtitle{
	width:100%;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
}
.fontsmall{
	font-size:small;
	font-weight:normal;
}



/* mus_trail.php */

.nav-bar {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}




.jcaro {
    width: 668px;
    padding: 0px;
    float: left;
    height: 110px;
}

.jcarousel-clip-horizontal {
    width:  668px;
    height: 110px;
}

.jcaro li {
 margin-left:2px;
 padding:0px;
}

.jcaro .jcarousel-container-vertical {
    height: 108px;
    padding: 0px;
}


.jcaro .jcarousel-clip-vertical {
    width:  75px;
    height: 108px;
}

.jcaro .jcarousel-item {
    width: 82px;
    height: 108px;
}

.jcaro .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcaro .jcarousel-item-vertical {	
    margin-bottom: 0px;
}

.jcaro .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcaro .image {
   float: left;
    width: 82px;
    height: 82px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}


#mycarousel .nav-vobj {
    cursor: pointer;
}


#mycarousel .selected-object {
    background-color: #92257F;
    color: #FFFFFF;
    font-weight: bold;
}



.mycarousel-prev {
     float: left;
    cursor: pointer;
}

.mycarousel-last {
    cursor: pointer;
    clear: right;
}

.mycarousel-first {
     float: left;
    cursor: pointer;
}


.mycarousel-next {
    float: left;
    cursor: pointer;
}

/* jQuery.Rating Plugin CSS */	
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

#trails-cont {
  height: 430px;
}

#trails-cont .obj-title {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

#trails-cont .main-image {
    margin-right: 5px;
    width: 380px;
}

#trails-cont .trail-title {
     font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

#trails-cont .inform {
    font-size: 9pt;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

#trails-cont .museum-link a{
    font-family: Arial;
    font-size: 12px;

}

#trails-cont .museum-link a:hover{
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}

#trails-cont .obj-detail {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #92257F;
    line-height: 30px;
}

#trails-cont .info-body {
    text-align: left;
    display: table;
}

.mini-info {
    font-size: 8pt;
    font-weight: 400;
}


.trail_lattitude_field {
	float:left;
}


.act {
    cursor: pointer;
}

.ratethis {
    float: right;
    text-align: right;
    line-height: 8px;
    margin: 0px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 8px;
    text-transform: none;
}

.rating {
    margin-top: 5px;
    color:#92257F; 
    font-size:0px;
}

.link-black {
	color: #000000;
}


/* mus_trail_modify - jQuery UI Tabs */



.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { background: #F1F0EC; color: #333333;}
.ui-widget-content a { color: #333333; }
.ui-widget-header { height: 32px; background-color: #FFFFFF; padding: 10px; border-bottom: 1px solid #CCC}
.ui-widget-header a { color: #ffffff; }

/* color to change #CC0000*/

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: #f6f6f6 50% 50% repeat-x; color: #922580; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #922580; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #922580; background: #EDD1EB 50% 50% repeat-x; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #922580; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #CCC; background: #F1F0EC 50% 50% repeat-x; font-weight: bold; color: #922580; }
    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #92257F; text-decoration: none; }
.ui-widget :active { outline: none; }


/* Overlays */
.ui-widget-overlay { background: #666666 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .0em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0px }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 1px solid #CCC; border-top-width: 0px; padding: 5px 0px 5px 4px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-state-active {
    border: 2px solid #000000;
}


#tabs-2 li {
    margin: 0px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.4em; 
    /*height: 100px;*/
    width: 95%;
    list-style-type: none;
    background-color: #F1F0EC;
    border: 1px solid #CCC;
    display:table;
}

#tabs-2 .head {
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}

#tabs-2 .note-desc {
        width: 615px;
        height: 75px;
        margin-left: 5px;
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
        border: 1px solid #000000;
	
}

#tabs-2 .note-description {
	display:none;
}

#tabs-2 .mini-info {
    font-family: Arial;
    font-size: 8px;
    color: #848381;
}


#tabs-1 {
    height: 580px
}


.objs {
    display:table-cell;
    width: 370px;
    float: left;
    border: 1px solid #922580;
}


.m {
    margin: 4px;
    display: block;
}

.image-p100 {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}

.disp-cell {
   display: table-cell;
   vertical-align:top;
}

#object-list {
    text-align: center;
    height: 433px;

}

.intrail {
    float:left;
    margin:1px;
    display:inline-block;
    width:70px;
    height:70px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #92257F;
    overflow: hidden;
}

.vobj {
    float:left;
    margin:1px;
    display:inline-block;
    width:70px;
    height:70px;
    cursor:pointer;
    margin-bottom: 5px;
    overflow: hidden;
}


.grid-item {
    float:left;
    margin:1px;
    margin-bottom: 5px;
    display:inline-block;
    width:70px;
    height:101px;
    border: 1px dashed #CCC;
    text-align: center;
}


.trails {
    width: 380px;
    border: 1px solid #922580;
    float: right;
    margin-right: 5px;
}





.sel {
    border:  2px solid #92257F;
}



.image {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-desc {
    font-family: Arial;
    font-size: 12px;
    background-color:  #F1F0EC;
    height: 25px;
    padding: 1px 0px 2px 1px;
} 

#tabs-1 .num {
    background-color: #F1F0EC;
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-size: 36px;
    line-height: 101px;
    color: #CCC;
}

.vo {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
}

.wait_info {
    font-family: Aria;
    font-size: 12px;
    margin-top: 50px;
}

.trail-modify-anno {
    margin:4px;
}

.trail-show-desc {
    border-bottom: 1px dashed #000000;
    color: #000000;
    font-size: 10px;
    cursor: pointer;
    vertical-align: super;

}

.trail-symbols-left {
	float:left;
	font-size: 10px;
	vertical-align: super;
}

.desc_show_div {
	text-align:right;
}


.trail_status {
	font-size: 10px;
	font-weight: bold;
}



/* trails end */


/* mus-manage */

.mus-manage-image {
    float: left;
    margin: 5px 5px 5px 0px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;

}

.mus-manage-warn {
    margin-top: 5px;
    font-family: Arial;
    font-size: 13px;
    color: #FF1900;
}

.mus-manage-edit {
    cursor: pointer;
    text-decoration:underline;
}

.edit-div{
    z-index: 100;
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    width: 500px;
    height: 400px;
}


 #backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}



/* Jcrop for mus-manage - Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/files/images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
} 

#crop-header {
	position: absolute;
	top: 5px;
	height: 30px;
	left: 20px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

#crop-img-cont {
	left: 20px;
	top: 40px;
	position: absolute;
}

#crop-footer {
	position: absolute;
	left: 20px;
	display: table;
	background-color: #FFFFFF;
}

.crop-but {
	display: table-cell;
	text-align: left;
}

.crop-button {
	width: 70px;
}

.crop-info {
	display: table-cell;
}

.crop-loader {
	text-align:center;
	margin-top:150px;
}



/* mus-manage end */


#venuepage-boxleft{
width:370px;
min-width: 370px;
max-width: 370px;
margin:10px 30px 0px 0px;
float: left;
} 
	
#venuepage-boxright{
	width:360px;
	min-width:360px;
	font-size:9pt;
	color:#333333;
	margin:10px 10px 0px 0px;
	float: left;
} 
#venuepage-imagebox{
width:340px;
}

.events-headbar{
	width:350px;
	height:5px;
	margin-top:10px;
}
.venue-eventbox{
	width:370px;	
	float:left;
	margin-bottom:10px;	
	margin-right:10px;	
}
.venue-image {
	width:100px; 
	min-width:100px;
	max-width:100px;
	height:100px;
	max-height:100px;		
	text-align:left;
	background-color:#f1f0ec;
	border: 1px solid lightGrey;
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
}
.venue-eventcontent{
	width:250px; 
	float:left;
	margin:10px 0px 10px 10px;	
}
.venue-eventcontent .title{
	font-size:11pt;
	font-weight:bold;
	margin-bottom:3px;
	width:230px;	
}
.venue-eventcontent .dates{
	font-size:9pt;
	font-weight:bold;
	margin-bottom:3px;
	width:230px;
}
.venue-info{
	font-size:9pt;
	font-weight:bold;
	margin-bottom:3px
}
.venue-info .showimg{
	width:15px; 
	min-width:15px; 
	float:left;
}
.venue-info .infobar{
	float:left;
	margin:0px;
	width:340px;
	min-width:340px;
	max-width:340px;	
	
}
.venueinfo-right{
	margin:10px 10px 10px 15px;
}
.venueobjects-placeholder{
	width:770px; 
	float:left;
}
.venueobject-left{
	width:370px; 
	/*margin-right:70px;*/ 	
}
.venueobject-right{
	width:370px;
}
.objects-headbar{
	width:770px;
	height:5px;
	margin-right:10px;
	margin-top:10px;	
}
.gray-bg{
	background-color:#f2f1f0;
}

.venue-objecttag{
	width:770px;
	margin:10px 0 10px 0;
	background-color:#f2f1f0;
	
}

.venue-objecttag-heading{
	font-size:12pt;
	font-weight:bold;
	padding:10px 10px 5px 10px;
}
 
.venue-objecttag-text{
	font-size:9pt;
	color:#333333;
	padding:0px 10px 10px 10px;
	text-align:justify;
	
}
.flicker-bg{
background-color:#d9f5f9;
}

.ugcinfo-block {
	width:120px;
	float:left;
}
.ugcinfo-image {
	width:120px; 
	min-width:120px;
	max-width:120px;
	height:120px;
	max-height:120px;		
	text-align:left;
	background-repeat: no-repeat;
	background-position: center center;
}
.ugcinfo-text {
	width:120px; 
	min-width:120px;
	max-width:120px;	
	text-align:left;	
	overflow:hidden;
	float:left;	
	margin-bottom:20px;
}
.ugcspacing {
	width: 32px;
}
#venueobj-title .alink{
font-size:9pt;
font-weight:normal;
padding:0px;
}
.marginobj{
	margin-right:20px;
}
#venuepage-box{
	width:600px;
	min-width: 600px;
	max-width: 600px;
	margin:10px 30px 0px 0px;
	float: left; 
}
.venue-info-section{
	font-size:9pt;
	font-weight:bold;
	margin-bottom:3px
}
.venue-info-section .showimg{
	width:15px; 
	min-width:15px; 
	float:left;
}
.venue-info-section .infobar{
	float:left;
	margin:0px;
	width:570px;
	min-width:570px;
	max-width:570px;	
}
.objspace{
	height:30px;
}
.bottom-margin1{
	margin-bottom:10px;
}
.left-margin1{
	margin-left:-20px;
}
.right-margin1{
	 margin-right: 10px;
}

.home-venue{
	width: 620px;
	max-width: 620px;
	height: 246px;	
	margin: 0px;	
	padding: 0px;
	background-image: url(/images/homemain.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}
.home-venue .title{
	margin-left:10px; 
	font-size:11pt; 
	font-weight:bold;
	color:#FFFFFF;
}
.home-venue .desc{
	margin-left:10px; 
	font-size:9pt; 
	font-weight:bold;
	color:#FFFFFF;
}
.home-venue .more{
	margin-left:10px; 
	font-size:8pt; 
	font-weight:bold; 
	text-align:right; 
	margin-right:10px;
}

.home-venue-content {
	float: left;
	width: 150px;
	max-width: 150px;
	height: 246px;
	max-height: 246px;	
	margin: 0px;	    
	background-color:#FFFFFF;	 
}
.home-venue-content .venuetype{
	width:149px;
	height:24px;
	padding-top:10px;
	text-align:center;	
	font-size:9pt;
	font-weight:bold;
	border-left:solid 1px #A9A9A9;
	border-top:solid 1px #A9A9A9;
}
.home-venue-content .bottomborder{
	border-bottom:solid 1px #A9A9A9;
}
.home-venue-content .venuetype a{
	color: black;
}
.home-venue-content .venuetype:hover a{
	color: #009fb5;
}
.home-subtitlebar {
	width: 760px;
	height: 30px;
	font-weight: bold;	
	font-size: 14pt;
	color: white;
	line-height: 30px;
	padding-left: 10px;
	margin: 0px;
	border: none;
	overflow: hidden;
	margin-bottom:10px;
}
.home-subtitlebar .slink{
	font-size:9pt;
	font-weight:bold;
	padding:0px;	
}

.home-objectbox{
	width:373px;
	_width:363px;
	float:left;
	margin-bottom:10px;
	border:1px solid #CCCCCC;	
}
.home-object-separator{
	width:20px;	
	height:100px;
	float:left;
	margin-bottom:10px;
}
.home-objcontent{
	width:250px;
	_width:240px;	 
	float:left;
	margin:10px 10px 0px 10px;	
}
.home-objcontent .title{
	font-size:11pt;
	font-weight:bold;	
	width:250px;
	_width:240px;	
}
.home-objcontent .subtitle{
	font-size:9pt;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
	width:250px;
	_width:240px;	
}
.home-objcontent .dates{
	font-size:9pt;
	font-weight:bold;
	margin-bottom:5px;
	width:250px;
	_width:240px;	
}
.home-objcontent .description{
	width:250px;
	_width:240px;	
}
.home-righthead{
	font-size:22px; 
	font-weight:bold;
	width:160px;
	text-align:center;
}
.home-rightsubhead{
	font-size:15px; 
	font-weight:bold;
	width:160px;
	text-align:center;

}
.home-rightsection{
	width:125px;
	margin-left:5px; 
	height:28px; 
	border:1px solid #E89633;
	font-size:16px; 
	font-weight:bold; 
	padding-left:25px; 
	text-align:left;
	padding-top:6px;
}

.footer {
	width: 770px;
}
.footer-part{
	width:150px;
	padding-left:40px;
}
.footer-part th{
	font-weight: bold;
    text-align: left;
	line-height:20x;
	font-size:8pt;
	color: #333333;
}
.footer-part td{
    text-align: left;	
	line-height:20px;
	font-size:8pt;
}
.footer-part td a{
	color: #666666;
}
.footer-part td a:hover{
	text-decoration:underline;
}
.footer-separator{
	width:770px;
	border-top:1px solid #999999;
	height:10px; 
}
.home-logotext{
	font-size:16px; 
	color:#D59239; 
	font-weight:bold;
	text-transform:uppercase;
}
.venue-imagebox{
	width:100px; 
	min-width:100px;
	max-width:100px;
	height:98px;
	max-height:98px;	
	padding:0px;
	text-align:center;
	border: 1px solid lightGrey;
	background-repeat: no-repeat;
	background-position: center center;

}
.createobject .listitems{
	width:340px;
}


.isthisyourvenuebox {
	width:220px; 
	min-width:220px;
	max-width:220px;
	height:155px;
	max-height:155px;		
	text-align:left;
	background-repeat: no-repeat;
	background-position: center center;
}
.isthisyourvenuebox {
	width:220px; 
	min-width:220px;
	max-width:220px;
	height:155px;
	max-height:155px;		
	text-align:left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:10px;
	margin-bottom:10px;
}
.isthisyourvenuebox  .moreinfo{
	font-size:7pt;
	color: black;
}
.isthisyourvenuebox  .moreinfo:hover{
	color: #D59239;
}