/* Toolbar */

#toolbar
{
	background:url('/images/2010/aqua/toolbar/background.png');
	background-repeat:no-repeat;
	background-color:#25709b;
}

/* Tab */

#leftTabs .tab
{
	background:url('/images/2010/aqua/tab/inactive/background.png');
	background-repeat:repeat-x;
	background-color:#d2d2d2;
}

#leftTabs .tab .left
{
	background:url('/images/2010/aqua/tab/inactive/left.png');
	background-repeat:no-repeat;
}

#leftTabs .tab .right
{
	background:url('/images/2010/aqua/tab/inactive/right.png');
	background-repeat:no-repeat;
	background-position:top right;
}

#leftTabs .tabActive
{
	background:url('/images/2010/aqua/tab/active/background.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#leftTabs .tabActive .left
{
	background:url('/images/2010/aqua/tab/active/left.png');
	background-repeat:no-repeat;
}

#leftTabs .tabActive .right
{
	background:url('/images/2010/aqua/tab/active/right.png');
	background-repeat:no-repeat;
	background-position:top right;
}

/* Button */

.button
{
	background:url('/images/2010/aqua/button/background.png');
	background-repeat:repeat-x;
	background-color:#25709b;
}

.button .top .left
{
	background:url('/images/2010/aqua/button/top_left.png');
	background-repeat:no-repeat;
}

.button .top .right
{
	background:url('/images/2010/aqua/button/top_right.png');
	background-repeat:no-repeat;
	background-position:top right;
}

.button .body .left
{
	background:url('/images/2010/aqua/button/left.png');
	background-repeat:repeat-y;
}

.button .body .right
{
	background:url('/images/2010/aqua/button/right.png');
	background-repeat:repeat-y;
	background-position:top right;
}

.button .bottom
{
	background:url('/images/2010/aqua/button/bottom.png');
	background-repeat:repeat-x;
	background-position:bottom left;
}

.button .bottom .left
{
	background:url('/images/2010/aqua/button/bottom_left.png');
	background-repeat:no-repeat;
}

.button .bottom .right
{
	background:url('/images/2010/aqua/button/bottom_right.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.button .body .content .expand
{
	background:url('/images/2010/aqua/button/expand.png');
	background-repeat:no-repeat;
	background-position:top right;
}

.button .body .content .collapse
{
	background:url('/images/2010/aqua/button/collapse.png');
	background-repeat:no-repeat;
	background-position:top right;
}

/* Search toolbar */

body.searchToolbar
{
	background:url('/images/2010/aqua/search_toolbar/background.png');
	background-repeat:repeat-x;
	background-color:#25709b;
}

#searchToolbar #back a
{
	background:url('/images/2010/aqua/search_toolbar/back.png');
	background-repeat:no-repeat;
}

#searchToolbar #close a
{
	background:url('/images/2010/aqua/search_toolbar/close.png');
	background-repeat:no-repeat;
	background-position:top right;
}

/* Colours */

a,h1,h2,h3,h4,h5,h6,#title p
{
	color:#25709b;
}

a:hover
{
	color:#2d86ba;
}

a:active
{
	color:#3399d4;
}
