payment_account/*** Colors ***
/*
 * Orange:      #ff3300
 * Light gray:  #b2b2b2
 * Cool gray:   #666666
 * Dark gray:   #404040
 */

/*** Reset Styles ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-size: 100%;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size:0.875em;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
a{
	cursor:pointer;
}
a img{
border:medium none
}

/*** Global Basics ***/

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;  
	background-color: #444;
	line-height: 1em;
	font-size: 0.875em;
}
body br {
	line-height: 0;
	margin:0.5em 0 0 0;
	display:block;
}

/*** Typography Styles ***/

p { /*Copy*/
  font-size: 0.875em;
  color: #fff;
  letter-spacing:0.01em;
}
p a,
dl a{ /*Copy Link*/
  color: #b2b2b2;
  text-decoration: underline;
}
p a.top{
  text-decoration:none;
}
#maincolumn table a,
#maincolumn table ul a{
  color:#fff;
  text-decoration:none;
}
#maincolumn table a:hover{
  color:#fff;
}
#maincolumn ul {
	font-size: 0.875em;
	color: #fff;
	padding: 0 0 1em;
}
#maincolumn ul a {
	color:#b2b2b2;
	text-decoration:underline;
}
#maincolumn p {
	font-size:0.875em;
	letter-spacing:0.01em;
	padding-bottom: 1em;
}

h2 { /*Title*/
	font-size: 1.25em;
	font-weight: bold;
	color: #9966CC;
}
h3 { /*Sub Heading*/
	font-size: 1em;
	font-weight: bold;
	color: #9966CC;
}
h4 { /*Sub Sub Heading*/
	font-size: 0.875em;
	font-weight: bold;
	color: #b2b2b2;
}
h4 a{ /*Sub Sub Heading Link */
	color: #666;
	text-decoration: underline;
}

h5 { /*Caption Large*/
	font-size: 0.875em;
	color: #666;
}

h5 a{ /*Sub Sub Heading Link */
	color: #444;
	text-decoration: underline;
}
h6 { /*caption small*/
	font-size: 0.75em;
	color: #666;
}
h6 a{ /*caption small*/
	color: #444;
	text-decoration: underline;
}

/*** In text image styles ***/

#maincolumn img.thumbnail50,
#maincolumn img.thumbnail100,
#maincolumn img.thumbnail,
#maincolumn img.thumbnail200 {
	clear:left;
	float:left;
	margin:0 10px 10px 0;
}

#maincolumn img.detail,
#maincolumn img.img_500x {
	margin:0 auto 10px;
}

/*** Main Column Spacing ***/

#maincolumn h2 {
    margin-bottom: 0.75em;
}
#maincolumn h3,
#maincolumn h4,
#maincolumn p{
  margin-bottom: 1em;
  max-width: 715px;
}

/*** Lists ***/

ul.links,
ol.links{
  margin:0;
  padding:0;
  list-style:none;
}
ul.links li,
ol.links li{
  display:inline;
  margin:0 0.75em 0 0;
  padding:0 1em 0 0;
  border-right:1px solid #666;
}
ul.links li.last,
ol.links li.last{
  margin:0;
  padding:0;
  border-right:0;
}
ul.links li a.cur,
ol.links li a.cur{
  color:#000;
  cursor:default;
  font-weight:bold;
  text-decoration:none;
}

/*** Other Global Styles ***/
.top { /*[Top] links for auto scroll up*/
	color: #9966CC;
}

.pdf { /*The PDF icon for downloads in pdf format*/
	background-repeat: no-repeat;
	background-image: url(/images/redesign/pdftiny.png);
	padding-left: 20px;
	}
	
.error-wrapper {
  margin: 1em 1em 0 0;
  padding: 1em;
  width: 500px;
}

div.errorExplanation,
div.error-messages {
  border: 1px dashed #b2b2b2;
  border-width: 1px 0;
  padding-top: 10px;
  margin-bottom: 10px;
}
div.errorExplanation h2,
div.error-messages h4 {
  color: #9966CC;
  font-size: 0.9em;
}
div.error-messages h4 {
  font-size:1.05em;
}
div.errorExplanation ul li,
div.error-messages ul li {
  color: #9966CC;
  font-size:1.05em;
}

/*** Global Layout ***/

#wrapper {
	margin: 0 auto;
	background-repeat: repeat;
	background-image: url(/images/redesign/dfstripe.png);
	width: 960px;
	padding-bottom:10px;
	position: relative;
}

#content {
	padding-top: 10px;
	clear: both;
	margin: 0 auto;
	width: 940px;
}

div.column {
	float: left;
	background-color:#000;
	margin:0 10px 10px 0;
}

body.layout-two-columns #leftcolumn,
body.layout-three-columns #leftcolumn {
	float: left;
	width: 195px;
	padding-bottom: 10px;
}

body.layout-three-columns #maincolumn {
		width: 500px;
		padding: 10px;
}

body.layout-two-columns #maincolumn {
	width:715px;
	padding: 10px;
	margin-right: 0;
}

#rightcolumn {
	width: 194px;
	margin: 0;
	padding: 9px 3px 10px 8px;
}

/*** Global Tables ***/

table {
	width:100%;
	margin:10px 0;
}

table thead th {
	color:#9966CC;
	font-weight:bold;
	border-bottom:2px dotted #666;
	margin-bottom:10px;
	padding-bottom:5px;
	font-size: 1.125em;
}

table tbody td {
  font-size: 1.1em;
	padding-top:15px;
	color:#b2b2b2;
	vertical-align:top;
}

table tbody td span.name {
	color:#fff;
}

table tbody th {
	padding-top:15px;
	color:#fff;
	vertical-align:top;
}



/*** Global DL Lists ***/

dl {
	margin-bottom:1em;
}

dt {
	float: left;
	margin-right: 5px;
	color: #b2b2b2;
	clear:left;
}

dd {
	color: #666;	
}

dl.image dd {
	min-height:100px;
	margin-left:115px;
	margin-bottom: 1em;
}

dl.logos dd{
  min-height:65px;
	margin-left:170px;
	margin-bottom: 1em;
}

/*** Global Forms ***/

form h5 {
	color:#666;
}

form fieldset legend {
	font-size:1em;
	color:#b2b2b2;
	font-weight:bold;
	margin: 0;
	padding: 1.5em 0 0.5em 0;
}

form label {
	display:block;
	color:#b2b2b2;
	font-size: 0.875em;
	font-weight:bold;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
form ol li.radio label,
form ol li.checkbox label {
	float:right;
	width:96%;
	margin-top:0.5em;
}

form ol li.radio ol{
	clear:both;
}

form label span {
	margin-left:10px;
}

form div.field label span {
  margin-left: 0px;
}

form em {
	color:#9966CC;
	font-size: 12px;
}

form ol {
	margin: 0.5em 0 0.5em;
	clear:both;
}
form ol li{
  clear:both;
}
form ol label,
form ol li {
	padding: 5px 0 0;
}
form ol li label,
form ol li ul li,
form ol li.checkbox,
form ol li.checkbox ul{
  padding: 0;
  margin: 0;
}
form input{
	background:#b2b2b2;
	color:#000;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:1em;
}
form input[type="submit"]{
  clear:both;
}
form select{
  margin: 0;
  padding: 0;
}
form textarea {
	border:none;
	background:#b2b2b2;
	height:6em;
	width:100%;
	color:#000;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:1em;
}
form ol li input {
	border:none;
	margin-bottom: 5px;
}
form ol li.checkbox input,
form ol li.radio input{
  float:left;
  margin: 0.5em 0.1em 0;
}
form ol li.checkbox input.text{
  clear:left;
}
/*
This breaks li.checkbox elements everywhere.

form ol li.checkbox label{
  width: 200px;
  float: left;
}
*/

form div.submit input,
#maincolumn form div.submit a,
#maincolumn div.submit a {
	background:transparent;
	color:#9966CC;
	border:none;
	padding:0;
	text-decoration:none;
/*  text-transform:uppercase;*/
}

