.HighlightText
{
	font-weight: bold;
}
.BigBoldText
{
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana;
}
.SmallText
{
	font-size: 8pt;
	font-family: Verdana;
}

#content
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 130%;
}

#content h1
{
	font-size: 125%;
	line-height: 100%;
}

.dragHandle
{
	width: 10px;
	height: 15px;
	background-color: Blue;
	background-image: url(images/bg-menu-main.png);
	cursor: move;
	border: outset thin white;
}

.callbackStyle
{
	border: thin blue inset;
}

.callbackStyle table
{
	background-color: #5377A9;
	color: Black;
}


.reorderListDemo li
{
	list-style: none;
	margin: 2px;
	background-repeat: repeat-x;
	color: black;
	font-size:12px;
	
}

.reorderListDemo li a
{
	color: #FFF !important;
	font-weight: bold;
}

.reorderCue
{
	border: dashed thin black;
	width: 100%;
	height: 25px;
}

.itemArea
{
	margin-left: 15px;
	text-align: left;
}

.tabs a
{
	color: blue;
	text-decoration: none;
	font: 14px Arial,Sans-Serif;
}
.tab
{
	background-color: white;
	padding: 5px;
	border: Solid 1px black;
	
}
.selectedTab
{
	background-color: #eeeeee;
	padding: 5px;
	border: Solid 1px black;
	font-weight:bold;
	
}
.views
{
	background-color: white;
	width: 400px;
	border: Solid 1px black;
	padding: 10px;
}

.bg
{
	
	
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.matrix
{
 text-align:center;
 width:150px;
 border-bottom-width:1px;
 
}

.questiontext
{
	padding-left:5px;
	margin-left:15px;
}
.questiontextcolourbox
{
	padding-left:5px;
	margin-left:15px;
}
.question
{
	padding-left:0px;
	margin-left:5px;
	 
}
.negative
{
	margin-left:-1px;
}
.radioheading
{ font-weight:bold;
	text-align:center;
 border-width:1px;
 	border-style:dotted;
   border-color:Gray;
}

.radiolist
{
	text-align:center;
	
  border-width:1px;
 
}

.radioquestion
{
	text-align:left;
	
  width:30%;
 
}
