.foo {}

/* Always begin CSS file with class */

/* -------------------------------------------

* Filename: Template.css
* Version: 1.0.0 (2008-04-10) YYYY-MM-DD
* Last Modified: Bjorn Aadnesgaard

* Website: http://framework.glacier-digital.com/
* Author: Bjorn Aadnesgaard
* Description: Handles site structure

== STRUCTURE: ==============================
* Page width: 800px
* Number of columns: 2 or 3
============================================

*/

html { /*always show vertical scroll bar */
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #666666;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    line-height: 15px;
	background: #C5BFA7 url(../Images/Template/Background.png) repeat-x;
	}


/* Site Wrapper */
.MainWrapper {	/* Sets site width and position */
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	}

.MainWrapperAdmin {	/* Sets site width and position */
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	}

.BackgroundWrapper /*, .LogoWrapper */  { /* Sets content area background color */
	background: #FFFFFF;
	padding: 10px;
	}
	
.LoginMainWrapper {	/* Sets site width and position */
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: #FFFFFF url(../Images/template/LoginBG.png) center center no-repeat;
	}

.LoginBackgroundWrapper {
	padding: 10px;
	border: 10px solid #F9F9F9;
	min-height: 227px;
	_height: 227px;
	/* filter: alpha (opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	-khtml-opacity: 0.5; */
	}

/* Shared */

.Padding {
	padding: 10px;
	}
	
.AdminGlobalWrapper {
	margin-bottom: 10px;
	}

/* Logo */
.LogoWrapper {
	min-height: 110px;
	_height: 110px; /*IE6*/
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	}

.LogoWrapper ul li a {
	color: #FFFFFF;
	}

.LogoWrapper a:hover {
	color: #FFFFFF;
	}

.LogoWrapper a:visited {
	color: #FFFFFF;
	}

.LogoLink img {
	width: 200px;
	height: 41px;	
	}

.LogoWrapper ul, .LogoWrapper ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

.LogoWrapper ul {
	padding-top: 26px;
	}

.LogoWrapper ul li {
	padding: 0px 20px 0px 20px;
	line-height: 23px;
	}

.Logo360 span {
	visibility: hidden;
	position: absolute;
	padding: 2px;
	width: 58px;
	height: 110px;
	background: url(../Images/Headers/360Logo.png) no-repeat center 23px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/Headers/360Logo.png');
	}

.Logo360:hover span {
	visibility: visible;
	top: 0px;
	left: 230px;
	}

/* Localization */
.LanguageSelectWrapper {
	display: block;
	margin: 10px 210px 0px 0px;
	}

.LanguageSelectWrapper Select {
	font-size: 11px;
	}

/* Date */
.DateWrapper {
	padding: 2px 0px 2px 0px;
	text-transform: uppercase;
	}

.DateColumnOne {
	padding-right: 20px;
	border-right: 0px solid #000000;
	float: left;
	}

.DateColumnTwo {
	padding: 0px 30px 0px 30px;
	text-align: center;
	float: left;
	}

.DateColumnThree {
	padding-left: 20px;
	border-left: 0px solid #000000;
	float: right;
	}

/* Language */

.LanguageWrapper {
	
	}

/* Search */

.SearchWrapper {
	float: right;
	}

/* Header */
.HeaderWrapper {
	padding: 3px 0px 10px 0px;
	}

.HideIE {
	_display: none;
	*display: none;
	}

.HeaderLeft {}
.HeaderRight {}
.HeaderContent {}

/* Content */
.ContentWrapper {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	/*filter: alpha(opacity=0);*/
	width: 100%;
	}

/* Footer Buttons */
.FooterButtonWrapper {
	padding-top: 0px;
	}

.FooterButtonLink  {
	background: url(../Images/Template/FooterButtonLinkBG.png) no-repeat;
	min-height: 26px;
	_height: 26px; /* IE6 */
	line-height: 24px;
	*line-height: 22px;
	padding: 0px 0px 0px 15px;
	width: 234px;
	text-align: left;
	color: #474230;
	}

.FooterButtonLink a, .FooterButtonLink a:link, .FooterButtonLink a:visited,.FooterButtonLink a:hover  {
	color: #474230;
	text-decoration: none;
	}


/* Footer */
.FooterWrapper a, .FooterWrapper a:link, .FooterWrapper a:visited {
	color: #FFFFFF;
	}

.FooterWrapper a:hover {
	color: #FFFFFF;
	}

.FooterWrapper {
	background: transparent url(../Images/Template/Footer.png) left bottom no-repeat;
	padding-left: 10px;
	color: #FFFFFF;
	}

.FooterWrapperInner {
	background: transparent url(../Images/Template/Footer.png) right bottom no-repeat;
	padding: 0px 10px 10px 0px;
	}

.FooterContentWrapper {
	background: transparent url(../Images/Template/FooterContent.png) left bottom no-repeat;
	padding-left: 10px;
	}

.FooterContentInner {
	background: transparent url(../Images/Template/FooterContent.png) right bottom no-repeat;
	line-height: 40px;
	}

/* Sitemap */

td.SiteMapWrapper {
	padding-left: 40px;
	margin-bottom: 10px;
	}
	
td.MenuTitle {
	font-size: 140%;
	font-weight: bold;
	}

td.MenuSectionTitle {
	font-size: 140%;
	font-weight: bold;
	color: #671B15;
	}
	
/* Media Gallery */
.MediaGallery {
	padding: 10px;
	}

.MediaGallery table tr td {
	width: 33%;
	vertical-align: top;
	}

.MediaGallery img.Thumbnail {
	max-width: 200px;
	max-height: 200px;
	min-width: 200px;
	min-height: 200px;
	_width: 200px; /* IE6 */
	_height: 200px; /* IE6 */
	}
	
.MediaGallery .RequestForm {
	padding: 10px;
	background: #E9E9E9;
	}

.MediaGallery .Public .IconInfoSmall {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 60px;
	background-position: left 4px;
	padding-left: 25px;
	max-width: 175px;
	}

.ArticleOverview {}
.ArticleOverview .aoContent {
	padding: 10px 0px 0px 0px;
	}
