textarea, input, select, .select_icon, input.fileinput, .disabled_input, .like_input {
    border:1px solid #BBBBBB;
    font-family:inherit;
    font-size: inherit;
    color: #333333;
    padding:4px 0px 4px 0px;
    /*background: #FFF url(../images/white.png) repeat;*/
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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


textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left:1%;
  padding-right:1%;*/
  padding:5px;
}

select {
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding-top:1px;
	padding-bottom:1px;
      /*background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
}

legend {
    font-weight: bold;
    /*color:#F29F05;*/
    padding:1px 10px 1px 10px;
    border:1px solid #cccccc;
    background: transparent url(../images/cancel_input.png) 0px -1px repeat-x;
    margin-bottom:-4px;
    
    
}

select:hover,input:hover{
	/*border:1px solid #CBCBCB;*/
	/*background-color:#FCF2D1;*/
}



div.fileinputs {
    position: relative;
    float:left;
    width:100%;
    margin-bottom: 25px;
        
}

div.fakefile {
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 1;
        width:100%;
}

input.file {
	position: absolute;
	text-align: right;
	z-index: 2;
        
        right:0px;
        top:-4px;
        width:100%;
        cursor:pointer;
        
    	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
}


.one_input{
	float:left;
	width:100%;
	padding-bottom:3px;
	padding-top:6px;
}

.full_line{
  float:left;
  width:100%;
  background-color: transparent;
}

.value_exists {
    float: left;
    color:#c80909;
    font-weight:bold;
}

.input_label_error, .input_label{
	float:left;
	width:22%;
	text-align:right;
	padding-right:2%;
      padding-top:2px;
      font-weight: bold;
}



.missing_input, .input_error{

    border: 1px solid #c80909;/*#F29F05;*/
    background-color: #ffebe8;
      /*
      background-color: #d85252;
      color:#FFF;
      */
}

.input_label_error{
  color: #c80909;
}

.disabled_input {
    background-color: transparent;
    border: 1px dotted #BBBBBB;
    color: #6b6767;
}

.input_object{
	/*position:relative;*/
	float:left;
	width:76%;
	text-align:left;
	padding-left:0%;
}

.input_shadow{
     border-bottom: 1px solid #d9d9d9;
     float:left;

}

.submit_input, .submit_input_gray, .cancel_input, form > div .closeModalBox {
        background: transparent url(../images/submit_input.png) 0px 0px repeat-x;
	height: 40px;
        color:#FFF;
	font-weight:bold;
        font-size:inherit;
        padding: 0px 10px 2px 10px;
	text-align:center;
        border:none;
        border-right: 1px solid #004e56;
        border-left: 1px solid #004e56;
}

.submit_input {
    cursor: pointer;
}

.submit_input_gray {
        background: transparent url(../images/submit_input_gray.png) 0px 0px repeat-x;
        color:#9c9c9c;
        border-right: 1px solid #c8c6c5;
        border-left: 1px solid #c8c6c5;
}



.cancel_input, form > div .closeModalBox{

	background: transparent url(../images/cancel_input.png) 0px 0px repeat-x;
      color:#000;
      border-right: 1px solid #999999;
      border-left: 1px solid #999999;
}

form{
	float:left;
	width:100%;
}

fieldset{
	width:97%;
	padding-left:1%;
	padding-right:2%;
	padding-bottom:4px;
	padding-top:4px;
	margin-left:0;
	margin-right:0;
	margin-top:4px;
	margin-bottom:0px;
	border: 1px solid #cccccc;
      text-align: left;
      float:left;
}

fieldset td, fieldset h1 {
    background-color: transparent;
    border: none;
}

.input_cell {
  border:none;
  height:11px;
  width:100%;
  background-color:transparent;
  /*background-color: green;*/
  margin:0px;
  padding:0px;

}

.input_cell_tip {
  position:absolute;
  top:-2px;
  right:1px;
  width:10px;
  text-align: center;
}


.titlemodalbox, .submitset {
	width:98%;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:4px;
	padding-top:4px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	margin-bottom:4px;
	border: 1px solid #cccccc;
      border-top:none;
      text-align: left;
      float:left;
      background-color: #ebe2d1;

}



