﻿/* CONTENT TABLE DESIGN STYLE */
.content_table {
margin-bottom:10px;
width:100%;
}
.grey_left {
background-image:url(../images/left.gif);
background-repeat:repeat-y;
height:auto;
}
.grey_right {
background-image:url(../images/right.gif);
background-repeat:repeat-y;
height:auto;
}
.grey_upper_left {
background-image:url(../images/upper_left.gif);
background-repeat:no-repeat;
height:30px;
width:4px;
}
.grey_upper {
background-image:url(../images/upper.gif);
background-repeat:repeat-x;
color:#0061BD;
font-family:Tahoma,Arial,Sans-Serif;
font-size:12px;
font-weight:bold;
height:30px;
line-height:27px;
padding-left:7px;
width:auto;
}
.grey_upper_right {
background-image:url(../images/upper_right.gif);
background-repeat:no-repeat;
height:30px;
width:4px;
}
.grey_bottom_left {
background-image:url(../images/bottom_left.gif);
background-repeat:no-repeat;
height:4px;
width:4px;
}
.grey_bottom {
background-image:url(../images/bottom.gif);
background-repeat:repeat-x;
height:4px;
width:auto;
}
.grey_bottom_right {
background-image:url(../images/bottom_right.gif);
background-repeat:no-repeat;
height:4px;
width:4px;
}
.separator {
border-bottom:1px dashed #CCCCCC;
padding:3px;
vertical-align:middle;
}
/* TEXT STYLES */
.stepnum {
color:black;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:11px;
margin:1px 5px 1px 0;
padding:1px 10px 1px 0;
}
.content_cell {
color:#808080;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
padding:5px;
}
