/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/********************   PRIMARY PAGE STYLING   *************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

body{
	font-family: verdana, arial, sans-serif;
	background:white;
	color: black;
	font-size: 12px;
	}
	
a:link {
	color: #752226;
	text-decoration: none;
	}

a:visited {
	color: #752226;
	text-decoration: none;
	}
	
a:active {
	color: #752226;
	text-decoration: none;
	}
	
a:hover {
	color: black;
	text-decoration: underline;
	}

img{
	border: 0px;
	}
	
a:img{border: 0px;}

.cent{text-align: center;}
.righ{text-align: right;}
.left{text-align: left;}

h2{font-size:12px;font-weight:normal;padding:0px;margin:0px;}
		
.header{
	width: 100%;
	background: url(http://images.smuttrap.com/design/smuttrap_header.gif) no-repeat top center;
	text-align:center;
	}
.headerMinWidth{
	height:184px;
	width:962px;
	background: url(http://images.smuttrap.com/design/smuttrap_header_minwidth.gif) no-repeat top center;
	}
.headerLink{}
	.headerLink a{display: block; line-height:80px; text-decoration:none;}
	.headerLink a:hover{text-decoration: none;}
.headerLinks {line-height:30px;}
	.headerLinks a{padding: 2px 5px 2px 5px; border: 1px solid #FEE8DD; background: #FEE8DD;}
	.headerLinks a:hover{border: 1px dashed #EF9292;text-decoration: none;}

.sectionHeader{
	background: #341516 url(http://images.smuttrap.com/design/smuttrap_section_head.gif) repeat-x;
	color: #FEF4F0;
	font-style: uppercase;
	font-weight: bold;
	font-size: 15px;
	height: 25px;
	padding-top: 3px;
	text-align: center;
	}

#pageWidth{
	width: 100%;
	text-align: center;
	}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	}

#leftMenu{
	float: left;
	width: 148px;
	text-align: center;
	padding-right: 2px;
	}

#content{
	float: left;
	width: 507px;
	}

#rightMenu{
	float: right;
	width: 305px;
	text-align: center;
	}

.item{
	background: #FEF4EF url(http://images.smuttrap.com/design/smuttrap_section_item.gif) repeat-x top;
	border-left: 1px solid #EDD3C6;
	border-right: 1px solid #EDD3C6;
	border-bottom: 1px solid #EDD3C6;
	height: 106px;
	}
.sideItem{
	background: #FEF4EF url(http://images.smuttrap.com/design/smuttrap_section_item.gif) repeat-x bottom;
	border-left: 1px solid #EDD3C6;
	border-right: 1px solid #EDD3C6;
	border-bottom: 1px solid #EDD3C6;
	}
	.sideItem a{display:block;	padding: 4px 1px 4px 1px;
}
	.sideItem a:hover{
		background: #F0E1D9;
		}

.playitem{
	background: #FEF4EF url(http://images.smuttrap.com/design/smuttrap_section_item.gif) repeat-x top;
	border-left: 1px solid #EDD3C6;
	border-right: 1px solid #EDD3C6;
	border-bottom: 1px solid #EDD3C6;
	}

#itemThumb{width: 104px; float: left; padding: 2px;}
#itemText{ width: 370px; float: left; padding: 2px 2px 2px 8px; text-align: left;}

.itemTitle{font-size: 18px;}
	.itemTitle a{font-size: 18px; text-decoration: none;}

.itemDesc{font-size: 12px; height: 45px; overflow: hidden; text-wrap: break-word;}
	.itemDesc a{text-decoration: underline;}

.itemTags{height: 14px; overflow: hidden; font-size: 11px; border-top: 1px solid #DBB282;}
	.itemTags a{font-size: 11px; color: #89561A;}
	
.itemClicks{font-size: 12px;}



.next{}
	.next a{font-size: 20px;}

#latestItemsSideListHead{
	padding-top:10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	}
#latestItemsSideList{
	margin: 3px;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
	}
#latestItemsSideListItem{
	position: relative;
	text-align: left;
	float: left;
	width: 150px;
	}
	#latestItemsSideListItem a{
		font-size: 14px;
		}

#dhtmltooltip{
position: absolute;
width: 129px;
height: 150px;
border: 1px solid white;
padding: 2px;
background-color: grey;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#savvy{
	float: left;
	margin: 2px;
	border: 1px solid #F1E1DA;
	}

.galleryDescription{
	font-weight:bold;
	font-size:20px;
	}


#post{float:left;width:129px;overflow:hidden;}
.partnerpost{float:left;overflow:hidden;}
.postTitle{
	background: #FEF4EF url(http://images.smuttrap.com/design/smuttrap_section_item.gif) repeat-x bottom;
	border-left: 1px solid #EDD3C6;
	border-right: 1px solid #EDD3C6;
	border-bottom: 1px solid #EDD3C6;
	}
	.postTitle a{display:block;}
	.postTitle a:hover{background: #F0E1D9;}
.postPic{
	overflow:hidden;
	background: #FEF4EF url(http://images.smuttrap.com/design/smuttrap_section_item.gif) repeat-x bottom;
	border-left: 1px solid #EDD3C6;
	border-right: 1px solid #EDD3C6;
	border-bottom: 1px solid #EDD3C6;
	}
	.postPic a{display:block;}
	.postPic a:hover{background: #F0E1D9;}




.menuBox{
	}
	.menuBox a{
		width: 90%;
		padding: 3px;
		background: #FEF9F6;
		border: 1px solid #1C1414;
		color: white;
		text-decoration: none;
		display: block;
		font-size: 12px;
		text-align: center;
		}
	.menuBox a:hover{
		background: #321213;
		border: 1px solid #1D090A;
		color: #DFD4AB;
		}

.pages{width: 100%; text-align: center;}
.pages a{
	padding: 0px 6px 0px 6px;
	margin: 0px 1px 0px 1px;
	background: #FEE8DD;
	border: 2px solid #EEDED7;
	}
	.pages a:hover{
		background: #492526;
		border: 2px solid #492526;
		color: #FEE8DD;
		}
.pagesOn{
	padding: 0px 6px 0px 6px;
	margin: 0px 1px 0px 1px;
	border: 2px solid #4D2A2B;
	}

.adbriteClass{
	background: #FEF4EF url(http://images.smuttrap.com/design/smuttrap_section_item.gif) repeat-x bottom;
	border-left: 1px solid #EDD3C6;
	border-right: 1px solid #EDD3C6;
	border-bottom: 1px solid #EDD3C6;
	}
	.adbriteClass a{display:block;padding:0px;margin:0px;
}
	.adbriteClass a:hover{
		/*background: #F0E1D9;*/
		}

