
BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6b6b6b;
	text-decoration: none;
	vertical-align: top;
	line-height: 18px;
	margin: 0;
    padding: 0;
}


/* changes background color for entire page */
.backgroundImage {
	background-color: #ffffff;
	text-align:center; /* to center the page */
}

/* container div */
#container {
	width: 880px;
	background-color:#ffffff; 
	margin:0px auto; /* to center the page */
	text-align:left;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url('/resources/ui/skins/arstiderna/images/bg_fade.gif');
	background-repeat: repeat-y;
}

 /* controls size of the header */
#header {
	width: 880px; 
	height: 140px; 
	background-color: #d9e4e0;
	margin: 0;
	padding: 0;
}

/* Logotype */
#logo {
	float: left; 
	margin: 0;
	padding: 0;
}
	
/* search - change class name according to content right of logo in the header*/
#headerright {
	float:right;
	margin: 0;
	padding: 0;
}

/* Menu container */
#menucontainer {
	margin: 0;
	padding: 0; 
}

/* List preferences specifically for the div around the menu (Menucontainer) */
	#menucontainer ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-left: 10px;
	}
	
	#menucontainer li {
		font: 11px bold Arial, Tahoma, Verdana, Sans-Serif;
		display: inline; 
		padding-right: 10px; 
	}



/* MainMenu with background image */
#mainmenu {
	width: 880px; 
	height: 28px; 
	background-image: url('/resources/ui/skins/arstiderna/images/bg_menuLevel0.gif'); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* SubMenu with background image */
#submenu {
	float: left;
	display: inline;
	width: 880px; 
	height: 28px; 
	background-image: url('/resources/ui/skins/arstiderna/images/bg_menuLevel1.gif'); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

/* container div */
#content {
	display: inline;
	float:left;
	border-bottom: 1px solid #e4e5e4;
	margin: 0;
	padding: 0;
}

/* Content area - contains screen */
#contentarea {
	display: inline;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Content area - contains screen */
#menyBorderLeft {
	display: inline;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}

/* Content area - contains screen */
#menyBorderRight {
	display: inline;
	float: left;
	padding-right: 30px;
	padding-top: 30px;
}


/* Panel area - contains img + text at the top  */
#panelarea {
	width: 820px;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-top: 30px;
}

/* Panelcontainer */
.panelcontainer { 
	margin: 0px;
	padding: 10px;
	float: left;
}

/* Panel 1 with background image */
.panel1 {
	float: left;
	display: inline;
	width: 380px;
	margin: 0px;
	padding: 0px;
}

/* Panel 2 - text */
.panel2 { 
	float: left;
	width: 365px;
	margin: 0px;
	padding-left: 30px;
}



/* Panel 4 - adress */
.panel4 { 
	float: left;
	width: 685px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.panel4text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color : #6b6b6b;
	line-height: 18px;
}

.panel4 td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color : #6b6b6b;
	line-height: 18px;
}

.panel4 a, .panel4text a {
	font-size: 12px;
}


/* clears div float (left or right) */
.clear {
	clear:both;
	margin: 0;
	padding: 0;
}


/* Sets background for the title in MenuLevel1 */
.menuTitleBg {
	width: 165px;
	height: 16px;
	padding-top: 0px;
	padding-left: 5px;
}



/* END RK changes */
 
 
 
 
A,A:hover,A:visited {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #960031;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A:visited {
	color: #960031;
}

IMG {
	border: none;
	padding: 0px;
	margin: 0px;
}

TABLE {
	margin: 0px;
	padding: 0px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

TD {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6b6b6b;
	text-decoration: none;
	vertical-align: top;
	line-height: 18px;
	margin: 0;
    padding: 0;
}

PRE {
  	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

P {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6b6b6b;
	text-decoration: none;
	vertical-align: top;
	line-height: 18px;
	margin: 0;
    padding: 0;
}



U {
    text-decoration: underline;
}

UL {
	margin:0px;
	padding:0px;
}

LI {
	margin:0px;
	padding:0px;
}

/* OLD UL
UL {
	margin-top:2px;
	margin-left:18px;
	margin-bottom:0px;
}*/

DL {
	margin-top:2px;
	margin-left:18px;
	margin-bottom:0px;
}

STRONG {
    font-weight: bold;
}

CITE {
    font-weight: normal;
	font-style: normal;
	background-color: #B8E4FF;
}


/* DIV {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color : #6b6b6b;
	text-decoration : none;
} */

H1,.pageTitle,.pageTitle:hover,.inputPageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #6b6b6b;
	text-decoration: none;
	line-height: 30px;
}

.pageIndexTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #960031;
	text-decoration: none;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.pageIndexLink,.pageIndexLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	line-height: 10pt;
}

