body {
                line-height:17px;
                font-size:13px;
                font-family:Arial, Helvetica, sans-serif;
}

div[style] {
height: auto !important;
}


#container {
                width: 1200px;
                margin: 10px auto;
}

/* Top container begin */
#top_container{
                width:1200px;
                margin:0px;
                padding-bottom:60px;
}

#logo_block {
                width: 22%;
                height: 90px;
                float: left;
                margin: 0px;
                background: url(images/b1.png) center no-repeat;
                text-align: center;
}
#picture_block {
                width: 60%;
                height: 90px;
                float: left;
                margin: 0px;
                background: url(images/b2.png) center no-repeat;
}
#flag_block {
                width: 18%;
                height: 90px;
                float: left;
                margin: 0px;
                background: url(images/b3.png) center no-repeat;
}
/* Top container end */

/* Bottom container begin */

#bottom_container{
                width:100%;
}
/* navigation block begin */
#navigation_block {
                width: 170px;
                float: left;
                margin: 0px;
}
/*menu block begin*/

#menu_block{
                margin:0px;
                padding:0px;
                font-size:1.10em;
}

#menu_block ul{
                padding:0px;
                margin:0px;
                list-style:none;
}

#menu_block li{
                list-style:none;
                padding:0px;
                margin:0px;
                border-bottom:1px dashed #CCC;
                color:#ffffff;
                margin-bottom:4px;
                padding-bottom:4px;
                display:block;
}

#menu_block li a:first-letter{
                text-transform:capitalize;
}

#menu_block li a{
                padding:5px;
                text-decoration:none;
                display:block;
                color:#e77200;
                
}

#menu_block li a:hover{
                padding:5px;
                text-decoration:none;
                color:#060;
                display:block;
                
}
/*menu block end*/

/* navigation block begin */


/* content block begin */
#content_block{
                width: 715px;
                padding:0px 20px;
                padding-bottom:10px;
                float:left;
                border-left:solid 1px #efefea;
                border-right:solid 1px #efefea;
                margin: 0px 20px;
}
                
/* top content block begin */
#top_content_block {
                margin:3px;
                padding:0px;
}
#top_content_block hr{
                border:none;
        border-bottom:none;
                border-bottom:1px dashed #efefea;
}

#getOrganisationPage p{
    margin: 2px 0px;
}

#registration_block{
                width:100%;
                margin:0px;
                padding:0px;
}

#registration_block a{
                color:#F00;
}

#registration_block a:hover{
                color:#666;
                text-decoration:none;
}

#registration_block_left{
                float:left;
                width:45%;
}

#registration_block_right{
                float:right;
                width:45%;
}

/* top content block end */

/* Bottom content begin */
#bottom_content_block {
                margin:0px;
        margin-top:10px;
                padding:0px;
                text-align:center;
                border-top:solid 1px #efefea;
                color:#6F6F6F;
        font-size:11px;
}
/* Bottom content end */
/* content block end */


/* instruction block begin */

#instruction_block {
                width: 231px;
                float: left;
                margin: 0px;
                text-transform:capitalize;
                font-size:11px;
}

#login_block a{
                color:#6f6f6f;
                text-decoration:underline;
}

#login_block a:hover{
                color:#d3ab54;
                text-decoration:none;
}

#login_block hr{
                border:none;
                border-bottom:1px solid #efefea;
}

/* instruction block end */
/* bottom container end*/



/* General styling begin */

h1, h2, h3, h4, h5, h6, h7, h8 {
                color: #d3ab54;
}
h1 {
                font-size: 2.2em;
                text-transform: uppercase;
                margin-top: 0px;
                font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
}
h2 {
                text-transform: capitalize;
                font-size: 1.75em;
                margin-top: 0px;
                font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
}
h3 {
                text-transform: capitalize;
                font-size: 16px;
                color: #666;
}

h4 {
                font-size:13px;
                padding:5px;
                font-weight:bold;
    color: #ffffff;
                background:#525229;
                display:block;
                margin-top:0px;
                text-transform:capitalize;
}

h5 {
                font-size:12px;
                border: 1px solid #525229;
                  
                  background-color: #e9e9ce;
                  
                  font-weight: bold;
                  color: #060;
                  padding:2px 5px;
                  margin:0px 0px 5px 0px;
}

h5:first-letter {
    text-transform: capitalize;
}

h6 {
                font-size: 16px;
                margin: 0px;
                margin-bottom:10px;
                padding: 0px;
                font-weight: normal;
                color: #000;
}
h6:first-letter {
                text-transform: capitalize;
}

h7 {
                font-size: 12px;
                margin: 0px;
                padding: 2px 8px;
                font-weight: bold;
                color: #ffffff;
                background: #898145;
                display: block;
        margin-right: 30px;
        width: 200px;
}
h8 {
                font-size: 13px;
                margin: 0px;
                padding: 0px;
                padding-left: 5px;
                font-weight: bold;
                color: #000000;
                display: block;
}
h8:first-letter {
                text-transform: capitalize;
}