.titlemodalbox {
  border: 1px solid #cccccc;
  border-bottom:none;
  margin-bottom:0px;
  font-weight:bold;
  margin-top:4px;
  padding-top:8px;
  padding-bottom:8px;
}

.error_message, .drop_question, .success_message {
	width:96%;
      float:left;
	padding-left:2%;
	padding-right:2%;
	border: 1px solid #c80909;/*#F29F05;*/
	margin-top:4px;
	margin-bottom:4px;
      background-color: #ffebe8;
      padding-top:10px;
      padding-bottom: 10px;

}

.success_message, .error_message {
    font-weight: bold;
}

.success_message {
  background-color: #e2e4ff;
  border: 1px solid #55af5e;
}

.drop_question {
  margin-bottom: 0px;
  padding-top : 15px;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  border-top: 5px solid #ce7056;
}

.success_question {
  width:96%;
  float:left;
  padding-left:2%;
  padding-right:2%;
  margin-bottom: 0px;
  padding-top : 15px;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  border-top: 5px solid #55af5e;
  background-color: #e2e4ff;
}


.update_action_box{
  float:left;
  width:97%;
  border:1px solid #cccccc;
  background-color:#f2f2f2;
  padding-left:1%;
  padding-right: 2%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.input_score, .prev_score, .reviewed_score, .drafted_score, .input_score_error, .submitted_score, .closed_score, 
.green_bar, .yellow_bar, .orange_bar, .red_bar {
    float:left;
    width:98%;
    padding: 10px 1% 10px 1%;
    text-align: center;
    font-size: 24px;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

.disabled_textarea {
    
    -moz-border-radius:5px;
    border-radius: 5px;
    float:left;width:98%;padding:5px 1%;border:1px dotted #aaaaaa;color:#aaaaaa;background-color:#eeeeee;
    overflow: visible;
    min-height: 50px;
}

.input_score_error {
    border: 1px solid #c80909;/*#F29F05;*/
    background-color: #ffebe8;
}

.input_score {
    height:30px;
}

.closed_score {
    background: #6f82ca url(../images/blue-button-bg.png) 0px 0px repeat-x ;
    color: #FFF;
    border: 1px solid #2b489a;
    font-weight: bold;
}

.red_bar, .reviewed_score  {
    background: #d92626 url(../images/red-button-bg.png) 0px 0px repeat-x ;
    color: #FFF;
    border: 1px solid #c40303;
    font-weight: bold;
}

.green_bar, .drafted_score  {
    color: #FFF;
    border: 1px solid #358e06;
    background: #47a22f url(../images/green-button-bg.png) 0px 0px repeat-x ;
    font-weight: bold;
}

.yellow_bar  {
    color: #FFF;
    border: 1px solid #efd010;
    background: #fae644 url(../images/yellow-button-bg.png) 0px 0px repeat-x ;
    font-weight: bold;
}

.orange_bar  {
    color: #FFF;
    border: 1px solid #fc9416;
    background: #f4ad64 url(../images/orange-button-bg.png) 0px 0px repeat-x ;
    font-weight: bold;
}


.submitted_score  {
    color: #333333;
    border: 1px solid #505550;
    /* background-color: #7e827d; */
    background-color: #CCCCCC;
    font-weight: normal;
    font-size:96%;
}


.prev_score  {
    border: 1px solid #c6c6c6;
    background-color: #f6f6f6;
    color:#6e6666;
    font-weight: bold;
    
    -moz-border-radius: 5px;
    border-radius: 5px;

    
}

.score_item_label {
    float:left;
    width:100%;
    color:#9C9C9C;
    margin-bottom:6px;

}

.guidelines_icon {
    float:left;
    width:32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/help_32_.png) 0px 0px no-repeat ;

}

.guidelines_icon:hover{
    
    background: transparent url(../images/help_32.png) 0px 0px no-repeat ;

}



.guideposts_icon {
    float:left;
    width:32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/info_32_.png) 0px 0px no-repeat ;

}

