/*	Template CSS

	Tiger Chinese New Year site
*/

* {
	margin:0;
	padding:0;
}
a img {
	border: none;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-image: url(../images/puce_bg.gif);
	background-repeat: repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}
body.landing_page{
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000 url(../images/landing_page_bg.jpg) no-repeat ;
	font-size:76%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center ;
}

a{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	text-decoration:none;
}

.bold{
	font-weight: bold ;
}
.blue {
	color : #47c8f2 ;

}

#submit{
  width: 87px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/submitButton.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.inline{
	float:left ;
	margin : 6px 0px ;
	padding: 0px ;
	height: 32px ;
	line-height: 32px ;
}

.vertical{
	clear:both ;
	height: 32px ;
	line-height: 32px ;
	padding: 0px ;
	margin : 6px 0px ;
	width : 100% ;
}


.clear{
	clear:both ;
	height:1px ;
}

.right{
	float: right ;
}
.left{
	float:left;
}

#container{
	height: auto;
	width: 1000px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
#container .divider {
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	float: left;
	height: 2px;
	width: 1000px;
}
/* Header styles */
#header {

	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	float: left;
	height: 104px;
	width: 1000px;
}
#container #header .tigerlogo {
	background-image: url(../images/Tiger_logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	width: 144px;
	margin-top: 17px;
	margin-left: 50px;
}
#container #header .yott {
	display: block;
	float: left;
	height: 71px;
	width: 212px;
	margin-top: 3px;
	margin-right: 428px;
}
#container #header .dazed {
	background-image: url(../images/Dazed_logo.jpg);
	float: left;
	height: 88px;
	width: 117px;
}
#menu{
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	float: left;
	height: 48px;
	width: 1000px;
}


#container #menu .mainmenu {
	display: block;
	float: left;
	height: 34px;
	width: 426px;
	margin-top: 7px;
	margin-left: 50px;
}
#container #menu .mainmenu li {
	list-style-type: none;
	display: inline;
}
#container #menu .mainmenu a:hover {
	background-position:0px -34px;
}

#container #topcreative {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	float: left;
	height: 118px;
	width: 1000px;
	padding-top: 12px;
	padding-left: 50px ;
}

#container #content {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 1000px;
	padding: 20px 50px 40px 50px ;
}

#content_wrapper{
	clear:both ;
	padding: 10px 0px ;
	border-top: 1px solid #333 ;
	border-bottom: 1px solid #000 ;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}



#header h1 {

	font-family:Arial, Helvetica, sans-serif small-caps;
	font-variant:small-caps;
	font-stretch:expanded;
	margin: 0 ;
	padding:0px;
	color : #000 ;
}

#header input {
background:url(../images/search.png) no-repeat;
border:0;
height:22px;
width:168px;
font:12px Arial, Helvetica, sans-serif;
padding:2px;
}

#header .search {
position:absolute;
top:20px;
right:20px;
}

#top {
background:#ea6800 url(../images/teaser.png) no-repeat;
padding:10px;
}

#top .moduletable h3 {
color:#fff;
background:none;
text-align:left;
font:2.5em Arial, Helvetica, sans-serif normal;
font-stretch:expanded;
margin:10px 10px 0 10px;
padding:10px;
}

#top .moduletable {
font:bold 1em/1.2 Tahoma,Arial, Helvetica, sans-serif;
color:#fff;
border:0;
margin:0;
padding:0;
}
#container #bookmark {
	background-image: url(../images/main_bg.gif);
	float: left;
	width: 1000px;
}
#container #footer {
	background-image: url(../images/footer_bg.gif);
	float: left;
	height: 85px;
	width: 1000px;
}


#container #footer .moduletable_bottom {
	float: left;
	height: 24px;
	line-height: 24px ;
	vertical-align:middle ;
	width: 566px;
	margin-top: 23px;
	margin-left: 50px;
	color: #666666 ;
}
#container #footer .moduletable_bottom  a, a:hover{

	font-size: 11px ;
	color : #666666 ;
}

#container #footer .moduletable_bottom .footerdivider {
	display: block;
	float: left;
}

#bottom {
	background:#333;
	color:#666;
	padding:10px 50px;
}


#sidebar {
	margin: 0;
	padding: 0 ;
	width: 210px;
}
#sidebar_dark {
	float:left ;
	margin: 0px 0px;
	padding: 0 ;
	width: 210px;
}

