/* CSS for Home page and it's subpages */
div#home_wrapper {
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
}

div#dummy_wrapper {
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
}

/* NEWS */
div#selected_news {
	width: 350px;
	border: 1px solid #e8e8e8;
	margin: 4px;
	background-color: #f6f3e2;
	margin-bottom: 0px;
	font-size: 0.75em;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	text-align: justify;
	padding: 2px;
	min-height: 281px;
}
.news_date {
	margin-top: 5px;
	width: 355px;
	color: #000055;
	font-size: 10px;
	font-weight: bold;
	font-family: helvetica, verdana, arial, sans-serif;
	border-bottom: 1px solid #29577d;
	text-align: left;
	margin-left: 4px;
}
.news_header {
	margin-top: 3px;
	width: 352px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	margin-left: 4px;
}

.small_news {
	background-color: #f6f3e2;
	border: 1px solid #e7e7e7;
	width: 238px;
	margin-top: 4px;
}
.small_news_off {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	cursor: pointer;
	width: 238px;
}

.small_news_arrow {
	background-image: url(../images/news/news_arrow.gif);
	width: 13px;
	height: 26px;
	position: absolute;
}
.small_news_header {
	width: 236px;
	color: #00005d;
	font-size: 12px;
	font-weight: bold;
	font-family: helvetica, verdana, arial, sans-serif;
	text-align: left;
	margin-left: 2px;
}
.small_news_text {
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	text-align: justify;
	margin: 2px;
}

/* ERROR */
.error_title {
	font-size: 1.0em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	color: #710000;
	margin: 4px;
	width: 611px;
	background-color: #f6f2e6;
}

.error_text {
	font-size: 0.90em;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	text-align: justify;
	color: #000000;
	margin: 8px;
}

.screenshot
{
    border: 2px solid #000055;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.screenshots_header
{
    font-size: 14px;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    margin-bottom: 2px;
    width: 600px;
    background-color: #004466;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding-top: 2px; padding-bottom: 2px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.screenshots_footer
{
    font-size: 14px;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 600px;
    background-color: #004466;
    height: 2px;
}