﻿/* PLASE UPADTE content.css IF YOU MAKE ANY CHANGES TO THE STYLES BETWEEN THESE COMMENTS
This will temporarily address an issue with the editor where the bullet styles won't update correctly */
body {
	font-family: arial, helvetica, verdana, tahoma;
	font-size: 100%;
	background-color: #fff;
	color: #566c77;
	behavior:url(styles/csshover2.htc);
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	background-image: url(../images/arrowOver.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 15px;
}

h1.spacer {
	background-image: none;
	margin-bottom: 19px;
}

p {
	font-size: 0.75em;
}

td {
	font-size: 0.75em;
}

a, img { border:none; }

div#contentWindow a {
	color: #566c77;
}

div#contentWindow a:hover {
	color: #ffc510;
	text-decoration: none;
}

div#contentWindow ul {
	list-style-type: disc;
	padding-left: 40px;
}

div#contentWindow ol {
	list-style-type: decimal;
	padding-left: 40px;
}

div#contentWindow li {
	font-size: 0.75em;
}

/* end of common styles */

div#frame {
	width: 900px;
	height: 600px;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

div#mainContent{
	width:900px;
	height:300px;
	float:left;
	clear: both;
}

div#menuColumn {
	margin-left: -670px;
	float: left;
	width: 159px;
	height: 290px;
	padding-top: 10px;
	text-align: right;
}

div#menuColumn2 {
	float: left;
	width: 159px;
	height: 290px;
	padding-top: 10px;
	text-align: right;
	z-index: 1;
}

div#details {
	margin-left: 159px;
	float: left;
	width: 431px;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	display: inline;
}
/* ################ */
div#flash {
	width:900px;
	height:300px;
	float:left;
}

div#detailsFlash {
	float: left;
	width: 700px;
	height: 300px;
	padding-left: 41px;
	z-index: -1;
	display: inline;
}

div#detailsImage {
	width: 230px;
	height: 300px;
	float: left;
	background-color: #efefef;
}

div#detailsImageGallery {
	width: 230px;
	height: 300px;
	float: left;
	padding-top: 10px;
	background-color: #efefef;
}

div#fullImage {
	text-align: center;
}

div#imageTitle {
	text-align: center;
	font-size: 0.8em;
}

div#login {
	height: 49px;
	clear: both;
	padding-left: 3px;
	padding-top: 21px;
	padding-bottom: 5px;
}

div#imageBottom {
	height: 54px;
}

div#contentWindow {
	width: 431px;
	height: 270px;
	overflow: auto;
	left: 0px;
	top: 0px;
	z-index: 1;
	scrollbar-face-color: #e3e3e3;
	scrollbar-highlight-color: #e3e3e3;
	scrollbar-3dlight-color: #688290;
	scrollbar-darkshadow-color: #4a616d;
	scrollbar-shadow-color: #688290;
	scrollbar-arrow-color: #4a616d;
	scrollbar-track-color: #e3e3e3;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* backslash hack hides from IE mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */

/* Menu Styles */
div#listmenu {
	width: 150px;
	float: right;
	font-size: 0.75em;
	/*background-color: #fff;
	height: 166px;*/
	clear: both;
	height: 196px;
}

div#listmenu ul {
	margin: 0 0 0 0px;
	width: 150px;
}

div#listmenu li {
	position: relative;
	list-style-type: none;
	/*background-color: #fff;*/
	width: 100%;
	padding-bottom: 4px;
	z-index: 80;
}

div#listmenu ul li a img {
	border: none;
}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0;
	margin-left: 150px;
	padding-left: 5px;
	position: absolute;
	width: 175px;
	left: -2px;
	top: -3px;
	z-index: 99;
}

div#listmenu ul li ul li {
	width: 100%;
	background-color: #4a5b65;
	border-bottom: 1px solid #fff;
	padding: 4px;
	text-align: left;
	z-index: 100;
}

div#listmenu ul li ul li:hover {
	background-color: #5a7685;
}

div#listmenu ul li ul li a {
	color: #fff;
	text-decoration: none;
}

div#listmenu ul li ul {
	display: none;
}

div#listmenu ul li:hover ul {
	display: block;
}

a.ctrls {
	color: #566c77;
	font-size: 0.9em;
	text-decoration: none;
}

a.ctrls:hover {
	text-decoration: none;
}

.titleLogin {
	font-size: 0.9em;
}

input.loginInput {
	color: #566c77;
	border: 1px solid #566c77;
	background-color: #e3e3e3;
	width: 150px;
	font-size: 1.0em;
	padding-left: 3px;
}