/* Global Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.invalidfield {
	border: 1px solid #dd7870;
}

.dividerH {
	width: 670px;
	height: 35px;
	background-image: url(../images/divider_h.jpg);
	background-repeat: no-repeat;
}

.dividerV {
	width: 30px;
	height: 335px;
	background-image: url(../images/divider_v.jpg);
	background-repeat: no-repeat;
}

/* Header Styles */
.headerBanner {
	width: 670px;
	height: 140px;
	background-image: url(../images/background_banner.jpg);
}

.headerText {
	width: 670px;
	height: 60px;
	padding: 10px;
}

/* Search Styles */
.searchTitle {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 16px;
	color: #5A920D;
	font-weight: bold;
}

.searchViewButton {
	width: 49px;
	height: 22px;
	background-image: url(../images/button_watch.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.searchItem {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border-bottom:1px solid #eeeeee;
}
.searchItem h3 {
    display:block;
    font:inherit;
    font-weight:bold;
}

.searchItem h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    clear:none;
}

/* Player Styles */
.playerVideo {
	width: 330px;
	height: 240px;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background-image: url(../images/background_video.jpg);
	background-repeat: no-repeat;
}

.playerControls {
	width: 330px;
	height: 30px;
	padding: 4px 5px 4px 5px;
	background-image: url(../images/background_controls.jpg);
	background-repeat: no-repeat;
}

.playerButton {
	cursor: pointer;
}

.playerAngleText {
	position: absolute;
	left: 0px;
	height: 20px;
	color: #5A920D;
	font-size: 11px;
	font-family: tahoma,arial,helvetica,sans-serif;
}

/* Email Styles */
.emailTitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.emailTitleText {
	width: 85%;
}

.emailSendButton {
	width: 44px;
	height: 22px;
	background-image: url(../images/button_send.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* Embed Styles */

/* Share Styles */
.shareContent {
	width: 330px;
	height: 20px;
	padding: 5px 5px 5px 0px;
}

.shareLinks {
	position: absolute;
	right: 0px;
}



