
img, div { behavior: url(Skin/Default/iepngfix.htc) }

html {

    overflow-x: auto;
    overflow-y: scroll;
}

body
{
    font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
    background-color: #000000;
    color: #000000;
    font-size: 8pt;
    line-height: 150%;
}

div.siteContainer
{
    background-color: #5c73b8;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

input, select, textarea
{
	font-family: Courier New;
	font-size: 10pt;
}

legend
{
    color: #000000;
}

h1{font-size: 16pt;}
h2{font-size: 12pt;}
h3{font-size: 10pt;}
h4{font-size: 8pt; font-weight: bold;}
h5{font-size: 8pt;}

.siteWidth{width: 985px;}

a		{color: #CFD4E6;text-decoration: none;}
a:hover	{color: #0000aa;}

button
{
    width: 0;   /* IE table-cell margin fix */
    overflow: visible;
    
	background-color: #405080;
	border-top: solid 2px #CFD4E6;
	border-left: solid 2px #CFD4E6;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	color: #CFD4E6;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

button:active
{
	background-color: #405080;
	border-bottom: solid 2px #CFD4E6;
	border-right: solid 2px #CFD4E6;
	border-top: solid 2px #000000;
	border-left: solid 2px #000000;
	color: #CFD4E6;
}

a img
{
	border: none;
	margin-bottom: -3px;
}

.phpError
{
	font-size: small;
	border: solid 1px;
}

.phpError .message
{
	background-color: #ff5555;
	padding: 2px;
}

.phpError .file
{
	width: 300px;
	padding: 2px;
	float: left;
	clear: left;
	margin: 2px;
}

.phpError .line
{
	width: 20px;
	float: left;
	padding: 2px;
	margin: 2px;
}

.phpError .call
{
	width: 300px;
	padding: 2px;
	float: left;
	margin: 2px;
}

.panel
{
	border: solid 1px;
	margin-top: 5px;
	background-color: #405080;
}

.floatL{float: left;}
.floatR{float: right;}

.smallWidth{width: 38px;}
.mediumWidth{width: 165px;}
.largeWidth{width: 800px;}
.minHeight{min-height: 50px;}

.padding{padding: 5px;}
.margin{margin: 5px;}
.clear{clear: both;}

div.centerPane
{
	margin-left: 165px;
	margin-right: 170px;
}

form.loginForm div
{
	display: inline;
}

div.leftMenu
{
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 25px;
}

div.leftMenu div.header
{
	display: block;
	margin-left: -20px;
	border-bottom: solid 1px;
	padding: 2px;
}

div.article
{
	margin-top: -9px;
}

div.blogEntry
{
	margin-bottom: 20px;
	width: 400px;
}

div.blogEntry h3
{
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: uppercase;
}

div.blogEntry p.text
{
	border-top: solid 1px;
	border-bottom: solid 1px;
	background-color: #405080;
	margin: 5px;
	padding: 5px;
}

div.blogEntry h5
{
	margin: 0px;
}

div.blogEntry h5.uploaded
{
	float: right;
}

div.blogEntry p
{
	padding: 5px;
}

div.blogEntry p.text:first-line
{
	text-transform: uppercase;
}

div.productLink
{
	width: 230px;
	height: 300px;
	padding: 5px;
	text-align: center;
	margin: 5px;
	font-weight: bold;
}

div.imageLink
{
	width: 180px;
	height: 250px;
	padding: 5px;
	text-align: center;
	margin: 5px;
}

div.imageLink p
{
	margin: 0px;
}

form.model div.inputLabel
{
	float: left;
	margin: 5px;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

form.model div.input
{
	float: left;
	margin: 5px;
	width: 300px;
}

form.tableForm
{
	display: block;
	overflow: auto;
}

form.tableForm div.save
{
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

form.tableForm fieldset
{
	border: solid 1px;
}

form.tableForm fieldset table tr td.inputLabel
{
	font-weight: bold;
	text-align: right;
}

div.iconSelect
{
	height: 200px;
	border: inset 2px;
	padding: 5px;
	overflow: scroll;
    background-color: #000000;
}

div.iconSelect a
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 5px;
	border: solid 2px #000000;;
}

a.iconSelect
{
	border: solid 2px #000000;;
}

a.iconSelect:hover, div.iconSelect a:hover
{
	background-color: #aaaaff;
	border: solid 2px;
}

div.iconSelectEnter
{
	position: absolute;
	display: none;
	width: 250px;
	padding: 5px;
	border: solid 1px;
    background-color: #405080;
}

div.notices, div.warnings
{
	position: absolute;
	margin-top: -5px;
}

p.notice
{
	position: static;
	color: #008800;
	background-color: #88dd88;
	border: solid 1px;
	padding: 5px;
	width: auto;
}

p.warning, div.newSite
{
	position: static;
	color: #aa0000;
	background-color: #ffaaaa;
	border: solid 1px;
	padding: 5px;
	width: auto;
}

iframe.iDropItemList
{
	width: 200px;
	height: 390px;
	margin-top: 10px;
	border: solid 2px;
}

div.iDropItemList
{
	width: 150px;
}

div.iDropItem
{
	text-align: center;
}

div.storeCart th
{
	border-bottom: dashed 1px;
}

div.storeCart
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

div.storeCart table
{
	width: 100%;
	text-align: center;
	border: solid 2px #CFD4E6;
}

img.link
{
	border: solid 2px transparent;
}

img.link:hover
{
	border: solid 2px;
}

div.searchResult
{
	overflow: auto;
	padding: 5px;
	margin: 5px;
	border: solid 2px transparent;
}

div.searchResultIcon
{
	float: left;
	margin-right: 10px;
}

div.searchResultIcon img
{
	width: 100px;
	height: 100px;
}

div.searchResult a
{
	width: 100%;
}

div.searchResult:hover
{
	border: solid 2px;
}

div.storePanel
{
	text-align: right;
}

div.liveSearchResults
{
	display: none;
	position: absolute;
	height: 100px;
	width: 200px;
}

div.storeOrder table
{
	margin-left: 100px;
}

div.storeOrder table td
{
	border-top: dashed 1px;
}

form.storeCartButton
{
	margin: 0px;
}

div.storeDescription
{
	width: 640px;
	margin-bottom: 10px;
}

div.imageLinkSmall
{
	text-align: center;
}

div.imageLinkSmall img.prodLinkImage
{
	width: 100px;
	height: 100px;
}

div.imageCategory
{
	width: 640px;
}

div.productCategory
{
	width: 510px;
	padding-left: 75px;
}

div.productCategory div.hierarchy a
{
	width: 50px;
}

tr.prodNotAllowed td
{
	background-color: #ffaaaa;
}

div.siteHeader
{
	overflow: auto;
}

div.siteBanner
{
	height: 128px;
	background-image: url(../../_sites/andrea/images/header_1000.jpg);
}

div.siteFooter
{
	text-align: center;
    background-color: #000000;
    color: #ffffff;
}

div.report table th
{
	min-width: 100px;
	text-align: center;
	background-color: #405080;
}

div.report table td
{
	text-align: right;
}

div.storeProductList
{
	float: left;
	margin: 10px;
	width: 300px;
	border: solid 1px;
}

div.resetPassword
{
	width: 300px;
	margin-top: 50px;
	margin-left: 150px;
}

form.deleteModelButton div.save
{
	padding: 0px;
}

form.deleteModelButton button
{
	display: inline;
	border: none;
	background: none;
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px;
}