.pageIndexLink:hover {
	text-decoration: underline;
}

.sectionContainer{
	margin-bottom: 20px;
}

.sectionNbr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #DDDDDD;
	vertical-align: bottom;
	padding-top: 30px;
}

.sectionImageCaption {
	background-color: #ECEBEA;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: black;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	font-style: italic;
	text-align: right;
}

.sectionTitle,.sectionTitle:hover,.inputSectionTitle, H2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #960031;
}

.sectionTitle,.sectionTitle:hover, H2 {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0;
}

.sectionSubTitle,.sectionSubTitle:hover,.inputSectionSubTitle, H3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #000000;
}

.sectionSubTitle,.sectionSubTitle:hover, H3 {
	padding-top: 0px;
	padding-bottom: 2px;
}

.sectionBodytext,.sectionBodytext:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	color:#000000;
}

.sectionLink,.sectionLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

.sectionLink:hover {
	text-decoration: underline;
}

.docTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B0B0B0;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.tableHead, .tableFooter, .tableSpacer, .tableBg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	padding: 2px;
    background-color:#EEEEEE;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
}

.tableHead {
	border-top: 1px none #999999;
	border-bottom: 1px solid #999999;
}

.tableFooter {
	border-top: 1px solid #999999;
	border-bottom: 1px none #999999;
}

.tableSpacer {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.tableDark {
    background-color:#FFFFFF;
}

.tableSelected {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF9900;
}



.moduleHead,.moduleFooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
    background-color:#FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}

.moduleHead {
	border-top: 1px none #999999;
	border-bottom: 1px solid #FFFFFF;
}

.moduleFooter {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px none #999999;
}

.moduleBorder {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px none #404040;
	border-right: 1px none #404040;
	border-bottom: 1px none #404040;
	border-left: 1px none #404040;
}

.moduleItem {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}


.moduleDocumentHead,.moduleDocumentFooter,.moduleDocumentSpacer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #330033;
	padding: 2px;
    background-color:#D8E0FF;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
}

.moduleDocumentHead {
	border-top: 1px none #999999;
	border-bottom: 1px solid #999999;
}

.moduleDocumentFooter {
	border-top: 1px solid #999999;
	border-bottom: 1px none #999999;
}

.moduleDocumentBorder {
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
}

.moduleDocumentSpacer {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.moduleDocumentDark {
    background-color:#F4F4F4;
}

.moduleDocumentTitle {
	font-size: 10px;
	font-weight: bold;
}

.moduleDocumentOwner {
	font-size: 10px;
	font-style: italic;
}


.moduleGalleryHead,.moduleGalleryFooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #330033;
	padding: 2px;
    background-color:#D8E0FF;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
}

.moduleGalleryHead {
	border-top: 1px none #999999;
	border-bottom: 1px solid #999999;
}

.moduleGalleryFooter {
	border-top: 1px solid #999999;
	border-bottom: 1px none #999999;
}

.moduleGalleryBorder {
	/* border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040; */
}


.moduleShopHead,.moduleShopFooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #330033;
	padding: 2px;
    background-color:#D8E0FF;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
}

.moduleShopHead {
	border-top: 1px none #999999;
	border-bottom: 1px solid #999999;
}

.moduleShopFooter {
	border-top: 1px solid #999999;
	border-bottom: 1px none #999999;
}

.moduleShopBorder {
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
}


.moduleForumHead,.moduleForumFooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #330033;
	padding: 2px;
    background-color:#D8E0FF;
	border-right: 1px none #999999;
	border-left: 1px none #999999;
}

.moduleForumHead {
	border-top: 1px none #999999;
	border-bottom: 1px solid #999999;
}

.moduleForumFooter {
	border-top: 1px solid #999999;
	border-bottom: 1px none #999999;
}

.moduleForumBorder {
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
}

