.onepixel{
  font-size : 1px;
}
.vidpicleft{
  background-color : #fffbec;
  border : 1px solid #f4e19f;
  padding : 3px;
}
.vidinforight{
  font-size : 7pt;
  font-family : Verdana,Arial;
  color : black;
  text-align : left;
  background-color : #f7f7f7;
  border : 1px solid #dfdfdf;
  padding : 3px;
}
.vidinfofront{
  font-size : 8pt;
  font-family : Verdana,Arial;
  color : black;
  background-color : #f5f5f5;
  text-align : center;
  border : 1px solid #dfdfdf;
  padding : 3px;
}
.vidinfolast{
  font-size : 7pt;
  font-family : Verdana,Arial;
  color : navy;
  background-image : url(../images/last-bg.gif);
  background-repeat : repeat-x;background-position : 100% 100%;
  background-color : #f1f8ff;
  text-align : center;
  border : 1px solid #3e9eff;
  padding : 3px;
}


.catbg1{
  background-image : url(../images/cat-bg.gif);
  background-repeat : repeat-x;background-position : 100% 100%;
  background-color : #f3f3f3;
  border : 1px solid #cecece;
}




.searchpage{
  background-color : #f5f5f5;border: 1px  solid silver;
  text-align : center;
  padding-top : 1px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 2px;
  font-size : 11px;
  font-family : Verdana;
  font-weight : normal;
}
.searchpageover{
  background-color : #e8f3ff;
  border : solid #0080ff 1px;
  text-align : center;
  padding-top : 1px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 2px;
  font-size : 11px;
  font-family : Verdana;
  font-weight : bold;
  color : blue;
}
.nextbackpage{
  font-size : 11px;
  font-family : Verdana;
  font-weight : normal;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color : black;
	font-size : 11px;
	font-family: Verdana,Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background-color : #efefef;
	width:400px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	padding-top:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height : 20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
  font-weight : bold;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #eeeeee;
	width:400px;
	font-size:11px;
	font-family: Verdana,Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #eeeeee;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #eeeeee;
width: 324px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:150px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #0080ff;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:1em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:1em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#0080ff;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
  .picsnow {
 	position:absolute;
 	background:#ff0000;
 	border:0px solid #fff;
 	padding: 0px 0px 0px 0px;
 	color: #FFF;
 	font-size:7pt;
	margin-left: 0px;
	margin-top : -5px;
	width : 70px;
	text-align : center;
 }