/* @group General */

body {
    background: #d0d0d0 url(/images/body-background.png) left top repeat;
    font: 14px Georgia, Helvetica, Arial, sans-serif;
    color: #666;
}
a {
    color: #00B4AB;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.imgrep {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.clear {
    clear: both;
}

.fix {
    clear: both;
}
.covert {
    display: none;
}
.validation-summary-errors {
    color: #f00;
}
ul.validation-summary-errors {
    margin: 5px 0 10px 0;
}

p.confirmation, p.error, p.maintenance {
	padding: 8px;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.confirmation {
	border: 1px solid #2EC7BF;
	background-color: #D9F7F5;
	color: #2EC7BF;
}
p.error {
	border: 1px solid #f00;
	background-color: #fcc;
	color: #C40B06;
}
p.error span, p.confirmation span { font-weight: bold; }
p.maintenance {
    border: 1px solid #E6D752;
    background-color: #FFFF99;
    color: #666;
    margin: 20px;
    margin-top: 0;
    font-size: 13px;
    text-align: center;
}

/* @end */

/* @group Layout */

#wrapper {
    position: relative;
    margin: 0 auto;
    top: 25px;
    width: 976px;
}

#content {
    position: relative;
    background-color: #fff;
    padding: 20px 0 45px 0;
    -webkit-box-shadow: 1px 1px 15px #888;
    -moz-box-shadow: 1px 1px 15px #888;
    box-shadow: 1px 1px 15px #888;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

#container {
    position: relative;
    padding: 0 10px 10px 10px;
}
#content h2 {
    font-weight: bold;
    font-size: 24px;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    color: #000;
}
#content h4 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #666;
    margin-bottom: 8px;
}
#content .subh2 {
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 18px;
}
#content ul {
    margin-bottom: 20px;
    margin-left: 28px;
}
#content ul li {
    list-style-type: disc;
    padding-bottom: 2px;
    line-height: 18px;
}
#content p.standard {
    margin-bottom: 20px;
    line-height: 20px;
}
#content .one_col {
    position: relative;
    padding: 0 20px;
}
#content .two_col .col1, #content .two_col .col2 {
    position: relative;
    float: left;
    width: 430px;
    padding: 0 20px;
}
#content .two_col .col2 {
    padding-top: 40px;
}
#breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
}

/* @end */

/* @group Header */

#header {
    position: relative;
}
#header h1 {
    position: relative;
    height: 72px;
    width: 270px;
    text-indent: -5000px;
    overflow: hidden;
    left: 15px;
    padding-bottom: 10px;
}
#header h1 a {
    color: #000;
    border: none;
}
#header h1 span {
    background-image: url(/images/twalkin-logo.png);
    width: 270px;
    height: 72px;
}

#header .login_form form {
    display: block;
    padding: 0 20px;
}
#header .login_form {
    z-index: 1;
    background: #fff;
    background: url(/images/login-background-shadow.png) right no-repeat;
    width: 425px;
    position: absolute;
    top: 28px;
    right: -8px;
    padding: 14px 0 0;
    height: 40px;
}
#header .login_form p {
    float: left;
    margin-left: 18px;
    position: relative;
    padding-top: 3px;
    right: 6px;
}
#header .login_form .submit {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-out;
}

#header .login_form .submit:hover {
    opacity: 0.8;
}
#header .login_form p.field input {
    font-size: 14px;
    font-family: Georgia, "Times New Roman" , serif;
    width: 110px;
    color: #999;
    padding: 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -border-radius: 8px;
}
#header .login_form #username {
    width: 120px;
}
#header .login_form #password {
    width: 100px;
}

#auth_nav {
    z-index: 1;
    background: #fff;
    background: url(/images/nav-background-shadow.png) right top no-repeat;
    width: 491px;
    height: 54px;
    position: absolute;
    top: 28px;
    right: -8px;
    padding: 0 20px;
}

#auth_nav li {
    float: left;
    margin-top: 15px;
    text-decoration: none;
}

