body {
	text-align: center;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: small;
	margin: 0;
}

a {
	color: #0066cc;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	color: #551A8B;
}

.bigtitle { 
	font-family: Lucida Grande, Arial, Verdana;
	font-size: 140%;
	padding-right: 10px;
}


.poll_list_title {
	font-family:  Lucida Grande, Arial,Trebuchet MS,  Verdana;
	font-size: 110%;
	color: #444;
}
.poll_list_title a {
                color: #0066cc;
                text-decoration: underline;

        }
        .poll_list_title a:hover {
                color: #ff9900;
                text-decoration: underline;
        }
	.poll_list_title a:visited {
		color: #551A8B;
	}

.topmenu { 
	text-align: right;
	padding: 10px;
}
.jetlinks {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 90%;
}

.search_form {
	height: 35px;

}

.popular_tags {
	clear: both;
	margin-top: 5px;
	background: url("../images/poptagsbg.png") repeat-x;
	height: 40px;
	padding: 5px 10px 10px 10px;

}

.popular_tag_list {
	padding-right: 10px;
}

	


div.row {
  clear: both;
  padding-top: 10px;
padding-left:500px;  
  width:300px;
  height:50px;
  text-align:center;
  }

div.row span.label {
	
  float: left;
  text-align: right;
  width:200px;	
  }

div.row span.formw {
  float: right;
  text-align: left;
  
  } 

 .textfield
 {
	 width:350px;
 }

 .question_link
 {
	
 }

.labelhead
{
	font-family: Lucida Grande, Arial, Verdana;
	font-size: 140%;
	padding: 0 10px 10px 0;
	color:#666;
}
.labeldesc
{
	font-family: Georgia, Lucida Grande, Arial, Verdana;
	padding-right: 10px;
	color:#333;
	font-size:70%;
}
.pollchoices
{
	text-align: center;
	width: 100%;
		
}

.tezaa_question {
	float: left;
	width: 50%;
	text-align: center;
}
.tezaa_detail_question {
	width: 550px;
	padding: 10px;
	text-align: center;
}
.tezaa_front {
	margin-left: 50%;
	width: 48%;
	text-align: left;
	padding-left: 5px;
}
.answerblock {
	padding: 5px;
	margin: 6px 15px 0px 15px;
	border: #fff 1px solid;
}
.answerblock:hover, div.answerblockover{
	border: 1px solid #99cc66;
	background: #ffffee url("http://www.tezaa.com/images/clicktovote.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 5px;
	margin: 6px 15px 0px 15px;
}

.changeanswerblock {
        padding: 5px;
        margin: 6px 15px 0px 15px;
        border: #fff 1px solid;
}
.changeanswerblock:hover, div.changeanswerblockover{
        border: #ffcc66 1px solid;
        background: #ffffee url("http://www.tezaa.com/images/changevote.gif");
        background-position: bottom right;
        background-repeat: no-repeat;
        cursor: pointer;
	padding: 5px;
	margin: 6px 15px 0px 15px;
}
.currentanswerblock {
        padding: 5px;
        margin: 6px 15px 0px 15px;
        border: #fff 1px solid;
}
.currentanswerblock:hover, div.currentanswerblockover{
        border: #f00 1px solid;
        background: #ffffee url("http://www.tezaa.com/images/revertvote.gif");
        background-position: bottom right;
        background-repeat: no-repeat;
        cursor: pointer;
	padding: 5px;
	margin: 6px 15px 0px 15px;
}


.this_answer {
	width: 50%;
}
.result {
	width: 50%;
}

hr {
                border: #ddd 1px solid;
        }
        .answer_summary {
                padding: 3px 1px 3px 0px;
		margin-left: 53px;
        }
	.answer_summary_links {
		margin-left: 53px;
		padding: 5px 0px 5px 0px;
	}
        .quick_answer {
                color: #009900;
                font-size: 100%;
		line-height: 20px;
		padding-right: 3px;
		padding-left: 2px;
        }
        .quick_percentage {
                color: #999;
                font-size: 90%;
                padding-right: 7px;

        }

.top_bar {
        padding: 10px;
        height: 85px;
        /*border-bottom: #99cc66 1px solid;*/
}
.top_bar_logo {
        float: left;

}
.top_bar_menu {
	
	float: right;
	padding-top: 7px;
        vertical-align: top;
}
.top_bar_search {
        float: left;
        text-align: left;
        padding: 5px 5px 5px 20px;

}
.page_title {
        font-family: Lucida Grande,  Trebuchet MS, Arial;
        font-size: 150%;
        text-align: left;
        padding: 0px;
        font-weight: bold;
        color: #333;
}
.page_title_desc {
        text-align: left;
        padding: 0px 5px 10px 10px;
        line-height: 19px;
}

