/* template customization */
body {
background-color: #0174b6;
}
/* disable the info div */
#myInfoDiv {
display: none;
}

/* layout */
#fullDiv {
text-align: middle;
}

#fullDiv a,
.widget_g1 a, .widget_g2 a, .widget_g3 a,
.board_g1 a, .board_g2 a, .board_g3 a {
color: #0174b6;
}
#fullDiv a:link,
.widget_g1 a:link, .widget_g2 a:link, .widget_g3 a:link,
.board_g1 a:link, .board_g2 a:link, .board_g3 a:link {
color: #0174b6;
}
#fullDiv a:visited,
.widget_g1 a:visited, .widget_g2 a:visited, .widget_g3 a:visited,
.board_g1 a:visited, .board_g2 a:visited, .board_g3 a:visited {
color: #0174b6;
}

#bannerDiv {
position: relative;
width: 100%;
height: 150px;
margin: 0 0 10px 0;
background-color: #3ab222;
background: url(/images/t2/banner.jpg) no-repeat;
}


#bannerDiv #infoDiv {
position: absolute;
right: 0px;
bottom: 0px;
}

#bannerDiv .btn_finish {
width: 100px;
font-size: 12px;
line-height: 20px;
height: 25px;
outline: none;
border-width: 1px;
border-color: #333;
color: #EEE;
font-weight: bold;
background:#333 url(/images/d5/btn_black.gif) repeat-x left center;
}


#bannerDiv #customizeWidgetDiv {
position: absolute;
bottom: 5px;
left: 5px;
/* padding: 4px 12px; */
width: 48px;
height: 48px;
color: #FFF;
font-size: 100%;
font-weight: bold;
cursor: pointer;
z-index: 10;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/d3/customize.png');
}

#bannerDiv #customizeWidgetDiv[id] {
background: url(/images/d3/customize.png) no-repeat center center;
}

#bannerDiv #shader {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 150px;
background: #000;
z-index: 5;
opacity: .0;
moz-opacity: .0;
filter:alpha(opacity=0);
}


#bannerDiv #customizeIntro {
position: absolute;
left: 200px;
top: 10px;
width: 500px;
z-index: 20;
opacity: .0;
moz-opacity: .0;
filter:alpha(opacity=0);
}

#bannerDiv #customizeIntro .title {
color: #FFF;
font-size: 180%;
font-weight: bold;
text-align: center;
}

#bannerDiv #customizeIntro .content {
color: #CCC;
font-size: 140%;
text-align: center;
margin-top: 5px;
}

#bannerDiv #customizeIntro .link {
margin-top: 20px;
font-size: 120%;
font-weight: bold;
text-align: center;
}

#bannerDiv #customizeIntro .link a {
color: #FFF;
text-decoration: underline;
}

#bannerDiv #infoDiv[id] {
background: transparent url(/images/t2/50perc.png);
}

.wDelete {
position: absolute;
cursor: pointer;
top: -4px;
right: -4px;
width: 20px;
height: 20px;
z-index: 20;
}

.wDelete[class] {
background: url(/images/d5/btn_remove.png) no-repeat top left;
}

* html .wDelete {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/d5/btn_remove.png');
}

/* IE6 only */
* html #bannerDiv #infoDiv {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/50perc.png');
}
/* end */


#bannerDiv #infoDiv #siteName {
color: #FFF;
font-size: 180%;
font-weight: bold;
margin: 5px 10px;
text-align: right;
}

#bannerDiv #infoDiv #siteName a {
color: #FFF;
}

#bannerDiv #infoDiv #siteUrl {
color: #aaa;
font-size: 12px;
margin: 5px 10px;
text-align: right;
}

#g1 {
position: relative;
float: left;
clear: left;
display: inline;
width: 200px;
min-height: 400px;
}

#g2 {
position: relative;
float: right;
clear: right;
display: inline;
width: 680px;
min-height: 400px;
}

/* IE6 set minimum height */
* html #g1 {
height: 400px;
}

* html #g2 {
height: 400px
}
/* end IE6 */

.board, .board_s, .board_sm, .board_m, .board_l, .board_h, .widget, .widget_s, .widget_sm, .widget_m {
position: relative;
margin-bottom: 18px;
}

