/* CSS for Gasklart */
/* Tibet Server */
/* www.tibetserver.se */

/* BASIC ----------------------------------------------------------------------------------------------------------- */

/* Defines fonts public but also when you edit a section, so BODY and DIV text properties should be the same as p and td */
BODY {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color : #404040;
	text-decoration : none;
    margin: 0;
    padding: 0;
	text-align:left;
	background-color: #ffffff;
}

.mainTable {
	background-color: #ffffff;
}

/* changes background color for entire page */
.backgroundImage {
	background-color: #ffffff;
	text-align:center; /* to center the page */
}

TD { /* same as body */ 
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color : #404040;
	text-decoration : none;
	margin:0;
	padding:0;
}

DIV {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color : #404040;
	text-decoration : none;
	margin:0;
	padding:0;
}

P {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color : #404040;
	text-decoration : none;
	margin:0;
	padding:0;
}



/* LAYOUT ----------------------------------------------------------------------------------------------------------- */

/* Logotype */
.logo {
	margin: 0;
	padding-top: 15px;
}

/* The blue background for the front page*/
.homeSectionBg {
	background-image: url('/resources/ui/skins/glasklart/images/home_section_bg.jpg'); 
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
/* Width should be 365px as the inner width in Design -> Layout in the CMS */
.homeSectionContent {
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 80px;
	border: 1px solid red;
}
/* Width should be 415px as the inner width in Design -> Layout in the CMS */
.basicSectionContent {
	float: left;
	display: inline;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	border: 1px solid red;
}


/* Panel Footer ----------------------------------------------------------------------------------------- */
.panelFooter, .panelFooter p, .panelFooter div {
	background-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #6fa9a4;
}
	
	.panelFooter a, .panelFooter a:visited, .panelFooter a:active {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
	}
	
	.panelFooter a:hover {
		color: #c6264c;
	}
	
.panelFooterBg {background-color: #000000;}

/* clears float (left or right) --------------------------------------------------------------------------- */
.clear {
	clear:both;
	margin: 0;
	padding: 0;
}


/* END LAYOUT ----------------------------------------------------------------------------------------------- */
 
a, a:visited, a:active {
	color: #c6264c;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #970083;
}

/* MENU ----------------------------------------------------------------------------------------------- */

/* List properties for the SiteMenu.vm  */
	.siteMenu {
		margin: 0;
		padding: 0px;
		list-style-type: none;
	}
	.siteMenu li {
		display: inline; 
		padding-right: 20px;
	}

/* Main menu with background image */
.menuMain {
	height: 25px;
	background-image: url('/resources/ui/skins/glasklart/images/menuLevel0_bg.gif'); 
	background-repeat: repeat-x;
}

/* SubMenu with background image */
.menuSub {
	height: 23px;
	background-image: url('/resources/ui/skins/glasklart/images/menuLevel1_bg.gif'); 
	background-repeat: repeat-x;
	padding-left: 340px;
}

/* Menu Level 0 */
.menuLevel0, .menuLevel0:hover, .menuLevel0:visited, .menuLevel0Selected, .menuLevel0Selected:hover, .menuLevel0Selected:visited {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

	.menuLevel0Selected, .menuLevel0Selected:visited, .menuLevel0Selected:hover {
		color: #000000;
	}
	
	.menuLevel0:hover {
		color: #000000;
	}

/* Menu Level 1 */
.menuLevel1, .menuLevel1:hover, .menuLevel1:visited, .menuLevel1Selected, .menuLevel1Selected:hover, .menuLevel1Selected:visited {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #c6264c;
	font-weight: bold;
	text-decoration: none;
}

	.menuLevel1Selected, .menuLevel1Selected:visited, .menuLevel1Selected:hover  {
		font-weight: bold;
		color: #000000;
	}
	
	.menuLevel1:hover {
		text-decoration: underline;
	}
	
/* Menu Level 2 */
.menuLevel2, .menuLevel2:hover, .menuLevel2:visited, .menuLevel2Selected, .menuLevel2Selected:hover, .menuLevel2Selected:visited {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #c6264c;
	font-weight: normal;
	text-decoration: none;
}

	.menuLevel2Selected, .menuLevel2Selected:visited, .menuLevel2Selected:hover  {
			font-weight: bold;
			color: #c6264c;
		}
		
	.menuLevel2:hover {
			font-weight: bold;
		}

/* Menu Level 3 */
.menuLevel3, .menuLevel3:hover, .menuLevel3:visited, .menuLevel3Selected, .menuLevel3Selected:hover, .menuLevel3Selected:visited {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 16pt;
}

	.menuLevel3Selected, .menuLevel3Selected:visited, .menuLevel3Selected:hover  {
		font-weight: bold;
		color: #000000;
	}
	
	.menuLevel3:hover {
		font-weight: bold;
	}


/* MENU padding ----------------------------------------------------------------------------------------------- */
/* The menu items are in a list in the #menuContainer div, check that padding first */

/* Menu Cell 0 */
.menuCell0 {
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
}

/* Menu Cell 1 */
.menuCell1 {
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 4px;
}

/* Menu Cell 2 */
.menuCell2 {
	text-align:left;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 6px;
}

/* Menu Cell 3 */
.menuCell3 {
	text-align:left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
}


/* WHERE IS THIS USED? */
.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; */
}



/* GENERAL ----------------------------------------------------------------------------------------------------- */

IMG {
	border: none;
}

TABLE {
	margin: 0;
	padding: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

PRE {
	margin:0;
	padding:0;
}

U {
    text-decoration: underline;
}

/* LISTS - set padding, margin etc if necessary */
OL {} /* Ordered, numbered list */
UL {} /* Unordered, bullet list */
DL {} /* Definition list */

STRONG {
    font-weight: bold;
}

CITE {
    font-weight: normal;
	font-style: normal;
	background-color: #B8E4FF;
}


/* HEADERS ----------------------------------------------------------------------------------------------- */
 
h1,.pageTitle,.pageTitle:hover,.inputPageTitle {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #6fa9a4;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

/* h2, "Title" in the FCK editor */
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 4px;
}

/* h3, "Subtitle" in the FCK editor */
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
	padding-bottom: 4px;
}


/* Table of Contents ----------------------------------------------------------------------------------------------- */
 
.pageIndexTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
}

.pageIndexLink,.pageIndexLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
}

