html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}
/* ***************************
       Layout
**************************** */

#wrapper {
text-align: left;
/*margin: 0 auto;*/

width: 900px;
}

#siteContainer {
text-align: left;
/*margin: 0 auto;*/
margin-left: 50px;
width: 900px;
}


/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 14px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}



h1 {
    color: #007dc3;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #007dc3;
    font-weight: normal;
    font-size: 12px;
    margin: .8em 0 .3em 0;
}

/*ul {
    padding-left: 15px;
}*/


.checkbox, .radio{
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  border: 0;

 }

 .radio input {
     width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  border: 0;
 }
 .text {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  width: 200px;

 }

 .hor-minimalist-wr input {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 200px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-wr textarea {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 500px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-wr select {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 300px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-a input {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 200px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-a textarea {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 500px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-a select {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 400px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-c select {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 175px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-d input, select {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 175px;

	border-collapse: collapse;
	text-align: left;

}

.hor-minimalist-d textarea {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 400px;

	border-collapse: collapse;
	text-align: left;

}

.hor-minimalist-radio input, select{
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 50px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-radio-big input, select{
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 50px;

	border-collapse: collapse;
	text-align: left;
}

.hor-minimalist-radio textarea {
    background-color: #fcfcfc;
/*    border: 1px solid #ccc;*/

    margin: 2px 0;
    padding: 2px 4px;

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;

        width: 400px;

	border-collapse: collapse;
	text-align: left;
}
/*select {
   padding: 2px 2px 2px 0;
   width: 400px;
}*/
/*textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}*/

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {

/*    margin: 0 150px 10px 200px;
    width: 600px;*/
}

/* NAVIGATION MENU */

/*#nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}*/

#box .menuButton {
    font-size: 11px;
    color: #ffffff;
    padding: 0 5px;
}
#box .menuButton a {
    color: #ffffff;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}


.message_error {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

div.message {
    /*background: url(../images/skin/exclamation.png) 8px 0% no-repeat;*/
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

/*table {
    border: 1px solid #ccc;
    width: 100%;

}
table.noborder{
    border: none;
    width: 100%;

}
tr {
    border: 0;
}
td, th {
    font: 14px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

td a:link, a:visited {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}



td a:hover {
    color: #006dba;
    font-weight: bold;
    text-decoration: none;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited {
    color: #006dba;
    display: block;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}
th a:hover {
    color: #333;
    display: block;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}*/

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* LIST */

#reference table {
    border-collapse: collapse;
    width: 400px;
}
#reference th, #reference td {
    border-left: 1px solid #ddd;
}
#reference th:hover, #reference tr:hover {
    background: #b2d1ff;
}


.hor-minimalist-wr
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

/* 	width: 800px; */
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-wr th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-wr td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-wr tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 600px;
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-a tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 900px;
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-b td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 380px;
	border-collapse: collapse;
	text-align: left;
	display: inline-block;
}
.hor-minimalist-c th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-c td
{
	color: #669;
	padding: 9px 8px 0px 8px;


}
.hor-minimalist-c tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-f
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 1200px;
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-f th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-f td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-f tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-radio
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 400px;
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-radio th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-radio td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-radio tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-radio-big
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 600px;
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-radio-big th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-radio-big td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-radio-big tbody tr:hover td
{
	color: #009;
}

.hor-minimalist-note
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 900px;
	border-collapse: collapse;
	text-align: left;
/*        table-layout:fixed;*/
}
.hor-minimalist-note th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.hor-minimalist-note td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
.hor-minimalist-note tbody tr:hover td
{
	color: #009;
}


.firstNote
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 150px;
}
.secondNote
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}

.thirdNote
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 130px;
        text-align: right;

}
.fourthNote
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 30px;
        text-align: right;

}
.fifthNote
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 30px;
        text-align: right;

}

.firstCandidate
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 200px;
}
.secondCandidate
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}

.workrequest1
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 300px;
}
.workrequest2
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}

.firstAssessment
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 200px;
}
.secondAssessment
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.firstC
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
        width: 150px;


}
.secondC{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}


.first
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.second{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.third
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.fourth
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.fifth
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.sixth
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.seventh
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.eighth
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.ninth
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.tenth
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}
.eleventh
{
/*	background: #d0dafd;*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;

}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 11px;
    overflow: hidden;
    padding: 10px 3px;
}
#paginate a {
/*    background: #fff;*/
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
#paginate span{
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 10px 0;
}

.prop {
    padding: 10px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.prop .fifty {
    text-align: left;
    width: 50%;
}

.prop .twenty {
    text-align: left;
    width: 20%;
}

/* ACTION BUTTONS */

/*.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 11px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}*/


#buttons input {
    background: #fff;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;

}

#buttons-5 input {
    background: #fff;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;

    overflow: visible;
    padding: 2px 6px;

}

#buttons-5 input.checkboxs {
    background: #fff;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 6px 0px 3px;
    overflow: visible;
    padding: 20px 5px 0 0;
}

#buttons-10 input {
    background: #fff;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;

}

#buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
#buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
#buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
#buttons-10 input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

#buttons-short input {
    background: #fff;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

#buttons-short input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
#buttons-short input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
#buttons-short input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

a.buttonq:link, a.buttonq:visited, a.buttonq:hover {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 28px;
    font-size: 11px;
}

a.buttonpdf:link, a.buttonpdf:visited, a.buttonpdf:hover {
    background: transparent url(../images/skin/pdf.png) 5px 50% no-repeat;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 28px;
    font-size: 11px;
}



#buttons-5 input.pdf {
    background: transparent url(../images/skin/pdf.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.asterix {
	color: #7b0101;
	font-size: 20px;
	font-weight: bold;

	vertical-align: middle;
}

.infotext {
	color: #7b0101;
	font-size: 10px;
	font-weight: bold;

	vertical-align: middle;
}

/* Right aligned asterisk */
label abbr {
	display: block;
	font-size: 23px;
	right: 10px;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 100px;
}

.list {

/*    margin: 10px 500px 5px 0;
    padding: 5px 5px 5px 0;*/
}

.controls{
    margin: 0 0 0 0;
/*    padding: 5px 5px 5px 0;
    height: 50px;*/
}

#header #search {
    left: 40%;
    margin: 0 0 0 0;
    padding: 6px 0 0;
    position: absolute;
    top: 50px;
    width: 264px;
    z-index: 100;

}

#header #search input.text {
    -moz-border-radius: 5px 5px 5px 5px;
    border-color: #AAAAAA #5A81A7 #5A81A7;
    float: left;
    font-size: 0.8em;
    height: 23px;
    margin: 0;
    padding: 3px 6px 5px 10px;
    width: 220px;
}
#header #search input.image {
    background: url("./images/search-glassgobutton.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FF6600;
    float: left;
    font-weight: bold;
    height: 27px;
    left: -10px;
    margin: 0 -5px 0 0;
    position: relative;
    top: -4px;
    width: 29px;
}
* html #header #search input.image {
    left: 230px !important;
    position: absolute;
    top: 3px !important;
    z-index: 200;
}
#header #search input.image:focus {
    -moz-outline-radius: 15px 15px 15px 15px;
}
* html #header #search input.image {
    background: none repeat scroll 0 0 transparent;
}
#nav .structural-label {
    top: -10000em;
}
#header #search input.image {
    margin-bottom: -1px;
}

a.oddnolink:link, a.oddnolink:visited, a.oddnolink:hover {
    color: #F7F7F7;
    text-decoration: none;
     border: 0;

}

a.evennolink:link, a.evennolink:visited, a.evennolink:hover {
    color: white;
    text-decoration: none;
     border: 0;
}

       .notetable {
           margin: 5px;
           width: 400px;
          }

          .notetable td, .notetable th {

           padding: 5px 6px;
          }

          .notetable td {
/*           border: 2px solid #AAAAAA;*/

           width: 200px;

          }

  #candidate {
      width: 600px;
      position: relative;
}
 #reference {
      width: 600px;
      position: relative;
}
 #assessment {
      width: 600px;
      position: relative;
}




.rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner thead th.rounded-head-left
{
	background: #b9c9fe url('../images/left.png') left -1px no-repeat;
}
.rounded-corner thead th.rounded-head-right
{
	background: #b9c9fe url('../images/right.png') right -1px no-repeat;
}
.rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
.rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
.rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/botleft.png') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/botright.png') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

#box{
    width: 60em;
    padding: 20px;

    background:#007dc3;
    color:#fff
}

#footer{
    width: 60em;
    padding: 5px;
    margin-top: 20px;
    background:#007dc3;
    color:#fff
}

#buttons{
    width: 95em;
    padding: 5px;
    margin-top:10px;
    background:#007dc3;
    color:#fff
}

#buttons-5{
    width: 50em;
    padding: 5px;
    margin-top: 20px;
    background:#007dc3;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

#custom-report-area{
    width: 50em;
    padding: 5px;
    margin-top: 20px;
    background:#007dc3;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

#buttons-10{
    width: 12em;
    padding: 5px;
    margin-top:20px;
    background:#007dc3;
    color:#fff
}

#buttons-short{
    width: 30em;
    padding: 5px;
    margin-top:10px;
    background:#007dc3;
    color:#fff
}

#paginate{
    width: 55em;
    padding: 20px;
    margin-top:10px;
    background:#b9c9fe;
    color:#000;

}

#welcome {
    width: 40em;
    padding: 10px;
    margin-top:10px;
    background:#CADF85;
    color:#000
}


#pagination-digg{
    margin-top: 20px;
    margin-bottom: 20px;
}

#pagination-digg .step{

font-size:11px;
list-style:none;
margin-right:2px;
display:inline;
}
#pagination-digg .currentStep{
font-size:11px;

margin-right:2px;


background:#007dc3;
color:#FFFFFF;
font-weight:bold;
display:inline;

padding:4px 6px;
}
#pagination-digg .nextLink, #pagination-digg .prevLink{
font-size:11px;

