/* @group GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal normal 12px/18px "Lucida Grande";
	margin-top: 20px;
    /* Additional code...*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
}

img {
    max-width: 100%;
}

img.contactLink {
    max-width: 71px;
    width: 15%;
    padding: 10px 5px 5px 5px;
}

a {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

a img {
	border: none;
}

a img:hover {
	border: none;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

a.phonecall {
    
}

img.DBS {
    max-width: 300px;
    width: 60%;
    padding: 10px 10px 10px 10px;
}

a.film {
	padding: 3px;
	height: 20px;
	border: none;
	/*background-image: url(images/film.png);*/
	background-repeat: repeat-x;
	font-weight: bold;
	font-style: normal;
    /*color: #0083c4;*/
    text-shadow:    0em 0.1em 2px #ffffff,
                    0.1em 0em 2px #ffffff,
                    0em -0.1em 2px #ffffff,
                    -0.1em 0em 2px #ffffff;
	color: #660000;
}

a.film:hover, a.film:active {
	text-decoration: underline;
	outline: none;
	font-weight: bold;
	/*color: #004c73;*/
    color: #592800;
}

a.collapse {
	padding: 0px;
	height: 20px;
	border: none;
	background-image: url(images/film.png);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
    text-shadow:    0em 0.1em 1px #ffffff,
                    0.1em 0em 1px #ffffff,
                    0em -0.1em 1px #ffffff,
                    -0.1em 0em 1px #ffffff;
    /*color: #003d5c;*/
	color: #592800;
}

a.collapse:hover, a.collapse:active {
	text-decoration: underline;
	outline: none;
	font-weight: bold;
    /*color: #003d5c;*/
	color: #592800;
}

.middle {
	text-align:center;
}

h1, h2, h3, h4, h5{
	padding-bottom: 7px;
	font-weight: normal;
}

h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}

ul, ol {
	margin-bottom: 18px;
	padding-left: 15px;
}

/*Title.css----------------------------*/
h1.title{
    font-size: 65px;
}

h2.slogan{
    font-size: 15px;
}
/* end Title.css ------------*/

.image-left{
	float: left;
	padding: 10px;
}

.image-right{
	float: right;
	padding: 18px;
}

blockquote, code{
	margin: 18px 0;
	padding: 13px 18px;
	display: block;
}

code{
	font: 12px 'Courier New', Courier, monospace;
}

/* LIST ELEMENTS */

ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ul.none{ list-style-type: none; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

/* @end */

/* BASIC LAYOUT */

/* background.css......*/
#background{
    background: url(images/stripes.jpg) repeat-x top left;
    height: 258px;
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    z-index:-100;
}
/*...end background.css */

 #headerContent{
	position: absolute;
	top: 50px;
	left: 25px;
	width: 100%;
	height: 150px;
}

#logo{
	float: left;
	position: relative;
}

#logo img{
	margin: 0px 15px 0 0;
}

#featureImage1 {
       background-image: url(images/editable_images/header3.jpg);
       background-size: 100%;
       width: 100%;
       background-repeat: no-repeat;
}

h1.title{
	position: relative;
	font-weight: bolder;
	padding-top: 20px;
	color: #333;
	letter-spacing: -3px;
}

h2.slogan{
	color: #999;
	font-style: italic;
	font-weight: normal;
	font-family: "Georgia";
	margin-top: 10px;
}

#wrapperOuter {
	max-width: 1034px;
	min-height: 700px;
	margin: 40px auto;
	padding: 21px 0 0 0;
	position: relative;
}

#wrapperInner {
	margin: 0 18px 0 16px;
	position: relative;
	overflow: hidden;
    background-size:100%;
}

#wrapper{
	margin: 0 2px;
}

#headerMask {
	position: absolute;
	height: 220px;
	width:  100%;
	z-index: 50;
}

#featureImage1{
	height: 220px;
	position: absolute;
	z-index: 2;
}

#mouseButton {
	display: none;	
}

#container {
	position: relative;
	padding-top: 10px;
}

#myExtraContent1 {
	display: block;
	position: absolute;
	margin: 170px 0 0 19px;
	padding: 6px 13px;
	font: bolder 11px "Helvetica";
	letter-spacing: -0px;
	text-transform: uppercase;
	z-index: 80;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