#content_full{
	float:left;
	width:900px;
	height: auto;
	position: relative;
	overflow:hidden;

}
#content_narrow {
	float: left;
	width: 440px;
	margin: 0px 20px;
	height: auto;
	position: relative;
	overflow:hidden;
}

#content_wide {
	float:left;
	margin: 0px 20px 0px 0px;
	width:670px;
	height: auto;
	position: relative;
	overflow:hidden;
}


h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,.componentheading,.contentheading {
margin:0.75em 0;
}

li,dd {
margin-left:1em;
}

fieldset {
padding:.5em;
}

a:link,a:visited {
text-decoration:none;
color:#ffffff;
}
a:hover {
text-decoration:none;
font-weight: bold ;
}
#content60 a:link,#content60 a:visited,#content80 a:link,#content80 a:visited,#content100 a:link,#content100 a:visited {
	color:#ffff;
}

h1,.componentheading {
font-size:1.8em;
}

h2,.contentheading {
font-size:1.6em;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
font-weight:700;
}

.button {
border:#000 solid 1px;
background:#fff url(../images/buttonbackground.png) repeat-x;
height:25px;
line-height:25px
font-size:14px;
margin:4px 0;
padding:0 4px;
cursor:hand;
}

.small,.createdate,.modifydate,.mosimage_caption {
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

.sectiontableheader {
background:url(../images/teaser.png);
color:#fff;
font:1.2em bold Arial, Helvetica, sans-serif;
padding:5px;
}
.sectiontableheader a:link,.sectiontableheader a:visited {
color:#fff;
}

/* Module styling */
.moduletable {
	color:#fff;
	font-size:1.1em;
}

.moduletable h3 {
font:1.3em Tahoma,Arial,Helvetica,sans-serif;
background:#000;
color:#ccc;
text-align:left;
margin:0 -10px;
padding:5px 10px;
}

/*Menu Styling*/
.moduletablemenu {
margin-bottom:1em;
}

.moduletablemenu h3 {
font:1.3em Tahoma,Arial,Helvetica,sans-serif;
background:#000;
color:#ccc;
text-align:left;
margin:0 -10px;
padding:5px 10px;
}

.moduletablemenu ul {
list-style:none;
margin:5px 0;
}

.moduletablemenu li {
background:url(../images/leftmenu.png) bottom left no-repeat;
height:24px;
font:14px Tahoma,Arial, Helvetica, sans-serif;
margin:10px 0;
padding:0 0 0 10px;
}

.moduletablemenu a:link,.moduletablemenu a:visited {
color:#fff;
display:block;
text-decoration:none;
padding-left:5px;
}

.moduletablemenu a:hover {
text-decoration:none;
color:#fff;
background:#ADADAD;
}

/*Tab Menu Styling*/

.moduletabletabs {
font:bold 1em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.moduletabletabs ul {
list-style:none;
float:right;
margin:0;
padding:0;
background:#212121;
width:100%;
}

.moduletabletabs li {
float:right;
background:url(../images/tabs.png) no-repeat 0 -4px;
margin:0;
padding:0 0 0 12px;
}

.moduletabletabs a:link,.moduletabletabs a:visited {
float:left;
display:block;
color:#000;
background:url(../images/tabs.png) no-repeat 100% -4px;
text-decoration:none;
margin:0;
padding:7px 18px 5px 9px;
}

.moduletabletabs #current {
background:url(../images/tabs.png) no-repeat 0 -84px;
}

.moduletabletabs #current a {
color:#fff;
background:url(../images/tabs.png) no-repeat 100% -84px;
}

.moduletabletabs li:hover {
background:url(../images/tabs.png) no-repeat 0 -164px;
}

.moduletabletabs li a:hover {
background:url(../images/tabs.png) no-repeat 100% -164px;
}

.design a:link,.design a:visited {
color:#666;
float:right;
font:0.8em Verdana, Arial, Helvetica, sans-serif;
}




div.moduletabletcny{
	margin: 10px ;
	height: 100px ;
}
div#sociable_tcny{
	display: none ;
}

div ul.sociableList
{
    list-style:none;
    padding-top:3px;
    padding-bottom:3px;
}

div ul.sociableList img
{
	border:none;
}

div ul.sociableList li
{
	padding:1px;
    display:inline;
}

