
/*

Creative Bath Master CSS

TOC
- body (html, body)
- structure (header, sections, columns, footer etc)
- typographic baseline (general)
- individual page layout
- individual modules + shared content
- helper classes

*/

/*body*/
html, body
{
  background: #3CF url("../images/template/page.gif") scroll top left repeat-y;
  font-family: Arial, Helvetica, sans-serif;
}
html body
{
  font-size: 76%;
}


/*structure*/
#header
{
  background: transparent url("../images/template/headers/directory.gif") scroll top left no-repeat;
  min-height: 207px;
  padding: 0 16px 0 40px;
  width: 940px;
  position: relative;
}

#header .logo
{
  position: absolute;
  top: 16px;
  left: 30px;
  display: block;
  width: 304px;
  height: 71px;
  background: transparent url("../images/template/creativeBathLogo.png") scroll top left no-repeat;
  line-height: 0px;
  text-indent: -9999em;
  overflow: hidden;
}
#header .logo a
{
  display: block;
  height: 71px;
}
#header .strapline
{
  position: absolute;
  top: 82px;
  left: 30px;
  z-index: 20;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.15em;
  font-weight: normal;
  padding: 4px 8px;
  padding-left: 16px;
}
#header #quick-links
{
  float: left;
}
#header #quick-links li
{
  margin: 0;
}
#header #quick-links a
{
  position: absolute;
  left: -99999em;
  color: #FFF;
  background-color: #3CF;
  line-height: 1.1em;
  padding: 0 1px;
  font-size: 1.2em;
  text-decoration: none;
}
#header #quick-links a:focus
{
  position: static;
}
#header #account_links
{
    text-align: right;
    padding: 10px 0;
}
#header #account_links li
{
  margin-right: 1px;
  display: inline;
}
#header #account_links li a
{
    color: white;
    background-color: #3CF;
    text-decoration: none;
    padding: 9px;
}
#header #account_links li:last-child a
{
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
 	-moz-border-radius-bottomright: 3px;
 	-webkit-border-bottom-right-radius: 3px;
}
#header #account_links li:first-child a
{
  border-bottom-left-radius: 3px;
 	-moz-border-radius-bottomleft: 3px;
 	-webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
 	-moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
}
#header #account_links li a:hover, #header #quick-links li a:hover, #header #account_links li a:focus, .account #header #account_links li.account a
{
  color: #000;
  background-color: #FFF;
}

#navigation
{
  background-color: #000000;
  margin-top: 100px;
  margin-left: 5px;
  list-style-type: none;
  padding: 7px;
  padding-left: 0px;
  z-index: 20;
  float: left;
}
#navigation li
{
  display: inline;
  padding: 0px 10px 0px 0;
}
#navigation a
{
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 14px 2px 2px;
  color: #FFF;
}
body.home #navigation #nav_home a,
body.news #navigation #nav_news a,
body.jobs #navigation #nav_jobs a,
body.events #navigation #nav_events a,
body.noticeboard #navigation #nav_noticeboard a,
body.directory #navigation #nav_directory a,
body.about #navigation #nav_about a,
body.profile #navigation #nav_profile a,
body.register #navigation #nav_register a,
body.contact #navigation #nav_contact a {color: #33CCFF;background: transparent url("../images/template/nav-on.gif") scroll center right no-repeat;}
#navigation a:link {color: #FFFFFF;background: transparent url("../images/template/nav.gif") scroll center right no-repeat;}
#navigation a:visited {color: #FFFFFF;background: transparent url("../images/template/nav.gif") scroll center right no-repeat;}
#navigation a:active {color: #33CCFF;background: transparent url("../images/template/nav.gif") scroll center right no-repeat;}
#navigation a:hover {color: #33CCFF;background: transparent url("../images/template/nav.gif") scroll center right no-repeat;}
#navigation a:focus {outline: none;color: #33CCFF;background: transparent url("../images/template/nav.gif") scroll center right no-repeat;}