hr{
    border: none;
    border-top: 1px solid #EFEFEA;
    text-align: center;
}

/* General styling end */

.clear{
                clear:both;
}

#extitle {
                font-size: 12pt;
                font-weight: bold;
                color: #E9601A;
                padding: 10px 10px 10px 10px;
}

/*.feedbackPanelERROR {
                color: red;
                list-style: circle;
                font-weight: bold;
}*/

.feedbackPanel li{
    border: none;
    margin-bottom: 1px;
    padding: 0px;
    list-style: circle;
}

.feedbackPanelERROR {
                color: #ff0000;
        border: solid 1px #5c0303;
                font-weight: bold;
        background: #fcdddd;
        padding: 10px;
        display: block;
        list-style: circle;
}

/*.feedbackPanelINFO {
                color: green;
                list-style: circle;
                font-weight: bold;
}*/

.feedbackPanelINFO {
                color: #008000;
        border: solid 1px #003200;
                font-weight: bold;
        background: #ddf0dd;
        padding: 10px;
        display: block;
        list-style: circle;
}

#hellomessage {
                font-size: 30pt;
}

#titleblock {
                background: #DEDEDE;
                color: white;
                font-weight: bold;
                border-bottom: solid #E9601A;
                border-width: thin;
                padding: 2px 2px 2px 6px;
}

a {
                color: #6F6F6F;
                text-decoration: underline;
}

img {
                border: none;
}

pre {
                font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

th {
                background: #C3C3C3;
                color: white;
                font-weight: bold;
}

tr td{
    vertical-align: top;
}

tr.b {
                background: #F5F5F5;
}

tr.a {
                background: #E6E6E5;
}

tr.none {
                background: transparent;
}

a.none {
                background: transparent;
                padding-right: 0px;
}

#inputForm {
                width: 300px;
}

#inputForm label {
                display: block;
                margin-top: 5px;
}

#inputForm label.non {
                display: inline !important;
}

#inputFormTable td {
                vertical-align: top;
                padding: 10px;
}

#nestedExampleTree {
                width: 300px;
}

#feedbackPanel {
                width: 600px;
}

#siteSelection {
                width: 200px;
}

.tabpanel{
    padding-top: 15px;
}

td{
    padding: 2px;
}

td span  input{
    float: left;
}

td span label{
    float: left;
}

.user_visiblity{
    display: none;
}

.section_border{
    border: none;
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 10px;
    padding-bottom: 15px;
    overflow: auto;
    clear: both;
}

.bottom_margin{
    margin-bottom: 10px;
}


/* accordian styling begin*/
#accordion p{
  margin:2px 0px;  
}
/* Line 241 */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
font-size:12px;
                border: 1px solid #525229;

                  background-color: #e9e9ce;
/*             background-size: auto auto;*/
                  font-weight: bold;
                  color: #060;
                  padding:2px 5px;
                  margin:0px 0px 5px 0px;
}

/* Line 242 */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
  color: #1c94c4;
}

/* Line 243 */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
  border: 1px solid #724e00;
  background-color: #fdf5ce;
  background-image: url("images/ui-bg_glass_100_fdf5ce_1x400.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  font-weight: bold;
  color: #ad8223;
  cursor: hand; cursor: pointer;
}

/* Line 267 */
.ui-state-default .ui-icon
{
  background: url("images/b1.png");
}

/* Line 268 */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{
  background: url("images/green_arrow_down.png");
}

/* Line 244 */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited
{
  color: #c77405;
}

/* Line 246 */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
  color: #eb8f00;
}

/* Line 242 */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
  color: #1c94c4;
}

/* Line 244 */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited
{
  color: #c77405;
}

/* Line 244 */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited
{
  color: #c77405;
}

/* Line 246 */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
  color:#eb8f00;
}

.white{
    color: #ffffff;
}

.white p{
    margin:0px;
}

/* accordian styling end*/

.red{
    color: #E9601A;
    font-weight: bold;
}

.small_text{
                font-size:smaller;
                text-transform:capitalize;
                margin:0px;
                padding:0px;
                color:#6f6f6f
}

.left{
                display: inline-block;
                font-weight:normal;
                text-transform:capitalize;
                margin:0px 5px 5px 0px;
}

.left_small{
                width:120px;
                display: inline-block;
                font-weight:normal;
                text-transform:capitalize;
                margin:0px 5px 5px 0px;
}
.left_small:first-letter{
                text-transform: capitalize;
}

.left_medium{
                width:150px;
                display: inline-block;
                font-weight:normal;
                text-transform:capitalize;
                margin:0px 5px 5px 0px;
}
.left_medium:first-letter{
                text-transform: capitalize;
}

