#content p, #content h1, #content h2, #content h3, #content h4, #content ul, #content ol, #content li, #content table
{
margin: 0 0 1em 0;
}

td, th
{
vertical-align: top;
}

div.hr
{
margin: 1.5em 0;
padding: 0;
background-color: #2c2c31;
color: inherit;
clear: both;
height: 1px;
}

div.clearBoth
{
clear: both;
width: 1px;
height: 1px;
font-size: 1px;
line-height: 1px
}

div.clearLeft
{
clear: left;
width: 1px;
height: 1px;
font-size: 1px;
line-height: 1px
}

#content ul
{
list-style-image: url(../style/aaBullet.png);
list-style-type: square;
}

#content li
{
margin-bottom: 1em;
}

/* Thumbnails in VCMS Auto-Galleries */
.vmGallery, .vmCustomGallery
{
position: relative;
width: 102%;
}

.vmGallery, .vmGallery li, .vmCustomGallery, .vmCustomGallery li
{
margin: 0;
padding: 0;
cursor: default;
list-style: none;
}

.vmGallery:after, .vmCustomGallery:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.vmGallery li, .vmCustomGallery li
{
display: block;
float: left;
margin: 0 1em 1em 0 !important;
padding: 6px;
text-align: center;
box-shadow: -2px 2px 6px #0c0c0d;
-moz-box-shadow: -2px 2px 6px #0c0c0d;
-webkit-box-shadow:	-2px 2px 6px #0c0c0d;
border: 1px solid #000;
background-color: #29292d;
}

.vmCustomGallery a.Caption
{
font-size: 14px;
line-height: 16px;
background-color: #29292d;
margin-top: 10px;
padding: 5px;
}

.vmCustomGallery li
{
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow:	none;
border: none;
background-color: transparent;
}

.vmGallery a.Trigger
{
display: block;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.vmGallery a.Trigger img
{
display: none;
}

#content .vmGallery a.Trigger:hover img
{
position: relative;
top: -30%;
left: -30%;
display: block;
padding: 6px;
box-shadow: -2px 2px 6px #0c0c0d;
-moz-box-shadow: -2px 2px 6px #0c0c0d;
-webkit-box-shadow:	-2px 2px 6px #0c0c0d;
background-color: #29292d;
border: 1px solid #000;
}

.vmCustomGallery img
{
display: inline-block;
padding: 6px;
box-shadow: -2px 2px 6px #0c0c0d;
-moz-box-shadow: -2px 2px 6px #0c0c0d;
-webkit-box-shadow:	-2px 2px 6px #0c0c0d;
background-color: #29292d;
border: 1px solid #000;
}

/* Folder image blank */
.GFolder
{
display: block;
background: transparent url(../style/CatFolder.png) 50% 50% no-repeat;
}

.GFolder:hover
{
background-image: url(../style/CatFolderOpen.png);
}

/* Other VCMS-generated images */
span.ImgCaption
{
display: block;
height: 18px;
padding: 2px 0 0 0;
overflow: hidden;
font-size: 11px;
color: #7e7e7e;
background-color: transparent;
}

span.Normal, span.NormalNoBorder, span.FloatLeft, span.FloatRight
{
display: inline-block;
padding: 0;
margin: 0 1em 1em 0;
background-color: #1f1f24;
border: 1px solid #1f1f24;
}

span.FloatLeft, span.FloatLeftNoBorder
{
float: left;
margin: 0 1em 1em 0;
}

span.FloatRight, span.FloatRightNoBorder
{
clear: right;
float: right;
margin: 0 0 1em 1em;
}

span.FloatRight span.ImgCaption, span.FloatRightNoBorder span.ImgCaption
{
text-align: right;
}

span.Normal, span.NormalNoBorder
{
clear: both;
}

a.Caption
{
display: block;
padding: .5em 0 0 0;
}

.warning
{
color: #f00;
background-color: transparent;
}

a img
{
border: none;
}

/* Draw attn to (eg) form input */
.PayAttn
{
background-color: #d0d0d0;
color: #c00;
}

/* Gallery controls */
table.PageControls
{
border: 1px solid #2c2c31;
color: #595963;
background-color: transparent;
font-size: .9em;
}

table.PageControls td
{
padding: .2em .6em;
}

table.PageControls select
{
border: 1px solid #000;
color: #707077;
background-color: #2a2a2e;
}

/* Print & non-css */
div.hr hr
{
display: none;
}

/* VCMS in diagnostic mode */
div.Diagnostics
{
clear: both;
color: #000;
background-color: #ebebeb;
font: 11px "Courier New";
border: 1px solid #5b5b5b;
padding: 1em;
margin: 1em 0;
}

div.Diagnostics h1, div.Diagnostics h2, div.Diagnostics h3
{
font: bold 13px "Courier New";
color: #000;
background-color: #ebebeb;
}

/* Custom Classes */
table.WithBorder
{
border: 1px solid #2c2c31;
border-collapse: no-collapse;
}

table.WithBorder td, table.WithBorder th
{
border: 1px solid #2c2c31;
padding: 4px;
text-align: left;
}

table.WithBorder th
{}

/* ##CUSTOM ELEMENTS INSERTED VIA CMS## */
/* Search form */
#CustomSearchForm p
{
background: transparent url(../style/customSearchLabel.png) 0 50% no-repeat;
padding: 0 0 0 130px;
}

#CustomSearchInput
{
font: 12px "Verdana", "Arial", "Helvetica", sans-serif;
background: #c6c6ce url(../style/customSearchBox.png) 0 50% no-repeat;
width: 207px;
height: 26px;
border: none;
padding-left: 3px;
}

#CustomSearchButton
{
color: #c0c0c4;
font: 14px "Verdana", "Arial", "Helvetica", sans-serif;
background: transparent url(../style/customSearchButton.png) 0 50% no-repeat;
width: 58px;
height: 40px;
border: none;
text-decoration: none;
text-shadow: #000 -1px 1px 0;
cursor: pointer;
}

#CustomSearchButton:hover
{
color: #69f;
text-shadow: #000 1px -1px 0;
}