div ul.sociableList li a
{
	opacity:0.5;
}

div ul.sociableList li a:hover
{
	opacity:1;
}


.blog_frontpage{
}

.frontpage_wrapper {
	margin-bottom : 30px ;
}

.frontpage_img {
	width: 900px ;
	height: 426px ;
	background: url( ../images/frontpage.png ) no-repeat ;
}

.frontpage_articles {
	margin :0  auto ;
	width: 100%;
	}


.moduletable_frontpage{
	float: left ;
	width : 210px ;
	min-width : 210px ;
	max-width : 210px ;
}

.menu_frontpage{

	list-style-type: none ;

}
.contentheading_frontpage{

	color : red ;
	font-weight : bold ;
}
.article_separator{
	float:left ;
	width : 19px ;
	min-width : 19px ;
	max-width : 19px ;
	min-height: 100px ;
	max-height: 100px ;
	height: 100px ;

}
.article_img{

}
.article_title{
	color : red ;
	font-size: 1.4em ;
	font-weight: bold ;
	padding : 6px 0px ;
}
.article_hotspot{
	font-size: 1.2em ;
	font-weight: bold ;
}
.city{
	color : #47c8f2 ;

}
.article_desc{
	padding: 10px 0px ;
}
.article_readmore{
	color : #47c8f2 ;
	font-weight: bold ;
}


.moduletable_search{
	float:right;
	height: 46px ;
	line-height: 46px ;
	vertical-align: middle ;
	margin: 0 50px 0 0  ;
	padding: 0 ;
}

div.search_search{
	margin: 0 ;
	padding: 0 ;
	background-color : #121011 ;
}

.searchtext{

	float: left ;
	height : 28px ;
	line-height : 28px ;
	vertical-align: middle ;
}
.searchimg{
	padding: 0px 10px ;
	padding: 0px 10px ;
	float: left ;
	min-height : 34px ;
	vertical-align: middle ;

}

#mod_search_searchword{

	height: 24px ;
	line-height: 24px ;
	padding-top : 4px;
	vertical-align:middle ;
	border: none ;
	background: #dddddd ;
	color : black ;
	font-size: 16px ;
	width: 150px ;
}

.button_search{
}

.moduletable_slideshow{
	clear: both ;
	margin-left: 10px ;
	background: #121011 ;
	padding : 10px 10px ;
	width: 656px ;
}

div#slideshowproboxwrapper{
	float:left;
	margin: 0px ;
	padding: 0px ;
	width: 656px;
}

div.slideshow_title{
	width: 100% ;
	padding: 0px ;
	margin: 4px 0px ;
	font-weight: bold ;
	color : #47c8f2 ;

}
div.slideshowprobox{
	float:left;
	width: 610px ;
	height: 100px ;
	line-height: 100px ;
	padding:0px 10px 0px 0px;
	margin: 0px ;
}
.buttonprev{
	float:left ;
}
.buttonnext{
	float:left ;
}

button.next{
	width: 24px ;
	height: 100px ;
	background: url(../images/slidenext.png) no-repeat ;
	border: none ;
}
button.prev{
	width: 24px ;
	height: 100px ;
	background: url(../images/slideprev.png) no-repeat ;
	border: none ;
}

div.slideimg{
	border: 1px solid pink ;
	position: relative;
	width: 100% ;
}
div.slide_overlay {
	font-size : 1em ;
	font-weight: bold ;
	margin : 0px;
    padding : 0px ;
   	position: absolute;
   	top: 20px;
   	left: 0;
   	width: 100%;
   	height: 40px ;
   	background : black ;
  	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

.map_wrapper{
	position:relative ;
	width: 684px ;
	height:470px ;
}

.map_border{
	position:absolute ;
	top:0;
	left:0 ;
  	border:8px #161415 solid;
  	box-shadow: rgba(200,200,200,1) 0 4px 18px;-
  	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
  	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
  	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	-webkit-border-radius: 20px;
  	border-radius: 5px;
  	min-height:458px;
  	max-height:458px;
  	min-width : 670px ;
  	max-width : 670px ;
}


/*
BLOG
*/

#blog_content{
	float: left;
	height: auto;
	width: 1000px;
	margin: 0px 0px;

}


