<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

input[type=button], input[type=submit]{ cursor:pointer; *padding:0px; *border:10px;}

#square_form input, #square_form input[type=text], #square_form select, #square_form textarea, #square_form input[type=file], #square_form select{
	border:#b0afaf 1px solid;
	color:#7f7f7f;
}
#square_form input{ height:27px;}
#square_form select{height:auto;}
#square_form input[type=text]{ padding-left:10px;}
#square_form select {
	padding: 6px 0;
	height: auto;
}
/*//Button Styles*/
input.red_inp_button {
	color:white;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:none;
	background-color:#F00;
	font-weight:bold;
	font-size:0.85em;
	padding: 5px;
}
input.red_inp_button:hover{ background-color:#eb0000;}
#square_form .red_inp_button{
	padding:5px 13px;
	border:none;
	height:auto;
	border:none;
	color:#FFF;

}
input.black_inp_button, input.black_inp_button_active {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:none;	
	padding:6px 10px;
	color:#FFF;
}
input.black_inp_button{background-color:#74767b;}
input.black_inp_button_active{background-color:#444242;}
input.black_inp_button:hover{ background-color:#444242;}
.gray_inp_button{
	background:url(../images/normal_tab_tile.jpg) repeat-x left top;
	color:#FFF;
	padding: 3px 9px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:#bbc2d8 1px solid;
	color:#fefefe;
	opacity:.8;
	cursor:pointer;
}
.gray_inp_button:hover{opacity:1;}

.search_button, .edit_button, .delete_button {
	height: 18px;	
	border: none;
	background:url(../images/ico_sprite1.png) no-repeat;
	cursor:pointer;
	margin:0 2px;
}
.delete_button{
	width:14px;
	height:14px;
	background-position:left -20px;}
.search_button{
	width: 21px;
	background-position:left top;}
.edit_button{
	background-position:-22px top;
	width:14px;}
.white_inp_button, .white_inp_button_active, .white_inp_button_bold {
	background:url(../images/white_button_sprite.png) repeat-x left top;
	border:#ababab 1px solid;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	padding:4px;
	color:#666766;
}
.white_inp_button:hover, .white_inp_button_bold:hover{ background-position:left -40px; color:#000;}
.white_inp_button_active{ background-position:left -79px; color:#FFF;}
.white_inp_button_bold{ font-weight:bold;}
.white_inp_button_bold:hover{ color:#000;}

.addnew_Entries_bttn {
	height:42px;
	width:182px;
	background:url(../images/Add_bttn.png) no-repeat left top;
	border:none;
}
.addnew_Entries_bttn:hover{ background-position:left -42px;}

/*//Button Styles Ends here*/

a.u_black_link {
	color:#5c5b5b;
	text-decoration:underline;
	font-weight:bold;
	font-size:.8em;
}
#tabestyle1 {
	margin:15px 0;
	color: #5c5b5b;
}
#tabestyle1 .table_head {
	background-color:#ebebeb;
	height:37px;
	color: #5c5b5b;
	font-size:.9em;!important
	font-weight:normal;
}

#tabestyle1 td, #tabestyle1 th{
	height:37px;
	border:#dfdfdf 1px solid;
	padding-left:5px;
	font-size: 0.8em;
}
/*//NRM Form Styles*/
#formstyle1 {
}
#formstyle1 .form_ul {
	color: #868686;
}
#formstyle1 .form_ul li label {
	font-size: 0.8em;
	padding-right: 20px;
	text-align: right;
	width: 30%;
	display: block;
	float: left;
	padding-top: 5px;
}
.mandatory {color: #F00;}
#formstyle1 .form_ul li {
	display: block;
	padding: 10px 0;
	clear: both;
	overflow: auto;
}
#formstyle1 input, #formstyle1 input[type=text], #formstyle1 select, #formstyle1 textarea, #formstyle1 input[type=file]{
	height:27px;
	border:#b0afaf 1px solid;
	float: left;
	padding:0;
	width:200px;
	color:#333;
	margin:0 10px;
	text-align:left;
}
#formstyle1 input[type=radio]{
	width:auto;
	height:auto;
	border:none;
}
#formstyle1 select{ width:208px;}
#formstyle1 input[type=text], #formstyle1 input[type=password]{
	padding-left:5px;
}
#formstyle1 .left_col, #formstyle1 .right_col{
	/*width:49%;
*/	display:block;
}
#formstyle1 .left_col {float: left;}
#formstyle1 .right_col {float: right;}
#form_container {
	padding: 10px 10px 41px 10px;
	background-color: #FFF;
	margin: 15px 0;
}
#formstyle1 .form_ul li .input_field .block {
	display: block;
	float: left;
}
#formstyle1 .form_ul li .input_field .block small{
	display:block;
	padding: 0 10px;
	padding-bottom: 4px;
}
#formstyle1 .blue_inp_button {
	width: auto;
	color: #FFF;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	background-color:#0c61a0;
}
/*//NRM Form Styles Ends Here*/

/*//Extra endtry blocks*/
.tab_content #form_container {
	margin:0;
	padding:0;
}

</pre></body></html>