/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
/**********************************************************************
 * Customized Styles                                                  *
 **********************************************************************/
.field_label_melding {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 9px;
	font-weight: bold;
	color: #adb2ce;
	vertical-align: top;
	padding: 2px;
	}

.field_value_melding {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 9px;
	color: #adb2ce;
	vertical-align: top;
	padding: 2px;
	}
.field_input_noborder {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #efefFF;
	border-top: 0px #888888 solid;
	border-left: 0px #888888 solid;
	border-right: 0px #888888 solid;
	border-bottom: 0px #888888 solid;
	}
.field_input_noborder_notify {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #efefFF;
	border-top: 0px #D4D4D4 solid;
	border-left: 0px #D4D4D4 solid;
	border-right: 0px #D4D4D4 solid;
	border-bottom: 0px #D4D4D4 solid;
	}

.field_label_on_inside {
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	white-space: nowrap;	
	vertical-align: 35%;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
.row_line {
	padding: 5px;
	color: #666666;
	vertical-align: bottom;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}
.row_space {
	padding: 5px;
	color: #666666;
	vertical-align: bottom;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	background-color: #ffffff;
	height: 30px;
	}
.header_main {
   font-family: Verdana, Geneva, ms sans serif;
	font-size: 18px;
	font-weight: bold ;
	color: #000000;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: center;
}	
.header_sub {
   font-family: Verdana;
	font-size: 12px;
	font-weight:  normal;
	color: #000000;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: center;
}	
.header_info {
   font-family: Verdana;
	font-size: 12px;
	font-weight:  normal;
	color: Red;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: center;
}	
.bordered {
	border: 1px black dotted;
	padding: 1px;
	text-decoration: none;
	width: 150px;
	height: 50px;
	text-align: center;
}
.dotted { 
	background-color:#FFFFFF; 
	background-image : url('../images/dotted_line.gif'); 
	background-repeat: repeat-x; 
	vertical-align: top;
	width: 100%;
}
.td_info {
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	padding-left: 4px;
	vertical-align: top;
	}
.dialog_field_value1, .dfv1 {
	color: #666666;
	font-weight: normal;
	padding: 3px;
	padding-left: 0px;
	}
.dialog_field_value2, .dfv2 {
	color: #e2e2e2;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px;	
	font-weight: normal;
	padding-left: 0px;
	}
.field_input_right {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #efefff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	text-align: right;
	}
.field_input_right_grand {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	width: 100%;
	padding-right: 20px;
	}
	
.tpttcv_padded {
	padding: 5px;
	color: #666666;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	border-left: 1px #cccccc solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}

.nb1 {
	background-color: #effbff;
	border: 1px solid #def3ff;
	color: #0065ce;
	}
.nb_old { /* veiledning på forms */
	background-color: #e1e6ff;
	border: 1px #eeeeee solid;
	color: #003399;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}
.nb { /* veiledning på forms */
	background-color: #ffffdf;
	border: 2px coral dotted;
	color: #003399;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: left;
	vertical-align: middle;
	width:100px;
	}
.dfv_fixed {
	font-family: Courier;
	font-size: 8px;
	padding: 3px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	}
pre {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
}
.fls_left {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: top;
	text-align: left;
	padding: 3px 3px 3px 3px;
	}

.fls200 {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}

.fls150 {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: top;
	text-align: right;
	padding: 3px 6px 3px 6px;
	width: 150px;
	}
	

.footer {
	color: #cbcbcb;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 6px;
	}
/* Button in table cell  */
.ticnb_button {
	background-color: #ffffff;
	border-bottom: 1px #cccccc solid;
	color: #444444;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
	}
.field_input_, .fi_ { /* input textbox */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ffffff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}
.field_label_on_side_, .fls_ { /* field lable on side */
	color: black;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 3px 4px 3px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;	
	}
.field_input_right_ { /* input obligatorisk felt */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #efefff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	text-align: right;
	}
	
.field_input_noborder { /* input textbox */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ffffff;
	border-top: 0px #555555 solid;
	border-left: 0px #555555 solid;
	border-right: 0px #eeeeee solid;
	border-bottom: 0px #eeeeee solid;
	}
.ttc_leftcell { /* data grid data container left most cell*/
	padding: 5px;
	color: #666666;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}
.Filter_Input_ { /* filter drop-down list */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	background-color: #ecffec;
	}

.prbgecb { /* pagination row button container extra command button*/
	background-image:url(../Images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	white-space: nowrap;
	margin-top: 20px;
	}

.fls_header { /* header ledetekst on forms #003366*/
	color: navy;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	padding-right: 5px;
	padding-left: 0px;
	}
	
.ttc_grandtotal { /* data grid data container */
	padding: 5px;
	color: #666666;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-right: 0px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}

.hrmenu {
border: none 0;
border-top: 2px solid #8b8b8b;/*the border*/
width: 50%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/	
padding-top: 3px;
}


.workflow { /* data grid select checkbox container */
	background-color: #ffffff;
	border-bottom: 0px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 0px #cccccc solid;
	padding-top: 3px;
	vertical-align: top;
}
