
/* --------------------------------------------------------------
Global Settings
----------------------------------------------------------------*/

div, span{
	padding:0;
	margin:0;
}


/* --------------------------------------------------------------
Setting for the Title
----------------------------------------------------------------*/

.glosswhitetitle{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 0 15px;
	padding:0;
	font-size:10pt;
	font-weight:bold;
	color:#FFF;
}

/* --------------------------------------------------------------
Padding on the title to vertically center
----------------------------------------------------------------*/

.conttitle{
	padding-top:4px;
}
 
/* --------------------------------------------------------------
Start of the Glossy title
----------------------------------------------------------------*/
 
 /* Main Head tile */

.darkredtop{
background:transparent url(images/dark-red-top-tile.gif) scroll repeat-x top;
}

/* Head Left Image */

.darkredleft{
	background : transparent url(images/dark-red-left.gif) no-repeat scroll top left;
}

/* Head Right Image */

.darkredright{
	background : transparent url(images/dark-red-right.gif) no-repeat scroll top right;
}

/* --------------------------------------------------------------
Start of the Main Content Area
----------------------------------------------------------------*/

/* Left tile */

.glossleft{
	background : White url(images/gloss-left-tile.gif) repeat-y scroll left;
}

/* Right tile */

.glossright{
	background : transparent url(images/gloss-right-tile.gif) repeat-y scroll right;
}

/* Top tile */
.glosstoptile{
	background : transparent url(images/gloss-top-tile.gif) repeat-x scroll top;
}

/* Image on the top right */

.glosstopright{
	background : transparent url(images/gloss-top-right.gif) no-repeat scroll top right;
}

/* Image on the top left */

.glosstopleft{
	background : transparent url(images/gloss-top-left.gif) no-repeat scroll top left;
}

/* Bottom tile */

.glossbotttile{
	background : transparent url(images/gloss-bott-tile.gif) repeat-x scroll bottom;
}

/* Image on the bottom left */

.glossbottleft{
	background : transparent url(images/gloss-bott-left.gif) no-repeat scroll bottom left;
}

/* Image on the bottom right */

.glossbottright{
	background : transparent url(images/gloss-bott-right.gif) no-repeat scroll bottom right;
}

/* --------------------------------------------------------------
Start of Footer Section 
----------------------------------------------------------------*/

.darkredfootertile{
	background : transparent url(images/dark-red-bottom-tile.gif) repeat-x scroll top;
}

/* Left Image on the Footer */

.darkredfooterleft{
	background : transparent url(images/dark-red-bottom-left.gif) no-repeat scroll top left;
}

/* Right Image on the Footer */

.darkredfooterright{
	background : transparent url(images/dark-red-bottom-right.gif) no-repeat scroll top right;
}

/* Shadow on the bottom of the container */

.glossshadow{
	background : transparent url(images/gloss-shadow.gif) no-repeat scroll bottom;
	padding-right:10px;
}

/* Padding on the visibility image */

.glossvisible{
	padding-top:8px;
	padding-right:17px;
}