* html .board { height: 1%; }
* html .board_s { height: 1%; }
* html .board_sm { height: 1%; }
* html .board_m { height: 1%; }
* html .board_l { height: 1%; }
* html .board_h { height: 1%; }
* html .widget { height: 1%; }
* html .widget_s { height: 1%; }
* html .widget_sm { height: 1%; }
* html .widget_m { height: 1%; }
* html .widget_l { height: 1%; }
* html .widget_h { height: 1%; }


.wInfoDiv {
background: #cbd7e4;
padding: 2px 2px 1px 2px;
text-align: center;
font-size: 90%;
color: #444;
position: relative;
top: 0;
margin-bottom: 1px;
z-index: 0;
}

.widget .wInfoDiv {
top: -1px;
}

.widget .wHeading, .widget_s .wHeading, .widget_sm .wHeading, .widget_m .wHeading, .widget_h .wHeading, .widget_l .wHeading{
background-color: transparent !important;
}
.board .wHeading, .board_s .wHeading, .board_sm .wHeading, .board_m .wHeading, .board_h .wHeading, .board_l .wHeading{
background-color: transparent !important;
}
.widget_g1 .wHeading, .widget_g2 .wHeading, .widget_g3 .wHeading {
background-color: transparent !important;
}
.board_g1 .wHeading, .board_g2 .wHeading, .board_g3 .wHeading {
background-color: transparent !important;
}


.widget .wHeading, .widget_s .wHeading, .widget_sm .wHeading, .widget_m .wHeading, .widget_h .wHeading, .widget_l .wHeading{
top: 0px !important;
}
.widget_g1 .wHeading, .widget_g2 .wHeading, .widget_g3 .wHeading{
top: 0px !important;
}

.widget .wBodyShadow, .widget_s .wBodyShadow, .widget_sm .wBodyShadow, .widget_m .wBodyShadow, .widget_h .wBodyShadow, .widget_l .wBodyShadow{
top: -1px !important;
}
.widget_g1 .wBodyShadow, .widget_g2 .wBodyShadow, .widget_g3 .wBodyShadow{
top: -1px !important;
}

.widget .floatContentDiv, .widget_s .floatContentDiv, .widget_sm .floatContentDiv, .widget_m .floatContentDiv, .widget_h .floatContentDiv, .widget_l .floatContentDiv{
top: -1px !important;
}
.widget_g1 .floatContentDiv, .widget_g2 .floatContentDiv, .widget_g3 .floatContentDiv{
top: -1px !important;
}

.widget .wFooter, .widget_s .wFooter, .widget_sm .wFooter, .widget_m .wFooter, .widget_h .wFooter, .widget_l .wFooter{
top: -1px !important;
}
.widget_g1 .wFooter, .widget_g2 .wFooter, .widget_g3 .wFooter{
top: -1px !important;
}



/* drag and drop */
#g1.editmode .widget .wHeading,#g1.editmode .board,
#g2.editmode .widget .wHeading,#g2.editmode .board
{
cursor: move;
}

/* common */
.wContentDiv {
position:relative;
z-index:5;
/* default theme color for smooth loading */
background-color: #FFFFFF;
}

.widget .wContentDiv {
top: -1px;
}

.wBodyShadow {
position: absolute;
z-index:1;
}

.floatContentDiv {
position: absolute;
z-index:2;
background-color: #FFF;
}

/* g1 widget */
#g1 .widget .wHeading, .widget_g1 .wHeading {
position: relative;
z-index: 10;
width: 200px;
height: 22px;
line-height: 22px;
color: #212121;
font-size: 120%;
font-weight: bold;
text-align: center;
}

#g1 .widget .wBody, .widget_g1 .wBody {
position: relative;
width: 200px;
}

#g1 .widget .wBodyShadow, .widget_g1 .wBodyShadow {
position: absolute;
top: -1px;
left: 0;
width: 200px;
}

#g1 .widget .wContentDiv, .widget_g1 .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

#g1 .widget .floatContentDiv, .widget_g1 .floatContentDiv {
position: absolute;
top: -1px;
left: 4px;
width: 192px;
}

#g1 .widget .wFooter, .widget_g1 .wFooter {
position: relative;
top: -1px;
width: 200px;
height: 5px;
line-height: 5px;
}


