@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../Interface/diagonal-lines-background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484848;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
	text-align: justify;
}

.bodytext {
	font-size: 10px;
	color: #484848;
	line-height: 180%;
}

.title {
	color: #D9D9D9;
	font-size:24px;
	line-height:150%;
	font-weight: lighter;
	margin-bottom: 10px;
}

.eventtitle {
	color: #424242;
	font-size:18px;
	line-height:150%;
	font-weight: lighter;
	margin-bottom: 10px;
}

a:link {
	color: #CC6600;
	text-decoration:underline;
}

a:hover {
	color: #ae5700;
	text-decoration:underline;
}

a:active {
	color: #ae5700;
	text-decoration:underline;
}

a:visited {
	color: #2c2c2c;
	text-decoration:underline;
}

.navbg {
	background-image: url(../Interface/navbox_bg.png);
	background-repeat: repeat;
}

.navtitlebg {
	background-image: url(../Interface/navbox_titlebg.png);
	background-repeat: repeat;
}

.contentborderleft {
	background-image: url(../Interface/contentbox_border_left.gif);
	background-repeat: repeat;
}

.contentborderright {
	background-image: url(../Interface/contentbox_border_right.gif);
	background-repeat: repeat;
}

.contentbordertop {
	background-image: url(../Interface/contentbox_border_top.gif);
	background-repeat: repeat;
}

.contentborderbottom {
	background-image: url(../Interface/contentbox_border_bottom.gif);
	background-repeat: repeat;
}

.itemspecs {
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;	
	line-height: 100%;
}

.itemtitle {
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
	line-height: 150%;
}

.itemdescription {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 110%;
}

a.itemdescription:link {
	color: #FFFFFF;
}

a.itemdescription:visited {
	color: #FFFFFF;
}

a.itemdescription:active {
	color: #FFFFFF;
}

a.itemdescription:hover {
	color: #FFFFFF;
}

.categorylink {
	color: #FFFFFF;
	font-weight:bold;
}

a.categorylink:link {
	color: #FFFFFF;
}

a.categorylink:visited {
	color: #FFFFFF;
}

a.categorylink:active {
	color: #cc6600;
}

a.categorylink:hover {
	color: #cc6600;
}

.copyrighttext {
	color: #FFFFFF;
}

a.copyrighttext:link {
	color: #FFFFFF;
}

a.copyrighttext:visited {
	color: #FFFFFF;
}

a.copyrighttext:active {
	color: #FFFFFF;
}

a.copyrighttext:hover {
	color: #FFFFFF;
}

.thumbnail {
	border: 1px solid #2c2c2c;
}

a.thumbnail:link {
	border: 1px solid #2c2c2c;
}

a.thumbnail:visited {
	border: 1px solid #2c2c2c;
}

a.thumbnail:active {
	border: 1px solid #ae5700;
}

a.thumbnail:hover {
	border: 1px solid #cc6600;
}

.caption {
	font-size: 10px;
	color: #484848;
	line-height: 150%;
}

a.caption:link {
	color: #484848;
}

a.caption:visited {
	color: #484848;
}

a.caption:active {
	color: #ae5700;
}

a.caption:hover {
	color: #cc6600;
}

.portfolioborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding-top: 10px;
	padding-bottom: 10px;
}

.portfolioborderright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding-top: 10px;
	padding-bottom: 10px;
}

.portfolioborderbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	padding-top: 10px;
	padding-bottom: 10px;
}