#container
{
  border: solid 3px #FFF;
  border-width: 3px 0;
  margin: -7px 0 -6px;
  padding: 15px 0 30px 40px;
  min-height: 400px;
}
#content
{
  width: 950px;
  background-color: #FFF;
}
#container #main
{
  float: left;
  width: 580px;
  padding-right: 20px;
}
#container #sidebar
{
  width: 350px;
  float: left;
}

#footer
{
  background: transparent url("../images/template/footer.gif") scroll top left no-repeat;
  padding: 11px 6px 0 30px;
  width: 960px;
  color: #FFF;
}
#footer div.legal
{
	padding: 20px;
  background-color: #000;
}
#footer .legal a, #footer .legal a:visited {
    color: #3CF;
    text-decoration: none;
    background-image: url(../images/slash_blue.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0 12px 0 0;
    margin-right: 15px;
}
#footer .legal a:hover {
  color: #FFF;
  text-decoration: none;
  background-image: url(../images/slash_white.png);
}
#footer .legal .copyright
{
	float: right;
}
#footer .sponsors
{
	clear: right;
	padding-left: 20px;
	background-color: #000;
}
#footer .sponsors h5
{
	margin: 0;
  padding-top: 3em;
}
#footer .sponsors ul
{
	padding: 0;
  text-align: center;
  margin-top: -2.5em;
}
#footer .sponsors li
{
	display: inline;
	line-height: 65px;
  padding: 0 25px;
}

#footer .creative-bath-links
{
	padding: 0 20px 20px 20px;
  background-color: #000;
}
#footer .creative-bath-links .links
{
	width: 430px;
  margin-right: 25px;
  float: left;
}

#footer .creative-bath-links h5
{
	font-size: 1.4em;
  margin-top: 0;
}

hr
{
  border-width: 0;
  padding-top: 6px;
  background: transparent url("../images/template/hr.gif") scroll top left repeat-x;
  margin: 1em 0;
}

/*typographic general*/

#content a
{
  color: #3CF;
  text-decoration: none;
}
#content a:link {color: #3CF;text-decoration: none;}
#content a:visited {color: #2698BE;}
/*#content a:hover, #content a:focus {text-decoration: underline;}*/
#content a:active {color: #000;}

#footer a
{
  color: #3CF;
  text-decoration: none;
}
#footer a:link {color: #3CF;text-decoration: none;}
#footer a:visited {color: #2698BE;}
#footer a:hover, #footer a:focus {color: #FFF;}
#footer a:active {color: #000;}


#content h1, h2, h3, h4, h5, p, li, dt, dd, blockquote, address
{
  line-height: 1.4em;
  margin: 0.7em 0 0.5em;
}
#content h1
{
  font-size: 2em;
  margin: 0.3em 0;
  text-transform: uppercase;
}
#content h1 small
{
  font-size: 0.6em;
}
#content h2
{
  font-size: 1.6em;
  margin: 0.3em 0;
}
#content h3
{
  font-size: 1.6em;
}

#sidebar .search .sector-links a, #sidebar .search .archive-links a
{
  font-size: 1.1em;
  color: #000;
}

/*pages*/

.about #header {background-image: url("../images/template/headers/about.gif")}
.directory #header {background-image: url("../images/template/headers/directory.gif")}
.noticeboard #header {background-image: url("../images/template/headers/noticeboard.gif")}
.events #header {background-image: url("../images/template/headers/events.gif")}
.news #header {background-image: url("../images/template/headers/news.gif")}
.contact #header {background-image: url("../images/template/headers/contact.gif")}

.site-url
{
  margin-top: 0.5em;
  padding-top: 0.7em;
  border-top: solid 1px #E3E3E3;
}
.site-url:first-child
{
  border-width: 0;
  margin-top: 0;
  padding-top: 0;
}
.site-url label
{
  min-width: 80px;
  display: inline-block;
  margin-bottom: 0.5em;
}
.portfolio-image
{
  display: block;
  margin-bottom: 0.5em;
}

.home .tab .primary, .home .tab .primary li:last-child
{
  background-image: none;
  margin: 0 0 15px;
  padding: 0px;
}

