﻿/* BODY BACKGROUND COLOR */
body {
	background-color: #333F4D;
	margin-top: 0px;
}

/* DEFAULT FONT */
p, br, blockquote, li, dt, dd, td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #606060;
	//line-height: 11pt;
}

ul, ol, dl {
	list-style-type: disc;
	//list-style-image: url('../bullet.gif');
	list-style-position: outside
}


/* LARGE */

.font_m1_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #393942;
}

.font_p0_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #393942;
}

.font_p1_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #393942;
}

.font_p2_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #393942;
}

.font_p3_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #393942;
}

.font_p4_blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	//line-height: 18pt;
	color: #393942;
}

.font_m1_grey {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: normal;
	color: #606060;
}

.font_m1_white {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #FFFFFF;
}

.font_p0_white {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}

.font_p1_white {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.font_p2_white {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.font_p3_white {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}

.font_p4_white {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	//line-height: 18pt;
	color: #FFFFFF;
}

.font_p0_gold {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #808000;
}

.font_p1_gold {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	color: #808000;
}

.font_p2_gold {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #808000;
}

.font_p3_gold {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 12pt;
	color: #808000;
}

.previewPane
{
    background-color: #fff;
    background-image: url(Images/ImageGallery/previewPaneBg.gif);
    background-repeat: no-repeat;
}
.infoPane
{
    background-color: #fff;
    background-image: url(Images/ImageGallery/infoPaneBg.gif);
    background-repeat: no-repeat;
}
.infoPaneBg
{
    margin-top: 20px;
    background-color: #fff;
    background-image: url(Images/ImageGallery/grayBg.gif);
    background-repeat: no-repeat;
    height: 192px;
    width: 272px;
}
.imageDetailsHeader
{
    font: bold 16px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 5px;
}
.details
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    margin-left: 30px;
    width: 230px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.detailsTxtBox
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    height: 13px;
    border: solid 1px #ccc;
}
a.editBtns, a.editBtns:link, a.editBtns:visited, a.editBtns:active, a.editBtns:focus
{
    text-decoration: none;
    border: solid 1px #808080;
    display: inline-block;
    width: 50px;
    font: bold 11px Arial, Verdana, Helvetica, Sans-serif;
    text-align: center;
    margin-top: 4px;
    background-color: #e8e8e8;
    color: #808080;
}
a.editBtns:hover
{
    color: #3b3b3b;
}
.thumbsViewer
{
    background-color: #fff;
    background-image: url(Images/ImageGallery/thumbsBg.gif);
}

.RotatorImage
{
    margin:0px 11px;
    cursor:hand;
    cursor:default;
}

