body {
	font-family:Arial,Helvetica,sans-serif;
}

.body_left_menu {
	/*background-image:url(../images/left_background.gif);*/
	background-repeat:repeat-y;
}

a:link {
	color:#33f;
	text-decoration:none;
}

a:visited {
	color:#33f;
	text-decoration:none;
}

a:hover {
	color:#33f;
	text-decoration:
	underline;
}

a.clickable,
.ui-widget-content a.clickable {
	cursor:pointer;
	text-decoration:underline;
	color:#369;
}

fieldset {
	border:solid 1px #999;
}

.spacer {
	float:left;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	border-width:0;
	border-style:none;
}

.blue_title_bar {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	height:19px;
	line-height:14pt;
	font-weight:bold;
	padding-left:5px;
	border-width:0;
	border-style:none;
	color:white;
	background-color:#03f;
	text-align:left;
}

.clear_break {
    clear:both;
    height:0;
    font-size:0;
    line-height:1px;
    margin:0;
    padding:0;
    border-style:none;
}

.left_column {
	position:absolute;
	left: 10px;
	top: 85px;
	margin:0;
	padding:0;
	border-width:0;
	border-style:none;
	width:130px;
	height:600px;
	display:block;
}

.right_column {
	position:absolute;
	left:135px;
	top:0;
	margin:0;
	padding:0;
	border-width:0;
	border-style:none;
	height:100%;
	width:auto;
}

.section_frame {
	Position:absolute;
	text-align:center;
	margin:0;
	padding:0;
	border-style:none;
	border-width:0;

}

.menu_button {
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:50px;

}