/* g2 widget */
#g2 .widget .wHeading, .widget_g2 .wHeading {
position: relative;
z-index: 10;
width: 680px;
height: 22px;
line-height: 22px;
color: #212121;
font-size: 120%;
font-weight: bold;
text-align: center;
}

#g2 .widget .wBody, .widget_g2 .wBody {
position: relative;
width: 680px;
}

#g2 .widget .wBodyShadow, .widget_g2 .wBodyShadow {
position: absolute;
top: -1px;
left: 0;
width: 680px;
}

#g2 .widget .wContentDiv, .widget_g2 .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

#g2 .widget .floatContentDiv, .widget_g2 .floatContentDiv {
position: absolute;
top: -1px;
left: 4px;
width: 672px;
}

#g2 .widget .wFooter, .widget_g2 .wFooter {
position: relative;
top: -1px;
width: 680px;
height: 5px;
line-height: 5px;
}

/* g1 board */
#g1 .board .wHeading, .board_g1 .wHeading {
width: 200px;
height: 4px;
line-height: 4px;
}

#g1 .board .wBody, .board_g1 .wBody {
position: relative;
width: 200px;
}

#g1 .board .wBodyShadow, .board_g1 .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 200px;
}

#g1 .board .wContentDiv, .board_g1 .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

#g1 .board .floatContentDiv, .board_g1 .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 192px;
}

#g1 .board .wFooter, .board_g1 .wFooter {
width: 200px;
height: 5px;
line-height: 5px;
}


/* g2 board */
#g2 .board .wHeading, .board_g2 .wHeading {
width: 680px;
height: 4px;
line-height: 4px;
}

#g2 .board .wBody, .board_g2 .wBody {
position: relative;
width: 680px;
}

#g2 .board .wBodyShadow, .board_g2 .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 680px;
}

#g2 .board .wContentDiv, .board_g2 .wContentDiv{
margin-left: 4px;
margin-right: 4px;
}

#g2 .board .floatContentDiv, .board_g2 .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 672px;
}

#g2 .board .wFooter, .board_g2 .wFooter {
width: 680px;
height: 5px;
line-height: 5px;
}

/* widget_s */
.widget_s .wHeading {
position: relative;
z-index: 10;
width: 200px;
height: 22px;
line-height: 22px;
color: #212121;
font-size: 120%;
font-weight: bold;
text-align: center;
}

.widget_s .wBody {
position: relative;
width: 200px;
}

.widget_s .wBodyShadow {
position: absolute;
top:-1px;
left: 0;
width: 200px;
}

.widget_s .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.widget_s .floatContentDiv {
position: absolute;
top: -1px;
left: 4px;
width: 192px;
}

.widget_s .wFooter {
position: relative;
top: -1px;
width: 200px;
height: 5px;
line-height: 5px;
}

/* widget_sm */
.widget_sm .wHeading {
position: relative;
z-index: 10;
width: 330px;
height: 22px;
line-height: 22px;
color: #212121;
font-size: 120%;
font-weight: bold;
text-align: center;
}

.widget_sm .wBody {
position: relative;
width: 330px;
}

.widget_sm .wBodyShadow {
position: absolute;
top:-1px;
left: 0;
width: 330px;
}

.widget_sm .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.widget_sm .floatContentDiv {
position: absolute;
top: -1px;
left: 4px;
width: 322px;
}

.widget_sm .wFooter {
position: relative;
top: -1px;
width: 330px;
height: 5px;
line-height: 5px;
}

/* widget_m */
.widget_m .wHeading {
position: relative;
z-index: 10;
width: 460px;
height: 22px;
line-height: 22px;
color: #212121;
font-size: 120%;
font-weight: bold;
text-align: center;
}

.widget_m .wBody {
position: relative;
width: 460px;
}

.widget_m .wBodyShadow {
position: absolute;
top: -1px;
left: 0;
width: 460px;
}

.widget_m .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.widget_m .floatContentDiv {
position: absolute;
top: -1px;
left: 4px;
width: 452px;
}

.widget_m .wFooter {
position: relative;
top: -1px;
width: 460px;
height: 5px;
line-height: 5px;
}