.pageIndexLink:hover {
	text-decoration: underline;
}



/* SECTIONS ----------------------------------------------------------------------------------------------- */
 
.sectionContainer{
	margin: 0;
	padding: 0;
}








/* WHAT IS THIS USED FOR? --------------------------------------------------------------------------------------- */


/* What is this used for? */
.sectionNbr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #DDDDDD;
	vertical-align: bottom;
	padding-top: 30px;
}

/* What is this used for? */
.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;
}

/* What is this used for? */
.sectionBodytext,.sectionBodytext:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	color:#000000;
}

/* What is this used for? */
.sectionLink,.sectionLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}

/* What is this used for? */
.sectionLink:hover {
	text-decoration: underline;
}

/* What is this used for? */
.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;
}

/* What is this used for? */
.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;
}


/* MODULES GENERAL PROPERTIES ----------------------------------------------------------------------------------- */

.moduleHead,.moduleFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4040404;
	padding-top: 2px;
	padding-bottom: 8px;
}

.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;
}


/* DOCUMENT ----------------------------------------------------------------------------------------------- */

.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;
}



/* GALLERY ----------------------------------------------------------------------------------------------- */
.moduleGalleryHead,.moduleGalleryFooter {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color : #404040;
	text-decoration : none;
    margin: 0;
    padding: 0;
	text-align:left;
	background-color: #ffffff;
}

.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; */
}



/* SHOP ----------------------------------------------------------------------------------------------- */
.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;
}


/* FORUM ----------------------------------------------------------------------------------------------- */
.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;
}



/* SITEMAP ----------------------------------------------------------------------------------------------- */
.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;
}


/* ARTICLE ----------------------------------------------------------------------------------------------- */
.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;
	margin: 0;
	padding: 0;
}

.articleItemLink, .articleItemLink:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #914903;
	padding-top:0px;
	padding-bottom:0px;
}



/* WHAT IS THIS? ----------------------------------------------------------------------------------------------- */

.sidebarBox {
	border:1px solid #313131;
	background-color:#FFEE99;
	color:#313131;
	padding:3px;
}


/* Border used around the main content table */
.border {
	border: 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*/


input.eventRegistrationInput {
 	width:220px;
	margin-top: 5px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
 

textarea.eventRegistrationInput{
 	width:300px;
	height: 60px;
	margin-top: 5px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 }

.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;
	padding: 0;
}

.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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
	background-color: #c6264c;
	border-top: 1px solid #f19fb2;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #f19fb2;
}

.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;
}



.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;
}
