form {
    display :inline;
}

.alert_border {
	border: 1px solid #ff0202;
}

.heading_bar_left_top {
	background-image: url('./images/layout/left_top_header.png');
	background-repeat: no-repeat;
	min-height: 40px; /* for not-IE */
	height: 40px; /* for IE */
	background-position: 0% 0%;
}

.heading_bar_right_top {
	background-image: url('./images/layout/right_top_header.png');
	background-repeat: no-repeat;
	min-height: 40px; /* for not-IE */
	height: 40px; /* for IE */
	background-position: 100% 0%;
}

.heading_bar_left_bottom {
	background-image: url('./images/layout/left_bottom_header.png');
	background-repeat: no-repeat;
	min-height: 40px; /* for not-IE */
	height: 40px; /* for IE */
	background-position: 0% 100%;
	position:relative;
}

.heading_bar_right_bottom {
	background-image: url('./images/layout/right_bottom_header.png');
	background-repeat: no-repeat;
	min-height: 40px; /* for not-IE */
	height: 40px; /* for IE */
	background-position: 100% 100%;
	position:relative;
}

.heading_bar_main {
	background-image: url('./images/layout/header_background.png');
	background-repeat: repeat-x;
	min-height: 40px; /* for not-IE */
}

.heading_bar_main_bottom {
	background-image: url('./images/layout/bottom_header_background.png');
	background-repeat: repeat-x;
	min-height: 40px; /* for not-IE */
	background-position: 0% 100%;
	position: relative;
}

.bottom_bar_main_bottom {
	background-image: url('./images/layout/bottom_bottom_header_background.png');
	background-repeat: repeat-x;
	min-height: 50px; /* for not-IE */
	background-position: 0% 100%;
	overflow: hidden;
}
.bottom_bar_left_bottom {
	background-image: url('./images/layout/bottom_left_bottom_header.png');
	background-repeat: no-repeat;
	min-height: 50px; /* for not-IE */
	height: 50px; /* for IE */
	background-position: 0% 100%;
}

.bottom_bar_right_bottom {
	background-image: url('./images/layout/bottom_right_bottom_header.png');
	background-repeat: no-repeat;
	min-height: 50px; /* for not-IE */
	height: 50px; /* for IE */
	background-position: 100% 100%;
}
.left_bar {
	background-image: url('./images/layout/left_bar.png');
	background-repeat: repeat-y;
	background-position: 0% 0%;
	padding-left: 14px;
}

.right_bar {
	background-image: url('./images/layout/right_bar.png');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	padding-right: 16px;
}

.width_wrapper {
	width: 100%;
	background-color: #FFFFFF;
}
.custom_range {
	z-index: 2002;
	margin: 0px 0px;
	padding: 80px 80px;
	border: 1px solid #c7c7c7;
	background-color: #ffffff;
	top: 0px;
	font-weight: bold;
	font-family: sans-serif;	
}
.tiny_bar_top_main {
	background-image: url('./images/layout/tiny_bar_top_background.png');
	background-repeat: repeat-x;
	min-height: 8px; /* for not-IE */
}
.tiny_bar_left_top {
	background-image: url('./images/layout/tiny_bar_top_left.png');
	background-repeat: no-repeat;
	min-height: 8px; /* for not-IE */
	height: 8px; /* for IE */
	background-position: 0% 0%;
}
.tiny_bar_right_top {
	background-image: url('./images/layout/tiny_bar_top_right.png');
	background-repeat: no-repeat;
	min-height: 8px; /* for not-IE */
	height: 8px; /* for IE */
	background-position: 100% 0%;
}
.tiny_bar_left {
	background-image: url('./images/layout/tiny_bar_left.png');
	background-repeat: repeat-y;
	background-position: 0% 0%;
	padding-left: 3px;
}
.tiny_bar_right {
	background-image: url('./images/layout/tiny_bar_right.png');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	padding-right: 3px;
}
.tiny_bar_bottom_main {
	background-image: url('./images/layout/tiny_bottom_bar_background.png');
	background-repeat: repeat-x;
	min-height: 9px; /* for not-IE */
}
.tiny_bar_left_bottom {
	background-image: url('./images/layout/tiny_bottom_bar_left.png');
	background-repeat: no-repeat;
	min-height: 9px; /* for not-IE */
	height: 9px; /* for IE */
	background-position: 0% 0%;
}
.tiny_bar_right_bottom {
	background-image: url('./images/layout/tiny_bottom_bar_right.png');
	background-repeat: no-repeat;
	min-height: 9px; /* for not-IE */
	height: 9px; /* for IE */
	background-position: 100% 0%;
}



