﻿
.def_table_css
{
	table-layout:fixed;
	background-color: white;
	border-collapse: collapse;
	border-top: 1px solid #e0dfe3;
	border-left: 1px solid #e0dfe3;
	border-bottom: 2px solid #a0b0bb;
	border-right: 2px solid #a0b0bb;
	margin-bottom: 2px;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Sans-Serif;
}

.def_table_css td
{
	border: 1px solid #dddddd;
	white-space:nowrap;
	padding: 0px 5px 0px 5px;
	height: 23px;
	text-overflow:ellipsis;
	overflow:hidden;
	cursor: pointer;
}

.def_tablehead_css td
{
	height: 19px;
	padding: 0px 8px 0px 8px;
	background: url(Images/header.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align: center;
	font-weight: bold;
	font-size:10px;
	color: #446677;
	cursor: default;
}

.def_valuediv_css
{
	margin: 4px 3px 3px 3px;
	white-space: nowrap;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	overflow:hidden;
}

.def_valuedivWW_css
{
	white-space:normal;
}

.def_sorttable_css
{
    border-collapse:collapse;
}

.def_sorttable_css td
{
	border: 0px none !important; 
	white-space:nowrap;
	padding: 0px 3px 0px 0px;
	cursor: pointer;
}

.def_row_css td
{	
}

.def_selrow_css td
{
	color: White;
	background-color: #88aacc;
}

.def_tip_css
{
	position:absolute;
	background-color:#FFFFE1;
	border:solid 1px #000000;
	padding:5px;
	font-size:10px;
	min-width:50px;
	max-width:700px;
}

.def_mouseoverrow_css td
{
	background-color: #eeeeee;
}
.def_row_css td img[disabled]
{	
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.def_selrow_css td img[disabled]
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.def_mouseoverrow_css td img[disabled]
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.def_pager_css
{
	background-color: #ffffff;
	border: solid 1px #a3a3a3;
	padding: 3px 5px 1px 5px;
	text-align: center;
	vertical-align: middle;
	color: #4f4f4f;
	margin-right: 2px;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	cursor: pointer; 
	float:left;
}

.def_pager_css:hover
{
	background-color: #eeeeee;
}

.def_selpager_css
{
	background-color: #eeeeee;
	border: solid 1px #a3a3a3;
	padding: 3px 5px 1px 5px;
	text-align: center;
	vertical-align: middle;
	color: #404040;
	margin-right: 2px;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	font-weight:bold;
	cursor:default;
	float:left;
}

.def_pagersep_css
{
	padding: 3px 5px 3px 5px;
	float:left;
}

.def_toppager_css
{
	padding:4px 1px 4px 1px;
}

.def_botpager_css
{
	height: 20px;
	padding:4px 1px 4px 1px;
}

.def_rowspp_css
{
	padding:4px 1px 4px 1px;
	font-size: 11px;
}

.def_gotopage_css
{
	padding:4px 1px 4px 15px;
	font-size: 11px;
}

.def_rowscnt_css
{
	padding:4px 15px 4px 1px;
	font-size: 11px;
}

.def_textarea_css
{
	font-size: 9pt;
	font-family: Tahoma, Verdana, Sans-Serif;
}

.def_tip_css
{
	padding: 5px;
	font-size:10px;
	background-color: #ffffbb;
	border:1px solid #bbbbbb;
}

.def_delcolumn_css
{
	width:10px;
	text-align:center;
}

.def_delcolumn_css[disabled]
{
	width:10px;
	cursor:default;
}



.def_ddex_div_css 
{
	z-index: 20000;	
	position: absolute;
	background-color: #ffffff;
	top: 70px;
	border: 1px solid #88aacc;
}

.def_ddex_od_css
{
	background-color: #ffffff;
	border: 1px solid #88aacc;
}

.def_ddex_optcnt_css 
{
	overflow-y: scroll;	
	overflow-x: hidden;	
}

.def_ddex_sa_css
{
	padding: 1px 0px 1px 0px;
	text-align:center;
	border-bottom: solid 1px #dddddd;
}

.def_ddex_sa_css a
{
	padding: 0px 7px 0px 7px;
	font-size:10px;
	color:#3366CC;
	text-decoration: none;
}

.def_ddex_sa_css a:hover
{
	background-color: #e9e9e9;
}

.def_ddex_opt_css 
{
    margin:0;
	padding:0;
}

.def_ddex_spn_css
{
	white-space:nowrap;
	display:inline;
}

.def_ddex_hov_css 
{
    margin:0;
	padding:0;
	background-color: #dddddd;
	cursor: pointer;
}

.def_ddex_sel_css
{
	padding: 0px;
	background-color: #e2eeff;
	cursor: pointer;
}

.def_ddex_cnttable_css
{
	border-collapse:collapse; 
	margin:0; 
	border: solid 0px Red;
}

.def_ddex_cnttable_css td
{
	border: none;
	padding:0;
	vertical-align: top;
}

.def_ddex_imp_css
{
	height:16px;
	width:100px;
	background-color: White;
	color:Black;
	cursor: pointer;
	border-bottom: 1px solid #88aacc;
	border-top: 1px solid #88aacc;
	border-left: 1px solid #88aacc;
	white-space: nowrap;
	overflow:hidden;
}

.def_ddex_btn_css
{
	height:18px;
	width: 16px;
	cursor: pointer;
	background:url(Images/ddex.gif) no-repeat;
}

.def_progress_css
{	
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(Images/loading.gif);
	width:43px;
	height:11px;
	margin-right:10px;
}

.def_coverdiv_css, .PopupBackground
{
	position:absolute;
	z-index:9999;
	background-color:#777777;
	
	filter:alpha(opacity=40); /* IE 5.5+*/
	-moz-opacity: 0.4; /* Mozilla < 1.6 */
	-khtml-opacity: 0.4; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.4; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.def_coverdivimg_css
{
	position:absolute;
	z-index:10000;

	filter:alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla < 1.6 */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.def_emptytable_css
{
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-width:0px;
	display:inline-block;
}

.def_emptytable_css td
{
	margin:0;
	padding:0;
}

.def_readonly_cell_css
{
	color:#666666;
}

.def_clndinp_css
{
	height: 12px;
}

/* -------------------- Pop Up Object -------------------- */

.def_popup_modaldiv_css
{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	background-color:#777777;
	
	z-index:9999;
	
	filter:alpha(opacity=60); /* IE 5.5+*/
	-moz-opacity: 0.6; /* Mozilla < 1.6 */
	-khtml-opacity: 0.6; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.6; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.def_popup_basediv_css
{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	z-index:10000;
}



/* ---------------------------- 3d Window (now used only for login) ----------------------------*/
 
table.dialog-3d
{
	border-collapse: collapse;
}

table.dialog-3d tr.body-row > td
{
	background-color: #F7F7F7;
}

table.dialog-3d th.caption-left
{
	height: 25px;
	width: 6px;
	background: url(Images/dialog/top-left.png);
	background-repeat: no-repeat;
	background-position: right;
    padding: 0px;
}

table.dialog-3d th.caption-center
{
	height: 25px;
	background: url(Images/dialog/top-center.png);
	background-repeat: repeat-x;
	color: white;
	text-align: left;
	padding: 0px;
}

table.dialog-3d th.caption-right
{
	height: 25px;
	width: 6px;
	background: url(Images/dialog/top-right.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
}

table.dialog-3d td.body-left
{
	width: 6px;
	background: url(Images/dialog/middle-left.png);
	background-repeat: repeat-y;
	background-position: right;
    padding: 0px;
}

table.dialog-3d td.body-placeholder
{
   padding: 10px;
   text-align:left;
}

table.dialog-3d td.body-right
{
	width: 6px;
	background: url(Images/dialog/middle-right.png);
	background-repeat: repeat-y;
	background-position: left;
    padding: 0px;
}

table.dialog-3d td.bottom-left
{
	height: 4px;
	width: 6px;
	background: url(Images/dialog/bottom-left.png);
	background-repeat: no-repeat;
	background-position: right;
    padding: 0px;
}

table.dialog-3d td.bottom-center
{
	height: 4px;
	background: url(Images/dialog/bottom-center.png);
	background-repeat: repeat-x;
    padding: 0px;
}

table.dialog-3d td.bottom-right
{
	height: 4px;
	width: 6px;
	background-image: url(Images/dialog/bottom-right.png);
	background-repeat: no-repeat;
	background-position: left;
    padding: 0px;
}




/* ---------------------------- PAT Table Insert Pop-up's css ----------------------------*/

.def_editform_name_css
{
	float:left;
	width:85px;
	margin:5px;
	text-align:right;
}

.def_editform_val_css
{
	float:left;
	width:105px;
	margin:5px 5px 5px 0;
	text-align:left;
}

.def_editform_val_css input[type="text"]
{
	height:11px;
	width:100px;
}

.def_editform_val_css select
{
	height:19px;
	width:105px;
}

.def_editform_el_css
{
	float:left;
	width:205px;
}

.def_editform_ta_css
{
	font-size: 9pt;
	font-family: Tahoma, Verdana, Sans-Serif;
	width:305px;
	height:50px;
}

.def_editform_elta_css
{
	float:left;
	width:320px;
}


/* ---------------------------- jQuery datepicker css ----------------------------*/

.ui-datepicker-trigger
{
    position:relative;
    top:4px;
    border:none;
}
.def_gallery {
    height: 400px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
.def_gallery a.def_gallery_item {
    float: left;
    width: 150px;
    margin: 10px;
    text-align: center;
    overflow: hidden;
    height: 200px;
    border:  1px solid transparent;
    position: relative;
}
.def_gallery a img.def_gallery_image {
    border: 1px solid gray;
    height: 150px;
    width: 148px;
}

.def_gallery a.def_video {
    width: 200px;
}
.def_gallery a.def_video img.def_gallery_image {
    height: 150px;
    width: 198px;
}
.def_gallery a.def_selected {
    border:  1px solid #A6C9E2;
}
.def_zoom {
    left: 0;
    position: absolute;
    top: 152px;
    cursor: pointer;
}
.def_gallery_text {
    margin-left: 15px;
}
