/*


$("#main-div").css( "box-shadow", "13px 13px 25px #888888" );
$("#header-div,#header-div table td").css("color","black");
$("#header-div").css("background-color","rgb(190,190,190)");
$("#logo").height(70);

$("#header-div td").mouseenter( function(){
    $(this).css({"cursor":"pointer", "color":"white", "background-color":"grey"});
    $(this).css( "box-shadow", "7px 7px 5px black" );
});
$("#header-div td").mouseleave( function(){
    $(this).css({"color":"black", "background-color":"rgb(190,190,190)"});
    $(this).css( "box-shadow", "0px 0px 0px #888888" );
});

*/

#loading_div {
	position:absolute;
	width:97%;
	height:97%;
	left : 0px;
	/* background-color:grey; */
	z-index:999;
	opacity:0.5;
	text-align: center;
	display: none;
}

#loading_img {
	width:300px;
	height:100px;
	position: relative;
	top:40%;
}

textarea {
	resize:none;
}

body {
	/*
	margin: 0px;
	text-align: center;
	background-color: green;
	background-image: url("../images/background-image.jpg");
	background-repeat:repeat-x;
	*/
	
	/*
	background: url("../images/background-image.png") repeat-x scroll 100% 0 #39414A;
    */
    /*
    background: url("../images/dia_bg1.gif") repeat-x scroll 100% 0 #c89b6f;
    */
	color: #FFFFFF;
    font: 12px "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #F2F2F2;
}


#main-div {
    margin: 0 auto;
    width: 1110px;
    box-shadow: 13px 13px 25px #888888;
    margin-top: 10px;
}

#header-div {
    /*
    background: url("../images/head_bg.gif") repeat-x scroll 100% 0 rgba(0, 0, 0, 0);
    */
    /* background-color: #cd853f; */
    background: url("../images/header_bg.gif") repeat-x scroll 100% 0 #C89B70;
    height: 90px;
    padding: 10px 10px;
    position: relative;
    border: 0px solid red;
    
    color:black;
}
#header-div table {
	/* box-shadow: 13px 13px 25px #888888; */
}
#header-div table td {
	/* color:black; */
}	

#logo {
    height: 70px;
}

#logo_table {
	box-shadow: 0px 0px 0px black;
	width: 95%;
}

#logo_table td{
	font-family:Monotype Corsiva;
	font-size:38px;
	color : #8e0505;
}

#dia_logo {
	width:65px; 
	height:65px;
}

#menu {
	width:600px;
	text-align: center;
	font-size: 16px;
}
.menu_enter{
	box-shadow : px 7px 5px black;
	cursor : pointer; 
	color : white ;
	background-color : #8e0505;
}
.menu_leave {
	box-shadow :0px 0px 0px #888888;
	color : black; 
	background-color : #C89B70;
}
	
#body-div {
    border-bottom: 1px solid #000000;
    padding: 9px 9px;
    background-color: white;
    text-align: left;
    
    /* height: 700px; */
    
    /* overflow: auto; */
}

.form_title {	
	color: #8e0505;
	background-color: #c89b6f;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	font-weight: bolder;
}

#insert-form-div, #find-form-div, #application-div, #update-div {
	width : 100%;
	/* background-color: E2E2E2; */
	background-color: white;
	border: 0px solid green;
	/* box-shadow: 13px 13px 25px #888888; */
}


#insert-form-table {
	font-size: 12px;
	color: black;
}
#insert-form-table input, 
#insert-form-table select,  
#insert-form-table textarea {
	/* width: 500px; */
	width: 750px;
	font-size: 12px;
}

#insert-form-table textarea {
	height: 100px;
}

#find-form-table {
	font-size: 12px;
	color: black;
}

#find-form-table input, 
#find-form-table select {
	width: 300px;
	font-size: 12px;
}

#found-applications-table{
	font-size: 12px;
	background-color: white;
	color: black;
	width: 100%;
}

#found-applications-table thead{
	font-size: 12px;
	/* background-color: C0C0C0; */
	background-color: #c89b6f;
	color: black;
	cursor: pointer;
}
#found-applications-table thead tr th{
    background-image: url("../images/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
}

#found-applications-table tr.non_selected{
	background-color: white;
	color: black;
}
#found-applications-table tr.highlighted{
	background-color: #c89b6f;
	color: #8e0505;
	cursor: pointer;
}
#found-applications-table tr.selected{
	background-color: white;
	color: #8e0505;
	cursor: pointer;
}


#application-table, #histories-table, #update-table {
	width : 100%;
	color: black;
	background-color: white;
	font-size: 12px;
	border-bottom: 1px solid grey;
}
#application-table tr td{
	border-bottom: 1px solid #EAEAEA; /*  light gray*/
}

.application-table-td-first {
	width : 135px;
}

#applicatios_info {
	color: black;	
}

.max_width {
	width: 100%;
}

#histories-div {
	padding-top: 3px;
	padding-bottom: 3px;
}
#histories-div thead tr th {
	font-weight: bolder;
	text-align: left;
}

.update-table-element-width{
	/* width: 297px;  */
	width: 100%;
}

#uf_confrontal {
	width: 100%;
	height:150;
	overflow: auto;	
}


#uf_description {
	width: 99%;
	height:80px;
	resize: vertical;
	font:inherit;	
}


.tick_image {
	width: 18px;
	height: 18px;	
}

.first_history_line {
	/* background-color: #9D6F72;  */
	color: #8e0505;
}

#int_iframe {
	display: none;	
}

a:link {
	color: #8e0505;
}