html > body #myExtraContent1 {
	background-image: url(images/dark-grad.png);
	background-repeat: repeat-x;
}

#extraContainer2{
	border-top: 1px dotted #dfdfdf;
	margin-top: 7px;
	padding-top: 10px;
}

#extraContainer2,
#extraContainer3{
	padding: 0px 15px 15px 15px;
}

#sidebar{
	width: 230px;
}

/* sidebar right.css....
#container {
    margin-right: 230px;
}

#sidebar {
    float: right;
    margin-right: -107px;
}

html > body #sidebar {
    margin-right: -215px;
}

.js-kit-comments { float: left; }

#content{
    max-width: 1000px;
    width: 100%;
    margin-left: 15px;
}
/* ......end sidebar right.css */

/* sidebar left.css....
 #container {
	margin-left: 230px;
 }
 
 #sidebar {
	float: left;
	margin-left: -107px;
 }
 
 html > body #sidebar {
	margin-left: -215px;
 }
 
 .js-kit-comments { float: left; }
 
 #content{
	margin-left: 40px;
 }
 .... end sidebar left.css */

/* sidebar none.css....*/
 #sidebar {
	display: none;
 }
 
 #content{
	width:100%;
 }
 /*....end sidebar none.css */


h2#sideTitle{
	font-size: 1.7em;
	margin: 0;
	padding: 0 0 10px 0;
}

#footer {
	display: block;
	width: 96%;
	clear: both;
	margin: 0px 17px;
	padding-bottom: 100px;
	font-size: 1em;
}

#breadcrumb {
	float: left;
	background: #eee;
	margin: 0;
}

#breadcrumb ul {
	padding: 4px 5px 4px 9px;
	margin: 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a{
	color: #333;
	text-shadow: #eee 0 0 2px;
	background: url(images/arrow.gif) no-repeat top right;
	padding-right: 10px;
	margin-right: 5px;
}

#footerContent{
	padding: 4px 10px;
	margin-right: 15px;
	background: #eee;
	display: inline;
	color: #333;
	text-shadow: #eee 0 0 2px;
	float: left;
}

#rw_email_contact {
	padding-left: 10px;
}

/* MENU 1 */

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

/* nav.css..... */
#nav {
    background-image: url(images/nav-wood_EDGE.png);
    background-repeat: repeat-x repeat-y;
    border: 1px solid #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*....end nav.css */

#nav {
    left: 0;
    right: 0;
	top: 6px;
	position: fixed;
    z-index: 100;
	height: 36px;
    max-width: 1014px;
	width: 98%;
    margin: 0 auto;
	overflow: normal;
	cursor: pointer;
    box-shadow: -1px 1px 5px #999999;
}

#nav li{
    display:inline-block;
    text-align: center;
}

#nav li a {
    color:black;
	display: inline-block;
	padding: 30px 16px 30px 14px;
	margin: 0;
	font-size: 1.2em;
	text-decoration: none;
	position: relative;
	opacity: 1;
	margin-top: -21px;
	white-space: nowrap;
	cursor: pointer;
}

* html #nav li a{
	top: 0 !important;
}

*:first-child+html #nav a {
	background: url(#);
	margin-top: -21px;
}

/* Hide dropdown Nav icon */
#nav ul.topnav li.icon {
    display: none;
    font-weight: bold;
    text-align: center;
}
/*------------------------*/

#nav span{
	background: url(images/menu-divider.png) no-repeat 0 0;
	width: 2px;
	height: 36px;
	display: block;
	float: left;
}


#nav span.noLine{
    display: none;
}
.noLine{
    margin-left: -4px;
}

.lastItem{
    background: url(images/menu-divider.png) no-repeat 0 0;
    background-position: 100% 0%;
}

#nav ul {
	list-style: none;
	height: 36px;
    width: 100%;
	padding-left: 0;
    margin: 0 0 auto;
}

#nav ul ul {
	display: none;
}

/* SIDEBAR MENU */

#sidebar-title{
	font-weight: bolder;
	font-size: 17px;
	padding-bottom: 5px;
}