.home .ui-tabs-panel .more-info
{
  background-color: #3CF;
 	padding: 8px 0 6px;
 	margin: 0 -10px 0;
}
.home #content .tab .more-info .button
{
	border-left: solid 2px #3CF;
}
.home #content .ui-tabs-panel .more-info .button
{
	border-left-width: 0;
  border-bottom-right-radius: 3px;
 	-moz-border-radius-bottomright: 3px;
 	-webkit-border-bottom-right-radius: 3px;
}
.home #content .tab .more-info .button:visited
{
  background: #3CF url("../images/template/buttons/icon-sprite.gif") scroll 0 -616px no-repeat;
}
.home #content .tab .more-info .button:active, .home #content .tab .more-info .button:hover
{
  color: #000;
  outline-width: 0;
  background-position: 0 -574px;
  background-color: #3CF;
}

.directory .primary li
{
  position: relative;
}

.directory .primary h4
{
  clear: left;
  padding: 1.2em 0 0;
  font-weight: bold;
}
.directory #content .details h3
{
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.directory .primary p
{
  margin: 0.5em 0;
}

.directory .profile-pic, .news .article-pic
{
  float: left;
  margin-right: 1em;
  border: solid 1px #000;
}
.directory a:hover .profile-pic, .news a:hover .article-pic
{
  border-color: #3CF;
}

.directory .article .profile-pic
{
  margin-bottom: 1em;
}

.directory .primary .buttons
{
	clear: left;
}

.directory .details
{
	width: 475px;
	clear: none;
}

.news #content .primary h3
{
  font-size: 1.6em;
}
.news .article-date
{
  float: right;
  line-height: 2.8em;
  height: 2em;
  color: #666;
}

.news .article .article-date
{
  line-height: 2.6em;
}

.news .primary .buttons, .events .primary .buttons
{
  margin-top: -2em;
  position: relative;
  top:-0.5em;
  z-index: 50;
}
.news .details, .events .details
{
  position: relative;
  z-index: 60;
}

.events .details
{
  width: 490px;
}
.events .details dd
{
  width: 410px;
}


.home #content .details
{
  width: 460px;
}
.home #content .details dd
{
  width: 380px;
}

.home #content .jobs .details
{
  width: 550px;
}
.home #content .jobs .details dd
{
  width: 185px;
}

.jobs .details
{
  width: 580px;
}
.jobs .details dt
{
  width: 80px;
  padding-right: 4px;
}
.jobs .details dd
{
  width: 200px;
  margin-left: 0px;
}

.noticeboard .notice-date
{
  float: right;
  line-height: 2.8em;
  height: 2em;
  color: #666;
}

.noticeboard .notice .notice-date
{
  line-height: 3.1em;
}


.profile fieldset
{
  background-color: #ECECEC;
  margin: 1.5em 0;
}

.contact .details
{
	width: auto;
}
.contact .details dd
{
	width: 500px
}

.account-email .primary-email, .account-email .verified, .account-email .unverified, .account-email .make-primary-email, .account-email .resend-verification, .account-email .remove
{
	margin-left: 1em;
	padding-left: 1em;
  border-left: solid 1px #C3C3C3;
}

.account h4
{
	font-size: 1.2em;
}

#mce-responses
{
	display: block;
}

/*modules + shared content*/

#sidebar .callout
{
	margin-bottom: 10px;
}

.search-data
{
  background-color: #ECECEC;
  padding: 1px 5px 15px;
}
.search-data h3
{
  font-size: 1.8em;
}

#id_start_date, #id_end_date, #id_start_time, #id_end_time, #id_postcode, #id_deadline
{
  width:7em
}
.autofilled
{
  color: #8D8D8D;
}

#content #sidebar .ui-datepicker-header a.ui-state-disabled
{
  display: none;
}
#content #sidebar .ui-datepicker-header a.ui-state-hover
{
  border-width: 0!important;
  outline: 0;
  background-color: #FFF!important;
  background-image: none;
  top: 2px;
}
#content #sidebar .ui-datepicker-header a.ui-state-hover.ui-datepicker-next{right: 2px;}
#content #sidebar .ui-datepicker-header a.ui-state-hover.ui-datepicker-prev{left: 2px;}


.member-actions
{
	padding-left: 100px;
  margin-bottom: 1.5em;
}

.RSS
{
	background: #0087a9 url("../images/template/RSS-right-door.gif") scroll center right no-repeat;
  float: right;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  margin-top: 0.4em;
}
#content .RSS a
{
	background: transparent url("../images/template/RSS-left-door.gif") scroll center left no-repeat;
  padding-right: 49px;
  padding-left: 15px;
  display: block;
  height: 33px;
  line-height: 33px;
  color: #FFF;
}

.pagination span
{
	padding: 2px 0;
}
.pagination span.link-placeholder
{
  padding: 2px 4px;
  background-color: #D3D3D3;
  color: #FFF;
}
#content .pagination a
{
  padding: 2px 4px;
  background-color: #3CF;
  color: #FFF;
}
#content .pagination a:hover, .pagination a:focus
{
	background-color: #000;
  text-decoration: none;
}
#content .pagination a:active
{
	background-color: #FFF;
	outline: #000 solid 1px;
  color: #000;
}
.pagination span.current-page, .pagination a, .pagination span.link-placeholder
{
	margin: 0 0.5em 0 0;
}
.pagination .showing
{
	float: right;
}

#tag-help
{
	cursor: pointer;
}

.help-text
{
	display: none;
  margin: 5px;
  padding: 0 5px;
  border: solid 1px #C3C3C3;
  color: #666;
  font-size: 0.9em;
}

#content ul.holder li.bit-input input
{
	width: auto;
}

.primary .training
{
	float:left;
  margin-right:1em;
}
.article .training
{
	position: absolute;
  top: 0px;
  right: 0px
}

#portfolio .item
{
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  width: 98px;
  height: 98px;
  line-height: 96px;
  overflow: hidden;
  border: solid 1px #000;
  text-align: center;
}
#portfolio .line-end
{
  margin-right: 0px;
}
#portfolio .item:hover, #portfolio .item:focus
{
  border-color: #3CF;
}

#portfolio .item img
{
  vertical-align: middle;
}

.directory .edit #portfolio .item, .directory .edit #current-profile-pic
{
  position: relative;
}
.directory .edit #portfolio .item:hover
{
  border-color: #000;
}

.directory .edit .delete
{
  width: 15px;
  height: 15px;
  line-height: 13px;
  cursor: pointer;
  background-color: #3CF;
  text-align: center;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.directory .edit #portfolio .item .delete, .directory .edit #current-profile-pic .delete
{
  position: absolute;
  top: 0px;
  right: 0px;
}
.directory .edit a:hover.delete
{
  background-color: #000;
}

span.error, div.mce_inline_error
{
  background-color: #F00;
  color: #FFF;
  padding: 1px
}
div.mce_inline_error
{
	display: inline;
  white-space: nowrap;
}
#mce-responses .help-text
{
	padding: 8px;
  font-size: 1em;
}
#mce-error-response
{
	border-color: #F00;
}

.article
{
  margin-bottom: 20px;
  background: transparent url("../images/template/hr.gif") scroll bottom left repeat-x;
  padding-bottom: 25px;
  position: relative;
}

#content .article h4
{
  margin-top: 1.5em;
}

.available, .hiring
{
  position: absolute;
  top: 10px;
  right: 0px
}

.back-link
{
  margin-top: -2.75em;
  margin-bottom: 1.5em;
}

#content #tabs
{
  font-size: 0.9em;
  margin-top: 2em;
}
#content #tabs .tab
{
  padding: 0 10px;
}

.tagcloud a
{
  color: #19657e;
  text-decoration: none;
}
.tagcloud a:hover
{
  text-decoration: underline;
}

.primary
{
  margin: 20px 0;
  padding-top: 10px;
  background: transparent url("../images/template/hr.gif") scroll top left repeat-x;
}
.primary li
{
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: transparent url("../images/template/hr.gif") scroll bottom left repeat-x;
}
.primary li .buttons
{
  padding-top: 0.5em;
}


.primary h4, #content .primary h3
{
  font-weight: normal;
}

.details
{
  width: 340px;
  clear: both;
}
.details dt, .details dd
{
  display: inline-block;
  margin: 0.5em 0 0.3em;
}
.details dt
{
  width: 215px;
  color: #666;
  vertical-align: top;
}
.details dd
{
  width: 260px;
  margin-right: 6px;
  margin-left: -145px;
  vertical-align: top;
}

#sidebar div.search
{
  width: 334px;
  background-color: #3CF;
  border: solid 3px #3CF;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
 	-moz-border-radius-bottomright: 3px;
 	-webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
 	-moz-border-radius-bottomleft: 3px;
 	-webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
 	-moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
}
#sidebar div.search h3
{
  font-size: 1.6em;
  margin: 0.2em;
}
#sidebar div.search h4
{
  font-size: 1.3em;
  background-color: #CCC;
  padding: 6px 4px 5px;
  margin-bottom: 1px;
  margin-top: 0.2em;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
}
#sidebar div.search form, #sidebar .search .sector-links, #sidebar .search .archive-links, #sidebar .tags
{
  background-color: #ECECEC;
  padding: 4px;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
 	-webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
 	-webkit-border-bottom-left-radius: 3px;
}
#sidebar .search .form dt, #sidebar .search .form dd
{
  display: inline-block;
}
#sidebar .search .form dt
{
  width: 60px;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}
#sidebar .search .form dd
{
  width: 255px;
  padding-left: 5px;
}
#sidebar .search .form dd .autofill
{
  display: none;
}
#sidebar .search input[type="text"], #sidebar .search select
{
  width: 100%;
  max-width: 255px;
}
#sidebar .search .input-list li
{
  float: left;
  margin-right: 30px;
  margin-top: 0px;
}
#sidebar .search .buttons
{
  padding-right: 4px;
  padding-bottom: 4px;
}

#sidebar .search .input-list label
{
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
 	-moz-border-radius-bottomright: 3px;
 	-webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
 	-moz-border-radius-bottomleft: 3px;
 	-webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
 	-moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
  border:1px solid #ECECEC;
  display:block;
  padding:2px 3px 2px 18px;
  text-indent:-15px;
}
#sidebar .search .input-list label:hover
{
  border:1px solid #3CF;
}
#sidebar .search .input-list label:active
{
  background-color:#3CF;
  color:#FFFFFF;
}
#sidebar .search .input-list input
{
  height:13px;
  margin:0;
  padding:0;
  position:relative;
  right:-1px;
  vertical-align:bottom;
  width:13px;
}
#sidebar .search .input-list label span
{
  min-width: 70px;
  display: block;
  float: left;
}
#calendar
{
  border-top: solid 1px #3CF;
  position: relative;
  overflow: hidden;
}
#sidebar .ui-datepicker
{
  width: 329px;
  border-radius: 3px;
 	-webkit-border-radius: 3px;
  -moz-border-radius: 0;
}
#sidebar .ui-datepicker td span, #sidebar .ui-datepicker td a
{
  padding: 13px 1px;
  border-width: 2px;
  text-align: center;
}
#sidebar .ui-datepicker td a
{
  color: #FFF;
  background: #3CF none scroll top left no-repeat;
  border-color: #3CF;
}
#sidebar .ui-datepicker-calendar .ui-state-default
{
}
#sidebar .ui-datepicker-calendar .ui-datepicker-today a
{
  border-color: 666;
}
#sidebar .ui-datepicker td a, #sidebar .ui-datepicker td a:hover
{
  cursor: default;
  text-decoration: none;
}
#sidebar .ui-datepicker td a.event-day
{
  cursor: pointer;
  background-color: #ff6600;
  border-color: #ff6600;
}
#sidebar .ui-datepicker td a.event-day:hover
{
  background-color: #000;
  border-color: #000;
}

#calendar .ajax-overlay
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5000;
  background: transparent url("../images/template/overlay.png") scroll top left repeat;
  text-align: center;
  color: #FFF;
}




#sidebar .tags
{
  text-align: center;
}
#sidebar .tagsheading
{
  display: block;
  margin: -4px -4px 4px;
  padding: 3px 0 0;
  border-bottom: solid 1px #cdcdcd; 
  font-weight: bold;
  line-height: 1.8em;
  font-size: 1.1em;
}
#sidebar .tagsheading label
{
  margin-left: 10px;
}
#sidebar .tagsheading input
{
  margin-right: 10px;
}

#tabs .nav
{
	overflow: hidden;
}
#tabs .nav li
{
  padding: 0px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0px;
  width: 139px;
  text-align: center;
  border-width: 0;
  float: left;
}
#tabs .nav li.first
{
  margin-left: 0px;
}
#tabs .nav li.last
{
  margin-right: 0px;
}
#content #tabs .nav li a
{
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  padding: 6px 0;
  width: 133px;
  border: solid 3px #3CF;
  display: block;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
 	-moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
 	-webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
 	-moz-border-radius-bottomleft: 3px;
 	-webkit-border-bottom-left-radius: 3px;
}
#content #tabs .ui-tabs-nav li a
{
  border-bottom-width: 0px;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
 	-webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
 	-moz-border-radius-bottomleft: 0;
 	-webkit-border-bottom-left-radius: 0;
}
#content #tabs .nav li a:link, #content #tabs .nav li a:visited {color: #000;border-color: #3CF;background-color: #FFF;text-decoration: none;}
#content #tabs .nav li a:focus, #content #tabs .nav li a:hover {color: #FFF;border-color: #2698BE; background-color: #2698BE;}
#content #tabs .nav li a:active {color: #FFF;border-color: #000;background-color: #000;}
#content #tabs .nav li.ui-tabs-selected a:link, #content #tabs .nav li.ui-tabs-selected a:visited {color: #FFF;border-color: #3CF;background-color: #3CF;cursor: default;}

#content .tab h2
{
	margin: 1em 0 0.5em;
  border-bottom: solid 1px #c3c3c3
}
#content .ui-tabs-panel h2
{
	display: none;
}
.form-page #content
{
  width: 580px;
  padding: 0px 185px;
}

.form-page dl.form
{
  margin: 1em 0;
}
.form-page dl.form dt, .form-page dl.form dd
{
  display: inline-block;
}
.form-page dl.form dt
{
  width: 145px;
  padding-left: 0;
  margin: 0.6em 0;
  vertical-align: top;
  padding-top: 3px;
}
.form-page dl.form dd
{
  width: 430px;
  margin: 0.6em 0;
}
.form-page dl.form dd input[type="text"], .form-page dl.form dd input[type="password"]
{
  width: 310px;
}
.form-page .buttons
{
  margin: 0.5em 0;
}

.form-page form ul.holder
{
  width: 418px;
}
.form-page form div.facebook-auto
{
  width: 430px;
}

.buttons
{
  text-align: right;
}
body #content .button, body #content .button:link
{
  display: inline;
  margin: 0px;
  border-width: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 1.2em;
  text-decoration: none;
}
body #content .button:visited
{
  background-color: #2698BE;
	color: #FFF;
}
body #content .button:hover, body #content .button:focus
{
  background-color: #000;
  outline: none;
}
body #content .button:active
{
  background-color: transparent;
  color: #000;
  outline: #000 1px solid;
}
input.button, button.button
{
  font-size: 1.2em;
  padding: 2px 3px 3px;
}
button::-moz-focus-inner
{
  border: none;
}

body #container #content .button:disabled, body #container #content .button:disabled:active, body #container #content .button:disabled:hover
{
  background-color: #CCC;
  cursor: default;
}

body #content a.author-edit, body #content a.author-edit:link, body #content a.author-edit:visited
{
  background: #FFF url("../images/template/buttons/icon-sprite.png") scroll 0 -6px no-repeat;
  padding: 3px 5px 3px 24px;
  border: solid 1px #3CF;
  color: #000;
}
body #content a.author-edit:focus, body #content a.author-edit:hover
{
  border-color: #000;
  background-color: #000;
  color: #FFF;
  background-position: 0 -48px;
}
body #content a.author-edit:active
{
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
  background-position: 0 -6px;
}

a.next
{
  padding-right: 20px;
}
a.back, a.top, a.share, li.register a, a.join, a.detail, a.list, button.search, input.upload, a.add, button.save, a.going, a.view-all, li.profile a, button.add, #header #account_links li.login a, #header #account_links li.logout a, #header #account_links li.profile a
{
  padding-left: 20px;
}
#header #account_links li.register a, a.edit, #header #account_links li.create-profile a, button.edit
{
  padding-left: 25px;
}
/* Icons sourced from PICOL project: http://www.picol.org/about.php */

li.login a, li.register a, li.create-profile a, li.logout a
{
  background: #3CF url("../images/template/buttons/icon-sprite.png") center left no-repeat;
}

.button, li.profile a
{
  padding: 4px 6px;
  background: #3CF url("../images/template/buttons/icon-sprite.gif") scroll center left no-repeat;
}
a.edit, li.create-profile a, button.edit, li.login a, li.logout a, li.register a, button.search
{
	background-image: url("../images/template/buttons/icon-sprite.png");
}

#content .attendees
{
  margin-top: 0.5em;
}
#content .attendees h4
{
  float: left;
  width: 90px;
  margin: 0.7em 10px 10px 0;
  color: #666;
  font-weight: normal;
}
.attendees ul
{
  float: left;
  width: 480px;
}
.attendees strong.desc
{
  margin-top: 0.7em;
  display: block;
  float: left;
  width: 480px;
  line-height: 1.4em;
}

a.add, button.add
{
  background-position: 0 -42px;
}
a.add:active, button.add:active
{
  background-position: 0 0;
}
a.back
{
  background-position: 0 -126px;
}
a.back:active
{
  background-position: 0 -84px;
}
a.detail
{
  background-position: 0 -210px;
}
a.detail:active
{
  background-position: 0 -168px;
}
li.profile a
{
  background-position: 0 -206px;
}
li.profile a:hover, li.profile a:active
{
  background-position: 0 -164px;
}
a.list
{
  background-position: 0 -294px;
}
a.list:active
{
  background-position: 0 -252px;
}
a.share
{
  background-position: 0 -378px;
}
a.share:active
{
  background-position: 0 -336px;
}
input.submit, button.submit, a.next
{
	padding-right: 18px;
  background-position: right -451px;
}
input.submit:active, button.submit:active, a.next:active
{
  background-position: right -416px;
}
a.top
{
  background-position: 0 -532px;
}
a.top:active
{
  background-position: 0 -490px;
}
a.view-all
{
  background-position: 0 -616px;
}
a.view-all:active
{
  background-position: 0 -574px;
}

button.edit
{
  background-position: 0 -48px;
}
button.edit:active
{
  background-position: 0 -6px;
}

a.edit, li.create-profile a, li.register a
{
  background-position: 0 -42px;
}
a.edit:active, li.create-profile a:hover, li.create-profile a:focus, li.create-profile a:active, li.register a:hover, li.register a:active, li.register a:focus
{
  background-position: 0 0;
}
li.login a, li.logout a
{
  background-position: 0 -210px;
}
li.login a:hover, li.logout a:hover, li.login a:active, li.logout a:active, li.login a:focus, li.logout a:focus
{
  background-position: 0 -168px;
}
button.search
{
  background-position: 0 -131px;
  padding-left: 19px;
}
button.search:active
{
  background-position: 0 -89px;
  padding-left: 19px;
}

/*helper classes*/

.clrB
{
  clear: both;
}


small
{
  font-size: 0.85em;
}

.twitterbox {
	width: 340px;
	height: 170px;
	background: url(../images/twitterbox_bg.png) no-repeat;
	overflow: hidden;
	margin-top: 10px;
}
.twitterbox p {
	margin-left: 35px;
	margin-top: 30px;
	margin-right: 35px;
	background: url(../images/twitterbox_quote.png) bottom right no-repeat;
	padding-right: 20px;
}









.membership_type_form label span {
	font-weight: bold;
	display: block;
	float: right;
	margin-top: 0px;
}



.add_company_form {
	border: 1px solid #CECECE;
	width: 470px;
	padding: 10px;
	margin-bottom: 25px;
	min-height: 30px;
}

.add_company_form_wide {
	width: 610px !important;
	min-height: 600px;
}


.create_company_link {
	width: 109px;
	height: 22px;
	background: url(../images/create_button_grey.png);
	display: block;
	float: left;
	padding:3px 0 0 6px;
	font-weight: bold; 
	font-size: 18px;
	color: #fff !important;
}

.create_company_link_active {
	background: url(../images/create_button_blue.png) !important;
}

.company_form_label {
	width: 100px;
	float: left;
	margin-top: 5px;
}

.company_creation {
	clear: both;
	padding-top: 5px;
}

.add_link {
	width: 97px;
	height: 24px;
	background: url(../images/add_button_blue.png) no-repeat;
	font-size: 15px;
	color: #fff !important;
	padding-top: 4px;
	padding-left: 20px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

.inputlist input {
	margin-bottom: 10px;
}


.inputlist td {
	min-width: 75px;
}



.company_create_button {
	width: 140px;
	height: 22px;
	background: url(../images/add_button_blue.png) no-repeat #33ccff;
	font-size: 15px;
	color: #fff !important;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	float: right;
}

.clearboth {
	clear: both;
	width: 100%;
}

.form_errors {
	color: red;
}


#survey_1, #survey_2, #survey_3, #survey_4, #survey_5, #survey_6, #survey_7, #survey_8, #survey_9 {
	display: none;
}

.survey_page {
	padding-top: 85px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/survey_logo.png) no-repeat #010101;
	background-position: 20px 20px;
}



