body {
    width: 100%;
	background-color: #F0F0F0; color:#000000;
	margin: 0px 0px 0px 0px;
	font: 11px tahoma, arial, helvetica, sans-serif;
}
img {
	border: 0;
}
form {
    margin:0px;
}
a:link, a:visited {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  color: #FF0000;
}
table {
    border-collapse: collapse; width: 100%;
    margin-left: auto; margin-right: auto;

}
table td {
    border: 1px solid gray; /* #000000; */
    padding: 1px 5px 1px 5px;
    font-size: 11px;
    vertical-align: top;
}
.ac {
	border: 0px;
    padding: 0px 5px 0px 5px;
    font-size: 11px;
    vertical-align: top;
}

#pageTop {
    background:#96B7D8 url('/img/ny.png');/* #96B7D8 url('/images/logo_background.png') repeat-x;*/
    color: inherit;
}
#pageTop .logo {
    height: 100px;
    width: 504px;
    overflow: hidden;
    float: left;
}
#pageTop .topBanner {
    height: 100px;
    overflow: hidden;
    text-align: right;
	padding-top:0px;
}
#pageTop .topBanner img, #pageTop .topBanner iframe {
    margin-top: 5px;
}

#topMenu {
    background: #F0F0F0 url('/images/menu_background.gif');
    color: inherit;
    border-top: 1px solid gray;/* #000000; */
    border-bottom: 1px solid gray;/* #000000; */
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;

}
#topMenu .item {
    margin: 0px 0px 0px 10px;
    white-space: nowrap;
    vertical-align: baseline;
}
#topMenu a {
    font-weight: bold; font-size: 13px;
    position: relative; left: 0px; top: -3px;
    text-decoration: none;
}
#topMenu img {
    margin:0px; padding:0px;
    vertical-align: baseline;
}

.box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.box .title {
    font-weight: bold;
    font-size: 13px;
    border-left: 1px solid gray;/* #000000; */
    padding: 5px;
    background-color: #F5EBD6;
    color: #1967AE;
}
.box .content {
    border: 1px outset #CCC;
    background-color: #F5EBD6; color: inherit;
    padding: 11px 3px 15px 3px;
    /*overflow: auto;*/
}

.form {
    border: 0;
}
.npk {
    display: none;
}
.form td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 3px 3px 3px 3px;
}
.form td.descr {
    font-size: 11px;
    color: #979797;
    background-color: inherit;
}
input, select, button {
    font-size: 11px;
    /*width: 170px;*/
}
input.rc {
    width: auto;
}
.NW {
    white-space: nowrap;
}
.C {
    text-align: center;
}
.B {
   font-weight: bold;
}
.R {
    text-align: right;
}
.M {
	vertical-align: middle;
}
table.bordered {
    border-collapse: collapse;
    border: 1px solid gray; /* #000000; */
}
table.bordered th {
    border: 1px solid gray; /* #000000; */
    padding: 5px;
    font-weight:bold;
    font-size: 12px;
}

table.bordered td {
    border: 1px solid gray; /* #000000; */
    padding: 2px 2px 2px 2px;
}

table.bordered tr.old {
	background-color: #E8D6B3;
}

table.wb td {
    border: 0px;
}

table.no-design {
	margin: 0px;
	padding: 0px;
}