#subNav div{
	padding: 5px 5px 1px 5px;
	margin-bottom: 20px;
	background: #BFBFBF url(images/sub-nav-grad.png) repeat-x 0 0;
	border: 1px solid #C9C9C9;
	border-bottom-color: #A6A6A6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

* html #subNav div{
	background: #BFBFBF;
}

#subNav li {
	display: inline;
}

#subNav ul span {
	display: none;
}

#subNav ul{
	margin: 0;
	padding: 0;
}

#subNav ul ul span {
	display: block;
}

#subNav ul ul {
	display: block;
	padding: 4px 0;
}

#subNav ul ul {
	padding: 0;
}

#subNav ul ul li a {
	margin: 2px 3px 8px 3px;
	padding: 2px 0 2px 8px;
	text-decoration: none;
	background: #f0f0f0;
	text-shadow: #fff 0 1px 0;
	display: block;
	border-top: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#subNav ul ul li a:hover {
	background: #ffffff;
}

#subNav ul ul ul li a{
	margin: 0 3px 7px 17px;
	text-decoration: none;
	display: block;
}

#subNav ul ul ul ul li a{
	margin: 0 3px 7px 34px;
}

#subNav ul ul ul ul ul li a{
	margin: 0 3px 7px 51px;
}

#subNav ul ul ul ul ul ul li a{
	display: none;
}

/* BLOG ELEMENTS */

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title, .blog-archive-month {
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 8px;
}

	.blog-entry-title a {
		text-decoration: none;
		font-weight: bolder;
	}
	
	.blog-entry-title a:hover {
		text-decoration: underline;
	}
	
.blog-entry-date {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight:  bolder;
}

.blog-entry-comments {
	margin-top: 7px;
	padding: 0 0 2px 21px;
	background: transparent url('images/comment.gif') no-repeat 0 0;
}

p.blog-entry-tags{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 2px 18px;
	background: transparent url('images/tag.gif') no-repeat 0 3px;
} 

#blog-archives, #blog-categories, #blog-rss-feeds {
	margin-top: 18px;
}

#blog-categories {
	
}

#blog-categories a{
	padding: 0 0 2px 21px;
	background: transparent url('images/tag.gif') no-repeat 0 0;
}
	
#blog-archives {
	
}
	
#blog-rss-feeds {
	
}

#blog-rss-feeds a{
	padding: 2px 0 0 20px;
	background: transparent url('images/rss.gif') no-repeat 0 0;
	line-height: 1.8em;
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}
	
ul.blog-tag-cloud {
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	text-align: justify;
}
ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}
.blog-tag-size-1 {	
	font-size: 0.8em;
}
.blog-tag-size-2 {	
	font-size: 0.85em;
}
.blog-tag-size-3 {	
	font-size: 0.9em;
}
.blog-tag-size-4 {	
	font-size: 0.95em;
}
.blog-tag-size-5 {	
	font-size: 1em;
}
.blog-tag-size-6 {	
	font-size: 1.05em;
}
.blog-tag-size-7 {	
	font-size: 1.1em;
}
.blog-tag-size-8 {	
	font-size: 1.15em;
}
.blog-tag-size-9 {	
	font-size: 1.2em;
}
.blog-tag-size-10 {	
	font-size: 1.25em;
}
.blog-tag-size-11 {	
	font-size: 1.3em;
}
.blog-tag-size-12 {	
	font-size: 1.35em;
}
.blog-tag-size-13 {
	font-size: 1.4em;
}
.blog-tag-size-14 {	
	font-size: 1.45em;
}
.blog-tag-size-15 {
	font-size: 1.5em;
}
.blog-tag-size-16 {	
	font-size: 1.55em;
}
.blog-tag-size-17 {	
	font-size: 1.6em;
}
.blog-tag-size-18 {	
	font-size: 1.65em;
}
.blog-tag-size-19 {
	font-size: 1.7em;
}
.blog-tag-size-20 {	
	font-size: 1.75em;
}

.js-kit-comments, .js-CommentsArea{ width: 98%; }


/* FILE SHARING ELEMENTS */

.filesharing-item-title{
	font-size: 1.2em;
	padding-bottom: 5px;
}

