/*********************************************************************************************\
*       COPYRIGHT © 2014 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

.tagListing
{
  color: #3E6D8E !important;
  background-color: #E0EAF1;
  border-bottom: 1px solid #b3cee1;
  border-right: 1px solid #b3cee1;
  padding: 3px 4px 3px 4px;
  margin: 5px 2px 2px 0;
  text-decoration: none;
  line-height: 1.9;
  height: 25px;
  font-size:10px;
  max-width:150px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.menuLinkSmall {
  font-size:14px
}

/* The following are styles for the kiosk questions */
#sTable
{
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}

#kioskQuestionsHeader
{
  position:relative;
}

#kioskQuestionsHeader IMG
{
  width: 178px;
  height: 39px;
}

#kioskQuestionsCount
{
  position:absolute;
  top:10px;
  right:0;
  font-size:14px;
  color: #009999;
}

.kioskQuestionMenu
{
  width: 95%;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 10px;
  border-width: 1px;
  background: url('/site_scripts/images/kiosk/CATALOGUE.png') no-repeat left top;
  background-size: 520px 50px;
  width: 520px;
  height: 50px;
}

#mainContent A.kioskQuestionMenuLink
{
  margin-top:7px;
  margin-left:36px;
  color: #009999;
  font-size:14px;
  font-weight:normal;
  font-family:'Bitter','serif';
  display:inline-block;
  text-decoration:none;
}

#mainContent A.kioskQuestionActiveMenuLink
{
  text-decoration:underline;
  font-weight:bold;
}

#sortQuestion
{
  font-size: 14px;
  font-family: 'Bitter', 'serif';
  text-align:right;
}

#currentSort, #TagSort
{
  display: none;
  font-size: 11px;
}

#mainContent A.sortQuestionOption
{
  color:#009999;
  margin-right:10px;
}

.sortQuestionOptionActive, .filterQuestionOptionActive
{
  font-weight:bold;
}

.sortQuestionOption .sortQuestionOptionDirection
{
  display:none;
}

.sortQuestionOption.sortQuestionOptionActive .sortQuestionOptionDirection
{
  display:inline-block;
}

#viewQuestionsArea
{
  position:relative;
}

#tagSortDivQuestion
{
  display:none;
  position:relative;
  left:266px;
  top:10px;
  width:270px;
}

.kiosk_question_record:first-child
{
  border-top:1px solid #bcbcbc;
}

.kiosk_question_record
{
  border-bottom:1px solid #bcbcbc;
  background-color:white;
  padding-bottom:10px;
}

.kiosk_question_left
{
  width:186px;
  margin-top:10px;
  display:inline-block;
  font-size:12px;
}

#mainContent .kiosk_question_delete, #mainContent .ppAlternate1 .ui-icon.kiosk_question_delete
{
  display:inline-block;
  width:16px;
  margin-right:10px;
}

.kiosk_question_delete_pointer
{
  cursor:pointer;
}

.kiosk_question_values
{
  text-align:center;
  width:50px;
  display:inline-block;
}

.kiosk_question_values SPAN
{
  font-weight:bold;
}

.kiosk_question_right
{
  width:328px;
  display:inline-block;
  margin-top:10px;
}

#mainContent A.kiosk_question_title
{
  text-decoration:none;
  color:#3ca1da;
  font-size:14px;
  font-family:'Arvo','serif';
  display:inline-block;
  width:100%;
}

.kiosk_question_tags
{
  width:170px;
  display:inline-block;
}

.kiosk_question_by
{
  width:150px;
  white-space:nowrap;
  text-overflow:ellipsis;
  text-align:right;
  font-size:8pt;
  overflow:hidden;
  display:inline-block;
}

#mainContent .kiosk_question_by A
{
  color:#009999;
}