input.cbox {
    width: auto;
}
.small {
    font-size: 10px;
    color: #404040;
}
label {
    cursor: pointer;
}
label:hover {
    text-decoration: underline;
}
td.fName {
    background-color: #E8D6B3;
    color: inherit;
}
.msgError {
    font-size: 11px;
    color: #FF0000; background-color: inherit;
    padding: 2px 2px 2px 2px;
}
.msgSuccess {
    font-size: 12px;
    color: #000000; background-color: #00FF00;
    padding: 10px 2px 10px 2px;
}
.bigTitle {
    text-align:center;
    font-size:12pt;
    font-weight:bold;
}
table th.designed {
    font-weight: bold;
    color: #FFFFFF;
    background: #4885B6 url('/img/f_header_background.gif') repeat-x 0px;
    padding: 2px;
    text-align: left;
    border-left: 0;
    border-right: 0;
}
table.users td {
    vertical-align: middle;
    padding: 1px 2px 1px 2px;
}
.pmText {
    margin: 5px;
    border: 1px solid gray;/* #000000; */
    background-color: #F0F0F0;
    color: inherit;
    padding: 5px;
}
.btn, .btn:link, .btn:visited {
    text-decoration: none;
    border: 1px solid #000;
    padding: 0px 3px 0px 3px;
    background-color: #FFF;
    color: #FF0000;
    cursor: pointer;
    font-size: 12px;
}
.btn:hover {
    background-color: #BACEE7;
    border: 1px solid #FF0000;
    color: #000000;
}
.ttlh {
    color: #FF0000;
    background-color: inherit;
    font-weight: bold;
}
.searchCItem {
    float: left;
    white-space: nowrap;
    padding-left: 10px;
}
.pagebar {
    padding: 8px 2px 8px 0;
    text-align: center;
    clear: both;
}
.pagebar a.item {
    display: block;
    text-decoration: none;
    float: left;
    width: 30px;
    border: 1px solid #CCCCCC;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
}
.pagebar a.itemActive {
    display: block;
    text-decoration: none;
    float: left;
    width: 30px;
    border: 1px solid #FF0000;
    margin-right: 3px;
    text-align: center;
    white-space: nowrap;
}
.newsItem {
    margin-bottom:5px;
}
.newsItemTitle a {
    font-weight: bold;
    text-decoration: none;
}
.newsItemText {
    border: 1px solid gray;/* #000000; */
    margin: 3px 5px 3px 11px;
    padding: 5px;
    background-color: #FFFFFF;
    color: inherit;
}
.pollsResult div {
    white-space: nowrap;
    background-color: #95B6D8;
    color: inherit;
    padding: 1px 0 1px 0;
    margin-bottom: 4px;
    border: 1px solid #2C73B4;
}
.listing {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 5px;
	overflow: hidden;
	padding-top: 5px;
	height: 30px;
}
.listing A {
	border-right: #c7c7c7 1px solid;
	padding-right: 5px;
	border-top: #c7c7c7 1px solid;
	padding-left: 5px;
	font-weight: 100;
	background: #f7f7f7;
	padding-bottom: 2px;
	margin: 0px 1px;
	border-left: #c7c7c7 1px solid;
	color: #000;
	padding-top: 2px;
	border-bottom: #c7c7c7 1px solid;
	text-decoration: none
}
.listing A:hover {
	border-right: #666 1px solid;
	border-top: #666 1px solid;
	background: #ccc;
	border-left: #666 1px solid;
	border-bottom: #666 1px solid
}
.listing A.active {
	border-right: #666 1px solid;
	border-top: #666 1px solid;
	background: #666;
	border-left: #666 1px solid;
	color: #fff;
	border-bottom: #666 1px solid
}

.tablediv {
	display:  table;
	width:600px;
	border-spacing:5px;
	border-collapse:separate;
}
.celldiv1 {
	position: relative;
	float:left;
	display:  table-cell;
	width:25px;
}
.celldiv {
	position: relative;
	padding-top: 3px;
	float:left;
	display:  table-cell;
	width: 560px;
	height: 16px;
}
.rowdiv  {
	display:  table-row;
	position: relative;
	float: left;
	height: 20px;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #A83838;
	text-decoration: none;
}

a.altlink:hover {
	text-decoration: underline;
}

#pageBottom {
    margin-top: 7px;
    margin-bottom: 3px;
    background-color: #D8D8D8;
    text-align: center;
}
.bugView div {
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 1px 3px 1px;
}
table.small td, table.small th {
    font-size: 9px;
}
blockquote {
    border: 1px solid #CCCCCC;
    margin-left: 5px;
    margin-top:2px;
    padding: 5px;
    background-color: #EEEEEE;
}
table.srchAdv {
    width: auto;
    margin-left: auto;
}
table.srchAdv td {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #CCC;
    padding: 2px 2px 2px 3px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;

}
table.WOB td {
    border: 0;
}

.banners {
	border: none;
}

table.bordered th.designed a {
	color: #FFFFFF;
}

table.bordered th.designed a:hover {
	color: #000000;
}

hr.details {
	background-color: #E8D6B3;
	color: #E8D6B3;
}

tr.positive td, td.positive {
	color: green;
}

tr.negative td, td.negative {
	color: red;
}

tr.neitural td, td.neitural {
	color: orange;
}

.imgbtn, .imgbtn:link, .imgbtn:visited {
    cursor: default;
}
.imgbtn:hover {
    cursor: pointer;
}

.download:link, .download:visited, .download:active {
	background: transparent url(/pic/download.gif) no-repeat scroll 0 60%;
	color:#008E00 !important;
	font-size:11pt;
	font-weight:bold;
	padding:0 0 0 13px;
	text-transform:uppercase;
	text-decoration: none;
}
.download:hover {
	color:#008E00;
	text-decoration:none;
}

table td.hockeylinks {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

table td.hockeylinks a:link, table td.hockeylinks a:hover, table td.hockeylinks a:visited, table td.hockeylinks a:active {
	text-decoration: none;
	font-size: 80%;
	color: #1967AE;
}

td.hlinks {
	text-align: left;
}

table td.hlinks a:link, table td.hlinks a:hover, table td.hlinks a:visited, table td.hlinks a:active {
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #1967AE;
}
