@charset "utf-8";

body {
	margin:0;
	font-family: Arial, Helvetica, Utkal, sans-serif;
	font-size: 12px;
}

td {
	line-height:1.5;
}

h1 {
	font-size:16px;
	display: inline;
}

.headertd {
	color:#FFF;
}

.header_site_name {
	font-size:30px;
	color:#CCC;
	padding-bottom:15px;
	width:130px;
	height:80px;
	text-align:center;
	font-weight:bold;
}


.headermenu {
	color:#CCC;
	padding-bottom:15px;
	width:130px;
	height:80px;
	text-align:center;
	font-weight:bold;
}

.headermenu_r {
	color:#FFF;
	padding-bottom:15px;
	background-image:url('img/headeron.gif');
	width:130px;
	height:80px;
	text-align:center;
	font-weight:bold;
}

a:link {
	color:#0eabfd;
	text-decoration:underline;
}

a:visited {
	color:#0eabfd;
	text-decoration:underline;
}

a:active {
	color:#0eabfd;
	text-decoration:underline;
}

a:hover {
	color:#F00;
	text-decoration:underline;
}

a:link.headerlink {
	color:#FFF;
	text-decoration:none;
}

a:visited.headerlink {
	color:#FFF;
	text-decoration:none;
}

a:active.headerlink {
	color:#FFF;
	text-decoration:none;
}

a:hover.headerlink {
	color:#F00;
	text-decoration:underline;
}

.rtd {
	background-image:url(img/vdot.gif);
	background-repeat:repeat-y;
}

.titletd {
	color:#0eabfd;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}

.hline {
	background:url(img/hdot.gif);
	background-repeat:repeat-x;
}

.msgtxt {
	color:#060;
}

.daybacktd {
	background-image:url(img/dayback.gif);
	background-repeat:no-repeat;
}


table.search_tb {
   text-align: left;
   font-family: Verdana;
   font-weight: normal;
   font-size: 11px;
   color: #404040;
   background-color: #fafafa;
   border: 1px #6699CC solid;
   border-collapse: collapse;
   border-spacing: 0px; 
} 

tr.search_tb {
   border: 1px #6699CC solid;
} 

td.search_tb {
   border: 1px #6699CC solid;
   padding: 3px;
} 
