/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    margin-left:0px;
    margin-top:10px;
    font-family: Times New Roman;
    font-size:small 12pt;
    background-color: #180602;
    /*color: #987227;*/
    color: #f4b74d;
}

A
{
    color: #f4b74d;
    text-decoration:none;
}

A:hover
{ 
    text-decoration:underline;
    color: #f4b74d;
    font-style: italic; }


.ProductTitle
{
    font-size: 20pt;
    text-transform: uppercase;
}

.ProductText
{
    font-size:14pt;
}

.topbackground
{
	background-attachment: scroll;
	background-image: url(/MBJWeb/images/topstrip.gif);
	background-repeat: repeat-x;
}
.leftbackground
{
	background-attachment: scroll;
	background-image: url(/MBJWeb/images/leftstrip.gif);
	background-repeat: repeat-y;
}

.cornerbackground
{
 background-attachment:scroll;
 background-image: url(/MBJWeb/images/corner.gif);
 background-repeat:no-repeat;
	
}

.ftopbackground
{
	background-attachment: scroll;
	background-image: url(/MBJWeb/images/topstripb.gif);
	background-repeat: repeat-x;
}
.fleftbackground
{
	background-attachment: scroll;
	background-image: url(/MBJWeb/images/leftstripb.gif);
	background-repeat: repeat-y;
}

.fcornerbackground
{
 background-attachment:scroll;
 background-image: url(/MBJWeb/images/cornerb.gif);
 background-repeat:no-repeat;
	
}

.sectionheading
{
	font-family:Times New Roman;
	font-size:14pt;
	font-weight:bold;
/*	color:#996633;  */
    color: #f4b74d;
}

.goldtext
{
	font-family:Times New Roman;
	font-size:11pt;
	/*color:#996633;*/
	color: #f4b74d;
}

.productsubtitle
{
	font-family:Times New Roman;
	font-size:10pt;
	/*color:#996633;*/
	color: #f4b74d;
}

.productrange
{
	font-family:Verdana;
	font-size:11pt;
	 font-weight:bold;
	 color:#f4b74d;
}

.fgoldtext
{
	font-family:Times New Roman;
	font-size:14pt;
	color:#f4b74d;
}

.fproductsubtitle
{
	font-family: Times New Roman;
	font-size:14pt;
	color:#f4b74d;
}

.fproductrange
{
	font-family:Times New Roman;
	font-size:18pt;
	 font-weight:bold;
	 color:#f4b74d;
}
.fproducttext
{
	font-family: Times New Roman;
	font-size:14pt;
	color:#f4b74d;
}

.producttext
{
	font-family:Verdana;
	font-size:9pt;
/*	color:#996633;*/
color: #f4b74d;
}

.tableflow
{
	display: inline;
	position: static;
	
}

.textbox
{
    border-right: 1px inset;
    border-top: 1px inset;
    font-size: 8pt;
    border-left: 1px inset;
    border-bottom: 1px inset;
    font-family: verdana;
    cursor: hand;
    /*background-color: #ccff99;*/
    background-color: #eae2ca;
}

.tablestyle
{
	border-right: palegoldenrod 1px solid;
	border-top: palegoldenrod 1px solid;
	border-left: palegoldenrod 1px solid;
	border-bottom: palegoldenrod 1px solid;
}

.mouseStyle
{
	cursor: hand;
}

.imageGallery
{
    overflow:auto;
    height: 200px;
    display: inline-block;
    text-align:center;
    horizontal-align:middle;
    vertical-align:middle;
    
}

.imageGalleryImage
{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    cursor:hand;
}

