/**************************/
/* WI DEFAULT STYLE SHEET */
/**************************/


/*********** LMID ********/
h1 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#c60;
	font-size:2em;
	
}
h2 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#666;
	font-size:1.8em;
}
h3 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#333;
	font-size:1.6em;
	border-bottom:2px solid #bcbcbc;
}
h4 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#333;
	font-size:1.4em;
	border-bottom:2px dotted #cccccc;
}

h5 {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:normal;
	color:#fff;
	font-size:1.3em;
	background:#473723;
	text-align:center;
	padding:6px 0;
}

.steps_New {
    /*background: #98AFC7;*/
    background: #3d73a5;
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma;
    FONT-SIZE: 75%;
    FONT-WEIGHT: bold;
    MARGIN: 0px;
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}
.cgHeaderBgColor {
	background:#C0C0C0;
}
.cgBorder {
	border: 1px solid #b77b01;
	background:#ffffff;
}
.cgBgColor {
	background:#ffffff;
}

.columnHeaderBGColor
{
	BACKGROUND: #dddddd;
	}
	
.career {
	color: #333399;
	font-size: 70%;
}
.container2_blue {
	height:auto;
	padding:4px 24px 4px 30px;
	margin:1em 0 2em 6px;
	border:1px solid #5190bb;
	border-radius:5px;
	background:transparent url(../images/content/gradient_blue_bg.png) repeat-x;
}
.alternateRow
{
    BACKGROUND: #dddddd;
}
.myRow
{
    BACKGROUND: #ffffff;
}

.steps_New h2 {
    color: white;
}

.col-1 {
width: 32% !important;
max-width: inherit !important;
flex: inherit !important;

}

.col-2 {
    width: 12% !important;
    max-width: inherit !important;
    flex: inherit !important;
}

.col-3 {
    width: 56% !important;
    max-width: inherit !important;
    flex: inherit !important;
}

td.row, .lm_pub.row {
    display: table-cell !important
}

#lm_pub {
    min-width:800px;
}