/* default elements appearance */

body {
	font-family: "Arial", Verdana, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height:18px;
}

.normal-font {
	font-size: 13px;
	font-weight: normal;
}

/* general formatting rules */
strong {
	font-weight: bold;
}

input, textarea {
}
input.text, textarea.text {
}


input.bigtext {
	padding: 2px;
	font-size: 200%;	
}


/* main layout */

/* positioning is done using YUI CSS Grids */

#hd {
	vertical-align: middle;
	height: 50px;
	margin-bottom: 10px;
	background-image: url(../assets/img/hd_bg.gif);
	background-repeat: repeat-x;
}

#logo {
	width: 170px;
	height: 50px;
	float: left;
}

#navbar {
	margin-top:10px;
}

#navbar form {
	display: inline;
}


#nav-buttons {
	display: inline;
	float: right;
}

#nav-buttons .button {
	background-image:url(/assets/img/header_button_right.png);	                            					
	background-repeat:no-repeat;
	background-position:center right;
	height:30px;
	padding-right:21px;
	display:inline;
	float:left;
	color: white;
	line-height:30px;
	padding: 0px 10px 0px 0px;
	font-size:0.9em;
	cursor:pointer;
}

#nav-buttons .button .right {
	background:url(/assets/img/header_button_slideleft.png);	                            					
	height:30px;
	display:inline;
	float:left;
	padding: 0px 0px 0px 10px;
}

#language-chooser .button {
	background-image:url(/assets/img/header_language_right.png);	                            					
	padding-right: 21px;
	border: none;
}

#language-chooser.button .right {
	border: none;
}

.yui-skin-sam .yuimenubar {
	line-height:30px;
	font-size:1em;
	background:none;
	border:none;
}

.yui-skin-sam .yuimenubaritemlabel {
	border:none;
	margin:0px;
	color:white;
	cursor:pointer;
}

.yui-skin-sam .yuimenuitemlabel {
	border:none;
	color:white;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritem {
	border:none;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritem-selected {
	background: none;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
	background:none;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
	margin-left: 0px;
}

#navbar #nav-buttons p {
	margin: 0px;
	padding: 0px;
}

#navbar #createLink {
	background-image: url(../assets/img/menu_create.gif);
	width: 122px;
	height: 32px;
	display: block;
}

#navbar #createLink .alt {
    display: none;
}

#navbar #createLink:hover {
	background-image: url(../assets/img/menu_create_.gif);
}

#navbar #bugLink {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#navbar #bugLink:hover {
	color: #D96686;
}

#navbar #faqLink {
	background-image: url(../assets/img/menu_faq.gif);
	width: 68px;
	height: 32px;
	display: block;
	float: left;
}

#navbar #faqLink:hover {
	background-image: url(../assets/img/menu_faq_.gif);
}

#navbar #signInLink {
	background-image: url(../assets/img/login_in.gif);
	width: 69px;
	height: 32px;
	display: block;
	float: left;
}

#navbar #signInLink:hover {
	background-image: url(../assets/img/login_in_.gif);
}

#navbar #login-box {
	float: left;
}

#navbar #login-controls {
	width: 314px;
	height: 32px;
	background-image: url(../assets/img/login_bg.gif);
	float: left;
	padding-left: 8px;
}

#navbar #login-controls .text {
	border: 2px solid #571f95; /* shadow purple */
	margin-top: 4px;
	width: 148px;
	float: left;
	margin-left: 2px;
	padding: 1px;
}

/*
#ft, #bd {
	margin-left: 10px !important;
	margin-right: 65px !important;	
}
*/

#bd h1 {
	padding: 4px;
	padding-left: 0px;
	font-size: 182%;
	margin-bottom: 10px;
	text-align: left;
}

#clipboardButton {
	cursor:pointer;
	z-index:5;
}

#clipboardButton.active {
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 2px ridge #E5E5E5;
    border-right: 2px ridge #E5E5E5;
}

div#controls {
	margin-bottom: 0px !important;
}

div#controls .workflow-step-heading {
	padding-top: 10px !important;
	padding-bottom: 10px !important; 
}

.vote-thanks {
	font-weight: bold;
	font-size: 123%;
	padding: 9px 10px 10px;
	margin-bottom: 10px;
	color: white;
	background: #66B5C9 none repeat scroll 0 0;
	border-top: 2px #66B5C9 groove !important;
}

.poll-link {
	font-weight: normal;
	font-size: 75%;
}

.poll-link-table {
	width: 100%;
}

.create-header .content {
	text-align: left;
}

