@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'VerdanaBoldItalic';
	src: url('fonts/verdana_bold_italic-webfont.eot');
	src: local('☺'), url('fonts/verdana_bold_italic-webfont.woff') format('woff'), url('fonts/verdana_bold_italic-webfont.ttf') format('truetype'), url('fonts/verdana_bold_italic-webfont.svg#webfontHFQWMtuc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VerdanaBold';
	src: url('fonts/verdana_bold-webfont.eot');
	src: local('☺'), url('fonts/verdana_bold-webfont.woff') format('woff'), url('fonts/verdana_bold-webfont.ttf') format('truetype'), url('fonts/verdana_bold-webfont.svg#webfontnMHyOJre') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VerdanaItalic';
	src: url('fonts/verdana_italic-webfont.eot');
	src: local('☺'), url('fonts/verdana_italic-webfont.woff') format('woff'), url('fonts/verdana_italic-webfont.ttf') format('truetype'), url('fonts/verdana_italic-webfont.svg#webfont6RNZomVx') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VerdanaRegular';
	src: url('fonts/verdana-webfont.eot');
	src: local('☺'), url('fonts/verdana-webfont.woff') format('woff'), url('fonts/verdana-webfont.ttf') format('truetype'), url('fonts/verdana-webfont.svg#webfontoMxNRmw8') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, div , button, table, p  {
	margin: 0px;
	padding: 0px;
	
}

body {
	text-shadow: 0.5px 1px 1px #CABCAF;
	color: #000;
	letter-spacing: 0px;
	height: auto;
	font-family: 'VerdanaRegular';
	font-size: 14px;
	line-height: 21px;
}

/*	iFrame autoheight – important!!!	*/
#iframe {
	border-style: none;
	background: transparent;
	height: 100%;
} /*this is to remove the scroll when not needed*/
#mainPageBody {
	margin: 0px 0px 0px -700px;
	padding: 0px;
	width: 1400px;
	left: 50%;
	position: relative;
	min-height: 780px;
	z-index: 10;
	height: 100%;
	background: url(../images/font_tile.jpg) repeat;
}

#body_wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}

#wrapper_content {
	width: 1400px;
	position: relative;
	min-height: 600px;
	padding: 0px;
	z-index: 50;
	margin: 0px;
	border-style: none;
	height: 100%;
}

#head {
	height: 120px;
	background: url(../images/font_tile.jpg) repeat center;
	position: fixed;
	margin: 0px 0px 0px -700px;
	padding: 0px;
	width: 1400px;
	z-index: 100;
	border-style: none;
	display: block;
	right: 50%;
	left: 50%;
	float: right;
}
#headLogoSign {
	color: #FFF;
	background: transparent url(../images/vlv_Logo_200x250.png) no-repeat 0px 5px;
	margin: 0px;
	padding: 0px;
	width: 152px;
	border: 1px none #000;
	position: absolute;
	min-height: 220px;
	display: block;
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	/*	Box shadow	
	box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-khtml-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;		*/
	z-index: 200;
	float: right;
	font-size: 12px;
	top: 0px;
	right: -67px;
}

#Logo {
	background: url(../images/vivalavoice_script.png) no-repeat;
	height: 63px;
	width: 900px;
	position: absolute;
	right: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
	top: 55px;
}

#nav {
	height: 19px;
	border: 1px solid #333;
	/* (STANDARD)	5px radius on all 4 corners of the table */
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 5px 8px;
	font: 16px VerdanaBold;
	text-transform: uppercase;
	/* -webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 10px inset;	*/
	background: #333 url(../images/font_tile.jpg);
	width: 1384px;
	position: relative;
	top: 120px;
	z-index: 100;
	margin: 0px;
	text-align: center;
}

#nav a { }
#nav a:hover { color: #333; }

