/* Appearance consistent with Wicket's default error pages. */

body {
	/*font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica', sans-serif;*/
	font-family: 'Verdana', 'Lucida Grande', 'Lucida Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	color: #6F6F6F;
	padding: 0 .5em;
}

h1, h2, h3, h4 {
	color: #E30081;
	font-weight: normal;
	font-stretch: condensed;
	margin-top: 3px;
	margin-bottom: 4px;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

tr.a, tr.even {
	background: #DDDDDD;
}

tr.b, tr.odd {
	background: #EEEEEE;
}

th {
	text-align: left;
}

.even {
	background-color: #DDDDDD;
}
.odd {
	background-color: #EEEEEE;	
}

a img {
	border: none;
}


/* mtech-site specific */

#logo {
	padding-left: 10px;
}

#header {
	height: 112px;
	background-color: white;
	background:#FFFFFF url(bg_head.gif) repeat-x scroll left top;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	/*width:910px;*/
}

#footer {
	text-align: center;
	color: black;
	padding-top: 5px;
	border-bottom:12px solid #E30081;
}

.main {
	width: 910px;
	/*height: 800px;*/
	margin: 0px auto;
	padding: 10px;
	/*border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;*/
	background-color: white;
}

.mainmenu {
	/*float: left;*/
	/*width: 120px;*/
	
	border: none;
	background:#AAAAAA url(toolbar.png) no-repeat scroll top left;
	border: none;
	float:left;
	height:40px;
	margin:0pt;
	padding:0pt;
	width:910px;
}

.mainbody {
	/*padding: 0px;
	margin: 0px;
	border: 1px solid #DFDDFF;
	background-color: white;
	font-size: 9pt;*/
	
	background:#FFFFFF url(bg_cont.gif) repeat-x scroll left top;
	border-top:1px solid #FFFFFF;
	color:#777777;
	font-family:arial;
	font-size:12px;
	/*height:100%;*/
	overflow:hidden;
	padding:13px 10px;
}

.mainbreadcrumb {
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DFDDFF;
}