#adbrite .adHeadline {margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbrite .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}

#adbrite1 .adHeadline {padding-top: 70px;margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbrite1 .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}

#adbrite2 .adHeadline {padding-top: 70px;margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbrite2 .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}

#adbrite3 .adHeadline {padding-top: 70px;margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbrite3 .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}

#adbrite4 .adHeadline {padding-top: 70px;margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbrite4 .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}

#adbrite5 .adHeadline {padding-top: 70px;margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbrite5 .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}


#adbriteBig .adHeadline {padding-top: 241px;margin:0px;font: bold 10pt Arial;text-decoration: underline;color: #752226;}
#adbriteBig .adText {padding: 0px;margin-top:-15px;margin-bottom: -20px;font: normal 8pt Arial;text-decoration: none;color: #000000;}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/********************   PRIMARY PAGE STYLING   *************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/











/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/*******************   NAVIGATION MENU STYLING   ***********************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/


.navMenuL{
	margin-left:80px;
	text-align:left;
	font-size: 18px;
	}
	.navMenuL a{
		font-size: 18px;
		}
	.navMenuL a:hover{
		font-size: 18px;
		}


.navMenuR{
	margin-right:50px;
	text-align:center;
	font-size: 18px;
	}
	.navMenuR a{
		font-size: 18px;
		}
	.navMenuR a:hover{
		font-size: 18px;
		}
		
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/*******************   NAVIGATION MENU STYLING   ***********************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/****************   PARTNER ADMIN AND SUBMISSION   *********************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

.contentRowBar{
	width: 100%;
	height: 0px;
	border-bottom: 2px solid #F6ECE6;
	}

.contentRow{
	width: 100%;
	/*height: 88px;*/
	text-align: left;
	}

	.contentRow1{
		font-family: verdana, arial, sans-serif;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		/*margin-left: 6px;*/
		/*margin-right: 6px;*/
		background: #FEF9F6;
		border-bottom: 2px solid #F6ECE6;
		}
		.contentRow1 td{
			font-size: 12px;
			font-family: verdana, arial, sans-serif;
			}
	.contentRow2{
		font-family: verdana, arial, sans-serif;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		/*margin-left: 6px;*/
		/*margin-right: 6px;*/
		background: #FAEEE9;
		border-bottom: 2px solid #F1E1DA;
		}
		.contentRow2 td{
			font-family: verdana, arial, sans-serif;
			font-size: 12px;
			}