/* participant name widget */
#enter-name-area {
	padding: 8px 10px 10px;
	background-color: #66B5C9 !important;
	border-top: 2px groove #66B5C9 !important;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

#enter-name-widget {
	padding-top: 0.5em;
}

.text-field {
	display: inline-block;
}

.text-field input {
	border: 2px solid #0091B2;
	background: white none;
	padding: 1px;
}

#welcome-back-area {
	padding: 16px 10px;
	background: url(../assets/img/intro_bg.png);
	border-top: 1px solid #D79E21;
	color: black;
}

#welcome-back-area a {
	color: #D79E21;
}

#welcome-back-area #welcome-participant {
	font-weight: bold;
}

.particpantsHint {
    font-size: smaller;
    color: #606060;
}

#language ul {
	background-color: #445359;	
}



/* footer rules */
#ft {
	font-size: 75%;
	color: #999;
	border-top: 1px solid #999;
	padding-top: 8px;
	text-align: right;
	margin: 0pt 0px 1em;
}

#ft .languages {
	float: left;
	text-align: left;
}

#ft ul {
	list-style-type: none;
	padding: 0pt;
	margin: 0pt;
}

#ft ul li {
	padding: 0pt;
	display: inline;
	margin-left: 2em;
}

#ft .languages ul li {
	margin-left: 0px;
	margin-right: 2em;
}

#ft .languages .lang-item {
	text-transform: capitalize;
}

#ft a {
	text-decoration: none;
	text-transform: capitalize;
	color: #444;
}

#ft a:hover {
	text-decoration: none;
	color: #6666ff;
	border-bottom: 1px dotted #6666ff;
}

/* end footer */

#poll-widgets {
	margin-top: 20px;	
}

#hd {
	margin-bottom: 0px;
}

.create-header {
	background-image: url(../assets/img/intro_bg.png);
	background-repeat: repeat-x;	
}

.create-header .column .content {
	background-image: url(../assets/img/intro_illu.png);	
	background-position: right center;
	background-repeat: no-repeat;
	margin-left:10px !important;
	margin-right:65px !important;
	height: 110px;
	padding-right: 170px;
}

.create-header .column .content h1 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;	
}

/* creation workflow */
.workflow-step-box {	
	padding: 0;	
  	overflow: hidden;
  	margin-bottom:20px;
  	text-align: left;
}

.workflow-step-box dt {
	margin-top: 20px;
	width: 330px;
	padding-right:20px;
	float: left;
	clear: both; 	
}

.workflow-step-definition div {
	padding-left: 20px;
	font-size: 95%;
	color: grey;
	text-align: left
}

.workflow-step-definition .bullet {
	font-size: 120%;
	color: black;
	background-image: url(../assets/img/create_bullet.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top:6px;
  	background-position: 0 11px;
}

.workflow-step-box dd {
	float: left;
	margin-top: 20px;
	background-color: #f0f8fa;
	border-left: 1px solid #0087b2;	
	padding: 10px;
	padding-bottom: 0px;
	width: 579px;
}

.workflow-step-values {
	text-align: left;
}

.workflow-step-box dd .bigtext {
	width: 551px;
	font-size:18px;
	padding: 2px 0px 3px 6px;
	margin-bottom: 10px;
}

.workflow-step-box dd input, .workflow-step-box dd textarea {
	border: 2px solid #0091B2;
	margin-bottom: 10px;
	padding: 3px 0 2px 6px;
}

.workflow-step-box dd #createPoll {
	margin-bottom: 10px;
}

#controls {
	background-color:#F0F8FA;
	border-top:1px solid #0087B2;	
	text-align: center;
}

/* create page elements */

.error-page-info {
	line-height: 200%;
}

.error-page-info a {
	color: #008FB2;
	text-decoration: none;
}

.workflow-error {
	color: white;
	background: #d96686 none;
	border-top: 2px groove #d96686 !important;
	margin-bottom: 10px;
	padding: 8px 10px 10px;
}

.workflow-error h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.workflow-error li {
	list-style-type: disc;
	margin-left: 20px;
}

.workflow-error pre {
    font-size: smaller;
}

.workflow-step-box .workflow-step-heading h3 {
	font-size: 95%;
	color: #b5b5b5;
	padding-left: 20px;
}

.workflow-step-box .workflow-step-heading h3.black {
	color: black;
}

.workflow-step-box .workflow-step-heading h2 {
	font-size: 165%; 	
	font-weight: bold;
}


.workflow-step-body .text, .workflow-step-body .bigtext {
	border: 2px solid #008fb2; /* midle blue */
	padding: 2px;
}

.workflow-step-body div .text, .workflow-step-body div .bigtext {	
	width: 500px;
}