/*  BY CELIA*/
.poll_option_block
{
		width: 550px;
}	

.section_heading
{
	font-family:  Lucida Grande, Arial,Trebuchet MS,  Verdana;
        font-size: 140%;
        text-align: left;
        padding: 10px 10px 0px 0px;
	margin-left: 10px;
	font-weight: bold;
        color: #333;
	border-bottom: 1px solid #ccc;
	width: 500px;
}	

.poll_options
{
	padding-top:10px;
	padding-left: 10px;
	line-height: 20px;
	text-align: left;
        
}	

.poll_preview
{
	width:200px;
}	


  .form_field {
	  	padding-left:20px;
                text-align: left;
                float: left;
         	}
         .form_field_tip {
                float: left;
                text-align: left;
                font-size: 80%;
                color: #ff0000;
                padding: 5px;
         }
         .form_register_login {
                 float: right;
                 position: absolute;
        }

  .form_register {
                width: 760px;
                padding: 20px;
        }
        .form_row {
                clear: both;
                padding: 10px;
        }
        .form_label {
                width: 160px;
                float: left;
                text-align: right;
                font-weight: bold;
                color: #000;

        }
.search_page {
		padding: 0px 5px 5px 20px;
		text-align: left;
	}
	.smaller_link{
		font-size: 80%;
		padding: 3px;
	}
	.vote_count {
		color: #666;
		font-family: Lucida Grande, Verdana, Arial;
		padding-right: 10px;
	}
	.result_info {
		font-size: small;
		color: #666;
	}	

.result_navigation {
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	height: 60px;
	background: #FFFFE6;
	text-align: left;
	padding: 15px;
	font-size: 90%;
}

.result_navigation_mail {
	text-align: left;
	padding: 15px;
	font-size: 90%;
}
.page_links {
	border: #ccc 1px solid;
	padding: 5px;
}

.current_page {
	border: #333 1px solid;
	padding: 5px;
}

/*Styles for showing poll related links */


.detail_extra {
	border-right: #ccc 1px solid;
        /*border-bottom: #ccc 1px solid;*/
	height: 20px;
	padding: 1px 10px 1px 10px;
	}
.detail_extra:hover {
	background: #FFFFE6;
}
.current_extra {
	border-right: #ccc 1px solid;
	height: 20px;
	padding: 1px 10px 1px 10px;
	}
.extra_main {
	float: left;
	padding: 20px;
	width: 60%;
	text-align: left;
}

.error_message {
	display:block;
	border: 1px solid #ffcc00;
	font-weight: bold;
	padding: 10px;
	background: #ffffcc;

}

.current_extra_selected {
	color: #999;
	border-right: #ccc 1px solid;
	height: 20px;
	padding: 1px 10px 1px 10px;
}

/* Class for pull down menu */


span.pdmenu {
	padding: 5px;
	margin: 0px;
}

.pdmenu ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	
}

.pdmenu li  {
	width:101px;
	margin: 0 0px 0 0;
	padding: 0px;
	border:1px solid #0066cc;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	float:left;
	list-style-type: none;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #ffffff;
	padding: 5px;

}

.pdmenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #99ccff;
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul, li.over ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:101px;
	padding: 0;
	margin: 0;
	border:1px solid #0066cc;
}

.pdmenu li li {
	border: none;
	}	

.pdmenu li li a {
	padding: 2px 2px 2px 10px;
}

/* Footer */

.footer {
	clear: both;
	padding: 10px;
	margin-top: 10px;
	font-size: 85%;
	text-align: center;
}

.leftalign {
	text-align: justify;
	padding: 0 10px 0 15px;
	width: 780px;
	float: left;
}

.lefttdblock {
	text-align: justify;
	padding: 0 15px 0 15px;
	line-height: 21px;
        }


.foot_table {
	padding: 10px;
	font-size: 90%;
	line-height: 20px;
	text-align: center;
}
.foot_table td {
	vertical-align: top;
	width: 150px;
	text-align: left;

}
	

/* right menu */

.right_bar {
	padding: 8px;
	font-size: 12px;
	color: #666;
}

.right_bar a {
	text-decoration: none;
}
.right_bar a:hover {
	text-decoration: underline;
}

.right_title {
	font-size: 120%;
	margin: 10px 0px 10px 0px;
	color: #333;
	font-weight: bold;
}
.right_box {
	padding-left: 0px;
	line-height: 20px;
}
.green_plus {
	padding-right: 5px;
	color: green;
	font-weight: bold;
	font-size: 110%;
}
.red_minus {
	color: red;
	font-weight: bold;
	padding-right: 5px;
	font-size: 110%;
}