#blog_content .contentleft {
	float: left;
	height: auto;
	width: 671px;
	margin-left:0px;
	margin-right: 20px;
	margin-bottom:6px;
	display: block;
}
#blog_content .contentleft #leftcol {
	float: left;
	height: auto;
	width: 217px;
	margin-right: 14px;
	margin-bottom:20px ;

}
#blog_content .contentleft #center {
	float: left;
	height: auto;
	width: 440px;
	margin-bottom: 20px;
}
#blog_content  .share {
	background-image: url(../images/share_bt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 117px;
	margin-top: 17px;
	margin-bottom: 5px;
}
#blog_content  .mapview {
	background-image: url(../images/mapview_bt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 137px;
}

#blog_content .blogdivider {
	background-image: url(../images/blogdivider.gif);
	float: left;
	height: 2px;
	width: 671px;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#blog_content .blogdetails {
	margin-bottom: 10px;
}
#blog_content  .blogtitle {
	font-size: 18px;
	color: #CC0000;
}
#blog_content .username {
	color: #47C6F3 ;
	font-style:normal ;
}

.containerright{
	clear: both ;
	background-image: url(../images/rightcolbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 210px;
	float: right;
	display: block;
}

.contentright {
	float: left;
	height: auto;
	width: 212px;
	margin-bottom:6px;
}


.containerright .contentright li {
	list-style-type: none;
	line-height: 16px;
}
.containerright .contentright ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.containerright .contentright a {
	color: #FFFFFF;
	text-decoration: none;
}

.containerright .contentright {
	width: 178px;
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#blog_content #blockright {
	float: left;
	width: 210px;
}

.containerrighttop {
	background-image: url(../images/rightcoltop.gif);
	float: right;
	height: 18px;
	width: 210px;
	display: block;
}

.containerrightbottom {
	background-image: url(../images/rightcolbot.gif);
	background-repeat: no-repeat;
	float: right;
	height: 17px;
	width: 210px;
	display: block;
	margin-bottom: 20px;

}


#container #content .pagetitle {
	font-size: 24px;
	color: #CC0000;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#container #content .pagesubtitle {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#container #content  .listreview {
	float: left;
	height: auto;
	width: 440px;
	position: relative;
	margin-bottom: 20px;
}
#container #content .listreview #image {
	float: left;
	height: 122px;
	width: 212px;
	margin-right: 20px;
}
#container #content  .listreview .readmorebt {
	display: block;
	float: left;
	height: 19px;
	width: 66px;
	background-image: url(../images/readmorebt.png);
}
#container #content  .listreview .hotspotsreadmorebt {
	display: block;
	float: left;
	height: 19px;
	width: 66px;
	background-image: url(../images/readmorebt.png);
	position: absolute;
	top: 155px;
	left: 232px;
}
#container #content  .listreview a:hover{
	display: block;
	float: left;
	height: 19px;
	width: 66px;
	background-image: url(../images/readmorebt.png);
	background-position: 0px -19px;
}

#container #content  .listreview .placename {
	font-size: 14px;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold ;
}

#container #content  .listreview .placecity {
	font-size: 14px;
	text-transform: uppercase;
	color: #33CCFF;
	margin-bottom: 20px;
	font-weight: bold ;
}
#container #content  .listreview .listreviewbody {
	margin-bottom: 15px;
}
#container  #content   .listdivider  {
	background-image: url(../images/listdivider.gif);
	float: left;
	height: 2px;
	width: 440px;
	margin-bottom: 16px;
}


.moduletable_signup h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #00ccff;
	margin-top: 15px;
	margin-left: 15px;
	font-weight: bold;
}

.list-footer{


}

.list-footer .pagenav {
color: #00ccff;
text-decoration: underline;
}

#container #content  .timeforatigerhighlight {
	font-size: 14px;
	text-transform: uppercase;
	color: #00CCFF;
	margin-bottom: 2opx;
}

#container #content  .detailbodycopy em {
	font-style: normal;
	color: #00CCFF;
}

.contentpaneopen_timefortiger{

	padding: 0px 20px ;
}


#container #features {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin : 0 ;
}

#container #features h3 {
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
	line-height: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
}
#container #features h5 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
}
#container #features p {
	font-size: 13px;
	line-height: normal;
	margin-bottom: 15px;
	font-weight: normal;
}

