/*These systles are only used by the current theme. The can be adjusted in any way.*/
BODY
{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font: 10pt "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #202020;
	text-align: center;
}
H1, H2, H3, H4, H5
{
	margin: 0px 10px;
	color: #69764E;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 1em;
}
H1
{
	font-size: 20pt;
}
H2
{
	font-size: 16pt;
}
H3
{
	font-size: 14pt;
}
H4
{
	font-size: 12pt;
}
H5
{
	font-size: 10pt;
}
P, TABLE
{
	margin: 0 10px;
}
P
{
	padding-bottom: 1em;
}
IMG
{
	border: 0;
}
FORM
{
	margin: 0;
	padding: 0;
}
A
{
	text-decoration: none;
}
A:link
{
	color: #8080C0;
}
A:visited
{
	color: #8080C0;
}
A:active
{
	color: #8080C0;
}
A:hover
{
	text-decoration: underline;
	color: #FF8000;
}
#wrapper-header
{
	background: url(/views/theme/default/images/headerbg.png) repeat-x top;
	background-color: #000000;
/*width:100%;*/
	height: 210px;
	text-align: center;
}
#wrapper-header2
{
	background: url(/views/theme/default/images/header-left.png) no-repeat left top;
}
#wrapper-header3
{
	background: url(/views/theme/default/images/header-right.png) no-repeat right top;
}
#wrapper-container
{
	background: url(/views/theme/default/images/headerbglower.png) repeat-x top;
	text-align: center;
}
#wrapper-container2
{
	background: url(/views/theme/default/images/container-left.png) no-repeat left top;
}
#wrapper-container3
{
	background: url(/views/theme/default/images/container-right.png) no-repeat right top;
}
#header_new
{
	width: 960px;
	height: 210px;
	margin: 0px auto;
}
DIV#container
{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	border-width: 0px;
	border-style: dotted;
/*background-color:#888888;*/
	text-align: left;
}
DIV#header
{
	position: relative;
	width: 920px;
	height: 180px;
	margin-bottom: 10px;
/*background: transparent url(/views/theme/default/images/header920x160.jpg) no-repeat;*/
}
DIV#menu
{
	margin: 0;
	padding: 0 0 10px;
	border: background-color:#d0d0d0;
}
DIV#sidebar
{
	float: left;
	display: inline;
	width: 190px;
	border: 0px dotted #000000;
	margin-left: 20px;
	background-color: #999999;
}
DIV#news
{
	margin-top: 10px;
	padding: 0px 0;
	border: 1px solid #DDD;
	background-color: #FFFFFF;
}
DIV#login
{
	margin: 10px 0 0;
	padding: 0px;
	font-size: 8pt;
	border: 0px solid #DDD;
	background-color: #FFFFFF;
}
.podHeader
{
	color: #69764E;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.7em;
	padding: 0 0 5px 5px;
	margin: 5px 5px 0;
}
DIV#content
{
	float: right;
	display: inline;
	z-index: 1;
	width: 714px;
	margin: 0px;
/*border: 1px solid #DDD;*/
	overflow-x: hidden;
	padding: 5px 0 0;
	margin-right: 20px;
	background-color: #F8F8F8;
}
DIV#footnote
{
	float: right;
	display: inline;
	width: 100%;
	margin: 10px 0 0;
	color: #AAA;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #DDD;
	background-color: #FFFFFF;
}
DIV#footer
{
	float: left;
	display: inline;
	width: 100%;
	margin: 10px 0 0;
	font-size: 10px;
	text-align: center;
	border: 1px solid #DDD;
	color: #C0C0C0;
	background-color: #606060;
}
.thumbnail
{
	padding: 3px 3px 10px;
	background-color: #DDD;
	border: 1px solid #AAA;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}