#auth_nav li a {
    color: #333;
    border: none;
}

#create-twalk {
    margin-left: 45px !important;
}

#your-account {
    margin-left: 25px;
}

#log-out {
    margin-left: 25px;
}

#create-twalk a {
    background: url(/images/buttons/create-twalk-normal.png) no-repeat;
    display: block;
    text-indent: -5000px;
    width: 147px;
    height: 38px;
}

#create-twalk a:hover {
    background: url(/images/buttons/create-twalk-over.png) no-repeat;
}

#your-account a {
    background: url(/images/buttons/your-account-normal.png) no-repeat;
    display: block;
    text-indent: -5000px;
    width: 152px;
    height: 38px;
}

#your-account a:hover {
    background: url(/images/buttons/your-account-over.png) no-repeat;
}

#log-out a {
    background: url(/images/buttons/log-out-normal.png) no-repeat;
    display: block;
    text-indent: -5000px;
    width: 94px;
    height: 38px;
}

#log-out a:hover {
    background: url(/images/buttons/log-out-over.png) no-repeat;
}

/* @end */

/* @group Banner */

#banner {
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 260px;
    width: 920px;
    background: url(/images/banners/phyai.jpg) center top no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 30px;
}

#banner .info {
    color: #fff;
}
#banner .bubble {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 144px;
    width: 413px;
    padding: 25px 30px;
    background: url(/images/banner-bubble.png) left top no-repeat;
}
#banner .bubble h2 {
    color: #fff;
}
#banner .button {
    text-align: center;
}
#banner .button a {
    margin: 0 auto;
    border: none;
    background: url(/images/buttons/get-started-now.png) no-repeat;
    height: 37px;
    width: 240px;
    display: block;
    text-indent: -5000px;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-out;
}

#banner .button a:hover {
    opacity: 0.8;
}

.credits {
    background: #999;
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    padding: 5px 10px;
    height: 15px;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius-bottom-left: 8px;
    border-radius-bottom-right: 8px;
}
#content .credits p {
    margin: 0;
    line-height: normal;
}
.credits a {
    color: #fff;
    font-style: italic;
}

/* @end */

/* @group Footer */

#footer {
    position: relative;
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    font-size: 12px;
    background: #fff;
    -webkit-box-shadow: 1px 5px 20px #888;
    -moz-box-shadow: 1px 5px 20px #888;
    box-shadow: 1px 5px 20px #888;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius-bottom-left: 8px;
    border-radius-bottom-right: 8px;
}
#footer p.left {
}
#footer .right {
    float: right;
}
#footer .right li {
    text-align: right;
    float: left;
    margin-left: 15px;
}
#footer .right a {
    border: none;
}

/* @end */

/* @group Homepage Specific Styles */

.home #content .col1 {
    width: 400px;
}
.home #content .col2 {
    width: 476px;
    padding-top: 0;
    padding-left: 0;
}
.home #content .col2 p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}
.home #content .col2 ul {
    font-size: 15px;
    margin-bottom: 15px;
}
.home #content .col2 ul li {
    padding-bottom: 4px;
}
.home .iphone-app {
    margin-bottom: 20px;
}
.home #content .videos {
    margin: 25px auto 0 auto;
    width: 312px;
}
.home #content .videos p {
    float: left;
}

/* @end */

/* @group Twalk Detail Specific Styles */

.twalk-detail #content .col1 {
    width: 590px;
}
.twalk-detail #content .col1 h2 {
    width: 480px;
}
.twalk-detail #content .owner-tasks {
    background-color: #fff;
}
.twalk-detail #content .controls {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 400px;
    height: 26px;
}
.twalk-detail #content .col2 {
    width: 266px;
    padding: 40px 0 0 20px;
}
.twalk-detail #content .col1 .info {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 20px;
}
.twalk-detail #content .col1 .description {
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
}
.twalk-detail #content .join-container {
    width: 510px;
    margin: 0 auto;
}
.twalk-detail #content .join-container a {
    color: #fff;   
    text-decoration: underline;
}
.twalk-detail #content .join-container .warning,
.twalk-detail #content .join-container .caution {
    text-align: center;
    text-transform: uppercase;
    font: bold 12px/32px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    height: 32px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