.left_large{
                
                display: inline-block;
                font-weight:normal;
                text-transform:capitalize;
                vertical-align:top;
                margin:0px 20px 5px 0px;
}
.left_large:first-letter{
                text-transform: capitalize;
}

.left_larger{
                width:210px;
                display: inline-block;
                font-weight:normal;
                text-transform:capitalize;
                vertical-align:top;
                margin:0px 5px 5px 0px;
}
.left_larger:first-letter{
                text-transform: capitalize;
}

.left_largest{
                width:310px;
                display: inline-block;
                vertical-align:top;
                margin:0px 5px 5px 0px;
}
.left_largest:first-letter{
                text-transform: capitalize;
}

.left_half{
                width:300px;
                display: inline-block;
                vertical-align:top;
                margin:0px 15px 5px 0px;
}

.left_half:first-letter{
                text-transform: capitalize;
}

.left_full:first-letter{
                text-transform: capitalize;
}
.left_full{
                width:230px;
                display: inline-block;
                vertical-align:top;
                margin:0px 5px 5px 0px;
}

.block{
                display:block;
}

.button_form {
                -moz-box-shadow:inset 0px 1px 0px -10px #ffffff;
                -webkit-box-shadow:inset 0px 1px 0px -10px #ffffff;
                box-shadow:inset 0px 1px 0px -10px #ffffff;
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
                background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
                background-color:#ededed;
                -moz-border-radius:4px;
                -webkit-border-radius:4px;
                border-radius:4px;
                border:1px solid #747474;
                display:block;
                color:#000000;
                padding:4px 9px;
                text-decoration:none;
                text-shadow:1px 1px 0px #ffffff;
        font-weight: normal;
        font-size:13px;
}
.button_form:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
                background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
                background-color:#dfdfdf;
        cursor: hand; cursor: pointer;
        color:#b57c00;
        
}
.button_form:active {
                position:relative;
                top:1px;
}

#disclaimer_block{
    margin-top: 10px;
}

.bottom_padding{
    padding-bottom: 20px;
}

.passed_parameters{
    color: #8f8f8f;
}

.form_subheading{
    font-weight: bold;
    text-transform: capitalize;
}

em{
    color: #000000;
}

#listview{
    margin: 10px 0px;
    padding: 10px;
    border: dashed 1px #C3C3C3;
}

#listview p{
    
    font-size: 12px;
                margin: 0px;
                padding: 2px 8px;
                color: #000000;
                display: block;
        margin-right: 30px;
        background: #fefae0;
}

/* steps begin */
#steps_container{
                width:100%;
                
}

#steps_block{
                width:115px;
                float:left;
                background:#acacac;
                background:url(images/steps_arrow.png) no-repeat center right 10px #acacac;
                margin:0px 8px 11px 0px;
                padding:4px 4px;
                border:1px solid #dad9d9;
                -moz-border-radius: 5px;
                border-radius: 5px;
}

#active_steps_block{
                width:115px;
                float:left;
                background: #d3ab54;
                background: url(images/steps_arrow.png) no-repeat center right 10px #d3ab54; 
                border:solid 1px #f9ca63;
                margin:0px 8px 11px 0px;
                padding:4px 4px;
                -moz-border-radius: 5px;
                border-radius: 5px;
}
#steps_block .active_step{
                background:#d3ab54;
                color:#d3ab54;
}

#steps_heading{
                color:#ffffff;
                font-size:16px;
                display:block;
                text-transform:capitalize;
                font-weight:bold;
}

#steps_content{
                color:#ffffff;
                font-size:11px;
                display:block;
                margin-top:5px;
                text-transform:capitalize;
                
}

/* steps end */

#success_block a{
    color: #00af00;
}

#success_block a:hover{
    color:#8f8f8f;
}

.invisible_field{
    width:0px; 
    height:0px; 
    border:none;
}

#anatomy_container{
                width:100%;
                font-size:13px;
}

.clear{
                clear:both;
}

#right_selector_block{
                float:left;
                width:200px;
				height:321px;
                position:relative;
                text-align:left;
                font-style:italic;
				display:block;
}

#head{
                position:absolute;
                top:12px;
                right:0px;
}

#head_check{
                position:absolute;
                top:12px;
                right:180px;
}

#thorax{
                position:absolute;
                top:60px;
                right:0px;
}

#thorax_check{
                position:absolute;
                top:60px;
                right:180px;
}

#elbow{
                position:absolute;
                top:116px;
                right:0px;
}

#elbow_check{
                position:absolute;
                top:116px;
                right:180px;
}

#hip{
                position:absolute;
                top:140px;
                right:0px;
}

#hip_check{
                position:absolute;
                top:140px;
                right:180px;
}