#container #features a {
	color: #00BAF1;
	font-weight: bold;
	font-size: 12px;
}
#container #features .featurecontainerleft{
float: left;
height: auto;
width: 212px;
margin-right: 16px;
margin-bottom: 6px;
}
#container #features .featurecontainer{
float: left;
height: auto;
width: 212px;
margin-right: 16px;
margin-bottom: 6px;
}

#container #features .featurecontainerright{
float: left;
height: auto;
width: 212px;
margin-bottom: 6px;
}


container #content #blockright .iphonepagetigerpromo {
	float: left;
	height: 521px;
	width: 210px;
	margin-bottom: 20px;
}
#container #content  #iphonefeaturecontainer {
	float: left;
	height: auto;
	width: 670px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#container #content  #iphonefeaturecontainer #iphonecenter {
	float: left;
	height: auto;
	width: 440px;
}
#container #content  #iphonefeaturecontainer #iphoneleftcol {
	float: left;
	height: auto;
	width: 210px;
	margin-right: 20px;
	display: block;
}
#container #content  #iphonefeaturecontainer #iphonecenter .iphonefeature {
	font-size: 14px;
	color: #00CCFF;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.signup h3{
display: none ;
}



.friend  .rollover{
	width : 143px ;
	height : 26px;

}
.friend .rollover a {
	display:block;
	width: 143px;
	height: 26px ;
	background: url(../images/send_to_a_friend_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.friend .rollover a:hover {
	background-position: 0 -26px;
}



.map{
	margin: 4px 0px;
	width: 100% ;
	padding : 0 ;
}
.map  .rollover{
	width :143px ;
	height : 26px;

}
.map .rollover a {
	display:block;
	width: 143px;
	height: 26px ;
	background: url(../images/view_on_map_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.map .rollover a:hover {
	background-position: 0 -26px;
}

.showmap{
	margin: 4px 0px;
	padding : 0 ;
	float:right;
	min-height:24px;
	line-height:24px;
	display:none ;
}

.showmap  .rollover{
	width :61px ;
	height : 19px;
}
.showmap .rollover a {
	display:block;
	width: 61px;
	height: 19px ;
	background: url(../images/show_map_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.showmap .rollover a:hover {
	background-position: 0 -19px;
}

.hidemap{
	margin: 4px 0px;
	padding : 0 ;
	float:right;
	min-height:24px;
	line-height:24px;
}
.hidemap  .rollover{
	width :61px ;
	height : 19px;

}
.hidemap .rollover a {
	display:block;
	width: 61px;
	height: 19px ;
	background: url(../images/hide_map_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.hidemap .rollover a:hover {
	background-position: 0 -19px;
}


.reviewwrap{
	display:none ;
}
.review{
	margin: 4px 0px;
	width: 100% ;
	padding : 0 ;
}
.review  .rollover{
	width :143px ;
	height : 26px;

}
.review .rollover a {
	display:block;
	width: 143px;
	height: 26px ;
	background: url(../images/have_your_say_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.review .rollover a:hover {
	background-position: 0 -26px;
}


.showreview{
	margin: 4px 0px;
	padding : 0 ;
	float:right;
	min-height:24px;
	line-height:24px;
}

.showreview  .rollover{
	width :89px ;
	height : 19px;
}
.showreview .rollover a {
	display:block;
	width: 89px;
	height: 19px ;
	background: url(../images/show_comments_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.showreview .rollover a:hover {
	background-position: 0 -19px;
}

.hidereview{
	margin: 4px 0px;
	padding : 0 ;
	float:right;
	min-height:24px;
	line-height:24px;
	display:none ;
}
.hidereview  .rollover{
	width :89px ;
	height : 19px;

}
.hidereview .rollover a {
	display:block;
	width: 89px;
	height: 19px ;
	background: url(../images/hide_comments_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.hidereview .rollover a:hover {
	background-position: 0 -19px;
}


.print{
	margin: 4px 0px;
	width: 100% ;
	padding : 0 ;
}
.print  .rollover{
	width :73px ;
	height : 26px;

}
.print .rollover a {
	display:block;
	width: 73px;
	height: 26px ;
	background: url(../images/print_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.print .rollover a:hover {
	background-position: 0 -26px;
}

.print_left{
	margin: 4px 0px;
	width: 100% ;
	padding : 0 ;
}
.print_left  .rollover{
	width :95px ;
	height : 26px;

}
.print_left .rollover a {
	display:block;
	width: 95px;
	height: 26px ;
	background: url(../images/print_left_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}
.print_left .rollover a:hover {
	background-position: 0 -26px;
}


#container #footer #footerlogos {
	float: right;
	height: 37px;
	width: 330px;
	margin-top: 18px;
	margin-right: 50px;
}
#container #footer #footerlogos .facebookshare {
	background: url(../images/fb_bt.gif) 6px 0 no-repeat;
	float: left;
	height: 18px;
	width: 18px;
	padding: 0px 10px ;
	margin: 6px 0px ;

}
#container #footer #footerlogos .drinkfooterlogo {

	background: url(../images/drinkaware.gif) 6px 0 no-repeat;
	float: left;
	height: 24px;
	width: 95px;
	padding: 0px 6px ;
	margin: 6px 0px ;
}

#container #footer #footerlogos .tigerfooterlogo {
	float: left;
	height: 37px;
	line-height: 37px ;
	vertical-align:middle ;
	width: 89px;
	padding: 0px 6px ;
	color: #666666 ;
	font-weight: bold;
}
#container #footer #footerlogos .dazedlogofooter {
	background-image: url(../images/Dazed_logo_footer.jpg);
	float: right;
	height: 37px;
	width: 73px;
}
#container #footer #footerlogos .footerdividerright {
	background: url( ../images/big_divider_footer.jpg) no-repeat ;
	display: block;
	float: left;
	height: 37px;
	width: 1px;
}

.moduletable_bookmark{
	width : 100px ;


}
.invalid {color:red;}


.splash_wrapper{
	position: relative;
/*	width : 60% ;  */
	margin: 0 auto  ;
	height: 100%;
	top : 280px ;
	font-weight: normal;
}

.splash_wrapper h3 {
	font-weight: normal;
}

.splash_wrapper .moduletable_splash a {
	font-weight: normal;
	color: white;
}

.splash_left{
    position: absolute;
    top: -10px;
    left: 260px;
	text-align: left ;
	float: left ;
	margin : auto 0 ;
	width : 350px ;
}
.splash_right{
    position: absolute;
    top: 0px;
    left: 750px;
	text-align: left ;
	float: right ;
	margin : auto 0 ;
	width : 350px ;
}

.moduletable_splash{
	position: relative ;
	top: 20px ;
	left : 0px ;
	padding: 0px 0px ;
/*	margin: 0 20px ; */
	vertical-align: middle ;
	width :80%;
}
.moduletable_splash h3{
	color : #47c8f2 ;
}

.clear{
	clear: both ;
}

.splash_wrapper .drinklogo {
	background: url(../images/drinkaware.gif) 6px 0 no-repeat;
	float: right;
	height: 24px;
	width: 95px;
	padding: 0px 6px ;
	margin: 6px 0px ;
}
.splash_wrapper .drinkfooterlogo {
    position: absolute;
    top: 100px;
    left: 370px;
}

.landing_page #footer {
    position: absolute;
    width: 100%;
    text-align: middle;
    top: 610px;
}

.landing_page #footer td,a {
    color: #333;
    text-decoration: none;
}


.nsb_container{
	clear:both ;
	margin: 10px 0px 0px 0px;
	padding: 0px ;
	width: 100% ;
}
.nsb_link{
	float:left;
}

.text_bookmark{
	font-family:Arial, sansserif ;
}
.text_bookmark h3 {
	font-weight: bold ;
	background: #131111 ;
	width : 100% ;
	margin: 0px 0px ;
	font-size: 14px ;

}
.text_bookmark .bookmark_title {
}

.text_bookmark  .bookmark_rollover{
	display: none ;
}

.bookmark{
	margin: 0 ;
	padding : 0 ;
}

.bookmark h3{
	display: none ;
}

.bookmark .nsb_container{
	display: none ;
}
.bookmark  .bookmark_rollover{
	width : 117px ;
	height : 32px;

}
.bookmark .bookmark_title {
	display :none ;
}

.bookmark  .bookmark_rollover a{
	display:block;
	width: 117px;
	height: 32px ;
	background: url(../images/share_bt.gif) 0 0 no-repeat;
	text-decoration: none;
}

.bookmark  .bookmark_rollover a:hover{
	background-position: 0 0;
}


a.event {
	text-decoration: underline ;
}

a:hover.event {

}