.filesharing-description{
	margin-bottom: 18px;
}

.filesharing-item{
	padding: 0 0 16px 18px;
	background: transparent url('images/download.gif') no-repeat 0 1px;
}


/* gallery pages */

.album-title {
	font-size: 1.7em;
}

.album-wrapper {
	margin: 20px 0 0 0; 
	overflow: hidden;
}

.thumbnail-wrap {
	float: left;
	padding: 0;
	background: #FFF;	
}

.thumbnail-frame {
	position: relative;
	overflow: hidden;
}

.thumbnail-caption {
	position: absolute;
	bottom: -35px;
	left: 0;
	background: #FFF;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 2px 4px;
	display: block;
	width: 100%;
	color: #000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height: 45px;
}

.photo-background {
	padding: 0;
	padding-bottom: 100px;
	background-image: none;
	background: #FFF !important;
	margin: 0;
	text-align: center;
}
.photo-navigation {
	background: #1F1C15;
	height: 145px;
	position: relative;
	margin-bottom: 40px;
}
.photo-links {
	background: #1F1C15;
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
.photo-links a, .photo-links a:visited {
	display: inline-table;
	vertical-align: middle;
	padding: 10px !important;	
	text-decoration: none;
	color: #fff;
}
.photo-links a:hover {}
.photo-title {
	color: #888888;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
}
.photo-caption {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	letter-spacing: normal;
	color: #aaaaaa;
}


/* Photo EXIF Metadata */
.exif-data p {
	margin: 0;
	padding: 0;
}
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
p.exif-spatial-frequency-response {
}
p.exif-scene-capture-type {
}
p.exif-subject-location {
}
p.exif-shutter-speed {
}
p.exif-datetime-original {
}
p.exif-subsec-time {
}
p.exif-compressed-bits-per-pixel {
}
p.exif-flash-energy {
}
p.exif-saturation {
}
p.exif-brightness {
}
p.exif-exposure-time {
}
p.exif-f-number {
}
p.exif-file-source {
}
p.exif-gain-control {
}
p.exif-subject-area {
}
p.exif-cfa-pattern {
}
p.exif-scene-type {
}
p.exif-white-balance {
}
p.exif-flash {
}
p.exif-exposure-index {
}
p.exif-flashpix-version {
}
p.exif-device-setting-description {
}
p.exif-focalplane-x-resolution {
}
p.exif-image-uniqueid {
}
p.exif-components-configuration {
}
p.exif-light-source {
}
p.exif-sensing-method {
}
p.exif-aperture {
}
p.exif-sharpness {
}
p.exif-exposure-program {
}
p.exif-subject-distance {
}
p.exif-subsec-time-digitized {
}
p.exif-contrast {
}
p.exif-focalplane-resolution-unit {
}
p.exif-gamma {
}
p.exif-35mm-focal-length {
}
p.exif-datetime-digitized {
}
p.exif-subject-distance-range {
}
p.exif-custom-rendered {
}
p.exif-max-aperture {
}
p.exif-sound-file {
}
p.exif-metering-mode {
}
p.exif-spectral-sensitivity {
}
p.exif-exposure-bias {
}
p.exif-focalplane-y-resolution {
}
p.exif-iso-rating {
}
p.exif-maker-note {
}
p.exif-digital-zoom-ratio {
}
p.exif-user-comment {
}


/* MOVIE ALBUM */

.movie-page-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles the page description */
.movie-page-description{
	margin-bottom: 15px;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 135px;
	float: left;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 24px;
	border: 1px solid #bbbbbb;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 5px;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	
}


/* MOVIE POPUP */

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
}

/* Styles the movie title */
.movie-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	margin-bottom: 10px;
}

/* CONTACT FORM */

.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 

#rcPage{
	margin-top: 0 !important;
}

/*
input[type=text], [type=radio], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #cdcdcd;
}

input[type=text]:focus, [type=radio]:checked, textarea:focus {
    box-shadow: 0 0 5px rgba(255, 120, 0, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #cdcdcd;
}
*/
/* EXTRA STUFF */