.survey_page h2 {
	color: #fff;
}

.survey_page .form dt {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 200px !important;
}
.survey_page .form dd {
	margin-top: 10px !important;
}

.survey_page .form dd p {
	font-size: 13px !important;
}


.survey_page_1 p {
	font-size: 22px;
	color: #fff;
	font-family: Arial, sans-serif;
}

.survey_page_1_choice label {
	font-size: 14px !important;
}

.radioarray {
	width: 530px;
	min-height: 75px;
}


.radioarray span {
	width: 130px;
	float: left;
	display: block;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 35px;
}

.radioarray span input[type="text"] {
	width: 90px !important;
}



.checkarray {
	width: 730px;
	min-height: 75px;
}


.checkarray span {
	width: 340px;
	float: left;
	display: block;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 35px;
}

.checkarray span input[type="text"] {
	width: 90px !important;
}



.survey_page_2 p {
	font-size: 20px;
	color: #fff;
}
.survey_page_3 p {
	font-size: 14px !important;
	color: #fff;
}


.survey_page_3 .left {
	width: 380px;
	float: left;
}

.survey_page_3 .right {
	width: 330px;
	float: left;
}
.survey_page_3 .left select {
	width: 180px;
}


.activityselect {
	min-height: 250px;
}

.activityselect div, .activityselect_dropped {
	width: 250px;
	height: 43px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	background: url(../images/survey_activity_bg.png) no-repeat;
	cursor: pointer;
}