form div#submit-button{
  padding-top: 10px;
}
form div#submit-button p{
  margin-bottom: 0;
}

body#registration-index form div.submit input,
body#registration-index .faux-link{
  font-size: 1em;
}

body#registration-index div#top .faux-link{
  font-size: 0.875em;
  text-decoration: none;
}
form div.submit input{
  font-size: 0.875em;
}

form div.submit input:hover,
#maincolumn form div.submit a:hover,
#maincolumn div.submit a:hover {
	color:#fff;
}

form div.field{
  padding-bottom: 0.2em;
}


/*** Legacy Forms ***/

form fieldset dl dt {
	float:none;
}
form fieldset dl dd{
	margin-bottom:1em;
}

/*** A to Z Lists ***/

#maincolumn ol.alphabet {
  clear:left;
  width:85%;
  overflow:hidden;
}
#maincolumn ol.alphabet li{
  float:left;
  width:45px;
  height:40px;
}
body div#wrapper #maincolumn ol.alphabet li a {
  color:#666;
  display:block;
  float:left;
  text-decoration:none;
  font-weight:normal;
  font-size:0.875em;
}
body div#wrapper #maincolumn ol.alphabet li a b{
  color:#000;
  font-weight:normal;
}
body div#wrapper #maincolumn ol.alphabet li.cur a,
body div#wrapper #maincolumn ol.alphabet li.cur a b{
  color:#9966CC;
}
body div#wrapper #maincolumn ol.alphabet li a:hover,
body div#wrapper #maincolumn ol.alphabet li a:hover b{
  color:#fff;
}

/*** Global Tab Lists ***/

div#tab-list {
	border-bottom:1px solid #9966CC;
	margin-bottom: 0.5em;
	padding: 4px 0;
	color:#9966CC;
}
div#tab-list a {
	color:#9966CC;
	padding:4px 5px;
	text-decoration:none;
}
div#tab-list a:hover {
	background:#fff;
	color:#000;
}
#maincolumn div#tab-list span.active_tab a {
	color:#000;
	background:#9966CC;
}

/*** Global Header ***/

#header {
	padding: 20px 10px 0 20px;
}

#header h1,
#header h2 {
	text-indent: -9999px;
	float:left;
}

#header h1 a {
	display: block;
	background: transparent url(/images/lilac/header-logo-guardian.png) no-repeat top left;
	height: 200px;
	width: 475px;
	text-decoration:none;
}

/*Right Hand Side Opposite Header Doc/Fest Image*/

#toprightboxes {
  float: right;
  width: 120px;
  font-size: 0.875em;
}

#toprightboxes a{
	text-decoration:none;
}

#toprightboxes a:hover{
	color: white;
}

#toprightboxes br{
	line-height: 0em;
}

#topright-search-box{
  position: absolute;
  background-color: #000;
  right: 140px;
  padding: 3px;
  height: 30px;
}

#topright-search-box form fieldset input{
  	border: none;
    padding: 0;
}
#topright-search-box form fieldset .text-box{
  font-size: 0.95em;
  padding: 1px 0 1px 0;
  margin: 7px 0 0 4px;
  
}
#topright-search-box form fieldset .submit-button{
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.35;
  padding: 0 1px 0 1px;
  margin: 7px 4px 0 0;
}

#topright-search-box form fieldset .submit-button:hover{
  background-color: #fff;
}

#toprightbox1 li {
	color:#b2b2b2;
}

#toprightbox1 li#login a{
	padding: 0.125em;
}

#toprightbox1,
#toprightbox2,
#toprightbox3 {
	background-color: black;
	margin-bottom: 10px;
}

#toprightbox1 ul,
#toprightbox2 ul,
#toprightbox3 ul{
	padding: 3px 0px 3px 4px;
}
#toprightbox1 a,
#toprightbox2 a{
	color: #b2b2b2;
}
#toprightbox3 a{
	color: #666;
}

#toprightbox1 #login  a {
	color: #000;
	background-color: #9966CC;
}

#toprightbox1 #login  a:hover {
	color: #000;
	background-color: #fff;
}



/*** Global Header Navigation ***/
#navigation {
  float: left;
  clear: both;
  width: 725px;
  margin: 0 0 0 10px;
  font-size: 1.25em;
  background-color: #000;
  height: 65px;
}
#navigation a{
  text-decoration: none;
  color: #666;
}
#navigation ul.nav {
	padding: 4px 0 7px 10px;
	color: #666;
}
#navigation ul.nav li{
	float:left;
	position:relative;
	margin: 0 12px 0 0;
	padding: 0;
}
#navigation ul.nav li.current a{ 
  color: #9966CC;
}
#navigation ul.nav li:hover{
  color: #fff;
}
#navigation ul.secondary {
	clear:left;
	color: #b2b2b2;
	width: 100%;
}
#navigation ul.secondary li{
  padding: 5px 0 2px 0;
  z-index:1;
}
#navigation ul.secondary li:hover{
  color: #000;
  background-color: #fff;
  z-index:5;
}
#navigation ul.secondary li.current {
	background:#fff;
	color:#000;
}
#navigation ul.tertiary {
	position:absolute;
	left:-9999px;
	top:22px;
	margin: 0 20px;
	padding: 5px 20px 10px 5px;
	font-size: 0.75em;
	background:#fff;
  width: 150px;
  z-index:10;
}
#navigation ul.tertiary ul.tertiary{
  font-size: 1em;
  margin: 2px 0 2px 10px;
  padding: 0;
  position: static;
	background:#fff;
	float: none;
}
#navigation li:hover ul.tertiary {
  left:-20px;
}
#navigation ul.tertiary li {
  padding: 0;
  float: none;
	background:#fff;
}

#navigation ul.nav.tertiary li a,
#navigation ul.nav.tertiary ul.tertiary li a{
  color: #000;
}

#navigation ul.nav.tertiary li.current a,
#navigation ul.nav.tertiary ul.tertiary li.current a,
#navigation ul.tertiary li a:hover,
#navigation ul.tertiary ul.tertiary li a:hover {
	color: #9966CC;
}
#navigation ul.tertiary li:hover {
	color: #000;
}

#navigation ul.main li a {
	display:block;
	float:left;
	text-indent:-9999px;
	height:28px;
}

#navigation ul.secondary li {
	text-indent:-9999px;
	height:28px;
	padding:0;
	display:block;
	position:relative;
}

