.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
a.preview{
    text-decoration: none;
    color:#fff;
    font-weight:bold;
}

#container ul{
    list-style: none;
    list-style-position: outside;
    margin-left:30px;
    margin-top:0px;
}
#container ul.menu li{
    float: left;
    margin-right: 7px;
    margin-bottom: -1px;
    display: block;
    padding: 7px 10px 0 0;
    background: #efefef;
    margin-bottom: -1px;
    border: 1px solid #d0ccc9;
    border-width: 1px 1px 1px 1px;
    position: relative;
    color: #898989;
    cursor: pointer;
    width: 165px;
    height: 23px;
    font-weight:bold;
    text-align:center;
    font-size:11px;
    border-radius: 5px 5px 0 0;
    margin-top:60px;
}
#container ul.menu li.active{
    background: #bcbcbc;
    top: 1px;
    border-bottom: 0;
    color: #444;
}
.content{
    border-radius: 5px;
    border: 3px solid #d0ccc9;
    width: 700px;
    height:275px;
    margin-left:27px;
/*    margin-top:50px; */
}
div.content.prdSupport{
	display:block;
	 box-shadow: 6px 6px 6px 0 #DDDDDD;
}
div.content.dwnld{
	display:none;
	 box-shadow: 6px 6px 6px 0 #DDDDDD;
}
div.content.sptCases{
	display:none;
	 box-shadow: 6px 6px 6px 0 #DDDDDD;
}
.text{
    font-family: tahoma;
    font-size:12px;
    padding-top: 50px;
    margin-left:25px;
    position:relative;
    width: 190px;
    float:left;
}
.popUpContainer{
    width:960px;
    height:400px;
    position:absolute;
    display:none;
    z-index:100;
    background-color:#fff;
    margin-left:-20px;
    border: 1px solid #AAAAAA;
}
#container{
}
.maskedOverlay{
	width:100%;
	height:100%;
	background-color:#ccc;
	opacity:.8;
	display:none;
	position:fixed;
	z-index: 1;
	top:0px;
	left:0px;
}

.header {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 25px;
    color: #666666;
}
.dropDownImg{
/*	background: url("images/dropDown.png") no-repeat scroll transparent; */
	width:225px;
	height:40px;
	left: 600px;
	position: absolute;
	top: 5;
	width: 225px;
	z-index:10;
}
.blinkerText{
    font-family: Tahoma;
    font-size: 12px;
    color: #2EA600;
    float:clear;
    padding-left: 40px;
    padding-top: 10px;
    display:block;
}
legend{
    font-family: Tahoma;
    font-size: 13px;
    font-weight:bold;
    color:#666666;
    
}
.text fieldset{
	padding:15px;
	border: 1px solid #AAAAAA;
	box-shadow: 2px 9px 6px 0 #DDDDDD;
	border-radius: 4px 4px 4px 4px;
}
.loginButton{
	background-image: url("images/u869_original.png");
    	color: #fff;
	float: left;
	margin-top: 9px;
	text-align: center;
    	width: 70px;
	height: 28px;
	cursor:pointer;
}
.closeButton{
	border: none;
	width:18px;
	height:20px;
	display:block;
	margin: 10px;
	cursor:pointer;
}
.loginUser{
	border: none;
	display: block;
	height: 41px;
	width: 38px;
	margin-top:5px;
}