/* widget_h */
.widget_h .wHeading {
position: relative;
z-index: 10;
width: 680px;
height: 22px;
line-height: 22px;
color: #212121;
font-size: 120%;
font-weight: bold;
text-align: center;
}

.widget_h .wBody {
position: relative;
width: 680px;
}

.widget_h .wBodyShadow {
position: absolute;
top: -1px;
left: 0;
width: 680px;
}


.widget_h .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.widget_h .floatContentDiv {
position: absolute;
top: -1px;
left: 4px;
width: 672px;
}

.widget_h .wFooter {
position: relative;
top: -1px;
width: 680px;
height: 5px;
line-height: 5px;
}

/* board_s */
.board_s .wHeading {
width: 200px;
height: 4px;
line-height: 4px;
}

.board_s .wBody {
position: relative;
top: 0;
left: 0;
width: 200px;
}

.board_s .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 200px;
}

.board_s .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.board_s .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 192px;
}

.board_s .wFooter {
width: 200px;
height: 5px;
line-height: 5px;
}

/* board_sm */
.board_sm .wHeading {
width: 330px;
height: 4px;
line-height: 4px;
}

.board_sm .wBody {
position: relative;
top: 0;
left: 0;
width: 330px;
}

.board_sm .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 330px;
}

.board_sm .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.board_sm .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 322px;
}

.board_sm .wFooter {
width: 330px;
height: 5px;
}

/* board_m */

.board_m .wHeading {
width: 460px;
height: 4px;
line-height: 4px;
}

.board_m .wBody {
position: relative;
top: 0;
left: 0;
width: 460px;
}

.board_m .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 460px;
}

.board_m .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.board_m .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 452px;
}

.board_m .wFooter {
width: 460px;
height: 5px;
line-height: 5px;
}


/* board_l */
.board_l .wHeading {
width: 550px;
height: 4px;
line-height: 4px;
}

.board_l .wBody {
position: relative;
top: 0;
left: 0;
width: 550px;
}

.board_l .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 550px;
}

.board_l .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.board_l .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 542px;
}

.board_l .wFooter {
width: 550px;
height: 5px;
line-height: 5px;
}

/* board_h */
.board_h .wHeading {
width: 680px;
height: 4px;
line-height: 4px;
}

.board_h .wBody {
position: relative;
top: 0;
left: 0;
width: 680px;
}

.board_h .wBodyShadow {
position: absolute;
top: 0;
left: 0;
width: 680px;
}

.board_h .wContentDiv {
margin-left: 4px;
margin-right: 4px;
}

.board_h .floatContentDiv {
position: absolute;
top: 0;
left: 4px;
width: 672px;
}

.board_h .wFooter {
width: 680px;
height: 5px;
line-height: 5px;
}


/* Other than IE6 */
/* g1 widget */
#g1 .widget .wHeading[class], .widget_g1 .wHeading[class] {
background: url(/images/t2/g/whp1/box_header_g1.png) no-repeat left top;
}

#g1 .widget .wBodyShadow[class], .widget_g1 .wBodyShadow[class] {
background: url(/images/t2/g/box_body_g1.png) repeat-y;
}

#g1 .widget .wFooter[class], .widget_g1 .wFooter[class] {
background: url(/images/t2/g/box_footer_g1.png) no-repeat left top;
}


/* g2 widget */
#g2 .widget .wHeading[class], .widget_g2 .wHeading[class] {
background: url(/images/t2/g/whp1/box_header_g2.png) no-repeat left top;
}

#g2 .widget .wBodyShadow[class], .widget_g2 .wBodyShadow[class] {
background: url(/images/t2/g/box_body_g2.png) repeat-y;
}

#g2 .widget .wFooter[class], .widget_g2 .wFooter[class] {
background: url(/images/t2/g/box_footer_g2.png) no-repeat left top;
}



/* g3 widget */
#g3 .widget .wHeading[class], .widget_g3 .wHeading[class] {
background: url(/images/t2/g/whp1/box_header_g3.png) no-repeat left top;
}

#g3 .widget .wBodyShadow[class], .widget_g3 .wBodyShadow[class] {
background: url(/images/t2/g/box_body_g3.png) repeat-y;
}

#g3 .widget .wFooter[class], .widget_g3 .wFooter[class]{
background: url(/images/t2/g/box_footer_g3.png) no-repeat left top;
}




