/* GLOBAL ELEMENTS */
html,body {
	margin: 0; padding: 0;
	width: 100%;  min-height:100%;
	height:auto !important;
	height:100%;
}
body {
	background: #fff;
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
}
a {
	font-weight: bold;
	text-decoration: none;
}
label {
	font-weight: bold;
	line-height: 20px;
}
.clear { clear: both; }

/* LAYOUT */
#centred {
	width: 600px;
	position: relative;
	top: 20px; left: 50%;
	margin: 0 0 0 -300px;
}
#wrapper {
	border: 1px solid #aaa;
	background: #fff;
	padding: 15px;
}
#logo {
	width: 185px; 
	height: 185px;
	background: url(../images/logo.gif) no-repeat;
	padding: 5px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: x-small;
	text-align: center;
	background: #FFFFFF;
	line-height: 20px;
}

/* CONTENT STYLING */
h1 {
	margin: 0;
	line-height: 45px;
	font-size: 200%;
}

.newstable h2 {
	margin: 0;
	font-size: 14px;
	color: #cc3333;
}

.newstable h3 {
	font-size: 11px;
	padding-bottom: 0;
}

.newsdate {
	font-size: 9px;
	font-weight: bold;
	color: gray;
}

.newstable p {
	font-size: 10px;
	text-align: justify;
}

h1 span { color: #66CC33; }

h4 {
	margin-bottom: 0;
}

hr { display: none; }

.hr {
	height: 1px;
	width: 100%;
	clear: both;
	margin: 10px 0 10px 0;
}

form {
	margin: 0;
	margin-top: 1px;
}

.urlinput {
	width: 280px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #CC3333;
	vertical-align: middle;
}
.submitbutton {
	margin-left: 5px;
	height: 22px;
	width: 75px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #cc3333;
	background-color: white;
	font-size: 10px;
	vertical-align: middle;
}

#options { padding: 5px; }

#error { 
	color: #FF3333;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* TOOLTIP HOVER EFFECT */
.tooltip { cursor: help; }

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}

/* the bookmarkbutton */
.bookmarkbutton {
	color: #02056e;
	font-weight: bold;
	width: 150px;
	height: 50px;
	float: right;
}