#navigation ul.secondary ul.tertiary li {
	height:auto;
	text-indent:0;
}

#navigation ul.main li a#home {
	width:62px;
	background:#000 url(/images/mintnav/home.gif) no-repeat 0 0;
}
#navigation ul.main li a#about {
	width:72px;
	background:#000 url(/images/mintnav/about.gif) no-repeat 0 0;
}
#navigation ul.main li a#submissions {
	width:121px;
	background:#000 url(/images/mintnav/submissions.gif) no-repeat 0 0;
}
#navigation ul.main li a#special-events {
	width:124px;
	background:#000 url(/images/mintnav/other_events.gif) no-repeat 0 0;
}
#navigation ul.main li a#press {
	width:68px;
	background:#000 url(/images/mintnav/press.gif) no-repeat 0 0;
}
#navigation ul.main li a#contact {
	width:93px;
	background:#000 url(/images/mintnav/contact.gif) no-repeat 0 0;
}
#navigation ul.secondary li#films {
	width:68px;
	background:#000 url(/images/mintnav/films.gif) no-repeat 0 0;
}
#navigation ul.secondary li#sessions {
	width:95px;
	background:#000 url(/images/mintnav/sessions.gif) no-repeat 0 0;
}
#navigation ul.secondary li#marketplace {
	width:126px;
	background:#000 url(/images/mintnav/marketplace.gif) no-repeat 0 0;
}
#navigation ul.secondary li#parties {
	width:82px;
	background:#000 url(/images/mintnav/parties.gif) no-repeat 0 0;
}
#navigation ul.secondary li#delegates {
	width:103px;
	background:#000 url(/images/mintnav/delegates.gif) no-repeat 0 0;
}
#navigation ul.secondary li#flink{
  width:68px;
	background:#000 url(/images/mintnav/flink.gif) no-repeat 0 0;
}
#navigation ul.secondary li#flink a{
  display:block;
  width:68px;
  height:28px;
  text-indent:-9999px;
}
#navigation ul.main li a#home:hover,
#navigation ul.main li a#about:hover,
#navigation ul.main li a#submissions:hover,
#navigation ul.main li a#special-events:hover,
#navigation ul.main li a#press:hover,
#navigation ul.main li a#contact:hover,
#navigation ul.secondary li#films:hover,
#navigation ul.secondary li#sessions:hover,
#navigation ul.secondary li#parties:hover,
#navigation ul.secondary li#marketplace:hover,
#navigation ul.secondary li#delegates:hover,
#navigation ul.secondary li#flink:hover {
	background-position:0 -56px;
}
#navigation ul.main li.current a#home,
#navigation ul.main li.current a#about,
#navigation ul.main li.current a#submissions,
#navigation ul.main li.current a#special-events,
#navigation ul.main li.current a#press,
#navigation ul.main li.current a#contact,
#navigation ul.secondary li.current#films,
#navigation ul.secondary li.current#sessions,
#navigation ul.secondary li.current#parties,
#navigation ul.secondary li.current#marketplace,
#navigation ul.secondary li.current#delegates,
#navigation ul.secondary li.current#flink {
	background-position:0 -28px;
}

.sidebox {
  clear: right;
	margin-left:745px;
	width: 197px;
	color: #b2b2b2;
	background-color: #000;
	padding: 4px 0 8px 8px;
	height: 48px;
	font-size: 1em;
}
div.sidebox p {
	padding-top: 2px;
	padding-bottom: 0;
	color:#b2b2b2;
}

div.sidebox #countdown{
  color: #666;
}

div#shop-logo,
div#register-cta,
div#pitch-comps-cta,
div#bcs-competition{
  position:absolute;
}

div#shop-logo div,
div#register-cta div,
div#pitch-comps-cta div,
div#bcs-competition div,
div#bcs-logo div{
  height:100%;
}

div#shop-logo a,
div#register-cta a,
div#pitch-comps-cta a,
div#bcs-competition a,
div#bcs-logo a{
  display:block;
  height:100%;
  width:100%;
  text-indent:-9999px;
}

div#shop-logo{
  top:182px;
  left:630px;
  width:82px;
  height:88px;
  background:transparent url(/images/lilac/shop-logo.png) no-repeat 0 0;
}

div#register-cta{
  top:-16px;
  left:410px;
  width:150px;
  height:150px;
  background:transparent url(/images/register-now.png) no-repeat 0 0;
}

div#pitch-comps-cta{
  top:150px;
  left:546px;
  width:68px;
  height:68px;
}

div#pitch-comps-cta a{
  background:transparent url(/images/pitch-comps.png) no-repeat 0 0;
}
div#pitch-comps-cta a:hover{
  background-position:0 -70px;
}
div#bcs-competition{
  top:121px;
  left:623px;
  width:201px;
  height:84px;
}
div#bcs-competition a{
  background:transparent url(/images/competition.png) no-repeat 0 0;
}

div#bcs-competition a:hover{
  background-position:0 -117px;
}

div#bcs-logo{
  position:absolute;
  bottom:60px;
  left:15px;
  width:51px;
  height:64px;
  background:transparent url(/images/bcs-logo.png) no-repeat 0 0;
}


/*** 3-Column Left Column ***/

#leftcolumn {
	font-size:0.875em;
	line-height:2;
}

#leftcolumn ul{
	padding: 0 10px;
	color: #b2b2b2;
	margin-top: 4px;
}

#leftcolumn ul li{
	border-bottom: 1px dashed #b2b2b2;
}

#leftcolumn ul li a{
	color: #b2b2b2;
	text-decoration:none;
}

#leftcolumn ul li a:hover{
	color: #fff;
}
#leftcolumn ul li.current a{
	color: #9966CC;
}

#leftcolumn h3{
	color:#b2b2b2;
	border-bottom:1px dashed #b2b2b2;
	margin: 0 10px;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/*** Alternative Left Column ***/

#leftcolumn ul#hotlinks{
	margin:1em 0;
}

#leftcolumn ul#hotlinks li{
	border:none;
}
#leftcolumn ul#hotlinks li a{
	display:block;
  width: 170px;
	padding-left:5px;
  margin: 0;
	border:1px solid #fff;
	border-bottom:none;
	background-color: #404040;
	color:#b2b2b2;
}

#leftcolumn ul#hotlinks li a:hover {
	background-color: #fff;
	color:#404040;
}

#leftcolumn ul#hotlinks li a span,
#leftcolumn ul#hotlinks li a:hover span{
	color: #9966CC;
}

#leftcolumn ul#hotlinks li.last a {
	border-bottom: 1px solid #fff;
}

#leftcolumn ul#download-list li {
	border:none;
	overflow: hidden;
	width: 170px;
}

/*** 3 Column - Right Column ***/

#rightcolumn h4,
#rightcolumn p{
  color: #b2b2b2;
	padding-bottom:0;
	font-size: 0.875em;
}

#rightcolumn ul li{
	padding:10px 0 10px 0;
	border-bottom:1px dashed #404040;
}

#rightcolumn ul li.last{
	padding:0 0 10px;
	border:none;
}

#rightcolumn h4 a{
	color: #b2b2b2;
	text-decoration:none;
}

