/********************************************** sidepane containers for subpages **********************************************/
.container_sidepane_master {
	width: 191px;
}
.container_sidepane_topleft {
	background: transparent url('img/sidepane/topleft.png') no-repeat bottom right;
	width: 4px;
	height: 50px;
}
.container_sidepane_title_cyan, .container_sidepane_title_gray, .container_sidepane_title_pink {
	width: 153px;
	height: 50px;
	padding-top: 3px;
}

.container_sidepane_title_cyan .Head, .container_sidepane_title_gray .Head, .container_sidepane_title_pink .Head {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	color: white;
}
.container_sidepane_title_cyan {
	background: transparent url('img/sidepane/cyan_title.png') no-repeat bottom left;
}
.container_sidepane_title_gray {
	background: transparent url('img/sidepane/gray_title.png') no-repeat bottom left;
}
.container_sidepane_title_pink {
	background: transparent url('img/sidepane/pink_title.png') no-repeat bottom left;
}

.container_sidepane_arrow_cyan, .container_sidepane_arrow_gray, .container_sidepane_arrow_pink {
	width: 30px;
	height: 50px;
}
.container_sidepane_arrow_cyan {
	background: transparent url('img/sidepane/cyan_arrow.png') no-repeat bottom left;
}
.container_sidepane_arrow_gray {
	background: transparent url('img/sidepane/gray_arrow.png') no-repeat bottom left;
}
.container_sidepane_arrow_pink {
	background: transparent url('img/sidepane/pink_arrow.png') no-repeat bottom left;
}
.container_sidepane_contentleft {
	width: 4px;
}
.container_sidepane_content {
	padding: 0;
	margin: 0;
}
.container_sidepane_contentright {
	width: 4px;
}

/* sidepane menu container */
.container_sidepane_menu_master {
	background: transparent url('img/sidepane/menu/middle.jpg') repeat-y;
	width: 191px;
}
.container_sidepane_menu_top {
	background: url('img/sidepane/menu/top.jpg') no-repeat top;
	width: 191px;
}
.container_sidepane_menu_bottom {
	background: url('img/sidepane/menu/bottom.jpg') no-repeat bottom;
	width: 191px;
}
.container_sidepane_menu_content {
	width: 183px;
	padding: 4px 4px;
}
/****************************************** enf of sidepane containers for subpages *******************************************/

/*********************************************** containers without fixed width ***********************************************/
/********** base container **********/
.container_master {
	width: 100%;
}
.container_header {
	padding:0 0 15px;
}
.container_header .Head {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #87868A;
	padding: 0;
}
.container_content {
	padding:0 0 25px;
}

/********** "graybar" containers **********/
.container_graybar_top_left {
	background: url('img/graybar/top_left.png') no-repeat bottom;
	width: 35px;
	height: 19px;
}
.container_graybar_top {
	background: url('img/graybar/top.png') repeat-x bottom;
	height: 19px;
	width: 100%;
}
.container_graybar_top_right {
	background: url('img/graybar/top_right.png') no-repeat bottom;
	width: 35px;
	height: 19px;
}
.container_graybar_header {
	background: url('img/graybar/middle.png') repeat-x;
	height: 27px;
}
.container_graybar_header .Head {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #68C3BF; /* cyan */
}
.container_graybar_bottom_left {
	background: url('img/graybar/bottom_left.png') no-repeat;
	width: 35px;
	height: 4px;
}
.container_graybar_bottom {
	background: url('img/graybar/bottom.png') repeat-x;
	height: 4px;
}
.container_graybar_bottom_right {
	background: url('img/graybar/bottom_right.png') no-repeat;
	width: 35px;
	height: 4px;
}

/********** "main page like" containers **********/
.container_headerleft_gray {
	width: 5px;
	height: 50px;
}
.container_headerleft_gray {
	background: transparent url('img/gray_headerleft.png') no-repeat bottom;
}
.container_header_gray {
	width: 231px;
	height: 50px;
	padding-top: 3px;
}
.container_header_gray .Head {
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
	color: white;
}
.container_header_gray {
	background: transparent url('img/gray_header.png') no-repeat bottom;
}
.container_headerright_gray {
	height: 50px;
	width: 100%;
}
.container_headerright_gray {
	background: transparent url('img/gray_headerright.png') no-repeat left bottom;
}
/******************************************* enf of containers without fixed width ********************************************/


















































