.menu_button_text {
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:50px;
	line-height:48px;
	color:white;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

.menu_off {
	background-image:url(../images/menu_off.gif);
	float:left;
	clear:left;
	left:0;
	width:130px;
	height:46px;
	line-height:46px;
	color:white;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	cursor:pointer;
}

.menu_on {
	background-image:url(../images/menu_on.gif);
	float:left;
	clear:left;
	left:0;
	width:130px;
	height:46px;
	line-height:46px;
	color:white;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	cursor:pointer;
}

.menu_selected {
	background-image:url(../images/menu_picked2.gif);
	float:left;
	clear:left;
	left:0;
	width:130px;
	height:46px;
	line-height:46px;
	color:white;
	text-align:center;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	cursor:pointer;
}

.menu_notify
{
	position: absolute; 
	top: 11px; 
	right: -8px; 
	height: auto; 
	width: auto; 
	padding: 2px 3px 3px 3px; 
	color: white; 
	background-color: #FF4444; 
	border: 2px solid white; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	line-height: 8px; 
	font-size: 12px; 
	font-weight: bold;
	
}

.menu_table_notify
{
	position: absolute; 
	top: 4px; 
	right: 2px; 
	height: auto; 
	width: auto; 
	padding: 2px 3px 3px 3px; 
	color: white; 
	background-color: #FF4444; 
	border: 2px solid white; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	line-height: 8px; 
	font-size: 12px; 
	font-weight: bold;
	
}

.data_heading {
	float:left;
	text-align:right;
	padding-right:4px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:12pt;
	border-width:0;
	font-weight:bold;
}

.data_text {
	float:left;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:12pt;
	border-width:0;
	font-weight:normal;
}

.horiz_line {
	width:100%;
	border-style:solid;
	border-width:0 0 1px 0;
	font-size:0;
	line-height:0;
	height:1px;
	border-color:#D3D3D3;
    clear: both;
}

.tree_text {
	float:left;
	padding-left:5px;
	font-weight:bold;
	font-size:8pt;
	margin-top:3px;
	text-decoration:underline;
	cursor:default;
	line-height:12pt;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	border-width:0;
	font-weight:normal;
}

.page_title {
	float:left;
	text-align:left;
   	margin: 0 15px 0 0;
	padding:2px;
	border-style:none;
	border-width:0 0 1px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14pt;
	line-height:20pt;
}

.page_title_sc {
	float:left;
	text-align:left;
	margin:0;
	padding:2px;
	border-style:none;
	border-width:0 0 1px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:26pt;
	line-height:20pt;
	font-variant:small-caps;
}

.chart_cell_header {
	float:left;
	text-align:center;
	height:20px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	line-height:14pt;
	border-width:1px 1px 1px 0;
	border-style:solid;
	width:150px;
	background-color:#eee;
	cursor:default;
}

.header_first {
	border-width:1px;
}

.chart_cell_data {
	float:left;
	text-align:center;
	height:22px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:22px;
	border-width:0 1px 1px 0;
	border-style:solid;
	background-color:#fff;
	border-color:#D3D3D3;
}

.data_first {
	border-width:0 1px 1px 1px;
}

.chart_cell_input {
	margin:1px 0 0 0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:10pt;
}

.standard_div {
	float:left;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:14pt;
	border-width:0;
	border-style:none;
}

.absolute_standard {
	position:absolute;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:14pt;
	border-width:0;
	border-style:none;
}

.serif_div {
	float:left;
	text-align:left;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:14pt;
}

.chart_cell_element {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:8pt;
}

.date_box {
	float:left;
	width:100%;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:14pt;
}

.day_heading {
	background-color:#f5f5f5;
	float:left;
	height:30px;
	width:30px;
	text-align:center;
	border-style:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:12pt;
}

.date_column_line {
	font-size:0;
	line-height:0;
	float:left;
	width:1px;
	height:185px;
	background-color:#000;
}

.label_box {
	position:absolute;
	border-style:solid;
	border-width:1px;
	top:25px;
	left:223px;
	width:100px;
	height:20px;
	background-color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	line-height:14pt;
}

.bars {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	width:239px;
	height:18px;
	background-color:#90ee90;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:12pt;
	font-variant:small-caps;
	cursor:default;
}

.driller_bars {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	width:239px;
	height:15px;
	background-color:#90ee90;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	line-height:12pt;
	cursor:default;
}

.horiz_menu_rows {
	position:absolute;
	left:0;
	margin:0;
	padding:0 0 0 5px;
	overflow:hidden;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	cursor:default;
	background-color:#eee;
	border-style:solid;
	border-color:black;
	font-size:9pt;
	line-height:20px;
	border-width:1px;
	height:22px;
}

.horiz_menu_button {
	float:right;
	margin:0;
	overflow:hidden;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	padding:0 0 0 5px;
	cursor:default;
	background-color:#eee;
	border-style:solid;
	border-color:black;
	font-size:9pt;
	line-height:20px;
	border-width:1px;
	height:22px;
}

.mono_for_lists {
	font-family:Courier, "Lucida Console", monospace;
}

.row_wrapper {
	position:absolute;
	height:auto;
	width:auto;
	left:0;
}

table.listing {
	border-collapse:collapse;
	font-family:Arial,Helvetica,sans-serif;
	width:100%;
	font-size:9pt;
	margin:0;
	padding:0;
}

table.listing th {
	background-color:#eee;
	border:solid 1px #000;
	font-weight:bold;
	padding:0 5px;
}

table.listing th div.sort_buttons {
	position:relative;
	display:inline;
	overflow:hidden;
	margin:0;
	padding:0;
	float:right;
	text-align:center;
}

div.sort_buttons div.sort_asc,
div.sort_buttons div.sort_desc {
	background-image:url('../images/sort_icons.png');
	display:inline;
	height:14px;
	width:14px;
	margin:1px;
	padding:0;
	cursor:pointer;
}

div.sort_buttons div.sort_asc {
	background-position:0 -28px;
	float:left;
}

div.sort_buttons div.sort_asc.on {
	background-position:0 0;
	cursor:default;
}

div.sort_buttons div.sort_desc {
	background-position:0 -42px;
	float:left;
}

div.sort_buttons div.sort_desc.on {
	background-position:0 -14px;
	cursor:default;
}

/* ### TABLE.LISTING BEGIN ### */
table.listing td {
	border:solid 1px #ccc;
	padding:0 5px;
	background-color:#fff;
}

/* header/footer: row styles */
table.listing thead th,
table.listing tbody.record_summary td {
	background-color:#eee;
	border:solid 1px #666;
}

table.listing tbody.record_summary td input[type=text],
table.listing tbody.record_summary td input[type=checkbox],
table.listing tbody.record_summary td input[type=radio] {
	background-color:#eee;
	border:solid 1px #eee;
	width:60px;
	font-weight:normal;
	text-align:right;
	height:10px;
}

table.listing tbody.record_summary td {
	font-weight:bold;
	text-align:right;
}

/* records: row styles */
table.listing tbody.records tr td,
table.listing tbody.records tr td input[type=text],
table.listing tbody.records tr td input[type=checkbox],
table.listing tbody.records tr td input[type=radio],
table.listing tbody.records tr td select,
table.listing tbody.records tr td textarea {
	background-color:#fff;
}

table.listing tbody.records tr td input[type=text],
table.listing tbody.records tr td input[type=checkbox],
table.listing tbody.records tr td input[type=radio] {
	border:solid 1px #fff;
}

/* alternating row style */
table.listing tbody.records tr:nth-child(2n) td,
table.listing tbody.records tr:nth-child(2n) td input[type=text],
table.listing tbody.records tr:nth-child(2n) td input[type=checkbox],
table.listing tbody.records tr:nth-child(2n) td input[type=radio],
table.listing tbody.records tr:nth-child(2n) td select,
table.listing tbody.records tr:nth-child(2n) td textarea {
	background-color:#efefef;
}

table.listing tbody.records tr:nth-child(2n) td input[type=text],
table.listing tbody.records tr:nth-child(2n) td input[type=checkbox],
table.listing tbody.records tr:nth-child(2n) td input[type=radio] {
	border:solid 1px #efefef;
}
/* ### TABLE.LISTING END ### */


table.editable tr.row_disabled,
table.editable tr.row_disabled input {
	color:#aaa;
}

table.editable tr.row_enabled,
table.editable tr.row_enabled input {
	color:#000;
}

table.editable.edit_mode tbody.records tr.row_enabled input.editable,
table.editable.edit_mode tbody.records tr.row_enabled select.editable,
table.editable.edit_mode tbody.record_summary tr.row_enabled input.editable {
	border:solid 1px #aaa;
	background-color:#fff;
}
/* end records: row styles */

.dialog {
	display:none;
}

table.listing td.edit:hover,
table.listing td.del:hover {
	cursor:pointer;
}

/*** LOG TABLE FORMAT ***/
table.log {
	font-size:11px;
	text-align:left;
}

table.log thead th.date {width:110px;}
table.log thead th.changed_by {width:100px;}

table.log tr {
	vertical-align:top;
}

table.log td {
	padding-top:2px;
	padding-bottom:2px;
}

.log ul {
	margin:0;
	padding-left:20px;
}

.required {
	color:#c00;
	margin:2px;
}

/* ################# PRINT STYLESHEET ###################### */
@media print {
	/* remove the internal scrollbar when printing so it can print all records */
	#row_list_container,
	#rowContainer,
	#row_container,
	#stats_row_container_container,
	div.scroll_frame {
		height:auto !important;
	}
}

/* ################# FOR ATTACHMENTS ###################### */
.file_type_icon {
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 20px;
    background: url('../images/magnify_sm.gif') no-repeat 0 0;
}

.png, .jpeg, .jpg {
	background: url('../images/pic_20_20.png') no-repeat 0 0;
}

.pdf {
	background: url('../images/pdf_20_20.png') no-repeat 0 0;
}

.txt {
	background: url('../images/timesheet.gif') no-repeat 0 0;
}

.csv {
	background: url('../images/icon_csv.png') no-repeat 0 0;
}

.doc, .docx {
	background: url('../images/word_20_20.png') no-repeat 0 0;
}

.xls, .xlsx {
	background: url('../images/excel-2010-icon-20.png') no-repeat 0 0;
}


.expiry_date_div {
    font-size: 11px;
    width: 70px;
    text-align: center;
    float: left;
    margin-bottom: -7px;

}

.missing_field_cell {
    background-color: #fff;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 22px;
    line-height: 22px;
    text-align: left;
    padding-left: 1px;
    padding-right: 1px;

}

/* ################# LEFT MAIN NAV ###################### */

ul#ul_left_column {
	list-style: none;
	padding-left: 0px;
}

#ul_left_column li {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	line-height: 28px;
}

#ul_left_column li a {
    color: #393939;
    display: block;
    padding-left: 5px;
    text-decoration: none;
    width: 124px;
	border: 1px solid #FFFFFF;
}

#ul_left_column a span {
	display: inline-block;
	margin-bottom: -3px;
}

#ul_left_column a:hover {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;

}

a.a_erp_erm:hover {
	border: 1px solid transparent !important;
	background: none !important;
}

li.main-nav-active {
	border: 1px solid #cccccc;
	background: #eee;
	/* color: rgb(153, 0, 51); */
	padding-left: 5px;
}

/* ################# TOP ###################### */

.curved-5px {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
/* #################  ###################### */

.not_viewed {
    border: 2px solid red !important;
}

.display_details_div {
    min-height: 20px;
}

.hover_highlight:hover {
    background-color: #c9c9c9;
    cursor:pointer;
}

