@charset "utf-8";
/* Copyrighted 2010 - Bravo Solutions Inc. */

/* Fixes */
ul.menu {
	float:left;
	padding-bottom: 2px;
}

#BravoPhotosPreviews {
	clear: both;
	border:0;
	outline:0;
	margin:0px;
	font-size:100%;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	background:transparent;
	padding-right: 0px;
	padding-left: 0px;
}
/* Site Tags */
#BravoPhotosPreviews table, form, img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
#BravoPhotosPreviews .divClear {
	clear: both;
	height: 0;
}
/* Link Color */
#BravoPhotosPreviews a, a:visited, a:link, a:active {
	color:#6699FF;
	text-decoration:none;
}
#BravoPhotosPreviews a:hover {
	color:#FFCC66;
	text-decoration:underline;
}
/* End Link Color */

#BravoPhotosPreviews h2 {
	padding:0;
	margin-top:20px;
	margin-bottom:5px;
}
#BravoPhotosPreviews h3 {
	padding:0;
	margin-top:10px;
	margin-bottom:5px;
}
#BravoPhotosPreviews .error {
	vertical-align: baseline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #F2A8A8;
	border: 2px solid #600;
}
#BravoPhotosPreviews .success {
	vertical-align: baseline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #C2F9A2;
	border: 2px solid #060;
}
/* Site Divs */
#BravoPhotosPreviews #footer {
	float:left;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #BFBFBF;
}
/* Site Divs */
#BravoPhotosPreviews #leftColumn {
	width: 220px;
	float:left;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
	margin-top:15px;
}
#BravoPhotosPreviews #mainColumn {
	width: 720px;
	float:left;
	margin-left: 10px;
	margin-top:15px;
}
#BravoPhotosPreviews p.infoBlock {
	margin-top: 20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #BFBFBF;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#BravoPhotosPreviews .pagination {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	float:left;
}

#BravoPhotosPreviews .pagination ul {
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}
#BravoPhotosPreviews .pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
#BravoPhotosPreviews .pagination a, .pagination a:visited {
	padding: 1px 3px;
	border: 0px solid #9aafe5;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #1F1F1F;
}
#BravoPhotosPreviews .pagination a:hover, .pagination a:active {
	border: 0px solid #2b66a5;
	color: #FFFFFF;
	background-color: #666666;
}
#BravoPhotosPreviews .pagination a.currentpage {
	background-color: #003366;
	color: #CCCCCC !important;
	font-weight: bold;
	cursor: default;
}
#BravoPhotosPreviews .pagination a.disablelink, .pagination a.disablelink:hover {
	cursor: default;
	color: #333333;
	border-color: #929292;
	font-weight: normal !important;
	background-color: #000000;
}
/* End Pagination Block*/

/* Vertical Menu List */
#BravoPhotosPreviews .verticalMenuList {
	padding: 0px;
}
#BravoPhotosPreviews .verticalMenuList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
	width:220px;
}
#BravoPhotosPreviews .verticalMenuList li {
	padding: 3px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #2C2C2C;
	background-color: #161616;
	font-weight: bold;
}
#BravoPhotosPreviews .verticalMenuList li:hover {
	background-color: #1D1D1D;
}
#BravoPhotosPreviews .verticalMenuList a, .verticalMenuList a:visited {
	color: #09F;
}
#BravoPhotosPreviews .verticalMenuList a:hover, .verticalMenuList a:active {
	color: #FC9;
}
#BravoPhotosPreviews .verticalMenuList a.disablelink, .verticalMenuList a.disablelink:hover {
	cursor: default;
	color: #333333;
	font-weight: normal !important;
}
/* End Vertical Menu List */

#BravoPhotosPreviews .eventItem {
	width: 160px;
	min-height: 200px;
	float:left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	background-color: #0F0F0F;
	text-align: center;
	vertical-align: middle;
}
#BravoPhotosPreviews .eventItem:hover {
	background-color: #141414;
}
#BravoPhotosPreviews .eventItem .eventItemImage {
	width:160px;
	height: 150px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
#BravoPhotosPreviews .eventItem .eventItemInfo {
	padding-top: 10px;
}
#BravoPhotosPreviews .albumItem {
	width: 152px;
	min-height: 160px;
	float:left;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	background-color: #0F0F0F;
	text-align: center;
	vertical-align: middle;
}
#BravoPhotosPreviews .albumItem:hover {
	background-color: #141414;
}
#BravoPhotosPreviews .albumItem .albumItemImage {
	width:152px;
	height: 150px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
#BravoPhotosPreviews .albumItem .albumItemInfo {
	padding-top: 4px;
}
#BravoPhotosPreviews .lightboxItem {
	width: 210px;
	min-height:226px;
	float:left;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	background-color: #0F0F0F;
	text-align: center;
	vertical-align: middle;
}
#BravoPhotosPreviews .lightboxItem:hover {
	background-color: #141414;
}
#BravoPhotosPreviews .lightboxItem .lightboxItemImage {
	width:210px;
	height: 200px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
#BravoPhotosPreviews .lightboxItem .lightboxItemInfo {
	padding-top: 4px;
}
#BravoPhotosPreviews #imageDisplay {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#BravoPhotosPreviews .searchForm {
	float:left;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	border-width: 0px;
	border-style: none;
}
#BravoPhotosPreviews .searchBox {
	width: 430px;
	float:left;
	background: #222;
	border-width: 0px;
	border-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#BravoPhotosPreviews .searchBox .searchBoxInput {
	border-width: 0px;
	border-style: none;
	float: left;
	color: #fff;
	font-size: 1.6em;
	width: 306px;
	height: 20px;
	background: #616161;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#BravoPhotosPreviews .searchBox .searchBoxSelect {
	float: left;
	border-width: 0px;
	border-style: none;
	color: #fff;
	font-size: 1.6em;
	width: 320px;
	height: 30px;
	background: #616161;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 3px;
	margin-right: 7px;
}
#BravoPhotosPreviews .searchBox .searchButton {
	float: left;
	width: 100px;
	height: 28px;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color:#F5E192;
	color:#000;
	border-top-color: #FDE8CC;
	border-left-color: #FDE8CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 1px;
}
#BravoPhotosPreviews table.itemsTable {
	font-size: 13px;
}
#BravoPhotosPreviews table.itemsTable tr.tableTitle th {
	font-size: 24px;
	color: #DFFFDF;
	padding-top: 5px;
	padding-bottom: 10px;
}
#BravoPhotosPreviews table.itemsTable tr.tableHeader th {
	font-size: 16px;
	color: #DFFFDF;
}
#BravoPhotosPreviews table.itemsTable tr.tableItemRow {
	font-size: 16px;
	color: #EFEFEF;
}
#BravoPhotosPreviews table.itemsTable tr.tableItemRowAlt {
	font-size: 16px;
	color: #EFEFEF;
}
#BravoPhotosPreviews .selectButton {
	font-size: 16px;
}

#BravoPhotosPreviews select.selectField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #333333;
	width: 95%;
	background-color: #EEEEEE;
}
#BravoPhotosPreviews input.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #333333;
	width: 95%;
	background-color: #EEEEEE;
}
#BravoPhotosPreviews input.inputFieldMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000066;
	width: 200px;
	background-color: #F7F7F7;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#BravoPhotosPreviews input.inputFieldShort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333333;
	width: 100px;
	background-color: #EEEEEE;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#BravoPhotosPreviews #printOrderBtn {
	font-size: 16px;
	padding: 3px;
	width:240px;
}

#BravoPhotosPreviews #checkoutOrderBtn {
	font-size: 16px;
	padding: 3px;
	width:200px;
}
