/*########################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.0.1
	Creation Date		: 22-02-06
	Modification Date	: 24-08-06
	Creation by			: Jerry van Heerikhuize
	Modification by		: Jerry van Heerikhuize
	Description			: universal layout grids
	File				: grids.css

\*########################################################################*/

/*########################################################################*\

	GENERAL

\*########################################################################*/

.g_700
{
	margin: 0px;
	padding: 0px;
}

.g_700 td { vertical-align: top; }

div.debug td { background-color: #CCC; }
div.debug td.g_700_sep { background-color: black !important; }

/*########################################################################*\

	SEPERATORS

\*########################################################################*/

/* vertical seperator */
.g_700_sep { width: 20px; }

/* horizontal seperator */
.g_700_sep_hor { height: 20px; }

/*########################################################################*\


\*########################################################################*/
/* horizontal seperator */
.g_700_total {width: 700px; }



/* 1 column td */
.g_700_1c1, .g_700_2c2, .g_700_3c3, .g_700_4c4, .g_700_6c6 { width: 700px; }

/* 2 column td */
.g_700_2c1, .g_700_4c2, .g_700_6c3 { width: 340px; }

/* 3 column td */
.g_700_3c1, .g_700_6c2 { width: 220px; }
.g_700_3c2, .g_700_6c4 { width: 460px; }

/* 4 column td */
.g_700_4c1 { width: 160px; }
.g_700_4c3 { width: 520px; }

/* 6 column td */
.g_700_6c1 { width: 100px; }
.g_700_6c5 { width: 580px; }