#rightcolumn p.meta{
	font-size: 10px;
	color: #404040;	
}

#rightcolumn h4 a:hover{
	color: #9966CC;
}

#rss-logo{
	float: right;
	padding-right: 4px;
}

/*** Main Column ***/

#maincolumn h3 span{
	color: #b2b2b2;
	font-weight: normal;
}
#maincolumn h3 a {
	font-size: 1em;
	color: #9966CC;
	text-decoration: none;
}

/*** Global Footer ***/

#footer {
	width: 930px;
	margin: 10px auto 0;
	clear: both;
	overflow:hidden;
	background-color: #000;
	color: #404040;
	padding:9px 5px;
	font-size: 0.875em;
	position:relative;
}

#footer ul.social, #footer p{
  float:left;
  color:#404040;
  margin-right:10px;
  font-size:1em;
}

#footer ul.credits{
	float: right;
}

#footer li{
	float: left;
}

#footer li a{
	color: #404040;
}

#footer li.internal a{
	color: #b2b2b2;
}

#footer li span{
	padding-right: 5px;
	padding-left: 5px;
}
#footer ul.social{
  position:relative;
  top:-2px;
}
#footer ul.social li a{
  text-indent:-9999px;
  display:block;
  float:left;
  margin-right:10px;
  width:16px;
  height:16px;
  background:transparent url(/images/main/social.png) no-repeat 0 0;
}
#footer ul.social li a.rss{
  background:transparent url(/images/redesign/rss.png);
}
#footer ul.social li a.facebook{}
#footer ul.social li a.flickr{
  background-position:0 -20px;
}
#footer ul.social li a.delicious{
  background-position:0 -40px;
}
#footer ul.social li a.twitter{
  background-position:0 -60px;
}

/*** Board of Directors - static_html/board.rhtml***/

body.board table{
	width: 60%;
}

body.board table thead tr th{
	color: #9966CC;
}

body.board table th {
	color: #666;
}

/*** Delegates > Index - static_html/delegates.rhtml***/

body.delegates #maincolumn form,
body.buyers #maincolumn form,
#maincolumn form.search-form {
	float:left;
	margin:0 30px 20px 0;
}

body.delegates #maincolumn form div.submit,
body.delegates #maincolumn form fieldset,
body.buyers #maincolumn form div.submit,
body.buyers #maincolumn form fieldset,
#maincolumn form.search-form div.submit,
#maincolumn form.search-form fieldset {
	float:left;
	margin-right:5px;
}
body.delegates #maincolumn form fieldset input,
body.buyers #maincolumn form fieldset input,
#maincolumn form.search-form fieldset input {
	width:150px;
}
body.delegates #maincolumn form div.submit input,
body.buyers #maincolumn form div.submit input,
#maincolumn form.search-form div.submit input {
	margin-top:16px;
	color:#000;
	background:#b2b2b2;
	padding:2px;
	font-weight:bold;
}

body.delegates table,
body.buyers table {
	clear:both;
}
body.delegates table{
  font-size:0.75em;
  margin-bottom:2em;
}

body.delegates div.pagination{
  font-size:0.85em;
}
body.delegates div.pagination a{
  text-decoration:none;
  color:#666;
}
body.delegates div.pagination a b{
  color:#000;
}
body.delegates div.pagination a:hover{
  color:#fff;
}
body.delegates div.pagination a:hover b{
  color:#fff;
}
body.delegates div.pagination span.current{
  color:#9966CC;
}
body.delegates div.pagination span.disabled b{
  color:#000;
}

/*** Film Information - static_html/filminfo.rhtml ***/

body.filminfo p,
body.filminfo h3,
body.filminfo h4{
	padding-bottom: 0;
}

body.filminfo h2{
	float: left;
	padding-bottom: 1em;
}

body.filminfo #maincolumn dl.film-title dd h4{
	padding: 2px 0 0 0;
	font-size: 0.875em;
}

body.filminfo #maincolumn ul{
	clear: both;
	padding-bottom: 1em;
}


body.filminfo #maincolumn ol li{
	float: left;
	color: #666;
	padding-bottom: 1em;
}
body.filminfo #maincolumn ol li span{
	padding: 0 5px 0 5px;
}
body.filminfo{
	clear: both;
	padding-bottom: 1em;
}
body.filminfo #maincolumn h3{
	padding-bottom: 0.125em;
}
body.filminfo #maincolumn dl{
	padding-bottom: 1em;
}
body.filminfo #maincolumn address{
	padding-bottom: 1em;
}
body.filminfo #maincolumn ul.filmography{
	color: #666;
}

body.filminfo #rightcolumn h3{
	padding-bottom: 0.125em;
}
body.filminfo #rightcolumn dl{
	padding-bottom: 0.5em;
}
body.filminfo #rightcolumn dl.last{
	border-bottom-width: 1px;
	border-style: dashed;
	border-bottom-color: #b2b2b2;
}
body.filminfo #rightcolumn dt{
	float: left;
	margin-right: 5px;
}
body.filminfo #rightcolumn dd{
	color: #666;
}
body.filminfo #rightcolumn h4{
	padding-top: 1em;
	padding-bottom: 0em;
}
body.filminfo #rightcolumn ul li{
	margin: 0;
	padding-bottom: 0.125em	;
	border: none;
}
body.filminfo #rightcolumn ul li a{
	color: #666;
}
body.filminfo #rightcolumn ul li a:hover{
	color: #9966CC;
}

/*** Films > New static.html/filmsubmit.rhtml ***/ 

body.films form {
	width:310px;
}
body.films form div.save input {
	float:left;
}

body.films form div.submit input {
	float:right;
}

body.films p.info {
	color:#666;
	clear:both;
	padding-top:10px;
}

/*** Films > Browse  static_html/filmbrowse.css ***/

body.filmbrowse table{
	font-size: 0.75em;
}
body.filmbrowse table td.fixed-width{
  width: 200px;
  margin: 0 10px;
}
body#filmbrowse-index #maincolumn h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1em;
}

body.filmbrowse table h4{
	padding-top: 1em;
	padding-bottom: 0;
}

body.filmbrowse dd{
	color: #fff;
}
body.filmbrowse table ul li{
	color: #404040;
}
body.filmbrowse div#maincolumn table tbody td,
body.filmbrowse div#maincolumn table thead th{
  padding-right:10px;
}
body#filmbrowse-index table tbody td.image-column {
  width: 120px;
}
body#filmbrowse-index table tbody td.image-column img{
  width: 100px;
}
body.filmbrowse div#maincolumn table tbody td h3{
  margin-bottom: 0;
}
body.filmbrowse table td.secondcolumn dl{
	margin-top: 0;
}
body.filmbrowse div#maincolumn table tbody td ul{
  font-size: 1em;
}
body.filmbrowse table dl{
	margin-top: 16px;
}
body.filmbrowse table ul{
	margin-top: 16px;
}
body#films-by-director div#maincolumn form{
  float: left;
  margin: 0 0 1em 0;
}
body#films-by-director div#maincolumn form fieldset ol{
  margin: 0;
}
body#films-by-director div#maincolumn form fieldset ol li{
  float: left;
  margin-right: 5px;
}
  
  
/*** Films > Browse - Demo of possible navigation methods ***/