.moduleForumSpacer {
}

.moduleForumDark {
    background-color:#F4F4F4;
}

.moduleForumSelected {
    background-color:#F4F4F4;
}


.moduleSitemapTable {
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

.moduleSitemapHead {
	font-weight: bold;
	color: #000000;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:1px;
	border-top: 2px solid #404040;
	border-bottom: 2px solid #CCCCCC;
}

.moduleSitemapHeadLink, .moduleSitemapHeadLink:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.moduleSitemapItemLink, .moduleSitemapItemLink:hover {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.moduleSitemapSubItemLink, .moduleSitemapSubItemLink:hover {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}


.articleTable {
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

.articleHead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
	padding-right:1px;
	border-top: 2px none #FF9900;
	border-bottom: 2px none #CCCCCC;
}

.articleFooter {
	font-weight: bold;
	color: #333333;
	padding-top:0px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:1px;
	border-bottom: 2px none #CCCCCC;
	border-top: 2px none #CCCCCC;
	height:16px;
}

.articleHeadLink, .articleHeadLink:hover {
	font-size: 9px;
	color: #FF9900;
}

.articleItem {
	padding-left:12px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:10px;
}

.articleItemClear {
	padding-top:5px;
}

.articleItemLink, .articleItemLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #914903;
	padding-top:0px;
	padding-bottom:0px;
	line-height:14px;
}

.sidebarBox {
	border:1px solid #313131;
	background-color:#FFEE99;
	color:#313131;
	padding:3px;
}


.border {
    background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.borderFrame {
    background-color: #FFFFFF;
	border-left: 1px solid #996633;
	border-top: 1px solid #996633;
	border-right: 3px solid #776666;
	border-bottom: 3px solid #776666;
}

.borderSolid {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.borderTop {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.borderTopSolid {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.borderBottom {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

.borderRight {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}

.borderLeft {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.borderBottomSolid {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

.input,.inputMedium,.inputWide,.inputNarrow,.inputSectionBodyText,.inputSectionLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
}

.input,.inputMedium,.inputWide,.inputNarrow,.inputPageTitle,.inputSectionTitle,.inputSectionSubTitle,.inputSectionBodyText,.inputSectionLink {
    text-align: left;
    text-decoration: none;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

.input {
	width:120px;
}

.inputMedium {
    width:200px;
}

.inputWide {
    width:350px;
}

.inputNarrow {
    width:35px;
}

.inputPageTitle {
	height: 30px;
    width: 350px;
}

.inputSectionTitle,.inputSectionSubTitle {
    width:173px;
}

.inputSectionBodyText {
    width:348px;
}

.inputSectionLink {
	color: #993300;
    width:173px;
}

.fileUpload {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    text-align: left;
    text-decoration: none;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

.button,.buttonWide {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #c6c6c6;
}

.button {
    width: 65px;
}

.buttonWide {
    width: 110px;
}

.personalPageMenuHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #666666;
    padding: 2px;
    background-color:#EEEEEE;
    border-right: 1px none #999999;
    border-left: 1px none #999999;
    border-top: 1px none #999999;
    border-bottom: 1px solid #999999;
}
    
.personalPageEditButtonBg, .personalPageEditButtonBg:hover {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
	font-weight: bold;
    color: #000000;
	border: 1px solid #CCCCCC;
    background-image:url(/resources/ui/skins/admin/images/button_bg_green_out.jpg);
	padding: 0px;
	margin: 0px;
    line-height: 11pt;
    width: 65px;
}

.personalPageEditButtonBg:hover {
    text-decoration:underline;
    background-image:url(/resources/ui/skins/admin/images/button_bg_green_over.jpg);
}

.personalPageEditHeader {
    background-image:url(/resources/ui/skins/admin/images/page_header_bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
}

.personalPageEditBorder {
    border: 1px solid #CCCCCC;
    background-image:url(/resources/ui/skins/admin/images/page_bg.jpg);
    background-position: right;
    background-repeat: repeat-y;
}



.menuLevel0, .menuLevel0:hover, .menuLevel0:visited, .menuLevel0Selected, .menuLevel0Selected:hover, .menuLevel0Selected:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #960031;
	font-weight: normal;
	text-decoration: none;
	line-height: 13pt;
}

.menuLevel0 {
	text-decoration: none;
}

.menuLevel0Selected, .menuLevel0Selected:visited {
	font-weight: bold;
	color: #960031;
}

.menuLevel0:hover {
	/*text-decoration: underline;*/
	color: #6b6b6b;
}

.menuLevel0Selected:hover {
	font-weight: bold;
	text-decoration: underline;
}


.menuLevel1, .menuLevel1:hover, .menuLevel1:visited, .menuLevel1Selected, .menuLevel1Selected:hover, .menuLevel1Selected:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0593d;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
}

.menuLevel1 {
	text-decoration: none;
}

.menuLevel1Selected, .menuLevel1Selected:visited {
	font-weight: bold;
}

.menuLevel1:hover {
	text-decoration: underline;
}

.menuLevel1Selected:hover {
	font-weight: bold;
	text-decoration: underline;
}

.menuLevel2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 10pt;
}

.menuLevel2:link, .menuLevel2:visited, .menuLevel2Selected, .menuLevel2Selected:visited {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #960031;
	font-weight: normal;
	text-decoration: none;
	line-height: 18pt;
}

.menuLevel2Selected, .menuLevel2Selected:visited {
	font-weight: bold;
	line-height: 18pt;
}

.menuLevel2Selected:hover {
	font-weight: bold;
	line-height: 18pt;
}

.menuLevel2:hover {
	text-decoration: underline;
	line-height: 18pt;
}


.menuLevel3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 10pt;
}

.menuLevel3:link, .menuLevel3:visited, .menuLevel3Selected, .menuLevel3Selected:hover, .menuLevel3Selected:visited {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #960031;
	font-weight: normal;
	text-decoration: none;
	line-height: 18pt;
}

.menuLevel3Selected, .menuLevel3Selected:visited {
	font-weight: bold;
}

.menuLevel3:hover, .menuLevel3:hover {
	text-decoration: underline;
}


.menuCell0 {
	text-align: left;
	padding-left: 30px;
}

.menuCell1 {
	text-align: left;
	padding-right: 8px;
	margin: 0px;
}

	
.menuCell2 {
	text-align:left;
	padding: 0px;
}

.menuCell3 {
	text-align:left;
	padding: 0px;
}

.menuTop2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-transform: uppercase;
}

.menuBottom2 {
	/* border-top: 1px solid #404040; */
}

.beige {
	color:#B5973B;
}

.breadcrumb, .breadcrumb:hover, .breadcrumbActive, .breadcrumbActive:hover, .shortcut, .shortcut:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbActive, .breadcrumbActive:hover {
	font-weight: bold;
}

.shortcut:hover, .breadcrumb:hover, .breadcrumbActive:hover {
	text-decoration: underline;
}

.panelBorder {
	border-left: 1px solid #634221;
}

.panelImageCaption{
	background-color: #ECEBEA;
	font-family: verdana;
	font-size: 10px;
	color: black;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	font-style: italic;
	text-align: right;
}

.panelTitle,.panelTitle:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.panelSubTitle,.panelSubTitle:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-left: 4px;
	color: #914903;
	padding-top: 20px;
	padding-bottom: 2px;
}

.panelBodytext,.panelBodytext:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-left: 12px;
	color:#000000;
}

.panelLink,.panelLink:hover, .panelLink:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #914903;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	line-height: 12pt;
}

.panelLink:hover {
	text-decoration: underline;
}

.sectionQuote {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #914903;
	width: 150px;
	margin: 20px;
	padding: 20px;
}

.sectionQuoteRight, .sectionQuoteLeft {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #110099;
	width: 150px;
	margin: 20px;
	padding: 20px;
}

.sectionQuoteRight {
	float: right;
}

.sectionQuoteLeft {
	float: left;
}

.headerLink, .headerLink:hover, .headerLink:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.headerLink:hover {
	color: #404040;
}

.headerLink:visited {
	color: #CCCCCC;
}

.headerInput {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
	background-color: #000000;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	width:60px;
}

.headerButton {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
	background-color: #c6c6c6;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #c6c6c6;
    width: 8px;
    height: 8px;
	vertical-align:middle;
	margin-bottom:5px;
}

.mailTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	vertical-align: bottom;
	text-align: right;
	letter-spacing: 0.05em;
	padding-right: 5px;
}
