/* CSS Document */


body{margin:0px; padding:0px; background:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; overflow-x:hidden;
}
input, form{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif;
}
.admin_header{
	background:url(../images/admin_02.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.logo{ display:block; width:512px; height:109px;
}
.login_field{ background:url(../images/ADMIN_07.jpg) no-repeat top;
}
.admin_logintxt{color:#FFFFFF; font-size:16px;
}
.usernametxt{color:#013b8d; font-size:13px; font-weight:bold;
}
.login_textfield{width:167px; height:23px; background-color:#FFFFFF; border:none;
}
.loginbtn{color:#ffffff; background:url(../images/login_btn_10.jpg) no-repeat; font-size:12px; font-weight:bold; width:64px; height:21px; border:none; padding-bottom:4px;
}



html{
		width:100%;
		overflow-x:hidden;
	}

#mainContainer{
		width:600px;
		margin:0 auto;
		text-align:left;
		/*background-color:#FFF;*/
	}
	h4{
		margin:0px;
	}
	p{
		margin-top:5px;
	}
	
	
	
	/* This is the box that is parent to the dragable items */
	#dragableElementsParentBox{
		padding:10px;	/* Air */
	}
	
	.smallArticle,.bigArticle{
		float:left;
		border:1px solid #000;
		background-color:#DDD;
		padding:2px;
		margin-right:10px;
		margin-bottom:5px;
	}
	.smallArticle img,.bigArticle img{
		float:left;
		padding:5px;
	}
	.smallArticle .rightImage,.bigArticle .rightImage{
		float:right;
	}
	.smallArticle{
		width:274px;		
	}
	.bigArticle{
		width:564px;
	}
	.clear{
		clear:both;
	}
	
	/* END DEMO CSS */
	
	/* REQUIRED CSS */
	
	#rectangle{
		float:left;
		border:1px dotted #F00;	/* Red border */
		background-color:#FFF;
	}
	#insertionMarker{	/* Don't change the rules for the insertionMarker */
		width:6px;
		position:absolute;
		display:none;
	}
	#insertionMarker img{	/* Don't change the rules for the insertionMarker */
		float:left;
	}		
	#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
		position:absolute;
		display:none;
		border:1px solid #000;
		filter:alpha(opacity=50);	/* 50% opacity , i.e. transparency */
		opacity:0.5;	/* 50% opacity , i.e. transparency */

	}
	