.twalk-detail #content .join-container .warning {
    background: url(/images/warning-background.png) left top repeat-x;   
}
.twalk-detail #content .join-container .caution {
    background: url(/images/caution-background.png) left top repeat-x;   
}
.twalk-detail #content .join {
    font-size: 38px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background: #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0;
    letter-spacing: -1px;
    margin-bottom: 4px;
    border: 1px solid #bbb;
    text-shadow: 0px 1px 0px #e5e5ee;
    filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
}
.twalk-detail #content .notification .join {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.twalk-detail #content .join small {
    font-size: 24px;
}
.twalk-detail #content .join_directions {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
.twalk-detail #content .col2 .created_by .photo {
    float: left;
    padding-right: 10px;
}
.twalk-detail #content .col2 .created_by .photo img {
    height: 48px;
    width: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.twalk-detail #content .col2 .created_by .created {
    font-size: 15px;
    line-height: 22px;
}
.twalk-detail #content .col2 .created_by .created a {
    font-size: 14px;
    font-weight: bold;
}
.twalk-detail #whos-on {
    margin-top: 40px;   
}
.twalk-detail #whos-on h3 {
    font: bold 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.twalk-detail #whos-on .twalker {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;   
}
.twalk-detail #whos-on .twalker img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no_twalk #content .col1 {
    width: 492px;
}
.no_twalk #content .col2 {
    width: 380px;
    padding-left: 20px;
}

/* @end */

/* @group About Specific Styles */

.about #content .col2 {
    padding-top: 84px;
}

/* @end */

/* @group Drawers */

#content .drawers {
    position: relative;
    background: #efefef;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 380px;
    margin: 0;
}
#content .drawers li {
    position: relative;
    list-style-type: none;
    line-height: normal;
    padding: 0;
    overflow: hidden;
}

.open {
}

.drawers h3 {
    color: #fff;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    text-indent: -5000px;
    display: block;
    height: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.drawers h3:hover {
    cursor: pointer;
}
#content .drawers .authenticated h4 {
    padding-right: 50px;
}

.popular-twalks h3 {
    background: #999 url(/images/popular-twalks.png) no-repeat 10px center;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.featured-twalks h3 {
    background: #999 url(/images/featured-twalks.png) no-repeat 10px center;
}

.fresh-twalks h3 {
    background: #999 url(/images/fresh-twalks.png) no-repeat 10px center;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.fresh-twalks h3.open {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

#content .drawers ul {
    margin: 0;
}
#content .drawers ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
    list-style-type: none;
    line-height: normal;
}

.drawers li:last-child {
    border-bottom: none;
}
.drawers .photo {
    float: left;   
    padding: 0 8px 0 0;
    overflow: hidden;
}
.drawers .photo img {
    width: 48px;
    height: 48px;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.drawers h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}
.drawers .authenticated .twalk-title {
    width: 80%;
    float: left;
}
.drawers .owner .twalk-title {
    width: 65%;   
}

.see-more {
    text-align: center;
    font-style: italic;
}

.save, .unsave {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -5000px;
    overflow: hidden;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    height: 26px;
    opacity: 1;
}

.save {
    background-image: url(/images/buttons/save-twalk.png);
    width: 54px;
}

.save:hover {
    opacity: 0.8;
}

.unsave {
    background-image: url(/images/buttons/action-x.png);
    width: 30px;
}
.unsave:hover {
    background-image: url(/images/buttons/unsave.png);
    width: 105px;
    opacity: 0.8;
}

.owner-tasks {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    background-color: #efefef;
}

