/* Revision 1.1.0  11-June-2007 */
/* 		Revision 1.1.0 - Initial Release */

/***********************************************/
/* Standard Widths                             */
/***********************************************/
.space30{
	height: auto;
	max-width: 33%;
	min-width: 33%;
	float: left;
}

.space60{
	height: auto;
	max-width: 66%;
	min-width: 66%;
	float: left;
}
.width25{
	height: auto;
	color: #FF33CC;
	max-width: 25%;
	min-width: 25%;
}
.width45 {
	height: inherit;
	width: 45%;
}


/***********************************************/
/* Positional Classes	                 	   */
/***********************************************/
.width10{
	height: auto;
	min-width: 10%;
	max-width: 10%;
}
.width12 {
	height: auto;
	min-width: 12%;
	max-width: 12%;
}
.width15{
	height: auto;
	min-width: 15%;
	max-width: 15%;
}

.left {
	float: left;
}

.right {
	float: right;
}

/***********************************************/
/* Not confirmed as required                 	   */
/***********************************************/

.margin{
	margin-right: 1%;
	margin-left: 1%;
}

.width01{
	height: auto;
	width: 1%;
}

.width04{
	height: auto;
	width: 4%;
}

.width05{
	height: auto;
	width: 5%;
}

.width06{
	height: auto;
	width: 6%;
}

.width19{
	height: auto;
	width: 19%;
}

.width20{
	height: auto;
	width: 20%;
}


.width30{
	height: auto;
	width: 30%;
}

.width35{
	height: auto;
	width: 35%;
}

.width40{
	height: auto;
	width: 40%;
}


.width65{
	height: auto;
	width: 65%;
}

.width75{
	width: 75%;
}

.width90{
	height: auto;
	width: 90%;
}

.width95{
	height: auto;
	width: 95%;
}

.fixed500{
	height: 232px;
	width: 350px;
}

/************** #various border colours and styles **************/

.thinridge {
	border: thin ridge;
}

.thinsolid {
	border: thin solid;
}

.topbottom{
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.pad{
	padding-right: 1%;
	padding-left: 1%;
}

