﻿/*----------------------------
					 Widgets
----------------------------*/
div.widget{
	z-index: 1;
	min-width: 1px;
	margin-bottom: 20px;
}

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4 {
	border-bottom: 1px solid rgb(213, 231, 235);
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 10px;
	z-index: 0;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
    margin-right: 5px;	
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

/*----------------------------
            HelpAndSupportTree
-----------------------------*/
.HelpAndSupportTree{
    margin-right: 0px;
    float: left;
    border-width:0px;
}


.HelpAndSupportTree img{
    border-width:0px;
    margin-right: 0px;
    float: left;
}

.HelpAndSupportTree table tbody tr td{
    float:left;
    min-width: 0px;
}

/*----------------------------
			      Poll Widget
----------------------------*/
/* Form */

.pollForm-Question
{
    font-size: 12px;
    font-weight: 400;
}

.pollRadioList input{
    margin-top: 15px;
}

.pollRadioList> tbody> tr> td> input{
    vertical-align:baseline;
}

.pollRadioList> tbody> tr> td> label
{
    vertical-align:baseline;
}

.pollResultForm-Question{
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
}

.pollForm-AnswerContainer
{
    font-size: 12px;
}

.pollForm-AnswerContainer input
{
    margin-right: 5px;
}

.pollForm-AnswerContainer td
{
    padding: 2px 0px 3px 0px;
}

.pollForm-VoteButton
{
}

.pollForm-AjaxLoader
{
    width: 24px;
    height: 24px;
    background: url('../../pics/ajax-loader.gif') no-repeat;
    margin-left: 20px;
}

.pollForm-AnswerNotSelectedError
{
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 5px;
}

.pollForm-ResultLink
{
    font-size: 11px;
}

.pollForm-ResultLink:hover
{
    text-decoration: underline;
}

/* Results */
.pollResult-Question
{
    font-size: 12px;
    font-weight: bold;
}

.pollResult-AnswersText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollResult-AnswerProgressBarContainer
{
}

.pollResult-AnswerProgressBar
{
    height: 11px;
    background-color: Red;
    background: url(./i/progress.gif) repeat-x;
    margin-right: 5px;
}

.pollResult-AnswerPercentage
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
}

.pollResult-TotalVotes
{
    font-size: 11px;
}

.pollResult-PollLink
{
    font-size: 11px;
}

.pollResult-PollLink:hover
{
    text-decoration: underline;
}

.pollResult-CurrentlyVoted
{
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 5px;
}

.pollResult-VoteSaved
{
    font-size: 12px;
    margin-bottom: 5px;
}

/* Archive */
.pollArchive-PollContainer
{
    width: 96%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid silver;
    background-color: #ffffff;
}

.pollArchive-Question
{
    font-size: 12px;
    font-weight: bold;
}

.pollArchive-Date
{
    font-size: 11px;
    font-style: italic;
}

.pollArchive-AnswerText
{
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.pollArchive-AnswerProgressBarContainer
{
    width: 300px;
}

.pollArchive-AnswerProgressBar
{
    height: 11px;
    background: url(./i/progress.gif) repeat-x;
    margin-right: 5px;
}

.pollArchive-AnswerPercentage
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
    margin-right: 3px;
}

.pollArchive-AnswerVotes
{
    height: 11px;
    font-size: 10px;
    line-height: 11px;
}

.pollArchive-TotalVotes{
    width: 100%;
    font-size: 10px;
    text-align: right;
}

.pollArchive-SortContainer{
    width: 99%;
    text-align: right;
    margin-bottom: 10px;
}

.CalendarListSelectedValue{
    display:block;float:left;font-size:1.5em;height:29px;margin-right:7px;padding-right:8px; background:transparent url( ./i/sprite_right.gif) no-repeat right -179px;color:#fff;outline:none;text-decoration:none;
}

.CalendarListSelectedValue div{
    display:block;line-height:24px;padding:2px 0 3px 8px; background:transparent url(./i/sprite_left.gif) no-repeat left -179px
}

.CalendarListSelectedValue span{
    background-color: #9AC0C9;
}

div.tagcloud {
}