body.filmbrowse #maincolumn ol{
	clear:left;
	padding-bottom: 2em;
}

body.filmbrowse #maincolumn ol li{
	float: left;
}

body.filmbrowse #maincolumn ol li a{
	color: #b2b2b2;
	font-weight: bold;
	text-decoration: none;
}
	
body.filmbrowse #maincolumn ol li.selected a{
	color: #9966CC;
}
body.filmbrowse #maincolumn ol li span{
	padding: 0 5px;
	color:#b2b2b2;
}
body.filmbrowse #maincolumn select{
  margin-right: 5px;
}

body.filmbrowse #maincolumn table{
	margin-top: 1em;
	clear: both;
}

/*** Films > Show ***/

body#films-show{}
body#films-show div#maincolumn{
  line-height:1.25;
}
body#films-show div.main-image{
  margin:0 auto 1em;
}
body#films-show h2{}
body#films-show h2.title{}
body#films-show h2.title em.original{
  color:#999;
  font-size:0.875em;
  font-style:normal;
  text-transform:uppercase;
}
body#films-show ul.film-meta{}
body#films-show ul.film-meta li.people{}
body#films-show ul.film-meta li.people dl{
  margin-bottom:0;
}
body#films-show ul.film-meta li.people dl dt{
  font-weight:normal;
}
body#films-show ul.film-meta li.people dl dd{
  color:#fff;
}
body#films-show ul.film-meta li.details{}
body#films-show ul.film-meta li.details ul{
  clear: both;
  padding:0;
}
body#films-show ul.film-meta li.details ul li{
  display:inline;
  margin:0 0.5em 0 0;
  padding:0 0.75em 0 0;
  border-right:1px solid #666;
  color:#666;
}
body#films-show ul.film-meta li.details ul li.last{
  margin-right:0;
  padding-right:0;
  border-right:0;
}
body#films-show ul.film-meta li.status{}
body#films-show div.synopsis{}
body#films-show div.synopsis{}
body#films-show div.detailed-info{
  color:#666;
}
body#films-show div.detailed-info h3,
body#films-show div.detailed-info h4{
  clear:both;
  margin:1em 0 0.25em;
}
body#films-show div.detailed-info dl{
  font-size:0.9em;
}
body#films-show div.detailed-info dl dt{
  font-weight:normal;
}
body#films-show div.detailed-info dl dd a{
  color:#666;
  text-decoration:none;
}
body#films-show div.detailed-info address,
body#films-show div.filmography p{
  color:#666;
}
body#films-show div.detailed-info address p{
  margin-bottom:0;
  padding-bottom:0;
}

/*** Account > login ***/

body.login #maincolumn p {
	font-size:0.875em;
	letter-spacing:0.01em;
	padding-bottom: 1em;
	margin: 0;
}

body.login #maincolumn h3{
	margin-bottom: 1em;
}
body.login #maincolumn h3.notice {
	margin-bottom:1em;
}

body.login #maincolumn ul{
	color: #666;
	font-size: 0.875em;
}
body.login #rightcolumn div.login h2{
	padding: 0;
}

body.login #rightcolumn div.login form fieldset ol li.last input{
  background-color: #000;
	color: #9966CC;
}
body.login #rightcolumn div.login form fieldset ol li.last input:hover{
	color: #fff;
}
body.login #rightcolumn div.login p{ 
	color: #666;
	padding-bottom: 1em;
}
body.login #rightcolumn div.login p a {
	color:#404040;
}

/*** Film Submissions > Index  ***/

body#film-submission-index #maincolumn div.submit a {
	color:#9966CC;
	text-decoration:none;
	font-size:1.2em;
}
body#film-submission-index #maincolumn div.submit a:hover {
	color:#fff;
}

/*** Film Submissions > Profile  ***/

body#profile-film-submissions #maincolumn ul li{
  padding-bottom: 1em;
}
body#profile-meetmarket_submissions #maincolumn ul li{
  padding-bottom: 1em;
}
body#profile-crossover-submissions #maincolumn ul li{
  padding-bottom: 1em;
}
body#profile-sessions-submissions #maincolumn ul li{
  padding-bottom: 1em;
}

body#profile-film-submissions #maincolumn a{
  color: #9966CC;
  text-decoration: none;
}
body#profile-meetmarket_submissions #maincolumn a{
  color: #9966CC;
  text-decoration: none;
}
body#profile-sessions-submissions #maincolumn a{
  color: #9966CC;
  text-decoration: none;
}
body#profile-crossover-submissions #maincolumn a{
  color: #9966CC;
  text-decoration: none;
}

body#film-submission-billing dl strong{
  font-weight:bold;
}
body#film-submission-billing div.errors p, 
body#film-submission-review div.errors p,
body#meetmarket-submission-billing div.errors p{
  font-size:1em;
  color:#9966CC;
}

/*** Film Submissions  > View ***/

body#film-submission-view #maincolumn dl{
  font-size: 0.875em;
  margin-bottom: 1em;
}

body#film-submission-view #maincolumn h3{
	clear: both;  
	margin:2em 0 1em;
}

body#film-submission-view #maincolumn dl dd{
  clear: left;
}

body#meetmarket-view #maincolumn dl{
  font-size: 0.875em;
}



/*** Crossover Submissions  ***/

body#crossover-submission-new div#maincolumn #crossover-copy p {
  clear: left;
}

body#crossover-submission-new div#maincolumn #sponsor-logos{
  text-align: center;
  margin-bottom: 1em;
  }
  
body#crossover-submission-new div#maincolumn h4{
    margin-top: 1em;
}

body#crossover-submission-new div#maincolumn small{
  font-size: 0.875em;
}

body#crossover-submission-new div#maincolumn textarea {
  margin-top: 1em;
}


body#crossover-submission-new div#maincolumn form ol li label {
  margin: 0 0 0.2em 0;
  padding: 0;
}

div#maincolumn #film_synopsis_word_count_area,
div#maincolumn #logline_word_count_area,
div#maincolumn #bio_word_count_area,
div#maincolumn #why_word_count_area,
div#maincolumn #special_skills_word_count_area,
div#maincolumn #previous_work_word_count_area,
div#maincolumn #awards_word_count_area,
div#maincolumn #best_idea_word_count_area,
div#maincolumn #other_info_word_count_area{
  font-size: 0.875em;
  color: #b2b2b2;
}

body#crossover-submission-preview #maincolumn a{
  color: #9966CC;
  text-decoration: none;
}


/*** Film Submissions > New  ***/

body#film-submission-new #maincolumn p.legend{
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #b2b2b2;
}

body#film-submission-new #maincolumn #film_new_credit_area{
  max-width: 715px;
  font-size: 1.125em;
}

body#film-submission-new #maincolumn #film_credits{
  margin-bottom: 1em;
}

body#film-submission-new #maincolumn #film_credits #film_new_credit_area p{
  margin: 0;
  padding: 0;
}

body#film-submission-new form fieldset{
  margin-bottom:1em;
}

body#film-submission-new form a{
  color: #9966CC;
  text-decoration: none;
}
body#film-submission-new form ol li a{
  font-size:0.875em;
}
body#film-submission-billing p.instrux,
body#film-submission-new form p.instrux{
  margin-bottom:0.2em;
  padding-bottom:0;
}

