* {
	margin:0;
   padding:0;
	border: 0px;
}

.clear{
	clear: both;	
}

html, body {
  width:100%;
  height:100%;
}
html{
	height: 100%;
}
body{
   min-width: 1000px;
	font-family: Tahoma; 
	color:#000; 
	font-size: 12px; 
	background: #fff;
	min-height: 100%;
}

#tooltip{
     background-color: #f1f1f1;
     border: 1px #ccc solid;
     color: #666;
     /* font-size: 12px; */
     margin: 0px;
     padding: 5px 9px;
     position: absolute;
     visibility: hidden;
     filter: alpha(opacity=85);
     -moz-opacity: 0.85;
     z-index: 1000;
}

a {
	text-decoration: underline;
	color: #009ee0;
}

a:hover{
	text-decoration: none;
	color: #009ee0;
}

table{
	  border-collapse: collapse;
     border: none;
}

table td{
	vertical-align: top;
	padding: 5px;
	border: none;
}

table.visible td {
	border: 1px solid #333;
}
table.visible tr.grey td{
	background: #f2f2f2;
}
table.visible th{
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

table.transparent {
	background: none;
	border: none;
}

ul{
	list-style: square;
}

ul, ol{
	list-style-position: inside;
	padding-bottom: 10px;
	padding-top: 5px;
}

ul ul{
	padding-left: 10px;
}

ul li, ol li {
     padding-bottom: 5px;
}

.active{ 
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
	padding-bottom: 7px;
	font-weight: normal;
}

p{
	padding-bottom: 10px;
}

img{
	margin: 4px;
	margin-left: 0px;
}

input, textarea, button, select{
	padding: 2px;
	border: 1px solid #b4c2d6;
	margin: 3px 0px;
}

.pager ol {padding-top:8px;}
.pager ol li {display:inline;padding-right:5px}
.pager ol li.active{	font-size: 140%;}

#status, #status a{
	padding-bottom: 7px;
	font-size: 12px;
	color: #ccc;
}
.allnews{
	text-align: right;
}
.allnews a{
	color: #e98236;
}