.control_class_left_dark {
	background-image: url('./images/layout/control_bar_dark_left.png');
	background-repeat: no-repeat;
	min-height: 33px; /* for not-IE */
	height: 33px; /* for IE */
	background-position: 0% 0%;
	padding-left: 20px;
}

.control_class_left {
	background-image: url('./images/layout/control_bar_left.png');
	background-repeat: no-repeat;
	min-height: 33px; /* for not-IE */
	height: 33px; /* for IE */
	background-position: 0% 0%;
	padding-left: 20px;
}

.control_class_right_dark {
	background-image: url('./images/layout/control_bar_dark_right.png');
	background-repeat: no-repeat;
	min-height: 33px; /* for not-IE */
	height: 33px; /* for IE */
	background-position: 100% 0%;
	padding-right: 20px;
}

.control_class_right {
	background-image: url('./images/layout/control_bar_right.png');
	background-repeat: no-repeat;
	min-height: 33px; /* for not-IE */
	height: 33px; /* for IE */
	background-position: 100% 0%;
	padding-right: 20px;
}

.control_class_dark {
	background-image: url('./images/layout/control_bar_dark_background.png')
		;
	background-repeat: repeat-x;
	min-height: 33px; /* for not-IE */
	height: 33px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10;
	text-align: center;
	color: #f0f0f0;
}

.control_class {
	background-image: url('./images/layout/control_bar_background.png');
	background-repeat: repeat-x;
	min-height: 33px; /* for not-IE */
	height: 33px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10;
	text-align: center;
	color: #707788;
}

.control_highlight_class td:hover {
	background-image: url('./images/layout/control_bar_dark_background.png')
		;
	color: #f0f0f0;
}

.control_highlight_class a {
	position: relative;
	top: 10px;
}

.control_line_none_class {
	position: relative;
	top: -10px;
}

.control_font_class_dark {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10;
	text-align: center;
	color: #f0f0f0;
}

.control_font_class {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10;
	text-align: center;
	color: #707788;
}

.control_font_class_dark_right {
	position: relative;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10;
	text-align: center;
	color: #f0f0f0;
}

.control_font_class_right {
	position: relative;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10;
	text-align: center;
	color: #707788;
}

.control_line_right_class {
	background-image: url('./images/layout/control_bar_dark_background.png')
		;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	min-height: 33px; /* for not-IE */
	height: 33px;
}

.heading_header_font {
	position: relative;
	left: 34px;
	top: 15px;
	font-weight: bold;
	font-family: sans-serif;
	color: #707788;
}
.heading_header_div_right {
	position: relative;
	top:-5px;
	width: 100%;
	right: 34px;
	font-weight: bold;
	font-family: sans-serif;
	color: #707788;
	text-align: right;
}
.heading_header_div_center {
	position: relative;
	top:-5px;
	width: 100%;
	right: 34px;
	font-weight: bold;
	font-family: sans-serif;
	color: #707788;
	text-align: center;
}
.invoice_view_header_div_right {
	position: relative;
	top:-15px;
	width: 100%;
	right: 34px;
	font-weight: bold;
	font-family: sans-serif;
	color: #707788;
	text-align: right;
}
.invoice_view_header_div_center {
	position: relative;
	width: 100%;
	right: 34px;
	top: -23px;
	font-weight: bold;
	font-family: sans-serif;
	color: #707788;
	text-align: center;

}
.heading_title_bar {
	background-color: #e8e8e8;
	height: 20px;
}

.heading_title_bar_font {
	position: relative;
	top: 2px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000;
	font-size: 10px;
}

.main_body {
	background-color: #E1E4EB;
	border: none;
}

.activity_left_arrow {
	position: relative;
	left: -12px;
	overflow: hidden;
}

.activity_up_arrow {
	position: relative;
	left: -12px;
	top: 1px;
	overflow: hidden;
}

.activity_right_arrow {
	position: relative;
	left: -12px;
	top: 1px;
	overflow: hidden;
}