.Seperator {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	width: 10px;
}
/* For Firefox vertical align issue	*/
.BackButton::-moz-focus-inner {
	border:0;
}
.BackButton {
	outline: none;
	width: auto;
	/* (STANDARD)	5px radius on all 4 corners of the table */
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	/*	Box shadow	
	box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-khtml-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;	*/
}
#mainSidebarLeft {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 220px;
	border: 1px none #000;
	position: absolute;
	min-height: 300px;
	display: block;
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	/*	Box shadow
	box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-khtml-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;	*/
	z-index: 55;
	top: 155px;
	float: left;
	left: 0px;
	font-size: 12px;		
}
#mainSidebarRight {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 220px;
	border: 1px none #000;
	position: absolute;
	min-height: 300px;
	display: block;
	z-index: 55;
	top: 155px;
	float: right;
	font-size: 12px;
	right: 0px;
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
}
.mainSidebar_Container {
	height: auto;
	width: 200px;
	position: relative;
	float: left;
	padding: 10px;
	margin: 0px 0px 5px;
	font-size: 11px;
	color: #999;
	text-shadow: 0.5px 1px 1px #000;
	line-height: 16px;
	background: #333;
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	/*	Box shadow	*/
	box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-khtml-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
}
.mainSidebar_Container h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
.mainSidebar_Container a{
	outline: none;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
}
.mainSidebar_Container a:hover{ color: #FFF; }
.main_Container_Centered {
	padding: 10px;
	left: 50%;
	display: block;
	position: relative;
	/* (STANDARD)	5px radius on all 4 corners of the table */
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	min-width: 600px;
	margin: 0px 0px 0px -460px;
	width: 960px;
}

#content {
	border: none #000;
	margin: 0px;
	padding: 10px 10px 190px;
	min-height: 500px;
	width: 940px;
	position: relative;
	top: 175px;
	left: 220px;
	display: block;
	z-index: 80;
}
#MemberHead {
	display: block;
	height: 20px;
	font-size: 11px;/* (STANDARD)	5px radius on all 4 corners of the table */
	border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 0px;
	margin: 0px;
	border-top: 1px none #333;
	border-right: 1px none #333;
	border-bottom: 1px solid #333;
	border-left: 1px none #333;
	width: 960px;
	position: absolute;
	top: 150px;
	z-index: 55;
	background: url(../images/font_tile.jpg) repeat;
	left: 220px;
}
.MemberHead_Container {
	display: block;
	margin: 0px 30px 0px 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	position: relative;
	text-transform: uppercase;
}

#MemberHead #SiteInfos { margin-right: 10px; }

#MemberHead #SiteName {
	font-weight: bold;
	font-family: 'VerdanaBold';
	min-width: 235px;
	margin-right: 0px;
}
.MemberHead_Container a:hover {
	color: #fff;
	text-decoration: none;
}

#MemberHead #UserNav {
	float: right;
	margin-right: 5px;
}

#MemberHead #RSSNav {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: -1px;
}
#MemberHead #UserNavLoggedOut {
	float: right;
	margin-right: 10px;
}

.ShareNav_Container {
	float: left;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
a.FBConnectButton_Simple:hover .FBConnectButton_Text_Simple, a.FBConnectButton_RTL_Simple:hover .FBConnectButton_Text_Simple, .FBConnectButton_Simple:hover .FBConnectButton_Text_Simple, .FBConnectButton_RTL_Simple:hover .FBConnectButton_Text_Simple{ text-decoration: none; }


#shareNav img{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;
	height: 20px;
	width: 20px;
}
.FacebookCacheLink {
	background: url(http://facebook.com/images/connect_favicon.png) no-repeat 0px 1px;
	display: block;
	text-indent: 18px;
	margin: 3px 0px;
	padding: 0px;
}
#TwitterImage img{
	height: 16px;
	width: 16px;
	top: 3px;
}
#Diggthis img{
	height: 16px;
	width: 16px;
	top: 3px;
}
#MisterWongImage img{
	height: 13.5px;
	width: 13.5px;
	top: 4px;
}
.ShareNavImage {
	height: 20px;
	width: 20px;
	float: left;
}

#footer {
	background: #333;
	height: 150px;
	/* (STANDARD)	5px radius on all 4 corners of the table */
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	/*	Box shadow	*/
	box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-khtml-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	padding: 0px;
	line-height: 16px;
	margin: 0px 10px;
	position: relative;
	width: 940px;
	left: 220px;
	display: block;
	text-align: center;
	z-index: 100;
}

#footerActionLinks {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 20px;
	width: 100%;
	position: relative;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	text-shadow: 0.5px 1px 1px #000;
	display: block;
	top: 15px;
}
/* For Firefox vertical align issue	*/
#footerActionLinks a::-moz-focus-inner {
	border:0;
}
#footerActionLinks a{
	outline: none;
	text-decoration: none;
	color: #999;
	width: auto;
	border: 1px solid #999;
	padding: 1px 5px 2px;
	/* (STANDARD)	5px radius on all 4 corners of the table */
	border-radius: 10px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
	-moz-border-radius: 10px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
	-webkit-border-radius: 10px;
	/* (KHTML)	5px radius on all 4 corners of the table */
	-khtml-border-radius: 10px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	/*	Box shadow	*/
	box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	-khtml-box-shadow: rgba(0,0,0,1) 0px 0px 0px, rgba(0,0,0,1) 0px 0px 7px inset;
	margin: 0px 5px;
}
#footerActionLinks a:hover{
	color: #FFF;
	background: #999;
}

.footer_Container {
	height: 80px;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 10px 30px;
	font-size: 11px;
	color: #999;
	text-shadow: 0.5px 1px 1px #000;
	text-align: left;
	position: relative;
}

