/* Start of CMSMS style sheet 'NGDCcore' */
/*
  @Nuno Costa [criacaoweb.net] Core CSS.
  @Licensed under GPL and MIT.
  @Status: Stable
  @Version: 0.1-20090418
  
  @Contributors:

     -  Matthew West, Developer City

  --------------------------------------------------------------- 
*/
/*----------- Global Containers ----------- */
/* 
.core-wrap-100   =  width - 100% of Browser Fluid
.core-wrap-960   =  width - 960px  - fixed
.core-wrap-780   =  width - 780px  - fixed
.custom-wrap-x   =  width -  custom   - declared in another css (your site css)
*/

.core-wrap-33 {
	width: 33%;
}
.core-wrap-30 {
	width: 30%;
}
.core-wrap-40 {
	width: 40%;
}
.core-wrap-60 {
	width: 60%;
}
.core-wrap-70 {
	width: 70%;
}
.core-wrap-100 {
	width: 100%;
}
.core-wrap-960 {
	width: 960px;
}
.core-wrap-780 {
	width: 780px;
}
.core-wrap-33,
.core-wrap-30,
.core-wrap-40,
.core-wrap-60,
.core-wrap-70,
.core-wrap-100,
.core-wrap-960,
.core-wrap-780,
.custom-wrap-x {
	margin-left: auto;
	margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-33  .core-float-left,
.core-wrap-30  .core-float-left,
.core-wrap-40  .core-float-left,
.core-wrap-60  .core-float-left,
.core-wrap-70  .core-float-left,
.core-wrap-100  .core-float-left,
.core-wrap-960  .core-float-left,
.core-wrap-780  .core-float-left,
.custom-wrap-x  .core-float-left {
	float: left;
	display: inline;
}
.core-wrap-33  .core-float-right,
.core-wrap-30  .core-float-right,
.core-wrap-40  .core-float-right,
.core-wrap-60  .core-float-right,
.core-wrap-70  .core-float-right,
.core-wrap-100  .core-float-right,
.core-wrap-960  .core-float-right,
.core-wrap-780  .core-float-right,
.custom-wrap-x  .core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-33  .core-center,
.core-wrap-30  .core-center,
.core-wrap-40  .core-center,
.core-wrap-60  .core-center,
.core-wrap-70  .core-centet,
.core-wrap-100   .core-center,
.core-wrap-960   .core-center,
.core-wrap-780   .core-center,
.custom-wrap-x   .core-center {
	margin-left: auto;
	margin-right: auto;
}
/* End of 'NGDCcore' */