/* g1 board */
#g1 .board .wHeading[class], .board_g1 .wHeading[class] {
background: url(/images/t2/g/board_header_g1.png) no-repeat;
}

#g1 .board .wBodyShadow[class], .board_g1 .wBodyShadow[class] {
background: url(/images/t2/g/box_body_g1.png) repeat-y;
}

#g1 .board .wFooter[class], .board_g1 .wFooter[class] {
background: url(/images/t2/g/box_footer_g1.png) no-repeat left top;
}


/* g2 board */
#g2 .board .wHeading[class], .board_g2 .wHeading[class] {
background: url(/images/t2/g/board_header_g2.png) no-repeat;
}

#g2 .board .wBodyShadow[class], .board_g2 .wBodyShadow[class] {
background: url(/images/t2/g/box_body_g2.png) repeat-y;
}

#g2 .board .wFooter[class], .board_g2 .wFooter[class] {
background: url(/images/t2/g/box_footer_g2.png) no-repeat left top;
}


/* g3 board */
#g3 .board .wHeading[class], .board_g3 .wHeading[class] {
background: url(/images/t2/g/board_header_g3.png) no-repeat;
}

#g3 .board .wBodyShadow[class], .board_g3 .wBodyShadow[class] {
background: url(/images/t2/g/box_body_g3.png) repeat-y;
}

#g3 .board .wFooter[class], .board_g3 .wFooter[class] {
background: url(/images/t2/g/box_footer_g3.png) no-repeat left top;
}


/* widget_s */
.widget_s .wHeading[class] {
background: url(/images/t2/whp1/box_header_s.png) no-repeat left top;
}

.widget_s .wBodyShadow[class] {
background: url(/images/t2/box_body_s.png) repeat-y;
}

.widget_s .wFooter[class] {
background: url(/images/t2/box_footer_s.png) no-repeat left top;
}

/* widget_sm */
.widget_sm .wHeading[class] {
background: url(/images/t2/whp1/box_header_sm.png) no-repeat left top;
}

.widget_sm .wBodyShadow[class] {
background: url(/images/t2/box_body_sm.png) repeat-y;
}

.widget_sm .wFooter[class] {
background: url(/images/t2/box_footer_sm.png) no-repeat left top;
}


/* widget_m */
.widget_m .wHeading[class] {
background: url(/images/t2/whp1/box_header_m.png) no-repeat left top;
}

.widget_m .wBodyShadow[class] {
background: url(/images/t2/box_body_m.png) repeat-y;
}

.widget_m .wFooter[class] {
background: url(/images/t2/box_footer_m.png) no-repeat left top;
}


/* widget_h */
.widget_h .wHeading[class] {
background: url(/images/t2/whp1/box_header_h.png) no-repeat left top;
}

.widget_h .wBodyShadow[class] {
background: url(/images/t2/box_body_h.png) repeat-y;
}

.widget_h .wFooter[class] {
background: url(/images/t2/box_footer_h.png) no-repeat left top;
}

/* board_s */
.board_s .wHeading[class] {
background: url(/images/t2/whp1/board_header_s.png) no-repeat;
}

.board_s .wBodyShadow[class] {
background: url(/images/t2/box_body_s.png) repeat-y;
}

.board_s .wFooter[class] {
background: url(/images/t2/box_footer_s.png) no-repeat left top;
}

/* board_sm */
.board_sm .wHeading[class] {
background: url(/images/t2/whp1/board_header_sm.png) no-repeat;
}

.board_sm .wBodyShadow[class] {
background: url(/images/t2/box_body_sm.png) repeat-y;
}

.board_sm .wFooter[class] {
background: url(/images/t2/box_footer_sm.png) no-repeat left top;
}


/* board_m */
.board_m .wHeading[class] {
background: url(/images/t2/whp1/board_header_m.png) no-repeat;
}

.board_m .wBodyShadow[class] {
background: url(/images/t2/box_body_m.png) repeat-y;
}

.board_m .wFooter[class] {
background: url(/images/t2/box_footer_m.png) no-repeat left top;
}

/* board_l */
.board_l .wHeading[class] {
background: url(/images/t2/whp1/board_header_l.png) no-repeat;
}

