﻿
.default_box {
	background: url(../../images/tables/blue_on_gray_tl.png) no-repeat top left;
}
.default_box_top {
	background: url(../../images/tables/blue_on_gray_tr.png) no-repeat top right;
}
.default_box_bottom {
	background: url(../../images/tables/blue_on_gray_bl.png) no-repeat bottom left;
}
.default_box_bottom div {
	background: url(../../images/tables/blue_on_gray_br.png) no-repeat bottom right;
}
.default_box_content {
	background: url(../../images/tables/blue_on_gray_r.png) top right repeat-y;
}

.default_box_top div,.default_box_top,
.default_box_bottom div, .default_box_bottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.default_box_content, .default_box_bottom {
	margin-top: -5px;
}

.default_box_content { padding: 0 20px; }

/* 
	Alternative box_content and box_bottom:
    vertical-align: top; margin-top: -19px;
*/

.topHeader {border-left: 1px solid #94D2F4;border-right: 1px solid #94D2F4; 
			background-color:white; }


.square_box {border: 1px solid #94D2F4; background-color:white; padding: 10px;}

.square_box_1 {border: 1px solid #94D2F4; background-color:white; padding: 3px;}

