/** lists **/

div#adminList{
	}

div#adminList ul{
	padding: 10px 0;
	width: 696px;
	list-style: none;
}

div#adminList ul li{
	position: relative;
	padding: 4px 10px;
    border-top: 1px solid #AAAAAA;
    border-bottom: 0px solid #DDDDDD;
    background: #F1F1F1 url('/images/form.png') repeat-x;
    font-size: 15px;
    font-weight: bold;
    color: #888;
    min-height: 21px;
}

div#adminList ul li.odd{
	border-top: 1px solid #83C5D8;
    border-bottom: 0px solid #AED8E3;
    background: #E8F3F7 url('/images/form_odd.png') repeat-x;
    color: #32BAC9;
}

div#adminList ul li.error{
    color: #FFFFFF !important;
    border-bottom:0px;
    border-top:1px solid #9F0028 !important;
    background: #C30032 url('/images/form_error.png') repeat-x;
}

div#adminList ul li.active{
    color: #FFFFFF !important;
    border-bottom:0px solid #CC0033 !important;
    border-top:1px solid #289902 !important;
    background: #34B20A url('/images/form_active.png') repeat-x;
}

div#adminList ul li.pending{
    color: #FFFFFF !important;
    border-bottom:0px solid #CC0033 !important;
    border-top:1px solid #B79300 !important;
    background: #F0C000 url('/images/form_pending.png') repeat-x;
}

div#adminList ul li.error a{
    color: #FF9DB6 !important;
}

div#adminList ul li.error a:hover{
    color: #FFFFFF !important;
}

div#adminList ul li.active a{
    color: #C5FAB6 !important;
}

div#adminList ul li.active a:hover{
    color: #FFFFFF !important;
}

div#adminList ul li.pending a{
    color: #FFFF99 !important;
}

div#adminList ul li.pending a:hover{
    color: #FFFFFF !important;
}


div#adminList ul li.header{
	font-weight: bold;
	color: #005EC1;
    background: #FFFFFF;
    border: 0;
    padding: 4px 10px 1px 10px;
}

div#adminList ul li span{
	display: inline-block;
	width: 280px;
	overflow: hidden;
    vertical-align: top;

}

span.col1
{
    width: 230px !important;
}

span.branchname
{
    width: 200px !important;
}

span.branch
{
    width: 70px !important;
}

span.city
{
    width: 180px !important;
}

span.shopper
{
    width: 130px !important;
}

span.username
{
    width: 330px !important;
}

span.col3
{
    width: 150px !important;
}

div#adminList a{
    color: #40B0CF;
    text-decoration: none;
}

div#adminList a:hover{
    color: #005EC1;
}



span.actions{
	width: 120px !important;
	text-align: right;
	position: absolute;
    height: 26px !important;
	right: 8px;
	top: 1px;
}

span.actions img{
	padding-left: 1px;
}

/** search/standard forms **/

#filterToggle{
	margin: 10px 0;
}

#filterToggle a img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.filters{
	margin: 0 0 20px 0;
}

.standardForm{
	margin: 0 0 20px 0;
}

h3{
	padding: 10px 5px 5px 10px;
    font-size: 19px;
    color: #005EC1;
}

div.standardForm h3{
    padding: 10px 5px 5px 5px;
}

h3.qhead{
    font-size: 15px;
}

.filters form div.formRow, .standardForm div.formRow{
  position: relative !important;
  margin: 0 !important;
  padding: 8px 10px 4px 8px !important;
  color: #000000;
}


.filters form div.even, .standardForm div.even{
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #DDDDDD;
  background: #F1F1F1 url('/images/form.png') repeat-x;
}

.filters form div.odd, .standardForm div.odd{
	border-top: 1px solid #83C5D8;
    border-bottom: 1px solid #AED8E3;
    background: #E8F3F7 url('/images/form_odd.png') repeat-x;
}

.filters div.formRow label, .standardForm div.formRow label{
	float: left;
	display: block;
	font-weight: bold;
	width: 170px;
	font-size: 15px !important;
	text-align: left !important;
	color: #888;
}

.filters div.odd label, .standardForm div.odd label{
    color: #32BAC9;
}

div.formRow select{
    width: 208px;
    padding: 2px;
    border: 0;
}

div.selectContainer{
    padding:4px;
    background: #FFFFFF;
    float:left;
    border: 1px solid #CCC;
    margin-bottom: 3px;
}

div.inputContainer{
    padding:4px;
    background: #FFFFFF;
    width: 211px;
    float:left;
    border: 1px solid #CCC;
    margin-bottom: 3px;
}

div.inputContainer input{
    width: 200px;
    padding:1px;
    border: 0;
    font-size: 15px;
    color:#444;
    font-family: helvetica, arial, sans-serif;
}

div.multipleContainer{
    float:left;
    margin-bottom: 3px;
    z-index:999;
}

div.multipleContainer select{
    width: 180px;
    padding: 2px;
    font-size: 11px;
    height: 120px;
}

div.multipleContainer div.combo{
    float: left;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #CCC;
}

div.multipleContainer div.combobuttons{
    float: left;
    margin-top: 30px;
}