.workflow-step-body .instructions {
    margin-top: 10px;
	font-weight: bold;
}

.workflow-step-body p {
	line-height: 20px;
}

.workflow-step-body .created-by {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #b5b5b5;
}

.workflow-step-box .bigtext {
	margin-bottom: 5px;
}



.created-by a:link, .created-by a:visited {
	color: #1AA4C1;
	text-decoration: none;
	border-bottom: 1px solid #1AA4C1;
}


/* the 3 columns that make up the list of choices, the calendar and participant list */

/* poll header, intro text, etc. */
#poll-info {
	margin-bottom: 10px;
}

#poll-info h1 {
	padding: 0.2em;
	background-color: lightyellow;
	font-size: 182%;
	border-top: 1px solid #d79e21;
	margin-bottom: 10px;
	text-align: left;
}

#poll-info .prompt {
	font-weight: bold;
}

#poll-info .creator {
	font-size: 80%;
	color: #666;
}

#poll-info .creator .poll-owner {
	color: #6666ff;
	border-bottom: 1px dotted #6666ff;
}

/* submit button area */
#submit-button-area {
	background-color:#F0F8FA;
	border-top:1px solid #0087B2;	
	padding: 10px;
}

#cal1 td.vote-highlight a {
	background: none;
}

#cal1 td.vote-highlight.yes {
	background: green;
}


#cal1 td.vote-highlight.no {
	background: red;
}

#cal1 td.vote-highlight.maybe {
	background: orange;
}

#doc {
	width: auto;
	margin: 0px;
}

.column {
	width: 950px;
	margin: auto;
}

#pollMarkup {
	margin-top: 20px;
	overflow:hidden;
}

#pollMarkup-leftside {
	float: left;
	width: 496px;
	margin-right:7px;
}

#pollMarkup-choices {
	width: 496px;
}

#pollMarkup-calendar {
	float: left;
	width: 200px;
	margin-right:7px;
}

#pollMarkup-participants {
	float: left;
	width: 240px;
}

#createPoll-calendar {
	float: left;
	width: 200px;
	margin-right:7px;
}

#createPoll-choices {
	float: left;
	width: 346px;
}

#createPoll-choices input {
	margin:3px 0px;
	width: 280px;
}

#createPoll-choices td.subrow {
	padding-left:20px;
}

#createPoll-choices td.subrow input {
	width: 260px;
}



.button-separator {
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
}

#button-area {
	text-align:center;
	padding: 10px;
	background-color: #F0F8FA;
	border-top:1px solid #0087B2;
}

#submit-button-area table.submit-button-area {
	width: 100%;
}

#submit-button-area table {
	table-layout: auto;
}

.loginPanel td,
#owner-messages td,
#submit-button-area td {
	text-align: left;
	vertical-align: middle;
}

#submit-button-area td.right-aligned {
	text-align: right;
}

button {
	outline-style: none;
}

#expandCollapse-header {
	margin-bottom: 15px;
	background-color: #F5F5F5;
	border-bottom: 2px solid #E5E5E5;
	padding: 4px;
}

#expandCollapse-header a {
	cursor: pointer;
	color: #1AA4C1;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../assets/img/btn_next.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	outline-style: none;
}

#expandCollapse-header a.expanded {
	background-image: url(../assets/img/btn_close.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.button, span.info {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 15px 4px; /* IE6 */
    display: inline-block;
    text-decoration: none;
}

span.info {
	cursor: default;
}

#personal_info {
	float:left;
	width:200px;
}

#login_providers {
	float:left;
	width:250px;
	padding-top:17px
}

#login_separator {
	float:left;
	width:80px;
	color:#E0E8EA;
	padding:20px 20px;
	font-size:49px;
}

/* for IE only */
a.button.noicon {
    padding: 1px 15px 4px; /* IE6 */
}

a[href].button {
    padding: 3px 15px; /* FF2, FF3 + SS3 */
    line-height: 15px; /* SS3 */
}

*:first-child+html a[href].button {
    padding: 2px 15px 4px; /* IE7 */
}
/* for IE only */
*:first-child+html a[href].button.noicon {
    padding: 2px 15px 4px; /* IE7 */
}

a.button:active {
    padding: 5px 13px 1px 17px;
}

a.button.noicon:active {
    padding: 4px 13px 1px 17px;
}

a[href].button.noicon:active {
    padding: 5px 13px 1px 17px;
}

*:first-child+html a[href].button:active {
    padding: 5px 13px 1px 17px;
}

*:first-child+html a[href].button.noicon:active {
    padding: 5px 13px 1px 17px;
}