.videocat{
    border:2px solid #a1a1a1;
    padding:15px 0px 10px 0px; 
    margin: auto;
    background:#eeeeee;
    width:auto;
    border-radius:10px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
    -moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
    box-shadow: 5px 5px 2px #888888;
    text-align:center;
}

#translib{
    border:2px solid #a1a1a1;
    padding:15px 0px 10px 0px; 
    margin: auto;
    background:#eeeeee;
    width:auto;
    height: auto;
    border-radius:10px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
    -moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
    box-shadow: 5px 5px 2px #888888;
}

/* COLUMN FOUR CSS */
.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.column .content { width: 90%; margin: 0 auto; padding: 0;}

/* Responsive DIVs 1000px & 900px */

#twoThirds {
    width: 66.667%;
    float:left;
}

#oneThird {
    width: 33.333%
    float:left;
}

#halfWidth {
    width: 50%;
    float: left;
    padding: 10px 0 0 0;
}
.imageStyle {
    padding: 0px:
}

#fullWidth {
    width: 100%;
    float: left;
    padding: 10px 0 20px 0;
}

#userLogin {
    width: 29.333%;
    float: right;
    padding: 0 2%;
}

div .VIP {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    background: url(images/VIP_stamp_light.png) no-repeat 0 0;
    background-size: 100%;
}

div .loginBorder {
    width: 100%;
    border: 1px solid #999999;
    text-align: center;
}

div .TWEET {
    width: 100%;
    float: left;
}

div .fb-like {
    padding: 0 32% 0 32%;
}

/*------- VIDEO PAGE CSS -----------*/
.videocol{
    padding: 0px 0px 0px 0px;
    margin: 1px;
    background:#ffffff;
    border:2px solid #666666;
    border-radius: 0px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
    -moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
    /*box-shadow: 0px 0px 5px #777777;*/
    text-align: center;
    vertical-align: top;
    font-style: italic;
}

.left{
    float:left;
}
.right{
    float:right;
}

.colheader {
    padding: 0px 0px 0px 0px;
    height: 20px;
    border: none;
    background-image: url(images/film.png);
    background-repeat: repeat-x;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-shadow:    0em 0.1em 2px #ffffff,
    0.1em 0em 2px #ffffff,
    0em -0.1em 2px #ffffff,
    -0.1em 0em 2px #ffffff;
    /*color: #003d5c;*/
    /*color: #592800;*/
    color:#333333;
}

.catheader {
    padding: 0px;
    height: 10px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-style: none;
    text-shadow:    0em 0.1em 2px #000000,
    0.1em 0em 2px #000000,
    0em -0.1em 2px #000000,
    -0.1em 0em 2px #000000;
    /*color: #003d5c;*/
    /*color: #592800;*/
    color:#ffffff;
}

.newvideocat{
    border:2px solid #666666;
    padding:15px 0px 10px 0px;
    margin: auto;
    background:#B8B8B8;
    width:70%;
    border-radius:10px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
    -moz-box-shadow: 10px 10px 5px #666666; /* Firefox 3.6 and earlier */
    /*box-shadow: 0px 0px 8px #666666;*/
    text-align:center;
}

.videobox{
    min-height:40px;
    width:auto;
    /*background-image:url(images/video_player_medium.png);
     background-repeat:no-repeat;
     background-position:right;*/
    text-align:center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    border: 1px solid #B8B8B8;
    border-top-style:none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style:solid;
}
.videobox_single{
    min-height:40px;
    width:auto;
    /*background-image:url(images/video_player_medium.png);
     background-repeat:no-repeat;
     background-position:right;*/
    text-align:center;
    line-height:40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    border: 1px solid #B8B8B8;
    border-top-style:none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style:solid;
}
.play_video{
    margin:0px;
    padding:0px;
    width:38px;
    height:38px;
    float:right;
}
.play_video:hover{
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}
.yt_thumb{
    padding: 2px 0px 0px 2px;
    height:38px;
    width: auto;
    float:left;
}
.yt_thumb:hover{
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.lessonList {
    background-color: rgba(255, 255, 255, .8);
    padding: 2px 10px 2px 10px
}

.skype_lesson_schedule_image {
    margin-top: -30px;
    margin-bottom: -20px;}
