/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin:5px 0 27px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:bold;
		line-height:20px;
		display: block;
	}
	.toggler-closed {
		color:#0075b0;
		padding-left:20px;
		height:20px;
		background: #efefef url('../images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:20px;
		background: #fff url('../images/togglerch.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#0075b0;
		padding-left:20px;
		height:20px;
		background: #efefef url('../images/togglero.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:20px;
		background: #fff url('../images/toggleroh.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 1px #e3e3e3;
		margin:-25px 0px 25px 0px;
	   padding:20px;
	}
	.toggler-c-opened {
		margin:-25px 0px 25px 0px;
	   padding:20px;
	   background:#efefef;
	   border:solid 1px #fff;
	}
	
	.toggler-4 {
	background-color:#F5F5F5;
	border:solid 1px #999999;
	
	
	}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}


#vidwrapper {
	border: 1px solid #D6D6D6;
	padding:10px;
	margin-bottom: 5px;
	
}

.announce  {
	color:#000;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
	background-image:url(/bullybust/images/bluhighlight.png);
	background-repeat:repeat-x;
	background-position:center;
	/* height:82px; */
	width:555px;
	border: 1px solid #979797;
	font-size:16px;
	font-weight:400;
	text-align:center;
	position:relative;
	
	}
	
.announce-P2  {
	color:#000;
	padding:6px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:5px;
	background-image:url(/bullybust/images/bluhighlight.png);
	background-repeat:repeat-x;
	background-position:center;
	/* height:82px; */
	width:455px;
	border: 1px solid #979797;
	font-size:12px;
	font-weight:normal;
	
	position:relative;
	
	}
	
.announce-P3  {
	color:#000;
	padding:10px;
	margin-top:10px;
	/* background-image:url(/bullybust/images/camera_sm.png); */
	background-repeat:no-repeat;
	background-position:center right;
	height:275px;
	border: 1px solid #979797;
	
	}	
/*	
	.announce-P a, a:link {
	color:#003399;
	}
	
	.announce-P a:hover {
	color:#666666;
	}
	.announce-P a:visited {
	color:#666666;
	}
*/	
#pform {
	font:13px Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
	background-image:url(/bullybust/images/bluhighlight.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-left:45px;
	padding:10px 20px;
	width:450px;
	border:1px solid #666666;
	overflow:hidden;	
	}
	#pform .field {
			padding:6px;
		/*	background:#e1e1e1;  */
			margin-bottom:0px;
			}
	#pform ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		#pform li {
			padding:6px;
			background:#e1e1e1;
			margin-bottom:1px;
			}
			
			#pform li#send {
				background:none;
				margin-top:6px;
				}
		
		#pform label {
			float:left;
			width:100px;
			text-align:right;	
			margin-right:7px;
			color:#003333;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
		#pform img {
			
			border:none;
			padding:0px;
			background-color:transparent;
			
			margin-left:70px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
				
		#pform input,
		#form textarea {
			padding:4px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:1px solid #999999;
			/* width:200px; */
			}
			
			#pform input:focus,
			#pform textarea:focus {
	border:1px solid #666;
	background-color:#FFFFCC
				}
			#pform select {
	background-color:#DFEFFF;
			}
			
		
			 				
	#pform p {
		margin:0 0 10px 0;
		padding:0;
	}
	
		#pform p.title {
		margin:0 0 10px 0;
		padding:0;
		text-align:center;
		font-size:16px;
	}
	
#pform label.error {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top:10px;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	display: block;
	font-weight: bold;
}
#pform select.error {
	border: none;
}
#pform input.format {
	padding: 4px;
	border: 1px solid #C1C1C1;
	background-color: #EBEBEB;
}

#pform .checkbox {
	width:25px;
	float:left;
	padding-left:2px;
}
