/* CSS Document */
/************************* NEW CONSOLE CLASSES ***************************************/
.newConsoleTopBottomLeft {
width:26px;
height:1px;
background-color:#3D98C2;/*console bg color*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=exact src='../images/console/console_topbottom_left_corner.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleTopBottomLeft[class] {
background-image:url(../images/console/console_topbottom_left_corner.png);
}

.newConsoleTopBottomMiddle {
height:1px;
background-color:#3D98C2;/*console bg color*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/console/console_topbottom_middle_long.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleTopBottomMiddle[class] {
background-image:url(../images/console/console_topbottom_middle_long.png);
}

.newConsoleMiddleLeft {
width:26px;
height:246px;
background-color:#3D98C2;/*console bg color*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/console/console_left_body_tall.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleMiddleLeft[class] {
background-image:url(../images/console/console_left_body_tall.png);
}

.newConsoleMiddle {
width:586px;
height:246px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/console/console_middle.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleMiddle[class] {
background-image:url(../images/console/console_middle.png);
}

.newConsoleMenuButtonCell {
width:38px;
height:85px;
background-color:#3D98C2;/*console bg color*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=exact src='../images/console/console_menu_button.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleMenuButtonCell[class] {
background-image:url(../images/console/console_menu_button.png);
}

.newConsoleBelowMenuMiddle {
width:8px;
height:159px;
background-color:#3D98C2;/*console bg color*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/console/console_right_bar_tall.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleBelowMenuMiddle[class] {
background-image:url(../images/console/console_right_bar_tall.png);
}

.newConsoleBelowMenuBottom {
width:8px;
height:4px;
background-color:#3D98C2;/*console bg color*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=exact src='../images/console/console_bottom_right_corner2.png');
background-repeat:no-repeat;
vertical-align:top;
text-align:left;
}

.newConsoleBelowMenuBottom[class] {
background-image:url(../images/console/console_bottom_right_corner2.png);
}


.newConsoleAlertsCell {
width:30px;
vertical-align:top;
text-align:left;
}

