﻿/*
design01
Version 2010.11.30
*/

body {
	background:#fff url(../images/design01/body_background.png) repeat-x;
}

#header {
	background:transparent url(../images/design01/header_bg.png) no-repeat top right;
}
#head_links {
	color:#c2e5f4;
}
#head_links a {
	color:#c2e5f4;
	background-color:#012b41;
}

.textfield_container {
	background:transparent url(../images/design01/header_search_textfield.png) no-repeat;
}
#radio_container {
	color:#fff;
}
.javascript_on #radio_container label {
	background: url(../images/design01/header_search_radiobutton.png) no-repeat 12px 3px;
}

#footer_1a {
	background:#615846 url(../images/design01/footer_bg.png) repeat-y;
}
#footer_1b {
	background:transparent url(../images/design01/footer_curve.png) no-repeat;
}
#footer_2 {
	background:transparent url(../images/design01/footer_bottom_shadow.png) no-repeat;
	color:#777777;
}

/*-------------------------------------------------*/
/* EServices Tab Panel Module                      */
/*-------------------------------------------------*/

.block_with_image_and_tabpanel .image_container {
 border-color: #bcc5d0;
}

li#tabpanel_1, li#tabpanel_2, li#tabpanel_3 {
 background: #7E98BA url(/images/CAStandard/ca_department/tabpanel_tabs.gif) 0px -60px  no-repeat; /* normal tabs */
}

#tab_list ul ul {
 border-color: #7E98BA; /* dark blue */
 background: #E8EFF6; /* Light blue */
}

#tab_list li.tabpanel_default, #tabpanel_1:hover, #tabpanel_2:hover, #tabpanel_3:hover {
 background: #E8EFF6 url(/images/CAStandard/ca_department/tabpanel_tabs.gif) top left no-repeat; /* Hovered tab background */
}

/*--------------------------------------------------*/
/*  Block_with_rounded_corners from eServices       */
/*--------------------------------------------------*/

.block_with_rounded_corners {
 background:#ECECE7;
 border-color:#4d7fb2;
}

.block_with_rounded_corners h3 {
 background:#4d7fb2;
 color:#fff;
}
