/*
OS X Tiger
Designed by Vortex Themes
http://www.vortex-themes.com

support@vortex-themes.com

*/

#sidebarContainer {
	float: left;
	margin: 0px 0px 0px 10px;
}

#sidebarContainer #sidebar {
	font-size: 11px;
	text-align: justify;
	line-height: 1.5em;
	border-top: 1px solid #000;
	padding: 15px 16px 10px 18px;
	color: #789;
}

#container {
	background: repeat-y url(../../images/sidebar_left_white.png);
}
#contentContainer {
	margin-left: 190px;
	margin-right: 0px;
}

#linkbar {
	background: no-repeat url(../../images/content_toolbar.png);
	text-align: justify;
	width: 587px;
	height: 24px;
	padding: 0px;
	margin: 0px 10px 0px 204px;
}

#linkbarimage a:link, #linkbarimage a:visited, #linkbarimage a:hover {
	width: 72px;
	height: 24px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	display: block;
	float: left;
	background: no-repeat url(../../images/linkbar_inactive.png);
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #222;
	text-shadow: 0px 1px 0px #fff;
}

#linkbarimage a:active {
	background: no-repeat url(../../images/linkbar_active.png);
}