div.clickable
{
    cursor:pointer;
}

.blue-section-header {
	background: url(/jigsaw/static/images/ordering/bg_title_bar.gif) transparent top left repeat-x;
	padding: 5px 5px 0px 5px;
	margin: 5px;
}

p.arrow-blue-down {
	padding: 0 0 0 18px;
    height: 25px;
	background: url(/jigsaw/static/images/arrow_blue_down.gif) transparent center left no-repeat;
	font-weight: bold;
	color:#fff;
	font-size: 14px;
}

p.arrow-blue-right {
	padding: 0 0 0 18px;
    height: 25px;
	background: url(/jigsaw/static/images/arrow_blue.gif) transparent center left no-repeat;
	font-weight: bold;
	color:#fff;
	font-size: 14px;
}

p.arrow-blue-right a:link, p.arrow-blue-down a:link {
	color: #ffffff;
	text-decoration: none;
}

p.arrow-blue-right a:visited, p.arrow-blue-down a:visited {
	color: #ffffff;
	text-decoration: none;
}

p.arrow-blue-right a:hover, p.arrow-blue-down a:hover {
	color: #ffffff;
	text-decoration: none;
}


p.show-section {
    background: url(/jigsaw/static/images/btn_show.png) transparent center right no-repeat;
    color: #152961;
    font-size: 14px;
}

p.hide-section {
    background: url(/jigsaw/static/images/btn_hide.png) transparent center right no-repeat;
    color: #152961;
    font-size: 14px;
}



table.show-section {
    background: url(/jigsaw/static/images/h3_skills_off.png) transparent left top no-repeat;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 27px;
    margin: 0px 0px 10px;
}

table.hide-section {
    background: url(/jigsaw/static/images/h3_skills_on.png) transparent left top no-repeat;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 27px;
    margin: 0px;
}


table.show-section td,
table.hide-section td {
    padding: 0px 0px 0px 10px;
    font-weight: bold;
}

table.show-section td.text-center,
table.hide-section td.text-center {
    text-align: center;
}

table.show-section td.text-right,
table.hide-section td.text-right {
    text-align: right;
    padding: 0px 40px;      
}

table.show-hide {
    margin: 10px 0px;
}

table.show-hide th {
    background-color: #CBD4F3;
    color: #152961;
    padding: 12px 15px 12px 10px;
}

.hidden {
    display:none;
}

.show {
    display:block;
}

div.imghandle
{
   cursor:pointer;
   float:left;
}

ul.imglist
{
	list-style-type:none;	
}

li.imgitem
{
	clear:both;
	height:50px;
}

.tr, .tr-noborder {
	position:relative;
	width: 100%;
	border: none;
	margin-bottom: 2px;
	padding: 1px 0;
}

.tr-noborder {
	border: none;
padding-bottom: 3px;
}
.tr-noborder .tdright2, .qualification-delete-unit, .qualification-delete-unit-header {
margin-top: 9px;
}

.tr select {
	margin: 0;
}

.tdleft2, tdright2, .qualification-delete-unit, .qualification-delete-unit-header {
	position: relative;
	height: 100%;
	margin: 5px;
}

.tdright1, .tdright2, .qualification-notforrpl, .qualification-delete-unit, .qualification-delete-unit-header {
position: absolute;
top: 0;
}

.tdleft1 {
margin-left: 0;
float: left;
}

.tdright1, .tdleft1, .qualification-delete-unit, .qualification-delete-unit-header {
margin: 2px;
}

.tdleft2 {
	width:62%;
	padding-left: 25px;
}

.tdright1 {
right: 30%;
width: 15px;
cursor: pointer;
}

.tdright2 {
	width:30%;
	right: 0;
	background-color: #5A8AED;
	background: none;
}

.qualification-delete-unit-header {
    right: 25%;
    cursor: pointer;
}
.qualification-delete-unit {
    right: 30%;
    cursor: pointer;
}

.qualification-notforrpl {
	width:20%;
	right: 0;
	background-color: #5A8AED;
	background: none;
}

.questionTitle {
    padding-left: 25px;
    width: 150px;
    position: relative;
    height: 100%;
    margin: 5px;
}

.questionText {
    margin: 2px;
    width: 300px;
    position: absolute;
    top: 4px;
    left: 25%;
}

.pad {
	padding : 5px;
}

.draggable {
   cursor: pointer;
   width: 21px;
   height: 22px;
   margin: 2px;
   position: absolute;
   z-index: 100;
   background-image: url('/jigsaw/static/images/arrow_double_vert.png')
}

.draggable-split-here {
   cursor: pointer;
   width: 550px;
   height: 22px;
   margin: 2px;
   position: absolute;
   z-index: 100;
   background-image: url('/jigsaw/static/images/split_here_line.jpg')
}




div.rearrange-question-move {
    cursor: pointer;
    position: relative;
    width: 6px;
    z-index: 100;
    padding: 12px 5px 12px 10px;
}

div.rearrange-question-title {
    left: 30px;
    position: absolute;
    width: 100px;
    padding: 12px 5px 12px 10px;
    top: 0;
    margin-top: 1px;
}

div.rearrange-question-text {
    right: 10px;
    position: absolute;
    width: 400px;
    padding: 12px 5px 12px 10px;
    top: 0;
    margin-top: 1px;
}