a.button img {
    behavior: url(/css/iepngfix.htc);
}

a.button img.left {
    margin-right: 10px;
}

a.button img.right {
    margin-left: 10px;
}

a.button {
    background-color: #CFCFCF;
    border-top: 2px groove #E5E5E5;
    border-left: 2px groove #E5E5E5;
    border-bottom: 1px solid #606060;
    border-right: 1px solid #606060;
}

a.button:active {
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 2px ridge #E5E5E5;
    border-right: 2px ridge #E5E5E5;
}

*:first-child+html a[href].button:active {
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-bottom: 2px ridge #E5E5E5;
    border-right: 2px ridge #E5E5E5;
}

a.button.purple {
    background-color: #783DBA;
    border-top: 2px groove #A077CF;
    border-left: 2px groove #A077CF;
    border-bottom: 1px solid #571F95;
    border-right: 1px solid #571F95;
}

a.button.purple:active {
    border-top: 1px solid #571F95;
    border-left: 1px solid #571F95;
    border-bottom: 2px ridge #A077CF;
    border-right: 2px ridge #A077CF;
}

*:first-child+html a[href].button.purple:active {
    border-top: 1px solid #571F95;
    border-left: 1px solid #571F95;
    border-bottom: 2px ridge #A077CF;
    border-right: 2px ridge #A077CF;
}

a.button.red {
    background-color: #BF0036;
    border-top: 2px groove #D96686;
    border-left: 2px groove #D96686;
    border-bottom: 1px solid #810024;
    border-right: 1px solid #810024;
}

span.red {
	background-color: #c22e00;
}

a.button.red:active {
    border-top: 1px solid #810024;
    border-left: 1px solid #810024;
    border-bottom: 2px ridge #D96686;
    border-right: 2px ridge #D96686;
}

*:first-child+html a[href].button.red:active {
    border-top: 1px solid #810024;
    border-left: 1px solid #810024;
    border-bottom: 2px ridge #D96686;
    border-right: 2px ridge #D96686;
}

a.button.yellow {
    background-color: #F59200;
    border-top: 2px groove #FBDBAE;
    border-left: 2px groove #FBDBAE;
    border-bottom: 1px solid #E95D00;
    border-right: 1px solid #E95D00;
}

a.button.yellow:active {
    border-top: 1px solid #E95D00;
    border-left: 1px solid #E95D00;
    border-bottom: 2px ridge #FBDBAE;
    border-right: 2px ridge #FBDBAE;
}

*:first-child+html a[href].button.yellow:active {
    border-top: 1px solid #E95D00;
    border-left: 1px solid #E95D00;
    border-bottom: 2px ridge #FBDBAE;
    border-right: 2px ridge #FBDBAE;
}

a.button.blue {
    background-color: #008FB2;
    border-top: 2px groove #70C0D4;
    border-left: 2px groove #70C0D4;
    border-bottom: 1px solid #005469;
    border-right: 1px solid #005469;
}

a.button.blue:active {
    border-top: 1px solid #005469;
    border-left: 1px solid #005469;
    border-bottom: 2px ridge #70C0D4;
    border-right: 2px ridge #70C0D4;
}

*:first-child+html a[href].button.blue:active {
    border-top: 1px solid #005469;
    border-left: 1px solid #005469;
    border-bottom: 2px ridge #70C0D4;
    border-right: 2px ridge #70C0D4;
}

.yui-skin-sam .yui-calendar .calnavleft {
	background: transparent url(/assets/img/calendar-arrow-left.png) no-repeat scroll 0pt 0px;
    behavior: url(/css/iepngfix.htc);
}

.yui-skin-sam .yui-calendar .calnavright {
	background: transparent url(/assets/img/calendar-arrow-right.png) no-repeat scroll 0pt 0px;
    behavior: url(/css/iepngfix.htc);
}

#startPollButton {
	font-size:16px;
	line-height:20px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
}

.google_login_button {
	background:transparent url(/assets/img/gfc_button_v2.gif) no-repeat 0px 0px;
	height:21px;
	padding-left:22px;
}

.google_login {
	text-decoration:none;
	color:white;
	font-size:13px;
	line-height:21px;
	padding:0px;
}

.google_login_wrapper {
	background:transparent url(/assets/img/gfc_button_v2.gif) repeat-x 0px -22px;
	font-size:14px;
	height:21px;
	float:left;
	clear:none;
	padding:0px 10px;
}

.google_login_end {
	background:transparent url(/assets/img/gfc_button_v2.gif) no-repeat 0px -44px;
	height:21px;
	float:left;
	clear:none;
	width:20px;
}

.hidden {
	display:none;
}