.stats {
	color: #666;
	font-weight: bold;
}

.alt_link {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}
.alt_link a:link {
	color: #666;
}
.alt_link a:hover {
	color: #ccc;
}

/* Themes for polls on blog/website */
.theme1
{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.simplyblack
{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}


.tezaaclassic
{

}

.prettypeach
{
	background: #ffdab9;
	color: #804040;
	border: 1px solid #000;
	
}

.theme4
{
	background: #003366;
	color: #fff;
	border: 1px solid #000;
	
}

.blue
{
	background: #003366;
	color: #fff;
	border: 1px solid #000;
	
}


.tagcloudlink
{
	text-decoration:none;
	
}
.current_filter {
	font-size: 110%;
	color: #111;
}

.helpdesc {
	font-size: 80%;
	font-family: arial, sans-serif;
}

.search_addon {
	font-size: 120%;
	color: red;
	font-style: italic;
}	
.invite {
	padding: 15px;
}

.preview_invite {
	padding: 10px;
	line-height: 20px;
	font-size: 70%;
	color: #333;
	border-left: 1px solid #ccc;
}

.poll_tip {
	font-size: 60%;
	color: #999;
}

.js_links {
cursor: pointer;
	text-decoration: underline;
}

.profile_label {
	color: #999;
}
.profile_answer {
	padding: 3px;
	color: #0066cc;
	font-size: 120%;
	text-decoration: none;
	line-height: 20px;
	
}
.profile_answer a {
	color: #0066cc;
	text-decoration:none;
}

.add_friend {
	padding-left: 10px;
	color: #009900;
	font-size: 65%;
	
}
.add_friend a{
	color: #009900;
}

.activity_filters {
	padding-left: 100px;
	color: #009900;
	font-size: 65%;
	
}
.tag_cloud {

	width: 500px; 
	text-align:left;
	padding-left: 10px;
	padding-top: 10px; 
}

#cover {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: gray;
      z-index: 5;
}

#loginpopup {
    position: absolute;
    background-color: white;
    top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 10;
    padding: 10px;
}

.more
{
	padding-right:40px;
	font-size:90%;
	
}	

.link_to_more
{
	text-decoration:none;
}	
	

.activity_filter_elements {
	padding: 10px 10px 10px 10px;
	font-size: 65%;
	
}
.listrow
{
	background:#ccc;
}	
.listdataheading
{
	font-weight:bold;
}
.listdata
{
}
.preview_message {
                width: 760px;
                padding-left: 100px;
        }
 
.previewcontent
{
	text-align:left;
	padding-left:10px;
}