.board_l .wBodyShadow[class] {
background: url(/images/t2/box_body_l.png) repeat-y;
}

.board_l .wFooter[class] {
background: url(/images/t2/box_footer_l.png) no-repeat left top;
}

/* board_h */
.board_h .wHeading[class] {
background: url(/images/t2/whp1/board_header_h.png) no-repeat;
}

.board_h .wBodyShadow[class] {
background: url(/images/t2/box_body_h.png) repeat-y;
}

.board_h .wFooter[class] {
background: url(/images/t2/box_footer_h.png) no-repeat left top;
}

/* IE6 only */
/* g1 widget */
* html #g1 .widget .wHeading, * html .widget_g1 .wHeading{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/whp1/box_header_g1.png');
}

* html #g1 .widget .wBodyShadow, * html .widget_g1 .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/box_body_g1.png');	
}

* html #g1 .widget .wFooter, * html .widget_g1 .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/box_footer_g1.png');	
}


/* g2 widget */
* html #g2 .widget .wHeading, * html .widget_g2 .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/whp1/box_header_g2.png');	
}

* html #g2 .widget .wBodyShadow, * html .widget_g2 .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/box_body_g2.png');	
}

* html #g2 .widget .wFooter, * html .widget_g2 .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/box_footer_g2.png');	
}


/* g3 widget */
* html #g3 .widget .wHeading, * html .widget_g3 .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/whp1/box_header_g3.png');	
}

* html #g3 .widget .wBodyShadow, * html .widget_g3 .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/box_body_g3.png');	
}

* html #g3 .widget .wFooter, * html .widget_g3 .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/box_footer_g3.png');	
}

/* g1 board */
* html #g1 .board .wHeading, * html .board_g1 .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/board_header_g1.png');	
}

* html #g1 .board .wBodyShadow, * html .board_g1 .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/box_body_g1.png');	
}

* html #g1 .board .wFooter, * html .board_g1 .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/box_footer_g1.png');	
}


/* g2 board */
* html #g2 .board .wHeading, * html .board_g2 .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/board_header_g2.png');	
}

* html #g2 .board .wBodyShadow, * html .board_g2 .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/box_body_g2.png');	
}

* html #g2 .board .wFooter, * html .board_g2 .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/box_footer_g2.png');	
}


/* g3 board */
* html #g3 .board .wHeading, * html .board_g3 .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/board_header_g3.png');	
}

* html #g3 .board .wBodyShadow, * html .board_g3 .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/g/box_body_g3.png');	
}

* html #g3 .board .wFooter, * html .board_g3 .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/g/box_footer_g3.png');	
}


/* widget_s */
* html .widget_s .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/whp1/box_header_s.png');	
}

* html .widget_s .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_s.png');	
}

* html .widget_s .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_s.png');	
}

/* widget_sm */
* html .widget_sm .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/whp1/box_header_sm.png');	
}

* html .widget_sm .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_sm.png');	
}

* html .widget_sm .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_sm.png');	
}

/* widget_m */

* html .widget_m .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/whp1/box_header_m.png');	
}

* html .widget_m .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_m.png');	
}

* html .widget_m .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_m.png');	
}

/* widget_h */
* html .widget_h .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/whp1/box_header_h.png');	
}

* html .widget_h .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_h.png');	
}

* html .widget_h .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_h.png');	
}

/* board_s */
* html .board_s .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/whp1/board_header_s.png');	
}

* html .board_s .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_s.png');	
}

* html .board_s .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_s.png');	
}

/* board_sm */
* html .board_sm .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/whp1/board_header_sm.png');	
}

* html .board_sm .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_sm.png');	
}

* html .board_sm .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_sm.png');	
}


/* board_m */
* html .board_m .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/whp1/board_header_m.png');	
}

* html .board_m .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_m.png');	
}

* html .board_m .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_m.png');	
}

/* board_l */
* html .board_l .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/whp1/board_header_l.png');	
}

* html .board_l .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_l.png');
}

* html .board_l .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_l.png');
}

/* board_h */
* html .board_h .wHeading {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/whp1/board_header_h.png');	
}

* html .board_h .wBodyShadow {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t2/box_body_h.png');
}

* html .board_h .wFooter {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/t2/box_footer_h.png');
}
/* end of IE6 */