.pp_gallery ul{
	display:none;
}
#content{
	overflow: display;
}

.button{
	/*text-align:center;
	font-size:18px;
	border-radius:4px;	
    height: 25px;
	min-width:100%;
	vertical-align: baseline;
	padding: 5px 5px;*/
	background: -moz-linear-gradient(center top , #5A7994, #394D63) repeat scroll 0 0 transparent;
    border: 1px solid #394D63;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 10px 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

input[type="text"], select{
	height: 30px;
	border:1px solid #999!important;
	border-radius: 4px;
	padding-left: 10px!important;
	padding-right: -10px!important;
}
#breadcrumbs, #breadcrumbs a{
	color: #c6aa00;
	font-size:19px;
	font-weight: bold;
	margin-left:10px;
	background:#436998;
}
.pre_tab{
	border: 0px;
	max-height:32px;
	border-spacing:0px;
	border-collapse: collapse;
	display: inline-table;
}
.pre_tab tr{
	width:100%;
}
.pre_tab td{
	padding:0px;
	max-height:16px!important;
}
.pre_tab #up{
	min-height:16px;
	min-width:16px;	
}
.pre_tab #down{
	min-height:16px;
	min-width:16px;	
}
.pre_tab img{
	height:16px;
	width:16px;
}
#siteHeader{
	min-width:1277px!important;
}

#column-content{
	min-width:1185px!important;
	margin-left:0px!important;
}
#unknown_tbl{
	min-width:320px;
	background:black;
	border-spacing:1px;
}
#unknown_tbl td,th{
	text-align:center;
	background:#f0f0ff;
}
#known_tbl{
	min-width:575px;
	background:black;
	border-spacing:1px;
}
#known_tbl td,th{
	text-align:center;
	background:#f0f0ff;
}
#data_table{
	background:#000;
	border-spacing:1px;
}
#data_table  td,th{
	background:#f0f0ff;
}

.no_line a{
	text-decoration: none; 
}
.year_text{
#	text-decoration: underline; 
	width:75px;
	}
.cal.menu{
	background: #f0f0ff;
	border-color:#000;
	color:white;
    border-spacing: 2px;
}
.cal.menu td{
	  background:#436998;
}

.cal.month{
	text-align:left;
}	
.days.dot{
	background:#f0f0ff!important;
	color:black!important;
	font-weight:bold;
}
.cal.menu td a{	
	text-decoration: none; 
	color:orange;
}

.cal.menu td a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
.cal.menu td a.tip:hover {
    cursor: help;
    position: relative
}
.cal.menu td a.tip span {
    display: none
}

.cal.menu td a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
	text-align:center;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
	color:black;
    text-decoration: none
}
.days{
	min-width:25px;
	text-align:center;
}
.dot{
	min-width:10px;
}
.nowrap{
}
.nowrap img{
}
/*.cont{overflow:hidden;width:200px}
.nowrap{white-space:nowrap}
.box div{width:90px;display:inline-block;border:1px solid black}*/