﻿.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004766;
	text-decoration: none;
	text-align: left;
}

.msg_head {
    padding: 2px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00A6EE;
}
.msg {
    padding: 2px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #5B5B5B;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    text-align: left;
}

.prd_img {
	padding: 2px;
    margin: 0px;
	border: 1px solid #EDEDED;
}

.img_lnk 
{
	border: none;
	text-decoration: none;
}

.err {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
}

.lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	cursor: pointer;
}

.lnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: underline;
}

.lnk_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-decoration: underline;
	cursor: pointer;
}

.lnk_bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-decoration: none;
}

.hd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background:#4da3f0;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-align:left;
}

.notice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
}

.border {
	border: 1px solid #EDEDED;
}

.hd_tmplate {
	height: 22px;
	background-color: #DAF2FC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #014B6B;
	text-decoration: none;
}

.item_tmplate {
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3E5C69;
	text-decoration: none;
}

.grd_lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3E5C69;
	text-decoration: none;
	cursor: pointer;
}

.grd_lnk:hover {
	text-decoration: underline;
}

.view_lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EDEDED;
	background-color: #00A7EE;
	text-decoration: underline;
	cursor: pointer;
}

.view_lnk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EDEDED;
	background-color: #00A7EE;
	text-decoration: none;
}

.cross {
	text-decoration: line-through;
}

.special {
	color: Maroon;
	font-weight: bold;
}

.td_underline {
	border-bottom: 1px solid rgb(0, 65, 132);
}