.maincontent {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* pagecontent */
.pagecontent {
	padding: 5px;
	padding-top: 0px;
}



.headline {
	background:#E30081 none repeat scroll 0%;
	border-top:1px solid #FFFFFF;
	clear:both;
	height:3px;
	overflow:hidden;
}

/* Navigation */
ul.navigation {
	/*background-color: #FFF;
	margin: 0;
	padding: .2em;
	list-style-type: none;*/
	margin:0pt;
	padding:0pt;
	
	
}

ul.navigation li {
	/*display: inline;*/
	
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:15px 18px 8px;
	text-align:center;
}

ul.navigation li a {
	/*color: #FFF;
	background-color: #BBBBBB;
	padding: .2em .8em;*/
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:15px 10px 0pt;
	text-align:center;
	text-decoration:none;
}

ul.navigation li a:hover
{
	color: #000;
}

ul.navigation span.navItemDisabled {
	color:#333333;
	font-weight: bold;
	/*color: #000;
	font-weight: bold;
	background-color: #999;
	padding: .2em .8em;
	
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:15px 10px 0pt;
	text-align:center;
	text-decoration:none;*/
}

/* articles */
.articles {
	padding: 5px;
}

.articlemeta {
	font-size: smaller;
	color: gray;
}
.articledescription {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid gray;
}

/* home page */
.homepageboxtable {
	border: 1px solid gray;
	padding: 5px;
}

/* tabs */

.tab-row {
  float:left;
  width:100%;
  background:#DAE0D2 url("tab/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  clear: both;
  }
.tab-row ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
.tab-row li {
  float:left;
  background:url("tab/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 8px;
  }
.tab-row a {
  float:left;
  display:block;
  background:url("tab/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#AAAAEE;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tab-row a {float:none;}
/* End IE5-Mac hack */
.tab-row a:hover {
  color:white;
  }
.tab-row .selected {
  background-image:url("tab/left_on.gif");
  }
.tab-row .selected a {
  background-image:url("tab/right_on.gif");
  color:white;
  }
.tab-panel {
	clear: both;
}
/* user feedback panel */
div.feedback {
	list-style-type: none;
}

li.feedbackPanelINFO {
	border: 1px solid #009900;
	background-color: #BBFFBB;
}

li.feedbackPanelERROR {
	border: 1px solid #990000;
	background-color: #FFBBBB;
}

/* editors */
.submitbox {
	border: 1px solid #ddaa44;
	background-color: #ffdd66;
	padding: 2px;
	margin: 2px;
	
}

form .row label {
	width: 80px; 
	float: left;
}

/* image list editor */
/* used to stack up, down buttons */
div.images div.stack {
	line-height: 0px;
}
/* disabled appearance (in modern browsers) when unlinked */
div.images div.stack img {
	padding: 2px 0;
	opacity: .4;
}

/* venue or supplier profile */
.profile {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #C6C6C6;
	width:888px;
}

.profile .viewp {
	margin:6px 0pt 0pt 10px;
	padding-bottom:8px;
	width:868px;
}

#content .emspace {
	height:10px;
	overflow:hidden;
}

.emspace {
	height:10px;
	overflow:hidden;
}



.contview {
	background:#DDDDDD none repeat scroll 0%;
	border:1px solid #DDDDDD;
	overflow:hidden;
}

.contview .wrap {
	margin:8px auto;
	width:652px;
}

.headview {
	overflow:hidden;
	width:672px;
}
.headview .inleft, .headview .inright {
	height:100px;
}
.headview .inright {
/*	padding: 10px;*/
}

.headview .inleft {
	float:left;
	overflow:hidden;
	width:171px;
}
/*.headview .inleft img {
	border:1px solid #000000;
}*/
.headview .inleft .linkview {
	background:#000000 none repeat scroll 0%;
	height:31px;
	margin-top:2px;
	padding-top:8px;
	text-align:center;
}
.headview .inright {
	background:#EEEEEE none repeat scroll 0%;
	float:right;
	overflow:hidden;
	width:491px;
}

.headview .inright .ll {
	float:left;
	line-height:18px;
	padding-left:30px;
	width:301px;
}
.headview .inright .rr {
	float:right;
	line-height:20px;
	padding-right:20px;
	width:110px;
}
.headview .inright .ll, .headview .inright .rr {
	padding-top:10px;
}

.wrap .description, .wrap .contactinfo {
	background:#EEEEEE none repeat scroll 0%;
	overflow:auto;
	padding:10px;
}

.wrap .contactinfo {
	background:transparent url(profilebg.gif) repeat-y scroll 0% 0%;
	padding: 0px; 
	overflow:hidden;
	width:100%;
}
.contactinfo .ll {
	float:left;
	text-align:right;
	width:141px;
}
.contactinfo .rr {
	float:right;
	width:450px;
}
.contactinfo .ll, .contactinfo .rr {
	background:#EEEEEE none repeat scroll 0% 0%;
	padding:10px 8px;
}
.contactinfo .rr .head, .contactinfo .ll .head {
	font-weight:bold;
	line-height:18px;
}

.data span {
	display:block;
	font-size:11px;
	min-height:16px;
	/*line-height:16px;
	height: 16px;*/
	height: auto;
}

/* for Internet Explorer */
/*\*/
* .data span {
height: 16px;
}
/**/


.footview {
	background:#BBBBBB none repeat scroll 0%;
	height:60px;
	overflow:hidden;
	text-align:center;
}

.wrapview {
	color:#666666;
	font-family:arial;
	font-size:11px;
	overflow:hidden;
	width:100%;
}

.wrapview .left {
	float:left;
	width:672px;
}
.wrapview .right {
	float:right;
	width:184px;
}

/* standard appearance when linked */
div.images div.stack a img {
	opacity: 1;
}

div.images a.delete img{
	margin-left: 15px;
	padding-top: 5px;
}

table.boxpaneltable {
	
}

table.boxpaneltable td {
	margin:0px;
}

/* custom for venues2events */
.headerL {
	background:transparent url(pheaderL.jpg) no-repeat scroll left top;
	float:left;
	height:112px;
	width:366px;
}

.headerR {
	background:transparent url(pheaderR.gif) no-repeat scroll left top;
	float:right;
	height:112px;
	width:410px;
}

/* footer menu */
ul#footermenu {
	margin: 0pt;
	padding: 0pt;
	text-align: center;
}

ul#footermenu li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt 5px;
}

/* V2E-specific */
a {
	color: #E30081;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* forms */

/* groups of fields */
fieldset {
	/*background-color: #EEEEEE;*/
	border: none;
	margin: 4px;
}
/* headings for groups of fields */
fieldset legend {
	color: #E30081;
	font-size: 12pt;
	border: none;
	padding: 0px;
	display:block;
	border-bottom: 1px solid #CFCFCF;
	background-color: transparent;
}
/* text fields */
input, textarea, select {
	border: 1px solid #999999;
}

input.submit_button {
	background-color: #E30081;
	color: white;
	font-weight: bold;
}

/* search panels and forms */
.searchPanel {
	margin: 3px;
	padding: 3px;
	border: 1px solid #00AFF0;
	background: #EEEEFF;
}

table {
	border-collapse: collapse;
	font-size: 12px;
}

.left {
	float:left;
	width:582px;
}

.right {
	float:right;
	width:302px;
}
.right .image {
	height:279px;
	overflow:hidden;
}

.right .login {
	background:#CCCCCC none repeat scroll 0%;
	width:256px;
}

.left .join, .right .login {
	border-bottom:2px solid #E30081;
	height:104px;
	overflow:hidden;
	padding:10px 12px;
}

.left .search {
	height:253px;
	overflow:hidden;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #C6C6C6;
	padding:12px;	
}

.leftdir {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #C6C6C6;
	float:left;
	width:680px;
}
.leftdir .con {
	border:medium none;
	height:auto;
	margin:0px 0pt 0pt 15px;
	padding-bottom:15px;
	width:645px;
}

.leftsub {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #C6C6C6;
	float:left;
	width:692px;
}
.leftsub .con {
	padding:12px;
}
.rightsub {
	float:right;
	width:183px;
}

.rightdir {
	float:right;
	width:195px;
}
.rightdir .image {
	height:501px;
	overflow:hidden;
}

.searchresult {
	height:121px;
	overflow:hidden;
	padding:5px;
	margin-bottom: 10px;
}

.sresl {
	background:#E30081 none repeat scroll 0%;
	float:left;
	overflow:hidden;
	width:184px;
}

.sresl, .sresr {
	height:121px;
	
}

.sresr {
	/*float:right;*/
	overflow:hidden;
	/*width:490px;*/
	overflow:hidden;
	padding-left:10px;
}


.sresr .topbot {
	height:20px;
	text-align:right;
}
.sresr .middle {
	height:81px;
	vertical-align:top;
	padding-top:10px;
}
.sresr .middle p {
	margin:0pt;
	padding:0pt;
	display:inline;
}

select, .srchwrap select, input.loginform, input.loginborm, input.srch, input.fieldform {
	border:1px solid #CFCFCF;
	color:#777777;
	font-family:arial;
	font-size:11px;
	padding:2px 4px;
}

.srchwrap label {
	width: 100px;
	text-align:right;
	padding-right: 10px;
	float: left;
}

.srchwrap .searchButtonBox {
	padding-top: 5px;
	text-align: left;
	padding-left: 115px;
}

.smallSearchPanel {
	border: 1px solid #CFCFCF;
	background-color: white;
	padding: 2px;
	padding-left: 10px;
}

.smallSearchPanel h3 {
	text-transform: uppercase;
}


.smallSearchPanel .srchwrap label {
	color: black;
	text-align: left;
}

.smallSearchPanel .srchwrap .searchButtonBox {
	padding-left: 0px;
	text-align: center;
}

.srcwrap tr {
	padding: 0pt;
	margin: 0pt;	
}

.srchwrap select {
	width:140px;
}

.bttn, input.bttn, a.bttn, .detaile .bttn {
	background:transparent none repeat scroll 0%;
	border:1px solid #000000;
	color:#000000;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:19px;
	text-transform:uppercase;
	width:140px;
}

.searchForm {
	
}

.srchwrap {
	
}

.promoBox {
	border:1px solid #C6C6C6;
	/*background:#FFFFFF none repeat scroll 0% 50%;*/
	background: #FFFFFF url(flowers.gif) repeat scroll left top;
	font-size: larger;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/** Analytics **/
table.grid {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
} 
table.grid th, table.grid td {
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.frontPageUpperSection {
	padding-top: 10px;
	float: left;
	/*position: relative;*/
	/*left: -15px;*/
	/*width: 735px;*/
}



.frontPageUpperBox {
	background-color: white;
	background-image: url(toolbar_pink_small.png);
	background-position: top left;
	background-repeat: repeat-x;
	/*float: left;*/
	/*width: 260px;*/
	/*height: 270px;*/
	/*margin-right: 10px;*/
	border:1px solid #C6C6C6;
	/*overflow:hidden;*/
	padding:12px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.frontPageUpperBox h2, .frontPageUpperBox h1 {
	margin-top: 3px;
	margin-bottom: 11px;
	color: white;
}

/* for promo boxes to right of search boxes */
.frontPageUpperPromoBox {
	/*float: left;
	width: 140px;
	padding: 0px;*/
	margin: 0px 0px 10px 10px;
}

.frontPageLowerSection {
	padding-top: 10px;
	clear: both;
}

.frontPageLowerBox {
	background-color: white;
	background-image: url(toolbar_small.png);
	background-position: top left;
	background-repeat: repeat-x;
	border:1px solid #C6C6C6;
	padding:12px;
	padding-top: 5px;
}

.frontPageLowerBox h3 {
	margin-top: 3px;
	margin-bottom: 11px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.frontPageLowerSideBox {
	background-color: white;
	background-image: url(toolbar_small.png);
	background-position: top left;
	background-repeat: repeat-x;
	/*float: left;*/
	/*width: 240px;*/
	/*height: 200px;*/
	/*margin-right: 10px;*/
	border:1px solid #C6C6C6;
	overflow:hidden;
	padding:5px;
	padding-top: 5px;
	margin: 0px 0px 10px 10px;
	/*margin-bottom: 10px;*/

}

.frontPageLowerSideBox h3 {
	margin-top: 3px;
	margin-bottom: 11px;
	margin-left: 5px;
	color: white;
}


table.topVenuesTable {
	
	
}

.leftcol {
	width: 610px;
	float: left;
}

.rightcol {
	float: right;
	width: 280px;
}

.pinkHeaderBox {
	background-color: white;
	background-image: url(toolbar_pink_small.png);
	background-position: top left;
	background-repeat: repeat-x;
	border:1px solid #C6C6C6;
}

.pinkHeaderBox h3 {
	margin-top: 7px;
	margin-bottom: 0px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.pinkHeaderButton {
	background-color: white;
	background-image: url(toolbar_pink.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 2px;
	height: 25px;
/*	border:1px solid #C6C6C6;*/
}

.pinkHeaderButton h3 {
	margin-top: 7px;
	margin-bottom: 0px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.pinkHeaderButton h3 > a {
	color: white;
}


.blueHeaderButton {
	background-color: white;
	background-image: url(toolbar_blue.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 2px;
	height: 25px;
/*	border:1px solid #C6C6C6;*/
}

.blueHeaderButton h3 {
	margin-top: 7px;
	margin-bottom: 0px;
	color: white;
}

.blueHeaderButton h3 > a {
	color: white;
}

.greenHeaderBox {
	background-color: white;
	background-image: url(toolbar_green_small.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px;
	padding-top: 2px;
	border:1px solid #C6C6C6;
}

.greenHeaderBox h3 {
	margin-top: 7px;
	margin-bottom: 11px;
	padding-left: 5px;
	color: white;
/*	text-align: center;
	text-transform: uppercase;*/
}

.blueHeaderBox {
	background-color: white;
	background-image: url(toolbar_blue.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.greyHeaderBox {
	background-color: white;
	background-image: url(toolbar_grey.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.searchPageBox h2, .searchPageBox h1 {
	margin-top: 13px;
	margin-bottom: 11px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

table.topVenuesTable tr {
	height: 45px;
}

table.topVenuesTable td {
	padding: 2px;
}

table.topVenuesTable td img {
	border: 1px solid #C6C6C6;
	
}

.fullwidth {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #C6C6C6;
	padding: 5px;
}

.gallery {
	border:1px solid #C6C6C6;
	padding: 5px;
	margin: 3px;
}

/* product and campaign displays */
.gallery .section .file {
	float: left;
	color: black;
	text-align: center;
	padding: 6px;
}

.gallery .section {
	background: #FFFFFF url(flowers.gif) repeat scroll left top;
	border:1px solid #C6C6C6;
	padding: 5px;
}

.imagePanel a {
	color: white;
	
}

.imagePanel span {
	padding: 2px;
	
}

/* reporting */
.reportSection {
	background: #FFFFFF url(flowers.gif) repeat scroll left top;
	border:1px solid #C6C6C6;
	padding: 5px;
	margin: 3px;
}

/** 
 * autocomplete
 */
/*.wicket-aa {
	background-color: white;
	border: 1px solid black;
}

.wicket-aa ul {
	list-style-type: none;
}

.wicket-aa ul li {
	background-color: #DDDDDD;
	color: black;
	padding: 2px;
	border: 1px solid black;
}

.wicket-aa ul li.selected {
	background-color: #0000DD;
	color: white;
}

*/
            div.wicket-aa {
                font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
                font-size: 12px;
                background-color: #333333;
                border-width: 1px;
                border-color: white;
                border-style: solid;
                padding: 2px;
                margin: 1px 0 0 0;
                text-align: left;
            }
            div.wicket-aa ul { list-style:none; padding: 2px; margin:0;}
            div.wicket-aa ul li.selected { color: #FFCC33; background-color: black; padding: 0px; margin:0;}


.cartBorder {
	border: 1px solid #BBBBBB;
	padding: 2px; 
}     


/* used on front page for promo boxes */
.blackbox{display:block}
.blackbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.blackbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #919191;
  border-right:1px solid #919191;
  background:#3f3f3f}
.blackbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  background:#303030}
.blackbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #303030;
  border-right:1px solid #303030;}
.blackbox4{
  border-left:1px solid #919191;
  border-right:1px solid #919191}
.blackbox5{
  border-left:1px solid #3f3f3f;
  border-right:1px solid #3f3f3f}
.blackboxfg{
  padding: 1px 5px;
  background:#000000}

/* shopping cart */
.cartBorder {
	background-color: white;
	background-image: url(toolbar_cart.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.cartEmailLink {
	background-color: white;
	background-image: url(emailbutton.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 30px;
	color: white;
	font-size: larger;
	padding-right: 30px;
	padding-left:5px;
	padding-top:5px;
	display: block;
}

.cartEmailLink a {
	display:block;
}

.cartBorder h3 a {
	color: white;
	display: block;
	padding-left: 5px;
}

.cartBorder h4 {
	font-size: 12pt;
	margin-top: 10px;
	margin-left: 5px;
}

/* used next to links on venue / supplier search results */ 
img.smallIcon {
	vertical-align: text-bottom;
	margin-right: 3px;
}

a.printext {
	color:#B2B2B2;
	position:relative;
	top:5px;
	left:-5px;
}

a.printext:hover {
	text-decoration: none;
	border-bottom: 1px dashed #B2B2B2;
}