@charset "utf-8";
/* CSS Document */

.clear { clear: both !important; }

.TableRow-Clear {
    background: none;
}
.TableRow-Green {
    background: none repeat scroll 0 0 #E0E8DC;
}
.TableRow-Grey {
    background: none repeat scroll 0 0 #CCCCCC;
	font-weight: bold;
}
.TableRow-White {
    background: none repeat scroll 0 0 #FFFFFF;
}
.TableRowClear {
    background: none;
}
.TableRowGreen {
    background: none repeat scroll 0 0 #E0E8DC;
}
.TableRowGrey {
    background: none repeat scroll 0 0 #CCCCCC;
	font-weight: bold;
}
.TableRowWhite {
    background: none repeat scroll 0 0 #FFFFFF;
}

table.BorderTable {
	border-spacing: 2px !important;
	border-collapse: inherit !important;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
}
table.BorderTable td {
	padding:5px !important;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #242424;
	border-left:1px solid #242424;
}
table.SpaceTable {
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

/* nsearch-box */
.nsearch-box {
	background: url(../images/nsearch-bg.png) repeat-x bottom left #FFFFFF;
	border: 1px solid #d3d3d3;
	color: #990000;
	padding: 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 6px;
	width: 670px;
}
.nsearch-box label {
	margin-right: 5px;
	font-weight: bold;	
	font-size: 16px;
}
.nsearch-box input {
	margin-right: 10px;
	border: 1px solid #7f9db9;
	padding: 4px;
	color: #333333;
	width: 160px;
}
.nsearch-box select {
	width: 160px;
	border: 1px solid #7f9db9;
	padding: 4px;
	margin-right: 10px;
	
}
.nsearch-box input[type="submit"] {
	background:url(../images/nsearch-submit-ico.png)  no-repeat;
	width: 28px;
	height: 28px;
	border: none;
	cursor: pointer;
}
/* nsearch-box ends */
.grey-textarea {
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(../images/gry-t-bg.png) repeat-x top left #e6e6e6;
	line-height: 20px;
}
.grey-textarea p {
	margin: 0;
}

/* buttons */
a.small-btn-red, a.small-btn-blue, a.small-btn-grey {
	width: 81px;
	height: 14px;
	display: block;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 4px 0;
}
a:hover.small-btn-red, a:hover.small-btn-blue {
	background:url(../images/small-btn-3.png) no-repeat;
}
a:hover.small-btn-grey {
	background:url(../images/small-btn-2.png) no-repeat;
}
a.small-btn-red {
	background:url(../images/small-btn-1.png) no-repeat;
}
a.small-btn-blue {
	background:url(../images/small-btn-2.png) no-repeat;
}
a.small-btn-grey {
	background:url(../images/small-btn-3.png) no-repeat;
}

a.med-btn-red, a.med-btn-blue, a.med-btn-grey {
	width: 106px;
	height: 14px;
	display: block;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 4px 0;
}
a:hover.med-btn-red, a:hover.med-btn-blue {
	background:url(../images/med-btn-3.png) no-repeat;
}
a:hover.med-btn-grey {
	background:url(../images/med-btn-2.png) no-repeat;
}
a.med-btn-red {
	background:url(../images/med-btn-1.png) no-repeat;
}
a.med-btn-blue {
	background:url(../images/med-btn-2.png) no-repeat;
}
a.med-btn-grey {
	background:url(../images/med-btn-3.png) no-repeat;
}

a.large-btn-red, a.large-btn-blue, a.large-btn-grey {
	width: 182px;
	height: 14px;
	display: block;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 4px 0;
}
a:hover.large-btn-red, a:hover.large-btn-blue {
	background:url(../images/large-btn-3.png) no-repeat;
}
a:hover.large-btn-grey {
	background:url(../images/large-btn-2.png) no-repeat;
}
a.large-btn-red {
	background:url(../images/large-btn-1.png) no-repeat;
}
a.large-btn-blue {
	background:url(../images/large-btn-2.png) no-repeat;
}
a.large-btn-grey {
	background:url(../images/large-btn-3.png) no-repeat;
}
/* buttons */