.activity_title_bar {
	background-color: #e8e8e8;
	height: 20px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c7c7c7;
}
.task_list_title_bar {
	background-image: url('./images/layout/task_list_left_bar.png');
	background-repeat: repeat-y;
	background-position: 0% 0%;	
	background-color: #e8e8e8;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.task_list_left_arrow {
	top: -10px;
}

.spacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.headingsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.headingsmallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
.headingsmallnb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.headingsmallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffe3;
}

.headingsmall_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #707788;
}

.headingbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB9600;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.smallu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.smallbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BB9600;
}
.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #707788;
}

.smallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
}

.smallgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
}

.smallred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.smallestblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #0066CC;
}

.smallestnb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}

.smalllight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFCF0;
}

.mainbackr {
	background-image: url('./images/layout/action_right_bar.png');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	background-color: #E1E4EB;
}

.activity_mainback {
	background-image: url('./images/layout/activity_heading_background.png')
		;
	background-repeat: repeat-x;
	min-height: 32px; /* for not-IE */
	height: 32px;
}

.activity_mainback_right {
	background-image: url('./images/layout/activity_right_top_header.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	min-height: 32px; /* for not-IE */
	height: 32px;
	overflow: hidden;
}

.activity_mainback_left {
	background-image: url('./images/layout/activity_left_top_header.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	min-height: 32px; /* for not-IE */
	height: 32px;
	overflow: hidden;
}

.mainbackl {
	background-image: url('./images/layout/task_list_left_bar.png');
	background-repeat: repeat-y;
	background-position: 0% 0%;
	background-color: #E1E4EB;
}
.image_space_3 {
	position: relative;
	top: 3px;
}
.image_space_5 {
	position: relative;
	top: 5px;
}
.backtop {
	background-color: #FFFFFF;
	border: none;
}

.report_background {
	background-color: #E1E4EB;
	border: none;
}

.smallbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.smallnb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.full_black {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
.bottomtop_black {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;

}



.lefthook_v3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}
.righthook_v3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

.bottomtop_v3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

.lefttop_v3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}

.righttop_v3 {
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

.leftright_v3 {
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}

.left_v3 {
	border-left: 1px solid #c7c7c7;
}

.right_v3 {
	border-right: 1px solid #c7c7c7;
}

.top_v3 {
	border-top: 1px solid #c7c7c7;
}

.bottom_v3 {
	border-bottom: 1px solid #c7c7c7;
}

.base_v3 {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}

.leftbottom_v3 {
	margin: 0px;
	padding-left: 0px;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

.rightbottom_v3 {
	margin: 0px;
	padding-right: 0px;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.full_v3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}
.canopy_v3 {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}




.formborder {
	margin: 0px;
	padding: 0px;
}

.padright {
	padding-right: 5px;
}

.padleft {
	padding-left: 5px;
}

.padtop {
	padding-top: 3px;
}

.padbottom {
	padding-bottom: 3px;
}

.padimages {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.padleftright {
	padding-right: 5px;
	padding-left: 5px;
}

.smallfieldcell {
	width: 70px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.fieldstyle {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.smallfieldcell_50 {
	width: 50px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.smallfieldcell_90 {
	width: 90px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.smallfieldcell_100 {
	width: 100px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.smallfieldcell_120 {
	width: 120px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.smallfieldcell_150 {
	width: 150px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.smallfieldcell_170 {
	width: 170px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

.fieldcell250 {
	width: 250px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #102132;
	border: 1px solid #284279;
}

.select_small {
	font: 10px sans-serif, Verdana, Arial, Geneva, Helvetica;
	color: #102132;
	border: 1px solid #284279;
}

.singleline_small {
	font: 11px Verdana, sans-serif, Arial, Geneva, Helvetica;
	color: #102132;
	border: 1px solid #284279;
}

.multiline_small {
	font: 11px Verdana, sans-serif, Arial, Geneva, Helvetica;
	color: #102132;
	border: 1px solid #284279;
}
.notifier {
	z-index: 100;
	margin: 0px 0px;
	padding: 80px 80px;
	border: 1px solid #c7c7c7;
	background-color: #e8e8e8;
	top: 15px;
	font-weight: bold;
	font-family: sans-serif;	
}
.hidden_item {
	display: none;
}