h3.Tab { border-bottom: 1px solid #e5efd9; padding-left: 15px; margin-top: 5px; margin-bottom: 15px; width:700px}
.TabIn { background: #ffffff; padding: 3px 11px 3px 11px; border-left: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; 
	border-top: 1px solid #f1f1f1; border-bottom: 1px solid #fff; margin-right: 3px; margin-left: 3px; }
.TabOut { font-size: 13px; color: #333; background: #f1f1f1; padding: 2px 8px 4px 8px; }
.NewMsg {  font-size: 12px; font-weight: bold;  padding: 2px; text-align: right; }
#InBox table { margin-right: 0px; margin-left: 0px; }
#InBox tr { vertical-align: top; }
#InBox td { border-bottom: 1px solid #E5E5E5; padding: 5px 5px 7px 5px; text-align:left;}
#InBox th { text-align: left; padding-left: 5px; padding-bottom: 5px; }
#InBox p { margin-bottom: 10px; }
#InBox .Head { font-weight: bold; margin-top: 0px; margin-bottom: 0px; color: #fff; background: #666; }
#InBox h4 { font-size: 11px; margin-top: 0px; margin-bottom: 0px; color: #666666; }
#InBox h6 { margin-bottom: 0px; padding-bottom: 0px; }
#InBox #Unread { font-weight: bold; background: #F0F0F0; }
#InBox #Read { font-weight: normal; }
#InBox #Replied { font-style: italic; color: #333333; }
#InBox #InBoxDel { text-align: center; }

 div.auto_complete {
            width: 350px;
            background: #fff;
          }
          div.auto_complete ul {
            border:1px solid #888;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
          }
          div.auto_complete ul li {
            margin:0;
            padding:3px;
          }
          div.auto_complete ul li.selected { 
            background-color: #ffb; 
          }
          div.auto_complete ul strong.highlight { 
            color: #800; 
            margin:0;
            padding:0;
          }

	.polleditblock
	{

		padding:5px;
		text-align:left;
		padding-left:25px;

		}


/*  Links Design */
#siteTable {border-collapse: collapse;}

.link_vote {
    margin: 2px 0px 0px 0px;
    width: 19px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.link_vote.upvote { background: url("../images/link_upvoted.gif"); background-repeat: no-repeat }
.link_vote.downvote { background: url("../images/link_downvoted.gif"); background-repeat: no-repeat }
.link_vote.up { background: url("../images/link_upvote.gif"); background-repeat: no-repeat }
/*.arrow.up:hover { background: url(/static/auphover.png); background-repeat: no-repeat }*/
.link_vote.down { background: url("../images/link_downvote.gif"); background-repeat: no-repeat }
/*.arrow.down:hover { background: url(/static/adownhover.png); background-repeat: no-repeat }*/



.linkinfo {
	font-size: 10px;
	font-family: arial, verdana;
	color: #999;
}

/* Style for  warning */
.warning {
	padding: 5px 5px 5px 5px;
	width:400px;
	height: 100%;
	border: 1px dashed #ff0000;
	background: #ffff99;

 } 

.admin_heading
{
	font-family:  Lucida Grande, Arial,Trebuchet MS,  Verdana;
        font-size: 140%;
        text-align: left;
        padding: 10px 10px 0px 0px;
	margin-left: 10px;
	font-weight: bold;
        color: #333;
	border-bottom: 1px solid #ccc;
	width: 300px;
}	

.system_working
{
	text-align:center;
}

/* Managing Tabs */

.active_tab {
	background: url("../images/active_tab.png") no-repeat;
	color: #fff;
}
.active_tab a {
	color: #fff;
	text-decoration: none;
}
.active_tab a:visited {
	color: #fff;
	text-decoration: none;
}

.inactive_tab {
	background: url("../images/inactive_tab.png") no-repeat;
	color: #333;
}
.inactive_tab a {
	color: #333;
	text-decoration: none;
}
.inactive_tab a:visited {
	color: #333;
	text-decoration: none;
}

.tab_header {
	width: 700px;
	padding: 0px;
        margin: 0 auto;
	text-align: center;

}
.tab_header {
	cursor: pointer;
}
.tab_header ul {
	list-style: none;
	text-align: center;
}
.tab_header li { 
	float: left;
	width: 165px;
	height: 26px;
	padding-top: 9px;
	font-weight: bold;
}

.tab_band {
	clear: both;
	height: 35px;
	margin: 0px auto;
	background: url("../images/tab_band_bg.png") repeat-x;
	text-align: center;
	padding: 10px;

}

/* END of managing Tabs */

.opinion_count {
	float: left;
	padding-right: 10px;
	text-align: center;
}
.voted_poll {
	background: url("../images/green_bubble.gif") no-repeat;
	height: 51px;
	width: 43px;
	color: #111;
	padding-top: 8px;
}
.voted_poll_small {
	background: url("../images/green_bubble_small.gif") no-repeat;
	height: 34px;
	width: 32px;
	color: #111;
	padding-top: 5px;
	font-size: 9px;
	text-align: center;
}
	

.unanswered_poll {
	background: url("../images/yellow_bubble.gif") no-repeat;
	height: 51px;
	width: 43px;
	padding-top: 8px;
}
.unanswered_poll_small {
	background: url("../images/yellow_bubble_small.gif") no-repeat;
	height: 34px;
	width: 32px;
	padding-top: 5px;
	font-size: 9px;
	text-align: center;

}
.open_poll_small {
	background: url("../images/gray_bubble_small.png") no-repeat;
	height: 35px;
	width: 32px;
	padding-top: 6px;
	font-size: 9px;
	text-align: center;
}



.poll_search_list {
}

.quick_opinion_count {
	float: left;
	margin-left: 20px;
}
.quick_opinion_count_small {
	float: left;
	margin-right: 12px;
}
.alternate_link_style {
	cursor: pointer;
	margin-top: 5px;
	color: #999;
	font-size: 10px;
	padding-left: 45px;
}
.alternate_link_style a{
	color: #666;
}

/* Open Questions */

.open_question {
	text-align: left;
	width: 380px;
}

.open_question textarea {
	width: 315px;
	font-size: 11px;
	color: #111;
}
.open_question input {
	font-size: 12px;
}

.list_open_questions {
	width: 370px;
	text-align: left;
	margin-left: 20px;

}
.report_spam {
	color: #666;
}

.tezaa_tip {
	font-size: 11px;
	color: #333;
	font-style: italic;
	padding: 0px 15px 10px 70px;
	text-align: left;
	margin-top: -12px;
	margin-bottom: 5px;
	
}

.show_notice {
	display:block;
	border: 0px solid #ffffcc;
	font-weight: bold;
	padding: 8px;
	background: #ffffcc;

}



	