.activityselect_dropped {
	margin-top: 5px;
	margin-left: 5px;
}


.main_activity_drop {
	width: 280px;
	height: 55px;
	background: #2a2a2a;
	border: 1px solid #333333;
}

.other_activities_drop {
	width: 280px;
	height: 250px;
	background: #2a2a2a;
	border: 1px solid #333333;
}

.activity_close {
	width: 24px;
	height: 24px;
	background: url(../images/activity_close.png);
	font-size: 1px;
	float: right;
	margin-top: -7px;
}


.survey_submit {
	margin-left: 440px;
	margin-top: 20px;
}

.return_to_website_link {
	text-decoration: none;
	color: #33ccff;
}

.simpletip {
	display: block;
	float: right;
	margin-right: 175px;
}

.tooltip{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	max-width: 200px;
	min-width: 200px;
	width: 200px;
	min-height: 50px;
	padding: 10px;
	background: #26C1F1;
	color: #fff;
	border: 1px solid #2A2A2A;
}



.pp_close {
	display: none !important;
}



.pp_inline {
	 max-height: 400px !important;
	 min-width: 780px;
	 overflow: auto;
}

.status_message {
	color: #fff;
	background: #33CCFF;
	padding: 10px;
}

.status_message a {
	color: #fff !important;
	font-weight: bold;
}