body#film-submission-new div#review_submission_partial h4{
  margin-bottom:0;
  font-size:1em;
}

body#film-submission-new div.film-submission-details p{
  margin:0;
  padding:0.5em 0 0 0;
}
body div.error-messages h4{
	margin-bottom:0.5em;
}

body#film-submission-new div.film-section {
	clear:left;
	float:left;
	margin-bottom:1em;
}

body#film-submission-new div#submit_button {
  padding-top:1em;
	clear:left;
}

body#film-submission-new ol#videotheque{
  margin-bottom:2em;
}

body#film-submission-new h4 a{
  text-decoration:underline;
}

body#film-submission-new ul#film_contacts li {
	clear:left;
	padding-bottom:1em;
}
body#film-submission-new dl dt{
  margin-top:0.5em;
}

body#film-submission-new ul#film_contacts div.left,
body#film-submission-new ul#film_contacts div.right {
	float:left;
	padding-bottom:1em;
}

body#film-submission-new p.details {
	padding-top:1em;
}

body#film-submission-new div.completion_text{
	clear:both;
}

body#film-submission-new #film_information_partial ol.genres{
  margin-bottom:2em;
}
body#film-submission-new #film_information_partial ol.genres li{
  clear:both;
}

body#film-submission-new div.completion_text .submit{
	margin-top: 1em;
}


body#film-submission-new #maincolumn h3{
  clear: both;
  margin:2em 0 1em;
}
body#film-submission-new #maincolumn dl{
  font-size: 0.875em;
  margin-bottom: 1em;
} 

body#film-submission-new #maincolumn dl dd{
  clear: left;
}
body#film-submission-new #maincolumn dl dd p{
  font-size:1em;
  margin:0;
  padding:0.5em 0 0 2em;
}

body#film-submission-success #maincolumn em{
	text-decoration: underline;
}

body#film-submission-success #maincolumn p{
	margin-bottom: 0;
}


body#film-submission-success #maincolumn ul ul{
	padding:0px;
	margin: 0 0 5px 20px;
}

body#film-submission-success #maincolumn ul li li{
  list-style-type: none;
  list-style-position: inside;
  padding: 0px;
}

body#film-submission-success #maincolumn ul li{
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 10px 0;
}

body#film-submission-success #maincolumn .indent{
	margin: 0 0 20px 20px;
}

body.speakers #speakers ul li h3{
  padding-bottom: 0;
}
body.speakers div#maincolumn form{
  float: left;
  margin: 0 2em 2em 0;
}
body.speakers div#maincolumn form fieldset ol{
  margin: 0;
}
body.speakers div#maincolumn form fieldset ol li{
  float: left;
  margin-right: 5px;
}
body#speakers-show div#maincolumn div#bio{
  margin: 0 0 2em 0;
}
body#speakers-show div#maincolumn div.event p{
  color: #b2b2b2;
  margin: 0;
}
body#speakers-show div#maincolumn div.event a{
  color: #666;
  text-decoration: none;
}


/**** Static pages /view/xyz ***/

body#pages-show div#maincolumn img{
  margin-bottom: 0.5em;
}


body.pages div#maincolumn img.logo-right{
  float:right;
  margin-top: -37px;
}
body.pages div#maincolumn p{
  margin: 0;
}

body.pages form#subscribe fieldset ol li label {
	font-size:0.9em;
}

body.pages form#subscribe fieldset ol li input {
	width:218px;
}

body.pages form#subscribe div.submit input {
	margin-left:-3px;
}

/*** Meetmarket > Form ***/

#ajax_notification_area {
  font-size: 0.875em;
  padding-bottom: 1em;
}

body#meetmarket-index #maincolumn p{
  padding: 0;
}

.faux-link {
  color: #9966CC;
  font-size: 0.875em;
}

form input.faux-link {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0.5em;
  background: transparent;
  border: none;
}

body#meetmarket-form h4 {
	clear:left;
}

body#meetmarket-form form select#meetmarket_production_country_name{
  margin-bottom:1px;
}
body#meetmarket-form ul#participants-list,
body#meetmarket-form ul#participants-list p{
  font-size:1em;
}

body#meetmarket-form ul#financers,
body#meetmarket-form form fieldset ol li#financers{
  padding: 0;
  margin: 0;
}

body#meetmarket-form fieldset#project-financers{
  margin-bottom:2em;
}

body#meetmarket-form #maincolumn form fieldset ol li a{
  text-decoration: none;
  color: #9966CC;
}

body#meetmarket-form form fieldset h4,
body#meetmarket-form form fieldset ol{
  padding: 0 0 5px;
  margin: 0;
}
body#meetmarket-form form fieldset ol{
  margin-bottom: 0.5em;
}

#document_place,
#stills_image_place li{
  margin-bottom:2em;
}

body#meetmarket-form dd.still{
  clear:left;
  margin-bottom:0.5em;
}

/*** Volunteers > Sign up ***/

body#volunteers-signup #maincolumn h3{
  margin-bottom:1em;
}
body#volunteers-signup #maincolumn div.error-messages ul li{
  color:#fff;
}


/*** Sponsors ******/
body.sponsors #maincolumn div.sponsor_list p{
  color: #666;
}
body.sponsors #maincolumn h3 {
  margin-bottom: 0.75em;
}
body.sponsors #maincolumn h3 a{
  text-decoration: none;
}
body.sponsors #maincolumn h3 a:hover{
  color: #fff;
}
body.sponsors #maincolumn #sponsors_0 h3,
body.sponsors #maincolumn #sponsors_1 h3{
  border-top: 1px dashed #bbb;
  padding-top: 2em;
}

body.sponsors #maincolumn div.sponsor_list{
  width: 715px;
}

body.sponsors #maincolumn div.sponsor_list h3{
  clear: both;
  border-top: 1px dashed #bbb;
  padding-top: 2em;
  padding-bottom: 1em;
}

body.sponsors #maincolumn div.sponsor_list ul{
  margin-bottom: 1em;
}

body.sponsors #maincolumn #sponsors_0 ul li,
body.sponsors #maincolumn #sponsors_1 ul li,
body.sponsors #maincolumn #sponsors_2 ul li,
body.sponsors #maincolumn #sponsors_3 ul li,
body.sponsors #maincolumn #sponsors_4 ul li,
body.sponsors #maincolumn #sponsors_5 ul li,
body.sponsors #maincolumn #sponsors_6 ul li{
  float: left;
  width: 30%;
  padding: 0 10px 0 10px;
  margin-bottom: 1em;
  height: 150px;
  overflow: hidden;
}

body.sponsors #maincolumn div.sponsor_list ul li p{
  padding-top: 1em;
}

body.sponsors #maincolumn #sponsors_0 div.sponsor_image,
body.sponsors #maincolumn #sponsors_1 div.sponsor_image{
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
}

body.sponsors #maincolumn #sponsors_2 div.sponsor_image,
body.sponsors #maincolumn #sponsors_3 div.sponsor_image,
body.sponsors #maincolumn #sponsors_4 div.sponsor_image,
body.sponsors #maincolumn #sponsors_5 div.sponsor_image,
body.sponsors #maincolumn #sponsors_6 div.sponsor_image{
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
}

