/**
 * Author: Michael Kinkaid
 **/

#galleryContent {
	float:left;
	width:100%;
	text-align:center;
}

#galleryContentCenter {
	margin: 0 auto;
	width:800px;
}

/********** SEARCH **********/
#gallerySearchContainer {
	width:800px;
	height:65px;
	margin:0px 0px 10px 0px !important;	
	margin:0px 0px 0px 0px;
	text-align:left;	
}

/********** BOX **********/
.boxTop {
	width: 395px;
	padding: 0px;
	margin: 0px;
	background: url("../temp/images/monsterGallery/searchBoxTop.gif") no-repeat;
}

.boxBottom {
	width: 395px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	behavior: url(javaScript/iepngfix.htc);
	background: url("../temp/images/monsterGallery/searchBoxBottom2.png") no-repeat bottom left;
	font-size:1px;
}

.boxContent {
	padding-top:14px;
	/*width:346px;
	height:95px;
	margin-left:23px;*/
}

.searchIconContainer {
	float:left;
	width:71px;
	height:97px;
}

/********** SEARCH BOX **********/
#searchBox {
	float:left;
	width:395px;
	margin-right:10px;
}

#searchInputContainer {
	float:left;
	width:242px;
	height:97px;
	overflow:visible;
}


#searchRunContainer {
	padding:0px;
	margin:0px;
}

a#runButton {
	float:left;
	width:19px;
	height:19px;
	margin-left:5px;
	background: url("../temp/images/monsterGallery/weeGoIconOff.gif") no-repeat bottom left;
}

a:hover#runButton {
	margin-left:5px;
	background: url("../temp/images/monsterGallery/weeGoIconOn.gif") no-repeat bottom left;
}


#keyword {
	font-weight:bold;
	color:#86bee3;
	font-size:14px;
}


a{
	color:#999999;
}

a:hover {
	color:#FFAA00;
}

/********** CATEGORY BOX **********/
#categoryBox {
	float:left;
	width:395px;
}

#categoriesContainer {
	float:left;
	width:270px;
	height:97px;
	font-size:10px;
}

#categoriesContainer a {
	color:#999999;
	text-decoration:none;
}

#categoriesContainer a:hover {
	color:#FFAA00;
	text-decoration:underline;
}

a#openCategoryBrowser {
	color:#FFAA00;
}

/********** ADVANCED SEARCH **********/
#advancedSearchContainer {
	width:800px;
	padding:0px;
	margin:0px;
}

.wideBoxTop {
	width: 800px;
	padding: 0px;
	margin: 0px;
	behavior: url(javaScript/iepngfix.htc);
	background: url("../temp/images/monsterGallery/advancedBoxTop.png") no-repeat;
	text-align:left;
}

.wideBoxBottom {
	width: 800px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	behavior: url(javaScript/iepngfix.htc);
	background: url("../temp/images/monsterGallery/advancedBoxBottom.png") no-repeat bottom left;
}

#advancedTable {
	margin: 10px 0px 0px 10px;
	font-size:12px;
}

.selectDate {
	font-size:10px;
}

/********** BROWSE **********/
#galleryBrowseContainer {
	width:800px;
}

#galleryBrowseOptions {
	text-align:left;
}

#browseGalleryTitle {
	behavior: url(javaScript/iepngfix.htc);
	margin: 0px 250px 0px 50px;
}

#galleryBrowseContainer a {
	font-weight:bold;
	color:#FFAA00;
	text-decoration:none;
	font-size:14px;
}

#galleryBrowseContainer a:hover {
	text-decoration:underline;
}

#designGalleryScrollerContainer {
	margin:10px 0px 10px 0px;
}

#mostRecentButton {
	margin-left:50px;
}

/********* MENU *********/
#menu_container {
	height:30px;
	border-left:#ebebeb solid 2px;
	margin-left:50px;
}
#options {
	border:0pt none;
	margin:0pt;
	padding:0pt;
	position:relative;
}
#options .button {
	display:block;
	float:left;
	height:30px;
	border-right:#ebebeb solid 2px;
	cursor:pointer;
}
#newDesign {
	behavior: url(/javaScript/iepngfix.htc);
	background-image:url("/temp/images/galleryMenu/new.png");
	background-repeat: no-repeat;
	width:45px;
}
#hallOfFame {
	behavior: url(/javaScript/iepngfix.htc);
	background-image:url("/temp/images/galleryMenu/hallOfFame.png");
	background-repeat: no-repeat;
	width:120px;
}
#highlyRated {
	behavior: url(/javaScript/iepngfix.htc);
	background-image:url("/temp/images/galleryMenu/highlyRated.png");
	background-repeat: no-repeat;
	width:120px;
}
#kids {
	behavior: url(/javaScript/iepngfix.htc);
	background-image:url("/temp/images/galleryMenu/Kids.png");
	background-repeat: no-repeat;
	width:47px;
}
#funny {
	behavior: url(/javaScript/iepngfix.htc);
	background-image:url("/temp/images/galleryMenu/funny.png");
	background-repeat: no-repeat;
	width:63px;
}
#randomDesign {
	behavior: url(/javaScript/iepngfix.htc);
	background-image:url("/temp/images/galleryMenu/random.png");
	background-repeat: no-repeat;
	width:82px;
}