.footer_Container h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
.footer_Container a{
	outline: none;
	text-decoration: none;
	color: #999;
}
.footer_Container a:hover{ color: #FFF; }

#footer_Container_Right {
	float: right;
	text-align: right;
}
#footer_Container_Center {
	text-align: center;
	width: 200px;
	position: relative;
	float: left;
	margin-left: 110px;
}

#copyright {
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-align: center;
	font-size: 11px;
}

/*	Design Elements	*/	
a {
	outline: none;
	color: #000;
	text-decoration: none;
}

h1 {
	font: 20px VerdanaBold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px;
}

/*	List Elements	*/
ol {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none inside;
	margin: 0px;
	padding: 0px;
}

/*	Form Elements	*/
input[type=text] {
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 1px 2px;
	background: #333;
	color: #999;
	border: 1px solid #000;
	display: block;
	height: 16px;
	outline: none;
}
/* For Firefox vertical align issue	*/
input[type="submit"]::-moz-focus-inner {
	border:0;
}
input[type=submit] {
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 1px 4px;
	background: #333;
	color: #FFF;
	border: 1px solid #000;
	display: block;
	height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
input[type=button] {
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 1px 4px;
	background: #333;
	color: #FFF;
	border: 1px solid #000;
	display: block;
	height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}
input[type=password] {
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 1px 2px;
	background: #333;
	color: #999;
	border: 1px solid #000;
	display: block;
	height: 16px;
	outline: none;
}
input[type=file] {
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	padding: 3px 2px;
	background: #333;
	color: #999;
	border: 1px solid #000;
	display: block;
	height: 16px;
	outline: none;
	font-size: 9px;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*	Tags and Classes	*/
img {
	outline: none;
	border-style: none;
}

.Indicator {
	color: #900;
	font-size: 10px;
	padding-left: 2px;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
	width: 0px;
}

/*	Homepage Elements	*/
#keni_image {
	background: url(../images/keni_font.png) 0px -26px;
	height: 450px;
	width: 330px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}
#philosophy {
	width: 700px;
	left: 100px;
	position: relative;
	text-align: justify;
	float: left;
	z-index: 150;
}

#skypedetectionswf { display: none; }

#NewsButtonRow {
	font: 11px VerdanaBold;
	margin: 3px 10px;
	text-transform: uppercase;
}
#NewsButtonRowBottom {
	font: 11px VerdanaBold;
	margin: 3px 10px;
	text-align: center;
	text-transform: uppercase;
}

#NewsButtonRow #RecordsetLinks {
	float: right;
	position: relative;
}

#News_Container {
	height: auto;
	padding: 0px 10px;
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	border: 1px solid #000;
}

#NewsBackground {
	font-family: 'VerdanaBold';
	padding: 0px;
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
	margin: 0px;
	display: block;
	height: auto;
	width: auto;
	position: relative;
}
#NewsBackground:hover {
	background: url(../images/fontTableHoverDarkTransparent.png) repeat 0px 0px;
	text-shadow: 0.5px 0.5px 2px #000;
}
#NewsBackground:hover a{ color: #FFF; }

#News {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#NewsBorder {
	background: #333;
	display: block;
	margin: 5px 0px -1px;
	padding: 0px;
	height: 1px;
	width: auto;
}
#News_Image   {
	margin: 4px 30px 0px 4px;
	padding: 0px;
	float: left;
	height: auto;
	width: 60px;
	position: relative;
	border: 1px solid #333;
}
#News_Headline {
	height: auto;
	min-height: 60px;
	margin-top: 5px;
	font-family: 'VerdanaBold';
	margin-bottom: 5px;
	padding: 5px;
	/* (STANDARD)	5px radius on all 4 corners of the table */
border-radius: 5px;
	/* (FIREFOX)	5px radius on all 4 corners of the table */
-moz-border-radius: 5px;
	/* (WEBKIT)	5px radius on all 4 corners of the table */
-webkit-border-radius: 5px;
	/* (KHTML)	5px radius on all 4 corners of the table */
-khtml-border-radius: 5px;
	background-origin: border-box;
	-webkit-background-origin: border-box;
	-moz-background-origin: border-box;
	-khtml-background-origin: border-box;
}

#News_HeadlineDatum {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	font: 11px 'VerdanaRegular';
	padding: 8px 10px 5px 5px;
	margin-left: 10px;
	color: #DACBBD;
	text-shadow: 0.5px 0.5px 2px #000;
	text-align: right;
}

#News_HeadlineDatum a {
	color: #FFF;
	text-shadow: 0.5px 0.5px 2px #000;
	margin: 5px 0px 0px;
	padding: 0px;
	display: inline-block;
}

.News_HeadlineUserInfo {
	font: 11px 'VerdanaRegular';
	margin: 10px 0px 3px;
	padding: 0px;
	display: block;
}