margin-right:2px;
display:inline;
}
#pagination-digg .nextLink a,
#pagination-digg .prevLink a {
font-weight:bold;
}
#pagination-digg a{
border:solid 1px #9aafe5;
margin-right:2px;
}
#pagination-digg .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:inline;

padding:4px 6px;
}


#pagination-digg a:link,
#pagination-digg a:visited {
color:#0e509e;
display:inline;

padding:3px 6px;
text-decoration:none;
}
#pagination-digg a:hover{
border:solid 1px #0e509e
}

#cpi {
 position: relative;
 text-align: left;
 width: 760px;
 height: 1180px
}
#candidateInfo {
 position: relative;
 text-align: left;
 width: 760px;
 height: 120px;
 padding: 20px 0 0 0;
}
#score {
position: absolute;
 top: 0;
 left: 0;
 width: 300px;


}

#sps {
 position: absolute;
 left: 380px;
 padding: 0 10px 0 0;
}

#ticks {
 position: absolute;
/* top: 250px;*/
top: 19em;
 left: 380px;
 padding: 0 10px 0 0;
}

#itbm-edit {
 position: absolute;
/* top: 540px;*/
top: 50em;
 left: 0;
 padding: 0 10px 0 0;
}

#classification-edit {
 position: absolute;
/* top: 570px;*/
top: 50em;
 left: 380px;
 padding: 0 10px 0 0;
}

#learning-edit {
 position: absolute;
/* top: 670px;*/
top: 58em;
 left: 380px;
 padding: 0 10px 0 0;
}

#future-edit {
 position: absolute;
/* top: 670px;*/
top: 58em;
 left: 0px;
 padding: 0 10px 0 0;
}

#ongoing-edit {
 position: absolute;
/* top: 670px;*/
top: 58em;
 left: 0px;
 padding: 0 10px 0 0;
}

#additional-edit {
 position: absolute;
/* top: 670px;*/
top: 70em;
 left: 380px;
 padding: 0 10px 0 0;
}

#itbm {
 position: absolute;
/* top: 540px;*/
top: 42em;
 left: 0;
 padding: 0 10px 0 0;
}

#classification {
 position: absolute;
/* top: 570px;*/
top: 42em;
 left: 380px;
 padding: 0 10px 0 0;
}

#learning{
 position: absolute;
/* top: 670px;*/
top: 50em;
 left: 380px;
 padding: 0 10px 0 0;
}

#future {
 position: absolute;
/* top: 670px;*/
top: 50em;
 left: 0px;
 padding: 0 10px 0 0;
}

#ongoing {
 position: absolute;
/* top: 670px;*/
left: 0px;
top: 50em;

 padding: 0 10px 0 0;
}

#additional {
 position: absolute;
/* top: 670px;*/
top: 60em;
 left: 0px;
 padding: 0 10px 0 0;
}

#absolutebuttons{
 position: absolute;
 top: 970px;
 left: 0;

}
.scroll {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 380px;
	border-collapse: collapse;
	text-align: left;
	color: #669;
	padding: 9px 8px 0px 8px;
	height: 160px;
	width: 300px;
	overflow: auto;

}

.scroll-edit {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;

	width: 380px;
	border-collapse: collapse;
	text-align: left;
	color: #669;
	padding: 9px 8px 0px 8px;
	height: 110px;
	width: 300px;
	overflow: auto;

}
 #devneeds{
     position: absolute;
     left: 810px;
     padding: 0 10px 0 0;
     width: 650px;
     font-size: 12px
 }
#devneeds table td{
    min-width: 30px;
}
/*div#menu{
    font-size: 12px;
    float:left;
    width: 100%;
    padding-top:120px;
    background: #BBD9EE
}
ul#nav,ul#nav li{
    list-style-type:none;
    margin:0;
    padding:0
}
ul#nav{
    margin-left: 100px;
    width:900px
}
ul#nav li{
    float:left;
    margin-right: 3px;
    text-align: center;

}
ul#nav a{
    float:left;
    width: 7em;
    padding: 5px 0;
    background: #E7F1F8;
    text-decoration:none;
    color: #666
}
ul#nav a:hover{
    background: #FFA826;
    color: #FFF
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
    background: #FFF;
    color: #003
}*/

/* -- !Submit -- */
/*.controls input#submit {
	background: url(../images/ir-submit-search.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 2px;
	overflow: hidden;
	padding: 32px 0 0 91px;
	width: 91px;
       float: left;
}*/



/*.field-search input {

 background: #fff url(css/images/bg-input-search.png)

➥no-repeat 0 0;

 border: none;

 display: block;

 float: left;

 font: 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;

 float: left;

 padding: 6px 10px 7px;

 width: 243px;

}


div#field-search label {

 position: absolute;

 left: -999em;

 top: -999em;

}



 Text inputs
  div input {
    	background: #FFF url(../images/bg-form-input.gif) repeat-x left top;
    	padding: 6px 5px;
        width: 144px;
    }*/

.show_as_it_is{
	white-space: pre-line;
}