.guideposts_icon:hover{
    
    background: transparent url(../images/info_32.png) 0px 0px no-repeat ;

}


.guideposts_button, .guidelines_button, .lastyearnote_button {
    float:left;
    width:98%;
    padding: 5px 1% 5px 1%; 
    margin-bottom:15px;
    font-size:90%;
    text-align:center;
    font-weight:bold;

    -moz-border-radius: 5px;
    border-radius: 5px;

    
}


.guideposts_button, .guideposts_button:hover {
    background-color: #dff9c7;
    color:#4b8c12;
    border:1px solid #4b8c12;
    
}

.guidelines_button, .guidelines_button:hover {
    background-color: #f9cba6;
    color:#e56b18;
    border:1px solid #e56b18;
}

.lastyearnote_button, .lastyearnote_button:hover {
    background-color: #d5dfed;
    color:#ffffff;
    border:1px solid #2a80c5;
    
}
.del-cts {
    text-decoration: line-through;
    background-color: #e8e8e8;
}

.ins-cts {
    background-color: #e5ffcd;
}


.del-cts-hided {
    display: none;
}

.ins-cts-hided {
    background-color: transparent;
}        


.score_tag_gray_left, .score_tag_gray {
    border: 1px solid #c6c6c6;
    background-color: #f6f6f6;
    position:absolute;
    top:20%;
    left:100%;
    color:#6e6666;
    font-size: 14px;
    padding:6px 5% 5px 5%;
    font-weight: normal;
    margin-left: 9px;
    width:100px;
    text-align: center;
}

.score_tag_gray_right {
    border: 1px solid #c6c6c6;
    background-color: #f6f6f6;
    position:absolute;
    top:20%;
    right:100%;
    color:#6e6666;
    font-size:14px;
    padding:6px 5% 5px 5%;
    font-weight: normal;
    margin-right: 9px;
    width:100px;
    text-align: center;
}

.procsess_button, .nav_bar_item, .nav_bar_item_active, .r_arrow, .l_arrow, .r_arrow_disabled, .l_arrow_disabled {
    float:left;
    padding:6px 0% 4px 0%;
    border: 1px solid #c6c6c6;
    background-color: #f6f6f6;
    color:#6e6666;
    font-size:14px;
    width:26px;
    text-align: center;
    height:19px;
    margin-left:2px;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

.nav_bar_item_active {
    font-weight: bold;
    padding:10px 0% 8px 0%;
    margin-top: -4px;
    width:34px;
    background-color: #e4e4e5;
}

.r_arrow, .l_arrow, .r_arrow_disabled, .l_arrow_disabled {
    width: 34px;
}

.r_arrow { background: #f6f6f6 url(../images/r-arrow.png) 14px 8px no-repeat ; }
.l_arrow { background: #f6f6f6 url(../images/l-arrow.png) 11px 8px no-repeat ; }

.r_arrow_disabled { background: #f6f6f6 url(../images/r-arrow-dis.png) 14px 8px no-repeat ; }
.l_arrow_disabled { background: #f6f6f6 url(../images/l-arrow-dis.png) 11px 8px no-repeat ; }

.procsess_button {
    width:34px;
    background: #f6f6f6 url(../images/process.png) 9px 6px no-repeat ;
    margin-left:40px;
    cursor:pointer;
    
}


.ws_num {
   color: #358e06; 
   font-weight: bold;
}

.ws_num_error{
  color: #c80909;
  font-weight: bold;
}



.active_main_item {
        background-color: #FFFFFF;
	height: 40px;
        color:#004e56;
	font-weight:bold;
        font-size:inherit;
        padding: 0px 10px 2px 10px;
	text-align:center;
        border:none;
        border: 1px solid #004e56;
        cursor: pointer;
}


.enhanced_input {
    width:96%;
    padding:6px 2% 6px 2%;
    border:1px solid #c6c6c6;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.enhanced_input:hover { 
    border:1px solid #3c777d;
}

.enhanced_input:focus {
    
    border:1px solid #3c777d;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
  
    
}