body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}


body, p, ol, ul, td {
  font-family: Trebuchet MS,Helvetica,sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color:#0077CC; }
a:visited { color:#0077EE; }
a:hover { text-decoration:underline; }

.fieldWithErrors {
}
.fieldWithErrors input[type='text'], .fieldWithErrors textarea{
  border:1px solid #FF420E;
}

#errorExplanation {
  border: 1px solid #FF420E;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  -moz-border-radius:5px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px 10px 15px;
  font-size: 16px;
  margin: -7px;
  background-color: #FF420E;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding:10px 1px;
  font-size: 13px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
  margin-left:15px;
}

body{
  position:relative;
}

h1{
  font-size:35px;
  margin:10px 0;
  font-weight:bold;
}
h1#title{
  background:transparent url(/images/icons/ConfOffersLogoSmall.png) no-repeat scroll -8px -4px;
  height:88px;
  margin-bottom:0;
  margin-top:15px;
  text-indent:-1000px;
  width:340px;
  float:left;
}
h2{
  color:#555;
  font-size:28px;
  font-weight:bold;
  margin:5px 0;
}
h3{
  color:#555;
  font-size:20px;
  margin:5px 0;
  font-weight:bold;
}
h3 a{
  text-decoration:none;
}
textarea, input[type='text']{
  border:1px solid #ddd;
  padding:3px;
}
.right{
  float:right;
}
.left{
  float:left;
}
.clear{
  clear:both;
}
.clear-left{
  clear:left;
}
.clear-right{
  clear:right;
}
.blurred{
  color:#aaa;
}
/*layout*/
body{
}
#flash-box{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  text-align:center;
  padding:15px 0;
  background-color:white;
  color:#245426;
  border-bottom:1px solid #245426;
  font-size:20px;
  font-weight:bold;
}

#container{
  width:900px;
  margin:0 auto;
}
#content{
  padding:5px;
  width:630px;
  float:left;
}
#sidebar{
  float:right;
  width:240px;
  padding:5px;
}
#sidebar h3{
  margin:10px 0 5px 0;
  font-size:17px;
  text-align:left;
}
#sidebar #branding_logos{
  margin:10px 0;
  text-align:center;
}
#sidebar #tag_cloud{
  background-color:#EEEEEE;
  padding:12px 7px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
#sidebar #tag_cloud a{
  text-decoration:none;
  margin:5px;
}
#sidebar #tag_cloud a:hover{
  color:white;
  background-color:#0077CC;
}
#sidebar ul#most_active, #sidebar ul#recent_conferences{
  overflow:hidden;
}
#sidebar ul#most_active li{
  float:left;
  padding:5px;
}
#sidebar ul#recent_conferences li{
  padding:5px 10px;
}
#sidebar ul#most_active li.title, #sidebar ul#recent_conferences li.title{
  padding:5px;
  float:none;
}
#sidebar ul#most_active li img{
  width:48px;
  height:48px;
}
#sidebar ul#most_active li a{
  width:48px;
  height:48px;
  display:block;
  overflow:hidden;
  background:transparent url('/images/icons/no-image.png') no-repeat left top;
}
#sidebar div#flickr-gallery ul{
  overflow:hidden;
}
#sidebar div#flickr-gallery ul li img{
  width:48px;
  height:48px;
}
#sidebar div#flickr-gallery ul li{
  padding:5px;
  float:left;
}
#sidebar div#flickr-gallery div.title{
  float:none;
}
/*header*/
#header{
  overflow:hidden;
  margin:0 0 10px 0;
}
#header #topbar{
  float:right;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  background-color:#EEEEEE;
  padding:7px 12px;
  *width:325px;
}
#header #topbar a{
  margin-right:10px;
}
#header #topbar form{
  margin-right:10px;
  float:left;
}
#header #topbar #q{
  padding-left:20px;
  background:#fff url(/images/icons/find.png) no-repeat scroll 2px 3px;
  width:150px;
  font-size:12px;
}
/*tabs*/
#tabbar{
  border-bottom:1px solid #666666;
  margin:20px 0;
}
#tabbar #tabs a{
  text-decoration:none;
}
#tabbar #tabs div{
  float:right;
  padding:7px;
  margin:-10px 5px 0;
  background-color:#eee;
}
#tabbar #tabs div.active{
  border:1px solid #000;
  border-bottom:1px solid #fff;
  font-size:15px;
  font-weight:bold;
  background-color:#fff;
}
/*hack specific to safari*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#tabbar #tabs div { margin:-9px 5px 0; }
}

/* Footer */
#footer{
  margin-top:70px;
  border-top:1px solid #AAAAAA;
  color:#888888;
  padding: 1em 0;
}
#footer .credit {
  float:right;
}