body.sponsors #maincolumn div.sponsor_list div.sponsor_image img{
  vertical-align: middle;
}

body.sponsors #maincolumn div.sponsor_list a.top {
  clear: both;
  display: block;
  text-decoration: none;
  position: relative;
  width: 35px;
  background-color: #000;
  padding: 0.5em 0.1em 0.1em 0.1em;
  top: 0.6em;
  font-size: 0.875em;
}

/*** Webfeeds ***/

dl.webfeeds {
  font-size: 0.875em;
}

dl.webfeeds dt {
	float:none;
	padding-bottom:2px;
	color:#fff;
}
dl.webfeeds dd {
	padding:0 0 10px 20px;
	background:transparent url(/images/redesign/rss.png) no-repeat left top;
	color:#b2b2b2;
	}
	
/*** Blog ***/

body.blog #maincolumn h3{
	padding-bottom: 0;
}

body.blog #maincolumn h6{
	margin-bottom: -0.25em;
}

body.blog #maincolumn p{
	padding-bottom: 0.75em;
}
	
/*** Friends ***/

body.sponsors #maincolumn div.friend-list{
  width: 715px;
}

body.friends div.friend-list li p {
	color:#666;
}
body.friends div.friend-list h3 {
	clear:left;
}

body.friends div.friend-list li {
  float: left;
  width: 29%;
  padding: 10px;
  margin-bottom: 1em;
  height: 130px;
  overflow: hidden;
}
body.friends #maincolumn div.friend-list h3 {
  margin-bottom: 0.75em;
  border-top: 1px dashed #bbb;
  padding-top: 2em;
}
body.friends #maincolumn h3 a{
  text-decoration: none;
}
body.friends #maincolumn div.friend_list{
  width: 500px;
}

body.friends #maincolumn div.friends-list h3{
  clear: both;
  border-top: 1px dashed #bbb;
  padding-top: 2em;
  padding-bottom: 1em;
}

body.friends #maincolumn div.friend-list ul{
  margin-bottom: 1em;
}

body.friends #maincolumn div.friend-list ul li{
  float: left;
  width: 30%;
  padding: 0 10px 0 10px;
  height: 100px;
  overflow: hidden;
}

body.friends #maincolumn div.friend-list ul li p{
  padding-top: 1em;
}

body.friends #maincolumn div.friend-image{
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
}

body.friends #maincolumn div.friend-list div.friend-image img{
  vertical-align: middle;
}

/*** Error Pages > Down For Maintenance ***/

body#dfm div#maincolumn {
	margin-left:205px;
}

/*** Site Items ***/

body#site-item-index #maincolumn p{
  margin-bottom: 1em;
}

body#site-item-index #maincolumn dl.image dd h3,
body#site-item-index #maincolumn dl.image dd h4,
body#site-item-index #maincolumn dl.image dd p{
  margin: 0 0 0.2em 0;
  padding: 0;
}

/*** ByStand Items ***/

body#bystrand-index #maincolumn dl.image dd {
  margin-left: 115px;
  min-height: 100px;
}

body#bystrand-index #maincolumn dl.image dd h3,
body#bystrand-index #maincolumn dl.image dd p{
  margin: 0 0 0.2em 0;
  padding: 0;
}

/*** Registration Pages ***/

body.registration form ol {
  margin:0 0 1em 0;
}

body#registration-single-index div#maincolumn h3{
  margin-bottom: 1em;
}

body#registration-single-index div#concession-pass ul li{
  margin-bottom: 0.5em;
}

body.registration #maincolumn form fieldset ol p {
  padding: 0;
}

body#registration-index div#maincolumn ul.inner-list {
	font-size: 1em;
	padding: 0;
	margin: 0.5em 0 0.5em 0.5em;
	color: #666666;
}
body#registration-single-index div#packages div#concession-pass ul{
  color: #666666;
  font-size: 0.875em;
}

body#registration-single-index div#packages div#registration-extra-info h5{
  margin-bottom: 1em;
}

body#registration-payment div#maincolumn p{
	margin: 0;
	padding: 0;
}

body#registration-payment div#maincolumn form ol{
	margin: 0.5em 0 0 0;
}

body#registration-payment div#maincolumn form dl dt {
	display:block;
	color:#b2b2b2;
	font-size: 0.875em;
	font-weight:bold;
	margin-bottom: 0.2em;
}

body#registration-payment div#maincolumn form dl dt label{
	font-size: 1em;
}

body#registration-payment div#maincolumn form div.submit{
	font-size: 0.875em;
}
body#registration-payment div#maincolumn form div.submit input{
	font-size: 1em;
}

body#registration-complete div#maincolumn dl{
	font-size: 0.875em;
}

body#registration-complete div#maincolumn ol{
	margin-bottom: 1em;
}

body#registration-complete div#maincolumn ol li{
	color: #666;
	font-size: 0.875em;
}

body#registration-complete div#maincolumn a{
	color: #9966CC;
	font-size: 0.875em;
	text-decoration: none;
}

body#registration-complete div#maincolumn form {
	font-size: 0.875em;
}

body#registration-complete div#maincolumn form a{
	font-size: 1em;
}

body#registration-complete div#maincolumn form a:hover{
	color: #fff;
}

body#registration-complete div#maincolumn form input{
	font-size: 1em;
}

body#registration-complete div#maincolumn form input.faux-link:hover{
	color: #fff;
}

body#registration-complete div#maincolumn form p{
	font-size: 1em;
}

body#registration-complete div#edit-payment-link a:hover{
	color: #fff;
}

/*** Buyers ***/

body.buyers #maincolumn table tbody td {
  font-size:1em;
  color:#666;
}

body.buyers #maincolumn h2{
  margin-top: 1em;
}

/*** Profile ***/
body.profile #maincolumn a,
body.profile #maincolumn a:visited{
  color: #9966CC;
}

body.profile #maincolumn div.assessments-summary{
  margin-bottom:1em;
}
body.profile #maincolumn div.assessments-summary p{
  margin-bottom:0;
}
body#profile-buyer-assessments #maincolumn h4,
body#profile-meetmarket-assessments #maincolumn h4{
  font-size:1em;
}
body#profile-buyer-assessments #maincolumn table,
body#profile-meetmarket-assessments table{
  margin-bottom:2em;
}
#scoring-form{
  width:360px;
  margin-left:20px;
}
#scoring-form ul.rating{
  float:left;
  width:100%;
}
#scoring-form ul.rating li label{
  float:left;
  font-size:1.5em;
}
#scoring-form ul.rating li input {
  margin:0 1em 0 0;
}
#project_info{margin-bottom:25px;}
#project{
  padding-left:10px;
  width:320px;
  border:none;
  margin-bottom:2em;
}
#project #assessment_section li{
  margin-bottom:1em;
}
#project #assessment_section ul{
  font-size:1em;
}
#clip{
  width:425px;
  padding-left:20px;
  border:0px solid green;
  margin-bottom:2em;
}
#clip embed{
  width: 350px;
}

/*** Events ***/

