﻿
/* Header Part*/
.for_title{
    padding: 10px 0px 0px 10px; 
    font: bold 14px verdana; text-align:left; color: White;
    }

.for_icon{
    background: transparent url('../image/WindowCornerSprites.gif') -21px -59px no-repeat;
	width: 16px; height: 16px;
	cursor: default;
    float:left;
	margin: 11px 4px 0 5px;
}

.for_bg { 
    background: url('../image/WindowCornerSprites.gif') 0 0 repeat-x; height: 34px;
    margin:0 8px;
}

.for_right {  
    background: url('../image/WindowCornerSprites.gif') 100% -59px no-repeat; height: 34px;
}

.for_left {  
	height: 34px;
	background: url('../image/WindowCornerSprites.gif') 0 -59px no-repeat;
}

/* table wrappers */
.tb_border_left  { 
	background:url('../image/WindowVerticalSprites.gif') 0 0 repeat-y;
	padding-left:3px; 
}

.tb_border_right { 
	background:url('../image/WindowVerticalSprites.gif') 100% 0 repeat-y;
	padding-right:3px; 
}

.tb_border_inside { 
	padding: 0px; 
	margin: 0px;
	border: 0px;
	width: 100%;
}

.tb_border_bottom {
     background-color: #EFEFEF; height:3px; width:98%;
}

/* Top part */
.top_bg { background: url(../image/WindowCornerSprites.gif) 0 0 repeat-x; height: 15px; margin:0 8px;}

.top_left{  background: url(../image/WindowCornerSprites.gif) 0 -59px no-repeat; height: 15px;  }

.top_right{  background: url(../image/WindowCornerSprites.gif) 100% -59px no-repeat; height: 15px;  }

/* Bottom part */
.bottom_bg { 
    height: 3px;
    background: url('../image/WindowCornerSprites.gif') 0 -131px repeat-x;
}

.bottom_left{  
	height: 4px;
	background:url('../image/WindowCornerSprites.gif') 0 -107px no-repeat;
}

.bottom_right{  
	height: 4px;
	background:url('../image/WindowCornerSprites.gif') 100% -107px no-repeat;
}