/* Tag cloud CSS */
.nube1 {font-size: 1.0em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}
.nube6 {font-size: 2.0em;}


/*pagination*/
.pagination{
  margin:30px 0 0 0;
}
.pagination a, .pagination span{
  border:1px solid #ddd;
  padding:3px;
  text-decoration:none;
}
.pagination span.current{
  color:#fff;
  background-color:#888;
}
.pagination .disabled{
  color:#ccc;
}

.offer{
  padding:5px;
  margin:5px 0;
  border-bottom:1px dotted #999999;
}
.offer h3{
  margin-bottom:10px;
}
.offer.disabled h3 a{
  color:#333;
}
.offer .by{
  color:#999;
  margin-top:15px;
  display:block;
}
.offer .edit{
  font-size:10px;
  font-weight:normal;
}
.offer .offer-details{
  width:550px;
}
.offer .offer-details div{
  margin:5px 0;
}
.offer .tags a{
  background-color:#E0EAF1;
  border-bottom:1px solid #3E6D8E;
  border-right:1px solid #7F9FB6;
  color:#3E6D8E;
  font-size:85%;
  line-height:2.2;
  margin:2px 2px 2px 0;
  padding:2px 3px;
  text-decoration:none;
}
#comment_list li{
  margin:10px 0 20px 0;
}
#comment_list li div.description{
  overflow:hidden;
  background-color:#EEEEEE;
  border-color:#EEEEEE;
  color:#8B8B8B;
  font-family:Tahoma,Arial,Verdana;
  font-size:13px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  padding:10px;
}
#comment_list li.author div.description{
  background-color:#E4F8B7;
  border-color:#E4F8B7;
}
#comment_list li div.left{
  margin-left:10px;
  width:550px;
}
#comment_list li .by{
  padding:10px 20px;
  background:transparent url(/images/comment-arrow.png) no-repeat 20px top;
}
#comment_list li.author .by{
  background-image: url(/images/comment-arrow-owner.png);
}
#comment_list li .by, #comment_list li .by a{
  color:#999;
}
#comment-box{
  margin-top:20px;
}
.twitter_login_span{
  margin-top:15px;
  margin-right:10px;
}
.offer_form > div{
  margin:20px 0;
  overflow:hidden;
}
.offer_form span{
  width: 150px;
  display:block;
  float:left;
}
.offer_form span label{
  font-weight:bold;
  font-size:18px;
}
.offer_form label.subtext{
  font-weight:normal;
  font-size:10px;
  color:#666;
  margin-top:-10px;
}
.offer_form input[type='text'], .offer_form textarea{
  width:470px;
  font-size:18px;
}
.offer_form input[type='text']:focus, .offer_form textarea:focus{
  border:1px solid #555;
}
.tooltip{
  position: absolute;
  padding: 10px 13px;
  z-index: 2;
  
  color: #303030;
  background-color: #f5f5b5;
  border: 1px solid #DECA7E;
  
  font-family: sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration:none;
}
.vote-container .vote-count{
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  left:60px;
  position:absolute;
  top:-15px;
  padding:5px;
  background-color:#FF420E;
  color:#fff;
  font-weight:bold;
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/jquery.fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/jquery.fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/jquery.fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/jquery.fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/jquery.fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/jquery.fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/jquery.fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/jquery.fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/jquery.fancybox/fancy_title_right.png) repeat-x;
}