#anatomy_picture_block{
                width:227px;
                height:321px;
                float:left;
                margin:0;
               margin: 0px 4px;
                padding:0;
                padding: 0px;
                background:url(images/anatomy.png) no-repeat;
				display:block;
}

#left_selector_block{
                float:left;
                width:200px;
				height:321px;
                position:relative;
                font-style:italic;
				display:block;
}


#neck{
                position:absolute;
                top:31px;
                left:0px;
}

#neck_check{
                position:absolute;
                top:31px;
                left:210px;
}

#shoulder{
                position:absolute;
                top:53px;
                left:0px;
}

#shoulder_check{
                position:absolute;
                top:53px;
                left:210px;
}

#abdomen{
                position:absolute;
                top:114px;
                left:0px;
}

#abdomen_check{
                position:absolute;
                top:114px;
                left:210px;
}

#knee{
                position:absolute;
                top:217px;
                left:0px;
}

#knee_check{
                position:absolute;
                top:217px;
                left:210px;
}

#top_selector_block{
                margin-left:210px;
                width:300px;
                position:relative;
                padding-bottom:50px;
                font-style:italic;
}

#multiple{
                position:absolute;
                top:0px;
                left:0px;
}

#multiple_check{
                position:absolute;
                top:0px;
                right:320px;
}

#burns{
                position:absolute;
                top:20px;
                left:0px;
}

#burns_check{
                position:absolute;
                top:20px;
                right:320px;
}

.no_right_margin{
                margin-right:0px;
}

em{
    color: #000000;
}

div p:first-letter{
    text-transform: capitalize;
}

div span:first-letter{
    text-transform: capitalize;
}

.empty_input{
    width:0px; 
    height:0px; 
    border:none; 
    border-color: #ffffff;
    background: none;
}

.no_bottom_margin{
    margin-bottom: 0px;
}

label.error { color:red; font-weight: bold; }
.feedbackPanelERROR { color: red; }
input.error { border: 2px solid red; }

.ui-front
{
  z-index: 100;
}

/* Line 5 */
.ui-dialog
{
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  outline-width: 0px;
  outline-style: none;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #dddddd;
  border-right-color-value: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color-value: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  background-color: #eeeeee;
  background-image: url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 50% top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #333333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px;
  margin-bottom: 10px;
}

.ui-dialog .ui-dialog-title
{
  float: left;
  margin-top: 0.1em;
  margin-right: 0px;
  margin-bottom: 0.1em;
  margin-left: 0px;
  white-space: nowrap;
  width: 90%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  padding: 4px;
  
}

.ui-widget-header
{
  border:solid 1px #e78f08;
  background-color: #f6a828;
  background-image: url("images/ui-bg_gloss-wave_35_f6a828_500x100.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  height: 30px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
  border:solid 1px #fed22f;
  background-color: #ffe45c;
  background-image: url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 50% top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #363636;
  border-radius: 4px;
  padding: 10px;
  margin: 20px;
}

.ui-front
{
  z-index: 100;
}

/* Line 5 */
.ui-widget-overlay
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* Line 5 */
.ui-widget-overlay
{
  background-color: #666666;
  background-image: url("images/ui-bg_diagonals-thick_20_666666_40x40.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  opacity: 0.5;
}


.ui-dialog-buttonset{
    border-top: solid 1px #6F6F6F;
    padding: 5px;
}

.ui-icon-cancel{
    display: none;
}

.ui-icon-closethick{
    display: none;
}

.ui-icon-close{
    display: none;
}

.ui-button-icon-primary{
    display: none;
}

.ui-button-text{
    border: none;
    font-weight: normal;
}

button.ui-dialog-titlebar-close {
    display: none;
    
}

#btn01{
    margin: 4px;
    background:#ffffff;
    border-radius: 2px;
    color: #000000;
}

#btn02{
    margin: 4px;
    background:#ffffff;
    border-radius: 2px;
    color: #000000;
}

#loading2 {
                width: 18%;
                height: 90px;
                float: left;
                margin: 0px;
                background: url(images/indicator.gif) right no-repeat;
        }
		
nav {
    color: #fff;
    display: block;
    margin: 0;

}
nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li {
    margin: 0;
    display: inline-block;
    list-style-type: none;
    transition: all 0.2s;

}

nav > ul > li > a {
    color: #aaa;
    display: block;
    line-height: 2em;
    padding: 0.5em 2em;
    text-decoration: none;

}

nav li > ul{
      background-color: #bbb;
    display: none;
    margin-top: 1px;
}

nav li:hover ul{
    display: block;
}

nav  li > ul li a {
    color: #111;
    display: block;
    line-height: 2em;
    padding: 0.5em 2em;
    text-decoration: none;
}

nav li:hover {
    background-color: white;
}
nav li:hover > ul{
    position:absolute;
    display : block;
}