body.events{}
body.events table.schedule-grid{
  clear:both;
}
body.events table.schedule-grid tbody tr td{
  padding:0;
}
body.events table.schedule-grid tbody tr td.venue{
  height:70px;
  color:#666;
  font-size:0.9em;
}
body.events table.schedule-grid tbody tr td.venue strong{
  display:block;
  margin:0 0 0.25em;
  color:#b2b2b2;
  font-weight:bold;
}
body.events table.schedule-grid tbody tr td.venue strong:hover{
  color:#fff;
}
body.events table.schedule-grid tbody tr td.corner-nw div{
  position:absolute;
  width:70px;
  height:50px;
  background:#000;
  z-index:99;
}
body.events table.schedule-grid tbody tr td.corner-nw div.scroll-earlier{}
body.events table.schedule-grid tbody tr td.corner-nw div.scroll-later{
  right:20px;
  width:70px;
  text-align:right;
}
body.events table.schedule-grid tbody tr td.corner-nw div span:hover{
  color:#fff;
  text-decoration:underline;
  cursor:pointer;
}
body.events table.schedule-grid tbody tr td.events{
  width:830px;
}
body.events table.schedule-grid tbody tr td.events div.events-wrapper{
  position:relative;
  width:830px;
  overflow:auto;
  overflow-y:hidden;
}
body.events table.schedule-grid tbody tr td.events table.events{
  position:relative;
  margin-top:0;
}
body.events table.schedule-grid tbody tr td.corner-nw,
body.events table.schedule-grid tbody tr td.events table.events thead tr td{
  height:50px;
}
body.events table.schedule-grid tbody tr td.events table.events thead tr td div,
body.events table.schedule-grid tbody tr td.events table.events tfoot tr td div{
  width:80px;
  color:#fff;
}
body.events table.schedule-grid tbody tr td.events table.events tfoot tr td div{
  padding-top:10px;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td{
  height:70px;
  background:#535353;
  border-bottom:1px solid #a3a3a3;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events{
  position:relative;
  font-size:0.85em;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event{
  position:absolute;
  overflow: hidden;
  left:0px;
  height:67px;
  background:#313131;
  border: 1px solid #666;
  z-index: 0;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr:hover{
  z-index:100;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event:hover{
  height: auto !important;
  min-height: 67px;
  min-width: 80px;
  display: inline-block;
  z-index: 1;
  z-index:100;
}
body.events #maincolumn table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event a{
  color:#b2b2b2;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event.session{
  background:#000;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event div{
  margin:0 10px;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event div.title{
  margin-top:5px;
  color:#ccc;
  font-weight:bold;
}
body.events table.schedule-grid tbody tr td.events table.events tbody tr td div.events div.event div.time{
  color:#fff;
}
body.events div.empty{
  padding:75px 0;
  text-align:center;
}

/*** Events > Index ***/

body#events-index{}
body#events-index div#maincolumn{
  width:920px;
  margin-right:0;
  padding:10px;
}
body#events-index h3{
  margin:0 0 1em;
}
body#events-index ol.days{
/*  width:700px;*/
  margin:1em 0 0;
  overflow:hidden;
}
body#events-index ol.days li{
/*  float:left;*/
/*  width:15%;*/
/*  text-align:center;*/
}
body#events-index ol.days li a{
  color:#b2b2b2;
  text-decoration:none;
  white-space:nowrap;
}
body#events-index ol.days li a:hover,
body#events-index ol.days li a:focus,
body#events-index ol.days li a:active{
  color:#fff;
}
body#events-index ol.days li a.cur{
  color:#9966CC;
  font-weight:normal;
}

/*** Sessions ***/

body#sessions-view div#maincolumn h3,
body#sessions-view div#maincolumn h4{
  margin-bottom:1em;
}
body#sessions-view div#maincolumn h4 a{
  text-decoration:none;
}

body#sessions-index div#maincolumn table tbody tr,
body#sessions-index div#maincolumn table tbody td{
  font-size: 1em;
  color: #666;
}

body#sessions-index div#maincolumn table tbody td.name{
  width: 160px;
  padding-right: 20px;
}
body#sessions-index div#maincolumn table tbody td.description{
  width: 300px;
  padding-right: 20px;
}
body#sessions-index div#maincolumn table tbody td.description p{
  color: #666;
  font-size: 1em;
}
body#sessions-index div#maincolumn table tbody td.venue{
  width: 80px;
  padding-right: 10px;
}
body#sessions-index div#maincolumn table tbody td.speakers ul li a{
  font-size: 1.1em;
  color: #666;
}
body#sessions-index div#maincolumn table tbody td.speakers ul li a:hover{
  color: #fff;
}


/*** User Profile ***/

body#profile-videotheque dt {
  float:none;
  clear:none;
}
body#profile-videotheque dd {
  margin-bottom:1em;
}
body#profile-videotheque #maincolumn a{
  text-decoration:none;
}
body#profile-videotheque #maincolumn a:hover{
  color:#fff;
}


/*** Personal Info ***/
body#profile-personal-info form div.field label{
  margin: 0;
  padding: 1px 0;
}

body#profile-personal-info form div.field input,
body#profile-personal-info form div.field textarea,
body#profile-personal-info form div.field select{
  margin: 0 0 5px;
}

/*** Home page ***/
body#main-index div#homepage-video{
  margin-bottom:2em;
  font-size:0.875em;
}
body#main-index div#homepage-video b,
body#main-index div#homepage-video i{
  font-weight:normal;
  font-style:normal;
  display:block;
}
body#main-index div#homepage-video i{
  margin-bottom:1em;
}
body#main-index div#homepage-video a{
  color:#B2B2B2;
  text-decoration:underline;
}
body#main-index div#homepage-video p{
  font-size:1em;
}
body#main-index div#homepage-video object{
  width:480px;
  display:block;
  margin:0 auto 1em;
}
body#main-index div#rightcolumn{
  background:transparent;
  padding:0;
  width:205px;
}
body#main-index div#rightcolumn div.blog{
  background:#000;
  padding:9px 3px 10px 8px;
  width:194px;
  margin-bottom:10px;
}
body#main-index div#rightcolumn div.twitter{
  background:#000;
  margin-bottom:10px;
}

body#main-index div#rightcolumn div.twitter .twtr-hd,
body#main-index div#rightcolumn div.twitter .twtr-bd{
  padding:9px 3px 0 8px;
}
body#main-index div#rightcolumn div.twitter .twtr-widget .twtr-tweet-wrap{
  padding:10px 0;
}
body#main-index div#rightcolumn div.twitter .twtr-widget .twtr-tweet{
  border-bottom:1px dashed #404040;
}
body#main-index div#rightcolumn div.twitter .twtr-widget .twtr-tweet-text a,
body#main-index div#rightcolumn div.twitter .twtr-widget .twtr-tweet-text i a:hover{
  text-decoration:underline !important;
}
body#main-index div#rightcolumn div.twitter .twtr-widget .twtr-tweet-text i a{
  text-decoration:none !important;
}
body#main-index div#rightcolumn div.twitter .twtr-hd h4 a{
  color:#B2B2B2 !important;
}
body#main-index div#rightcolumn div.twitter .twtr-hd h4 a:hover{
  text-decoration:none !important;
  color:#96C !important;
}
