html, body {
  font: Tahoma,Verdana,sans-serif;
  padding: 0px 0px 0px 0px; 
  margin:0px 0px 0px 0px; 
  width: 100%;
  height: 100%;
}

form.f_mod table , form.f_mod div, form.f_mod span, form.f_mod td, form.f_mod th{
  font: 11px Tahoma,Verdana,sans-serif;
}

.f_mod{
	color: black;
	padding: 5px 5px 5px 5px;
	clear:both:
}
div.tab table{
	background-color: white;
}
#debugwin{
	position: absolute;
	width:600px;
	height: 100px;
	overflow: auto;
	border: 1px dotted red;
	right: 5px;
	bottom: 35px;
	background-color: white;
}

.sys_bordered{
	background-color:white;
	border: 1px solid #999;
	width: 100%;
	height: 20px;
}

.sys_required{
	background-color: #fffca3;
}

.sys_date { 
	border: 1px dotted #999;
	cursor: pointer;
}

.form_section{
	background-color: #999;
	color: white;
	font-weight: bold;
}

#waiting{
	display:none;
	position: absolute; 
	right: 10px; 
	top: 5px;
	background-color:#cc0000;
	color:#ffffff;
	font-weight:bold;
}

#loading{
	z-index: 1500;
	height: 80px;
	width: 80px;
	background: url( '/_images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

table.modal {
  font: 11px Tahoma,Verdana,sans-serif;
}

fieldset.modal { 
	padding: 0px 10px 5px 5px; 
}
form.f_mod select, form.f_mod input, form.f_mod button { 
	font: 11px Tahoma,Verdana,sans-serif; 
}


.mod_title { 
	background: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px;;
	border-bottom: 1px solid black; letter-spacing: 2px;
}

/*modal form*/
div.mod_form_window
{
	position: absolute;
	top:0px;
	left: -1px;
	width:100%; 
	height:100%; 
	z-index: 1005;
	overflow: auto;
    background: url(../images/z.gif);
	padding: 0px 0px 0px 0px;
	text-align: center;
}
div.mod_form_title
{
	background-color: #006600;
	color: white;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
div.mod_form_desktop {
	padding-bottom: 7px;
	position: absolute;
 	top: 50%;
 	left: 50%;
	border: 1px solid black;
	background-color: #cccccc;
	width: auto;
	moz-box-shadow: 7px 7px 5px #999;
	webkit-box-shadow: 7px 7px 5px #999;
	box-shadow: 7px 7px 5px #999;
	/* For IE 8 */
	ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#999999');*/
}

/*error message*/
#err_window
{
	position: absolute;
	top:0px;
	left: -1px;
	width:100%; 
	height:100%; 
	z-index: 1010;
	background-color: #FFFFFF;
    background: url(../images/z.gif);
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#err_content {
	position: absolute;
}
#err_buttons {
	background: url(../images/messages/err_middle.png) repeat-y;
	background-position: center;
}
.err_btn {
	width: 80px;
}

.mod_btn {
	width: 80px;
}

#err_top 
{
	width:406px; 
	height:15px; 
	background: url(../images/messages/err_top.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#err_mid {
	width:406px; 
	background: url(../images/messages/err_middle.png);
	vertical-align:middle; 
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#err_bot {
	width:406px; 
	height:15px; 
	background: url(../images/messages/err_bottom.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}
 
#err_text {
	width:350px; 
	height:180px; 
	overflow:auto; 
	padding: 5px 15px 5px 15px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align:middle; 
	text-align: center;
	color: White;
	background-color: #1f5605;
	font-size: 15px;
}

#err_window a, #err_window a:visited, #err_window a:hover {
	font-weight: bold;
	color: white;
}
/*draggable */
.jqHandle {
   background: red;
}

.jqDrag {
  cursor: move;
}

.jqResize {
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
}

.jqDnR {
    z-index: 3000;
    position: relative;
}

/*tabs*/
div.tab {
	text-align:left;
}

ul.tabs {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

ul.tabs ul, ul.tabs li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : 12px;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 5px 2px 5px;
	text-decoration : none;
}

ul.tabs li {
	cursor: pointer;
}

ul.tabs_upl_dnl a:hover	{
	color : #f00;
}

	
ul.tabs li.selected 
{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

 ul.tabs ul a:hover {
	color : #f00 !important;
}


div.tabs {
	min-height:100px;
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
	overflow:auto;
}

form.f_mod select, form.f_mod input[type="text"], form.f_mod input[type="file"], form.f_mod input[type="password"], form.f_mod input[type="date"], form.f_mod input[type="datetime"], form.f_mod input[type="email"], form.f_mod input[type="number"], form.f_mod input[type="search"], form.f_mod input[type="tel"], form.f_mod input[type="time"], form.f_mod input[type="url"], form.f_mod textarea { 
	font: 11px Tahoma,Verdana,sans-serif;
	height: 19px;
	margin : 0px 0px 0px 0px;
	padding: 1px 3px 1px 1px;
}

form.f_mod table tbody tr:nth-child(even) {
	background : none;
}
