/***LAYOUT****************************************************/
body	{ 
        background-color:#DFE5E8; /*#006;*/	
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#000;
	height: auto;
	}
#top	{
	background-image: url(../Images/bg-top.gif);
	background-position: top left;
	background-repeat:no-repeat;
    	width: 850px;
    	height: 30px;
    	margin-left:-425px;
    	left:50%;
    	padding: 0;
    	position:absolute;
	}
#square	{
	width:850px;
	height:610px;
	margin-top:30px;
	margin-left:-425px;
	left:50%;
	position:absolute;
	background-image:url(../Images/bg-sides.gif);
	background-position: top left;
	background-repeat:repeat-y;
	}
#logobar{
	height:50px;
	padding:0 40px;
	background-image:url(../Images/IMDataCenter_Logo.jpg);
	background-position: 35px 50%;
	background-repeat:no-repeat;
	position:relative;
	}
#logobar a{
	display:block;
	height:50px;
	width:196px;
	left:0;
	text-decoration:none;
	}	
.right     {
        float:left;            
        width:250px;
        margin-left:525px;
        text-align:right;
        }

#script-txt{
	width:410px;
	height:25px;
	position: absolute;
        top:125px;
	left:35%;
	z-index: 60;
	background-image:url(../Images/script-1.png);
	}
#imagebar-l, #imagebar-r{
	height:100px;
	position:relative;
	float:left;
	background-color:#3E505A;
	}
#imagebar-l{
	width:550px;
	margin-left:25px;
	background-image:url(../Images/bg-demo1.jpg);
	}
#imagebar-r{
	width:250px;
	background-image:url(../Images/red.gif);
	}
#content-l, #content-r{
	height:405px;
	padding-top:15px;
	position:relative;
	float:left;
	}
#content-l hr{
	color:#90bade;
	}
#content-l{	
	width:515px;
	margin-left:25px;
	margin-right:25px;
	padding-left:15px;
	clear:left;
	overflow:auto;
	}
#content-r{
	width:250px;
	}
#footer	{	
	clear: both;
	height:40px;
	/*padding: .5em;*/
	color: #333;
	text-align:center;
	background-image: url(../Images/bg-bottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	}
#post-it{
	display:visible;
	position:absolute;
	left:50%;
	margin-left:-135px;
	background-image: url(../Images/postit.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	width:230px;
	height:135px;
	margin-top:15px;
	}
#note	{
	position:relative;
	font-size:10px;
	font-style: italic;
	color:#808080;
	/*padding:8px 20px 10px 65px;*/
	height:100px;
	width:185px;
	margin-top:25px;
	left:40px;
	overflow:hidden;
	}
#note ul{
	margin-left:10px; /*13px; */
	padding-left:10px;
	padding-top:0;
	margin-top:9px;
	list-style-image: url('../Images/check.gif');
	}

/*** POPUP WINDOW****************************************************/
.popup-top{
	background-image: url(../Images/pop-top.png);
	background-position: top left;
	background-repeat:no-repeat;
    	width: 610px;
    	height: 25px;
	}
.popup-bottom{	
	clear:left;
	height:25px;
	background-image: url(../Images/pop-bottom.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	}	
.popup	{
        font-size: 11px;
        display: none;
        position: absolute;
        width: 610px;
        height:auto;
        z-index: 1001;
	}
#popup { 
	top:5%;
	/*top: 50%;
	margin-top:-25%;*/
	left: 50%;
	margin-left:-305px;
	}	
.popuptitle {
        background: #3E505A;
        color:#fff;
        font-weight: bold;
        height: 15px;
        padding: 5px;
        margin-left:5px;
        margin-right:5px        
	}  
.close {
	position: absolute;
	right:5px;
	}
.close a {
	text-decoration:none;
	color:#fff;
	}  
.close a:hover { 
	color:#999
	}
.popupbody {
        background:url(../Images/pop-middle.png) repeat;/*#777; */
        padding:10px;
        /*min-height:425px;
	height:auto !important;*/
	height:425px; 
	overflow:auto;
	}
.popupbody table{
	margin:0 auto;
	}
/***CONTACT FORM****************************************************/
#form	{
	margin:1.5em 0 0 0;
	padding:0;
	}
#field	{
	padding-bottom:1em;
	}
#form label{
	font-weight:bold;
	float:left;
	width:25%;
	margin-right:2em;
	text-align:right;
	}	
/***NAVIGATION****************************************************/
#nav	{
	float:left;
	margin-bottom:15px;
	/*border: thin dashed #FF0000;*/
	}
#nav ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
	border-top: 1px solid #90bade; 
	}
#nav li a.txt, #nav li a.act{
	display: block;
	width: 200px;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	white-space: nowrap;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #3E505A;
	border-right: 5px solid #DFE5E8;
	}
#nav li a.txt{
	color:#3e505a;
	}
#nav li a.act, #nav li a:hover{
	color:#ad0f0f; /*ff0000;*/
	font-weight:bold;
	background-color:#DFE5E8;
	
	}
