/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */


/* ======================================================================================================== */
/* ----------------------------------------------------------------------------------- STYLES FOR ALL PAGES */
/* ======================================================================================================== */
.none {}

.noBullet{
	list-style-type:none;
	padding-left:0px;
}
/* -----------------------------------------styles for custom table */
.stjTable{ 
	border:#707070 1px solid;	
	vertical-align:top;
}
.stjTable p{
	padding-bottom:14px;	
}
.stjTable td{
	vertical-align:top;
	padding:30px 20px 30px 20px;
}
.greyTableBackground{
	background:#efefef;	
}
/* -----------------------------------------styles for custom table2 */
.stjTable2{ 
	border:#707070 1px solid;	
	vertical-align:top;
}
.stjTable2 p{
	padding-bottom:0px;	
}
.stjTable2 td{
	vertical-align:top;
	padding:10px 10px 10px 10px;
}
.greyTableBackground{
	background:#efefef;	
}
/* -----------------------------------------add border with paddding to login box */
.contentBorder{
	width:500px;
	border:#707070 1px solid;
	padding:20px;
}
/* ----- END OF ALL PAGES STYLE ----- */


/* ======================================================================================================== */
/* ------------------------------------------------------------------------------ STYLES FOR HOME PAGE ONLY */
/* ======================================================================================================== */
.arrowCircle{
	padding-left:20px;	
}
/* ----- END OF HOME PAGE STYLE ----- */


/* ======================================================================================================== */
/* -------------------------------------------------------------------------- STYLES FOR CONTENT PAGES ONLY */
/* ======================================================================================================== */

.imageleft {float: left; margin: 0 20px 15px 0;}
.imageright {float: right; margin: 0 0 15px 20px;}

/* ----- END OF CONTENT PAGES STYLE ----- */