.edit, .manage, .delete-twalk, .delete-other {
    position: relative;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    height: 26px;
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    padding-left: 3px;
    opacity: 1;
}
.edit {
    background-image: url(/images/buttons/edit-details-condensed.png);
    width: 33px;
}
.edit:hover {
    background-image: url(/images/buttons/edit-details.png);
    width: 130px;
}
.manage {
    background-image: url(/images/buttons/manage-twalk-condensed.png);
    width: 30px;
}
.manage:hover {
    background-image: url(/images/buttons/manage-twalk.png);
    width: 146px;
}
.delete-twalk, .delete-other {
    background-image: url(/images/buttons/action-x.png);
    width: 30px;
}
.delete-twalk:hover, .delete-other:hover {
    background-image: url(/images/buttons/delete.png);
    width: 105px;
}
#content .processing, #content .submit-processing {
    background: url(/images/snake-loader.gif) right center no-repeat;
    width: 16px;
}
#content .processing a, 
#content .processing input,
#content .submit-processing a,
#content .submit-processing input {
    display: none;
}

.drawers ul li p {
    clear: both;
    padding-top: 12px;
    margin-bottom: 0;
    line-height: 18px;
}

/* @end */

/* @group Create Twalk */

.create-twalk .description {
    font-size: 18px;
    padding-bottom: 20px;
}
.create-twalk #content form p {
    padding-bottom: 20px;
}
.create-twalk #content form input[type=text], .create-twalk #content form textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 300px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
}
.create-twalk #content form textarea {
    height: 100px;
}
.create-twalk #content form select {
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
    padding: 1px;
}
.create-twalk #content form input[type=checkbox] {
    position: relative;
    top: 6px;
}
.create-twalk #content form label {
    float: left;
    display: block;
    width: 182px;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    top: 12px;
}
.create-twalk #content #label-description, .create-twalk #content #label-private, .create-twalk #content #label-authorized-speakers {
    top: 7px;
}
.create-twalk #content #label-who-can-talk {
    top: 4px;
}

.create-twalk #content form small {
    display: block;
    font-style: italic;
    font-size: 12px;
}
.create-twalk #content p.error { 
    padding-bottom: 8px;
    width: 500px;
}

#advanced-options-header {
    background: #b3b3b3;
    height: 38px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#advanced-options h3 {
    background: url(/images/advanced-options.png) no-repeat;
    text-indent: -5000px;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;
    float: left;
    width: 326px;
    height: 18px;
}
#advanced-options-header a {
    text-indent: -5000px;
    display: block;
    float: right;
    width: 66px;
    height: 38px;
    position: relative;
    right: 10px;
}
#advanced-options.closed #advanced-options-header {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#advanced-options.closed #advanced-options-header a {
    background: url(/images/module-show.png) no-repeat right center;
}
#advanced-options.opened #advanced-options-header a {
    background: url(/images/module-hide.png) no-repeat right center;
}
#advanced-options-header a:hover {
    opacity: 0.8;
}
#advanced-options {
    position: relative;
    background: #efefef;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 600px;
    margin-top: 15px;
}
#advanced-options-content {
    padding-top: 20px;
    position: relative;
}
#advanced-options #twalk-begin {
    width: 100px;
    text-align: center;
}
#advanced-options .ui-datepicker-trigger {
    position: relative;
    top: 5px;
    margin-left: 10px;
}
#advanced-options #twalk-begin-time {
    position: relative;
    width: 90px;
    text-align: center;
}
#advanced-options-content .at {
    padding: 0 10px 0 20px;
}
#advanced-options-content .timezone {
    padding-left: 10px;
}
#advanced-options-content .default {
    font-size: 11px;
}
#advanced-options #max-attendees {
    width: 50px;
    text-align: center;
}
.create-twalk #content p.submit {
    margin-top: 30px;
    padding-bottom: 0;
    height: 37px;
    width: 248px;
    position: relative;
}
.create-twalk #content .submit-processing {
    background-position: left center;
}
.create-twalk #content p.submit:hover {
    opacity: 0.8;
}
.create-twalk #content .submit-description {
    font-style: italic;
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 0;
}

