@charset "utf-8";
/* CSS Document */
.t_errorBox{
 background-color: #ffebe8;
                border: 1px solid #dd3c10;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
				height:"20";
			
}
.t_err_close{
float:right;
border:#FF3333;
background-color:#FFC1C1;
width:"1";
cursor:pointer;

}
.t_err_title{
background-color:#FFCCFF;
color:#990000;
text-align:center;
}
.t_err_content{
background-color:#FFCCFF;
                border: 0px;
                color: #333333;
                font-size: 12px;
                font-weight:normal;
				height:"100";
}

/* formatting for table content. light and dark effect*/
.t_contentFormat_a{
margin-top: 15px;
margin-bottom: 15px;
height: 1px;
background-color:#FFCC66;
}
.t_contentFormat_b{
margin-top: 15px;
margin-bottom: 15px;
height: 1px;
background-color:#FFFFCC;
}
.t_greybox{
background-color: #f7f7f7;
                border: 1px solid #cccccc;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
}
.t_blueBox{
background-color: #eceff6;
                border: 1px solid #d4dae8;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;
}
.t_infoBox{
background-color: #fff9d7;
                border: 1px solid #e2c822;
                color: #333333;
                padding: 10px;
                font-size: 13px;
                font-weight: bold;

}
 .t_tab{
padding: 8px;
background-color:#FDD177;
color:#D18F07;
font-weight: bold;
margin-right: 4px;
text-decoration: none;
            }
.t_tab:hover{
background-color:#F7B733;
color: #ffffff;
cursor: hand;

}
.t_tab:link{

}
.t_content_divider{
 margin-top: 15px;
                margin-bottom: 15px;
                width: 200px;
                height: 1px;
                background-color: #d8dfea;
}
        