@charset "utf-8";

html, body {
	margin: 0px;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/Pattern.gif);
	background-repeat: repeat;
	scrollbar-base-color: #800000;
	scrollbar-arrow-color: #A5A5A5;
	scrollbar-highlight-color: #FF0000;
	scrollbar-track-color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
}

.alternative_entrance_text {
	color: #FFF;
}

.alternative_navigator_links {
	background-image: url(images/navigator/link_bg.gif);
	background-repeat: repeat-x;
}

.alternative_navigator_links_bg {
	color: #FFF;
	font-style: italic;
	font-size: 12pt;
}

.background {
	font-size: 10pt;
	background-color: #000000;
	color: #FF0000;
	border: 1px solid #FF0000;
}

.keywords {
	font-size: 8pt;
	color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	background-color: #000;
	font-weight: bold;
}

.copyrights {
	font-size: 9pt;
	color: #999999;
}

.portfolio_category_bg {
	background-color: #333333;
}

.image_link {
	border: 2px solid #000000;
}

.image_link_effect {
	border: 2px solid #FF0000;
}

.over_portfolio_category {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.inside_portfolio_category {
	color: #FF0000;
	font-size: 10pt;
	text-decoration: underline;
}

.loading {
	background-attachment: scroll;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#mbOverlay {
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/images/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	border: 1px solid #FF0000;
}

#mbCenter.mbLoading {
	background: #000 url(/images/loading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
	
/*	Begin styles for inline content, if no style is given	*/
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	padding: 0 10px 10px;
	color: #999;
}

#mbTitle {
	display: inline;
	color: #FF0000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	color: #FF0000;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	float: right;
	outline: none;
	height: 20px;
	display: block;
	margin: 0;
}

#mbPrevLink {
	width: 34px;
	background: transparent url(/images/previous.gif) no-repeat center;
	height: 20px;
}

#mbNextLink {
	width: 34px;
	background: transparent url(/images/next.gif) no-repeat center;
	height: 20px;
}

#mbCloseLink {
	width: 38px;
	background: transparent url(/images/close.gif) no-repeat center;
	height: 20px;
}



/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #000;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