/* @end */

/* @group Edit Twalk */

.edit-twalk #content form p {
    padding-bottom: 20px;
}
.edit-twalk #content form input[type=text], .edit-twalk #content form textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 300px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
}
.edit-twalk #content form textarea {
    height: 100px;
}
.edit-twalk #content form select {
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
    padding: 1px;
}
.edit-twalk #content form input[type=checkbox] {
    position: relative;
    top: 6px;
}
.edit-twalk #content form label {
    float: left;
    display: block;
    width: 165px;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    top: 12px;
}
.edit-twalk #content #label-description, .edit-twalk #content #label-private, .edit-twalk #content #label-authorized-speakers {
    top: 7px;
}
.edit-twalk #content form small {
    display: block;
    font-style: italic;
    font-size: 12px;
}
.edit-twalk #content p.submit {
    margin-top: 30px;
    padding-bottom: 0;
    height: 37px;
    width: 248px;
    position: relative;
}
.edit-twalk #content p.submit:hover {
    opacity: 0.8;
}
.edit-twalk #content .submit-description {
    font-style: italic;
    font-size: 15px;
    margin-top: 10px;
    padding-bottom: 0;
}
.edit-twalk #content .controls {
    position: absolute;
    right: 15px;
    top: 38px;
    width: 400px;
    height: 26px;
}
.edit-twalk #content .controls .owner-tasks {
    background-color: #fff;   
}
.edit-twalk #content .submit-processing {
    background-position: left center;
}

/* @end */

/* @group Login */

.login #content input[type="text"], .login #content input[type="password"] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 200px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
}
.login #content form label {
    float: left;
    display: block;
    width: 125px;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    padding-top: 9px;
}
.login #content .submit {
    margin-left: 165px;
}

/* @end */

/* @group Module */

.module {
    position: relative;
    background: #efefef;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.module .header {
    position: relative;
    background: #b3b3b3;
    height: 38px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.module .header h3 {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    text-indent: -5000px;
    top: 10px;
    left: 10px;
    height: 18px;
    overflow: hidden;
}
.module-content h4 {
    padding-right: 90px;   
}
.module .header a {
    position: absolute;
    right: 10px;
    top: 0;
    text-indent: -5000px;
    display: block;
    width: 66px;
    height: 38px;
    overflow: hidden;
}
.module .header a:hover {
    opacity: 0.8;
}
.module-closed .header {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.module-closed .header a {
    background: url(/images/module-show.png) no-repeat right center;
}
.module-opened .header a {
    background: url(/images/module-hide.png) no-repeat right center;
}
.module .module-content {
    position: relative;
}
.module .module-content p {
    padding-top: 6px;
    line-height: 18px;
}
.module .module-content .photo {
    float: left;   
    padding: 2px 8px 0 0;
    margin: 0;
    overflow: hidden;
}
.module .module-content .photo img {
    width: 48px;
    height: 48px;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* @end */

/* @group Account */

.account #content .two_col .col1 {
    width: 550px;
}
.account #content .two_col .col2 {
    width: 320px;
    padding: 0 0 0 20px;
}
.account #content .two_col .col1 .module-content {
    padding-bottom: 5px;
}
.account #content .two_col .col1 .module-content ul {
    margin: 0;
}
.account #content .two_col .col1 .module-content ul li {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    list-style-type: none;
    line-height: normal;
}
.account #your-profile .header h3 {
    background-image: url(/images/your-profile.png);
}
.account #saved-twalks .header h3 {
    background-image: url(/images/upcoming-saved-twalks.png);
}
.account #invited-twalks .header h3 {
    background-image: url(/images/twalks-youre-invited-to-attend.png);
}
.account #created-twalks .header h3 {
    background-image: url(/images/twalks-youve-created.png);
}
.account #your-profile .module-content {
    padding: 15px 0;
}
.account #your-profile .user {
    padding: 0 0 0 10px;
}
.account #your-profile .user .photo {
    float: left;
    width: 95px;
    padding-top: 0;
}
.account #your-profile .user .photo img {
    width: 48px;   
}
.account #your-profile .user .display {
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding-top: 0;
}
.account #your-profile dl {
    clear: both;
    padding: 10px 0 0 10px;
}
.account #your-profile dl dt {
    clear: both;
    float: left;
    font-weight: bold;
    width: 95px;
    line-height: 20px;
}
.account #your-profile dl dd {
    width: 205px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 10px;
}
.account #phone-numbers .entry {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 9px 10px;
}
.account #phone-numbers .header h3 {
    background-image: url(/images/your-phone-numbers.png);
}
.account #phone-numbers .list-container {
    padding: 10px 10px 5px 10px;
}
.account #phone-numbers .list-container p {
    padding: 0;
}
.account #phone-numbers .list-container ul {
    position: relative;
    margin-left: 24px;
    font-size: 16px;
}
.account #phone-numbers .list-container ul li {
    position: relative;
    list-style-type: decimal;
    margin: 4px 0;
}
.account #phone-numbers .list-container .number {
    text-align: center;
    background: #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 4px 8px 5px 8px;
    letter-spacing: -1px;
    margin: 0;
    display: block;
    width: 150px;
}
.account #phone-numbers form p {
    float: left;
    padding: 0;
    padding-right: 5px;
}
.account #phone-numbers .module-content p.none {
    padding: 10px;
}
.account #phone-numbers form input[type=text] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #ccc;
    width: 200px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
}
.account #phone-numbers .owner-tasks { background-color: transparent; }
.account #phone-numbers form .submit {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-out;
}

