/*
	OFPEC
	22 January 2009
	
	ed depot styles
*/


#left_column {
	float:left;
	width:768px;
}

#left_column_top,
#left_column_bottom {
	float:left;
	width:768px;
}

#left_column_top {

}

#leftcol_topleft {
	float:left;
	width:448px;
	padding:0 10px 0 0;
}

#leftcol_topright {
	float:left;
	width:310px;
}

#middle_column .box_header h2{
	text-decoration:none;
	border:none;
}

/*------------------------------{   left column   }------------*/


.a5col_box_container {
	margin:0;
}

.news_item {
	width:748px;
}

.news_header,
.news_content,
.news_footer {
	float:left;
	width:100%;
}

#left_column .item_header {
}

#left_column .item_header h3 {
	color:#333;
}

#left_column .item_header p.meta {
	padding:5px 0 0;
}

#left_column .item_content {
	padding:10px 0 0;
}

#left_column .item_content p {
	padding:5px 0 7px;
}

#left_column .item_footer {
}

#left_column .item_footer p {
}

#middle_column {
	margin:0;
}


#left_column #middle_column h2 {
	margin:0;
	padding:0;
	border:none;
}

#left_column #middle_column h2 a {
	text-decoration:none;
	font-weight:bold;
}


/*-----------------------------------------------{   codebox styles   }----------*/

#left_column .item_content p.code,
#left_column .item_content p.code_example,
#left_column .item_content p.code_example_sqf,
#left_column .item_content p.code_example_sqs,
#left_column .item_content p.codeSwitch_sqs,
#left_column .item_content p.codeSwitch_sqf,
#left_column .item_content span.code {
	display:block;
	width:356px;
	margin:5px auto 7px;
	padding:30px 10px 20px 50px;
	background:url(/images/layout/code_bg.gif) no-repeat top left #DEE7ED;
	border:1px solid #C4CDDB;
	font-family:"Courier New", Courier, monospace;
	line-height:140%;
	color:#004E9B;
}

fieldset {
	border:none;
}
