
/*************************************************************************************************************
                                            full_images
  ************************************************************************************************************/ 
.expo_blueright_containermaster 
{
    width: 32px;
    height: 23px;
	background: url(images/expo_blue_images/left_top_expo_blue.gif) bottom left no-repeat;
    vertical-align: top;
}
.expo_blueleft_containermaster 
{
	background: url(images/expo_blue_images/right_top_expo_blue.gif) bottom left no-repeat;
	width: 35px;
	height: 23px;
	vertical-align: top;
}
.expo_bluerepeatleft_containermaster 
{
	background: url(images/expo_blue_images/mid_top_expo_blue.gif) bottom left repeat-x;
	width: auto;
	height: 23px;
	vertical-align: top;
}
.expo_bluemid_left_containermaster 
{
	background: url(images/expo_blue_images/left_mid_expo_blue.gif) top left repeat-y;
	width: 32px;
	height: auto;
	vertical-align: top;
}
.expo_bluemid_right_containermaster 
{
	background: url(images/expo_blue_images/right_mid_expo_blue.gif) top right repeat-y;
	width: 21px;
	height: auto;
	vertical-align: top;
}
.expo_bluedownleft_containermaster 
{
	background: url(images/expo_blue_images/left_bottom_expo_blue.gif) top left no-repeat;
	width: 32px;
	height: 20px;
}
.expo_bluedownright_containermaster
{
	background: url(images/expo_blue_images/right_bottom_expo_blue.gif) top right no-repeat;
	width: 21px;
	height: 20px;
}
.expo_bluedownmid_containermaster
{
	background: url(images/expo_blue_images/mid_bottom_expo_blue.gif) top left repeat-x;
	width: auto;
	height: 20px;
	vertical-align: bottom;
}
.expo_containermaster
{
	background-color: #ecf7fc;
	width: 300px;
	height: 23px;
	vertical-align: bottom;
}
.expo_bottom_containermaster
{
	background-color: #ecf7fc;
	width: 300px;
	height: 20px;
	vertical-align: bottom;
}