.account #phone-numbers form .submit:hover {
    opacity: 0.8;
}

/* @end */

/* @group Twalk Notification */

.twalk-notification #content .notify input[type="text"], .twalk-notification #content .notify textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 200px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman" , serif;
    color: #666;
}
.twalk-notification #content .notify textarea {
    height: 65px;
    width: 440px;
}
.twalk-notification #content .notify label {
    float: left;
    display: block;
    width: 120px;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    top: 12px;
    font-style: italic;
}
/*
.twalk-notification #content .notify p {
    float: left;
    margin-right: 10px;
}*/
.twalk-notification #content h2 {
    margin-bottom: 30px;
}
.twalk-notification #content .notify h2.or {
    clear: both;
    margin: 0;
    padding: 20px 0 20px 160px;
}
.twalk-notification #content .notify p.submit {
    clear: both;
    padding: 10px 0 0 440px;
}
.twalk-notification #twalk-url {
    background-color: #f0f0f0;   
}
.twalk-notification .validation {
    padding-left: 160px;
}
.twalk-notification .confirmation {
    width: 444px;   
    text-align: center;
}
.twalk-notification .view-twalk {
    padding-top: 60px;
}

/* @end */

/* @group Browse Twalks */

.browse-twalks #content .two_col .col1 {
    width: 650px;
}
.browse-twalks #content .two_col .col2 {
    width: 220px;
    padding: 0 0 0 20px;
}
.browse-twalks #content .two_col .col1 .module-content {
    padding-bottom: 5px;
}
.browse-twalks #content .two_col .col1 .module-content ul {
    margin: 0;
}
.browse-twalks #content .two_col .col1 .module-content ul li {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    list-style-type: none;
    line-height: normal;
}
.browse-twalks #show-options .header h3 {
    background-image: url(/images/show-only.png);
}
.browse-twalks .col1 .module .header h3.popular {
    background-image: url(/images/popular-twalks.png);
}
.browse-twalks .col1 .module .header h3.featured {
    background-image: url(/images/featured-twalks.png);
}
.browse-twalks .col1 .module .header h3.fresh {
    background-image: url(/images/fresh-twalks.png);
}
.browse-twalks #show-options .module-content {
    padding: 10px;
}
.browse-twalks #show-options .module-content p {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 10px 0;
}
.browse-twalks .col1 .module-content p.none {
    padding: 10px;
}