div.textareaContainer{
    padding:2px 2px 4px 2px;
    background: #FFFFFF;
    width: 211px;
    float:left;
    border: 1px solid #CCC;
    margin-bottom: 3px;
}

div.textareaContainer textarea{
    width: 199px;
    height: 40px;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
    border: 0px;
}

div.dateContainer{
    padding:2px 2px 4px 2px;
    background: #FFFFFF;
    width: 120px;
    float:left;
    border: 1px solid #CCC;
    margin-bottom: 3px;
}

div.dateContainer input{
    width: 80px;
    padding:1px;
    border: 0;
    font-size: 15px;
    color:#444;
    font-family: helvetica, arial, sans-serif;
}

div.dateContainer img{
    padding-left:4px;
    vertical-align: middle;
}


div.dateOfBirthContainer{
    padding:2px 2px 4px 2px;
    background: #FFFFFF;
    display: inline-block;
    float:left;
    border: 1px solid #CCC;
    font-size: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
}

div.dateOfBirthContainer select{
    width: 60px;
}

div.radioContainer {
    padding:4px 4px 4px 4px;
    background: white;
    float:left;
    border: 1px solid #CCC;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

div.radioContainer input{
    vertical-align: middle;
    padding:0px;
    margin: 0 10px 0 2px;
}

div.formRow input.required
{
   border-right: 1px dashed #CCCCCC;
}

div.odd div.inputContainer{
    border: 1px solid #83C5D8;
}

.standardForm div.formRow ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.standardForm div.formRow img{
	padding-right: 4px;
	vertical-align: middle;
}

.standardPane{
	color: #DA5A00 !important;
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #F2F2F2 !important;
	font-size: 11px;
}

em{
	padding: 10px 10px 0 10px;
	display: block;
    font-size: 12px;
	color: #8BC9D9;
}

sup{
	margin-left: 2px;
	font-size: 15px;
	font-weight: 800;
    color: #005EC1;
    vertical-align: top;
}

/** End search/standard form **/

/** buttons **/

ul.pageOptions{
	border-top: 1px solid #DEDED8;
	list-style-type: none;
	padding: 10px 10px 10px 0;
	margin: 20px 10px 0 10px;
}

ul.pageOptions li{
	display: inline;
}

a.submitButton{
    padding: 5px;
    font-size: 15px;
    border:0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    margin: 0;
    background-color: #88C8D8;
    color: #D9E3EE;
    display: -moz-inline-box;
    display: inline-block;
    text-decoration: none;
}

a.submitButton:hover{
    color: #88C8D8;
    background-color: #D9E3EE;
}

a.filterButton{
    padding: 5px 5px 5px 20px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 10px;
    background-color: #88C8D8;
    background-image: url('/images/filter.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    color: #D9E3EE;
    display: -moz-inline-box;
    display: inline-block;
    text-decoration: none;
}

a.filterButton:hover{
    color: #88C8D8;
    background-color: #D9E3EE;
    background-position: 5px -24px;
}

div.formErrorContainer, div.formMErrorContainer{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    color: #CC0033;
}

div.formMErrorContainer
{
    top: 150px;
}

div.form_error{
    display: block;
}

div#error_for_campaign_branch
{
    top: 150px !important;
}


div#new_feedback, div.sectionFeedback, div#new_qfeedback, div.questionFeedback{
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
}

span.negativeFeedback{
    color: #CC0033;
    font-weight: bold;
    display: block;
    font-size: 15px;
}

span.positiveFeedback{
    color: #66CC33;
    font-weight: bold;
    display: block;
    font-size: 15px;
}


form#newForm, form#newQForm{
   position: relative;
}

ul.sections, ul.questions, ul.headerfooter{
    list-style-type: none;
}

li.section{
    display: block;
    width: 670px;
    margin: 5px auto;
    border: 2px solid #7ABCFE;
    background: #FFFFFF;
}

h4{
    padding: 10px 100px 10px 10px;
    font-size: 16px;
    color: #D9E3EE;
    font-weight: bold;
    background: #222 url('/images/headback.png') repeat-x;
    position: relative;
}

div.heading_link{
    position: absolute;
    top: 8px;
    right: 10px;
}

li.question{
    display: block;
    width: 650px;
    margin: 5px auto;
    border: 2px solid #BBB;
    background: #FFFFFF;
}

h5{
    padding: 7px 100px 7px 7px;
    font-size: 14px;
    color: #8BC9D9;
    font-weight: bold;
    background: #666 url('/images/questionback.png') repeat-x;
    position: relative;
}

h5 div.heading_link{
    top: 3px !important;
    right: 7px !important;
}

h4 div.heading_count{
    position: absolute;
    top: 9px;
    right: 80px;
    color: #FFFFFF;
    font-size: 20px;
}

div.readonly
{
    background: #E1E1E1;
    color: #999999;
    font-size: 15px;
    font-weight: bold !important;
}

ul.legend{
    font-size: 13px !important;
    list-style-type: none;
    margin: 10px;
    padding: 0;
    width:300px;
}

ul.legend li{
    width: 150px;
    float: left;
    margin-bottom: 3px;
}

ul.legend img{
    vertical-align: middle;
}