.heading1{
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: black;
	}
	.heading1 a{
		font-size: 20px;
		color: black;
		}
.heading2{
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: black;
	}
	.heading2 a{
		font-size: 16px;
		color: black;
		}

.description1{
	font-size: 12px;
	color: #B47C7C;
	font-family: verdana, arial, sans-serif;
	}

.headingError{
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: red;
	}
	.headingError a{
		font-size: 20px;
		color: red;
		}

.headingSuccess{
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: green;
	}
	.headingSuccess a{
		font-size: 20px;
		color: green;
		}

.descriptionSuccess{
	font-size: 12px;
	color: green;
	font-family: verdana, arial, sans-serif;
	}
	.descriptionSuccess a{
		color: green;
		}

.formsNoBorder{
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	color: black;
	border: none;
	}
	
.partnerTableCell1{
	background: #FAEEE9;
	color: black;
	}
	.partnerTableCell1 a{text-decoration: underline;}
	.partnerTableCell1Dim {
		background: #FAEEE9;
		color: #625959;
		}
.partnerTableCell2{
	background: #FEF9F6;
	color: black;
	}
	.partnerTableCell2 a{text-decoration: underline;}
	.partnerTableCell2Dim {
		background: #FEF9F6;
		color: #504848;
		}
		
		
		
#filter{
	display:block;
	width: 440px;
	position:relative;
	margin-top: 0px;
	background: #FAEEE9 /*url(images/elements/insideback.gif) repeat*/;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #C7913D;
	border-left: 1px solid #C7913D;
	border-bottom: 3px solid #C7913D;
	}
#filtershow{
	display:none;
	text-align: left;
	}
#filterhide{
	display:block;
	text-align: left;
	}
.filterform{
	 font-size:10px;
	 }
	 
#results{
	}
#resultstd{
	font-size: 9px;
	}
.resultsHeader{
	background: #FAEEE9;
	text-decoration: none;
	font-weight: bold;
	}
#results input{
	font-size: 9px;
	}
#results select{
	font-size: 9px;
	}
#results textarea{
	font-size: 11px;
	font-family: verdana, arial, sans_serif;
	}
.filterTableCell1{
	background: #FAEEE9;
	color: black;
	}
.filterTableCell2{
	background: #FEF9F6;
	color: black;
	}

.stan{
	overflow: hidden;
	background: #FEF9F6;
	border: 1px solid #E0CAC1;
	}
.stana{
	overflow: hidden;
	background: #FAEEE9;
	border: 1px solid #E0CAC1;
	}
.stanOn{
	overflow: hidden;
	background: #E0CAC1;
	border: 1px solid #E0CAC1;
	}
.stanOnYel{
	overflow: hidden;
	background: #A7711C;
	border: 1px solid #C7913D;
	color: #000000;
	}
	.stanOnYel a{color: #000000;}
.simpleStyle{
	cursor: pointer;
	border-right: 1px solid #433C3C;
	}
.simpleStyleHead{
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
.liststyle{
	background: #4B4343;
	border: 1px solid #3B3232;
	margin: 4px;
	color: gray;
	font-size: 10px;
	}
	
	
.MPtableCell1{
	background: #FEF9F6;
	color: black;
	font-size: 9px;
	}
.MPtableCell2{
	background: #3F3636;
	color: black;
	font-size: 9px;
	}
.MPtableCell1a{
	background: #3E3636;
	color: black;
	font-size: 9px;
	}
.MPtableCell2a{
	background: #4C4646;
	color: black;
	font-size: 9px;
	}

.partnerBorderLight{
	border-right: 2px solid #C7913D;
	border-left: 2px solid #C7913D;
	border-bottom: 4px solid #C7913D;
	}
.partnerBorderHeavy{
	border-right: 6px solid #C7913D;
	border-left: 6px solid #C7913D;
	border-bottom: 10px solid #C7913D;
	}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/****************   PARTNER ADMIN AND SUBMISSION   *********************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/










/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/**********************   THUMBNAIL CROPPER   **************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

#selection
{
    visibility: hidden;
    border:     1px solid white;
    position:   absolute;
    z-index:    2;
	cursor:		move;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;

}

#img_cover
{
	position: absolute;
	z-index: 1;
}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/**********************   THUMBNAIL CROPPER   **************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

