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

.content_resize-main {
	margin:0 auto;
	padding:20px 0 0 0;
	width:800px;
	color: #FFF;
	text-align: center;
	overflow:scroll 0;

	


}
.content_resize-inner{
	margin-top:155px;
	padding:20px 20px 20px 20px;
	width:760px;
	color: #000;
	font-size: 1.2em;
	float: left;
	background-color:#FFF;
			-webkit-box-shadow: 0px 6px 9px -2px rgba(92,90,92,0.58);
-moz-box-shadow: 0px 6px 9px -2px rgba(92,90,92,0.58);
box-shadow: 0px 4px 6px -2px rgba(5, 34, 53, 0.6);
		
}
.kerala-logo-inner{
	width:65px;
	height:52px;
	float: right;
	margin-right:20px;
	
}
.coloredBox{
	padding:15px;
	background:#FFF;
	border:#E6D6B5 1px solid;


}

.tblBorder {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: #e2dcd6;
	border-collapse: separate;
	background-color: #fff;
	
}
.tblBorder th {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: #e2dcd6;
	background-color: #fff;
	-moz-border-radius: ;
}
.tblBorder td {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: #e2dcd6;
	background-color:#FFF;
	text-align:left;

	color:#003d77;

}
.txtSize-P{
	color: #f75d00;
	text-align: left;
	font-size: 12px;
}
.txtSize-T{
	color: #f75d00;
	text-align: left;
	font-weight:bold;
	
	font-size: 14px;
}
.txtSize-Reg{
	color: #f75d00;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	margin:0 10px;
}

.reg{
	width:800px;
	height:auto;
	float:left;
}
.txt-inner{
	font-size:14px;
	color:#3f556b;
	text-align: justify;
	line-height: 24px;
	padding: 0 20px;
}
input[type="text"], [type="password"], select, textarea {
 border: 1px solid #CCC;
 padding: 2px 5px 2px 5px;
 color:#282828;
 text-align:left;
}
input, textarea, category, select {
	box-shadow: 2px 2px 2px #EAEAEA;
	-webkit-box-shadow: 2px 2px 2px #EAEAEA;
    -khtml-box-shadow: 2px 2px 2px #EAEAEA;
	-moz-box-shadow: 2px 2px 2px #EAEAEA;

}
 input[type="text"]{
height:25px;

}

.heading
{
	color: #07AE4D;
	border-bottom: 1px solid #eaeaea;
}

.button {
  display: inline-block;
  padding: 2px 9px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.button:hover
{
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/*
input.button
{
	background:url(../images/subnav_slice.png) repeat-x top left;
	height:34px;
	color:#666;
	font:Tahoma;
	font-size:13px;
	font-weight:bold;
	border: #d4d4d4 1px solid;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-o-border-radius:4px 4px 4px 4px;
	cursor:pointer;
	padding: 0 5px 0 5px;
}

input.button:hover
{
	color:#333;
	box-shadow: 2px 2px 2px #EAEAEA;
	-webkit-box-shadow: 2px 2px 2px #EAEAEA;
    -khtml-box-shadow: 2px 2px 2px #EAEAEA;
	-moz-box-shadow: 2px 2px 2px #EAEAEA;
}
*/




select {
	height:30px;
}
.home-btn{
	width:33px;
	height:34px;
	float:right;
	padding-right: 80px;
	padding-bottom: 20px;
}

.reg_section {
  padding:0;
  margin: 10px 0;
  border-bottom: 1px dotted #eee;
}
h3 {
	font-size: 13px;
	margin: 5px 0;
	color: #003c76;
	text-align: left;

}

input[type=submit] {
  /*padding:0 10px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
  text-shadow:0 1px #4D1124;
  border-width: 1px;
  border-style: solid;
  border-color:#693647;
  border-radius: 7px 7px 7px 7px;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #7D0F33;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AA1E4D), color-stop(100%, #7D0F33));
  background-image: -webkit-linear-gradient(top, #AA1E4D, #7D0F33);
  background-image:-moz-linear-gradient(center top , #AA1E4D, #7D0F33)
  background-image: -ms-linear-gradient(top, #AA1E4D, #7D0F33);
  background-image: -o-linear-gradient(top, #AA1E4D, #7D0F33);
  background-image: linear-gradient(top, #AA1E4D, #7D0F33);
  -webkit-box-shadow:0 1px #CD4170 inset, 0 1px 2px #93284C;
  -moz-box-shadow:0 1px #CD4170 inset, 0 1px 2px #93284C;
  box-shadow:0 1px #CD4170 inset, 0 1px 2px #93284C;*/
}
input[type=submit]:active {
  background: #7D0F33;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
h1 {
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color:#E86200;
	text-align: center;
	border-bottom:1px dotted #c3c3c3;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 1px #f5f5f5;
	-moz-box-shadow: 0 1px #f5f5f5;
	box-shadow: 0 1px #f5f5f5;
}

/* .table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    color: #555;
}

.table td {
    border: 1px solid #ccc; padding: 4px;
}
.table th {
    border: 1px solid #ccc; padding: 4px; font-weight: bold; 
}
.table tr:nth-child(even) {background: #FCFCFC}
.table tr:nth-child(odd) {background: #FFF} */

table.tblborder, table.tblborder td
{
    border-color: #c1c1c1;
    border-style: solid;
}

table.tblborder
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.tblborder td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.rowHead{text-align: center;font-weight: bold}
.darkRow{background-color: #EEE;color:#666;}

#overlay 
{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#text
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2em;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

@media screen and (min-width : 176px){	
#wrapper-banner-inner {width:100%; }
.content_resize-main {	margin:0 auto; width:200px; margin-top:100px;}
			.content_resize-inner{width:200px; height:auto;}



}
@media screen and (min-width: 320px) {
		#wrapper-banner-inner {width:100%; }
		.content_resize-main {	margin:0 auto;	padding:5px;	width:300px; margin-top:150px;}
					.content_resize-inner{width:300px; height:auto;}

		
		}
@media screen and (min-width: 480px) {	
	.#wrapper-banner-inner {width:100%;}
	.content_resize-main {	margin:0 auto;	padding:5px;	width:440px; margin-top:90px;}
			.content_resize-inner{width:440px; height:auto;}



	
	

}
@media screen and (min-width: 768px) {
		
			.#wrapper-banner-inner {width:100%; }
			.content_resize-main {	margin:0 auto;	padding:5px;	width:740px; margin-top:90px;}
			.content_resize-inner{width:740px; height:auto;}

	
}
@media screen and (min-width: 1024px) {
			.#wrapper-banner-inner {width:100%; height:100%; }
			.content_resize-main {	margin:0 auto;	padding:5px;	width:800px; margin-top:37px;}
			.content_resize-inner{width:800px; height:auto;}
		
	
	}
@media screen and (min-width: 1280px) {		
}
</pre></body></html>