/* @end */

/* @group Manage Twalk */

.manage-twalk #content p.info {
    margin-bottom: 20px;
    font-size: 15px;
}
.manage-twalk #content p.info em {
    font-weight: bold;
}
.manage-twalk .module .header h3 {
    background-image: url(/images/twalkers.png);
}
.manage-twalk .module-content {
    padding: 0 0 5px 0;   
}
.manage-twalk .module-content p.none {
    padding: 10px 10px 5px 10px;
}
.manage-twalk #twalkers {
    position: relative;
    margin: 0;
}
.manage-twalk #twalkers li {
    position: relative;
    float: left;
    height: 57px;
    width: 200px;
    list-style-type: none;
    padding: 14px;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.manage-twalk #twalkers li p.photo {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 12px;
    padding-right: 0;
    margin-top: 5px;
}
.manage-twalk #twalkers li p.photo img {
    height: 48px;
    width: 48px;
}
.manage-twalk #twalkers li p.user {
    font-weight: bold;
    font-size: 14px;
}
.manage-twalk #twalkers .twalker-controls {
    height: 24px;   
}
.manage-twalk #twalkers .mute,
.manage-twalk #twalkers .unmute,
.manage-twalk #twalkers .boot {
    position: relative;
    display: block;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top; 
    float: left;
    margin-right: 6px;
    margin-top: 4px;
}
.manage-twalk #twalkers .mute {
    background-image: url(/images/buttons/mute.png);
    width: 58px;
}
.manage-twalk #twalkers .unmute {
    background-image: url(/images/buttons/unmute.png);
    width: 69px;
}
.manage-twalk #twalkers .boot {
    background-image: url(/images/buttons/boot.png);
    width: 59px;
}
.manage-twalk #content #twalkers .processing {
    float: left;
    background-position: center bottom;
    width: 135px;
}
.manage-twalk #content #twalkers .processing a {
    display: none;
}
.manage-twalk #loading {
    margin: 10px;
    padding: 0;
    padding-left: 22px;
    height: 18px;
    background: url(/images/snake-loader.gif) left center no-repeat;
}
.manage-twalk #twalkers .top-row {
    border-top: none;   
}
.manage-twalk #twalkers .left-cell {
    border-left: none;   
}
.manage-twalk #twalkers .right-cell {
    border-right: none;   
}
.manage-twalk #twalkers .bottom-row {
    border-bottom: none;   
}
.manage-twalk #content .controls {
    position: absolute;
    right: 15px;
    top: 38px;
    width: 400px;
    height: 26px;
}
.manage-twalk #content .controls .owner-tasks {
    background-color: #fff;   
}

/* @end */

/* @Group Developers */

.developers #documentation h4 {
    padding-top: 15px;
    margin-bottom: 20px;  
    color: #333; 
}
.developers #documentation h5 {
    padding-top: 5px;
    margin-bottom: 15px;
    font-style: italic;   
    font-size: 20px;
    color: #333;
}
.developers #documentation p {
    margin-bottom: 15px;
    line-height: 20px;
}
.developers #methods {
    margin-top: 30px;
}
.developers #methods div {
    margin-bottom: 20px;  
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.developers #methods div.first {
    margin-top: 20px;  
    padding-top: 20px;
    border-top: 1px solid #ccc;   
}
.developers #methods .title {
    color: #333;
    font-weight: bold;
    font-size: 16px;   
}
.developers #methods .method {
    font-weight: bold; 
    margin-bottom: 2px;
}
.developers #methods .info {
    font-style: italic;
}
.developers #methods .request {
    margin-bottom: 2px;   
}
.developers #methods .response {
    margin-bottom: 20px;
}
.developers #objects .title {
    color: #333;
    font-weight: bold;
    font-size: 16px;   
}
.developers #objects ul li {
    padding-bottom: 5px;   
}

/* @end */