#nav ul li { /* all list items */
	clear: left;
	width:auto;
	/*margin: 2px 0 2px 0;*/
	border-bottom: 1px solid #90bade; 
	}
#nav li img{
	border:0;
	margin-right:5px;
	text-align:center;
	display:inline;
	vertical-align: middle;
	}

/***GET STARTED****************************************************/
#steps	{
	float:left;
	width:210px;
	/*border: thin dashed #FF0000;*/
	font-size:11px;
	font-style:normal;
	font-weight:normal;
        } 
#steps ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
	} 
#steps li {
	display: block;
	width: 200px;
	
	text-decoration:none;
	padding: 5px 5px 0 5px;
	float:left;
	}
#steps li a{	
	text-decoration:none;
	}  
#steps li img{
	border:0;
	margin-right:5px;
	display:block;
	vertical-align: middle;
	float:left;
	}
input.start{
	padding-bottom:0;
	margin-bottom:0;
	margin-left:45%;
	} 	    
/***TEXT****************************************************/
.cat1	{
	font-weight: bold;
	}
.text1, .text2, .text3 {
	color:#333;
	}
.text1	{
	font-size:12px;
	}
.text2	{
	font-size:11px;
	}
.text3	{
	font-size:9px;
	}
.text1 a,{
	color:#000;
	text-decoration:none;
	}
.text1 a:hover, .content-100 ul li a:hover {
	color:#f68500;	/*99cc33;*/
	}
.cat2 	{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}	
#head	{
	border-bottom: thin dotted #dfe5e8; /*1px solid #90bade;*/
	font-size:18px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color:#3E505A;
        width:100%;
        height:20px;
        margin-top:0;
        margin-bottom:5px;
        /*float:left;*/
        }
#nav .title{
	font-size:12px;
        font-weight: bold;
        color:#3E505A;
        line-height:20px;
	}
#content-l .text1{
        font-size: 12px;
        color:#000; /*808080;*/
	}
/***LOGIN FORM****************************************************/	
fieldset{
	border:1px solid #3E505A;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 0 1em 0 1em;
	}
legend	{
	font-size:12px;
        font-weight: bold;
        color:#3E505A;
        }   
.lgnd	{ 
	display:block;
	height:10px;
	margin-left:10px;
	font-size:12px;
        font-weight: bold;
        color:#3E505A;
        padding-bottom:10px;
        }                  
#field1	{
	padding-bottom:.5em;
	}
#field1 label{
	font-weight:bold;
	float:left;
	width:10em;
	margin-right:2em;
	text-align:right;
	position:relative;
	}
/* round corners */
.wrapper {
        padding-bottom:2px;
        }
.top-l, .top-r, .bottom-l, .bottom-r { 
	background-image: url('../Images/corners900x30.png');
	height:10px;
	font-size: 2px;    /* correction IE for height of the <div>'s */
	}
.top-l, .bottom-l { 
	margin-right:9px;
	}
.top-r, .bottom-r{ 
	margin-left:9px; 
	margin-top: -10px;
	}
.top-r {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-l  { 
	background-position: 0 -20px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-r { 
	background-position: 100% -20px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {	
	border-left: 1px solid #3E505A;		
	border-right: 1px solid #3E505A;
	}
.notopgap    { margin-top: 0px; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
/***APPEND ELEMENTS****************************************************/
#elements {
	position:relative;
	float:left;
	width:550px;
	border: thin dashed #FF0000;
	}
#elements ul{
	position:absolute;
	float:left;
	margin:0;
	padding-left:0;
	list-style: none;
	font-size:12px;
	font-weight:bold;
	}
#elements li{
	clear:left;
	width:auto;
	padding-right:1em;	
	}
#elements label{
	width:10em;
	text-align:left;
	font-weight:normal;
	font-size:10px;
	}
#elements li ul {
	display:inline;
	}
#base {
	/*border: 1px solid #000;*/
	margin:0;
	width: 550px;
	padding-left:0;
	font-size:10px;
	}
#base ul{
	margin-top:0;
	margin-bottom:1em;
	margin-left:0;
	padding-left:0;
	list-style: none;
	}
#base li{
	clear:both;
	}
#sub {
	margin-right:.5em;
	width:auto;
	padding-left:0;
	float:left;
	}
#sub ul{
	margin-top:0;
	margin-left:0;
	padding-left:0;
	list-style: none;
	}
#sub li{
	display:inline;
	text-align:left;
	float:left;
	width:10em;
}
#sub li ul{
	display:inline;
	}	
/***BOTTOM NAVIGATION****************************************************/
#pipe	{
	margin-bottom:20px;
	}
#pipe ul {
	margin-left: 0;
	padding-left: 0;	
	display: inline;
	font-size:10px;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 0px 15px;
	border-left: 1px solid #808080;
	list-style: none;
	display: inline;
	}		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#pipe li a{
	color:#808080;
	text-decoration:none;
	}
#pipe li a:hover{
	color:#ff0000;	/*99cc33;*/
	}		