/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

body {
	background-color: black;
	text-align: center;
	font-family: sans-serif;
	font-size: 100.01%;
}

a, a:hover, a:active, a:visited {
	color: #006738;
	text-decoration: none;
}


#pageContainer {
	width: 900px;
	margin: auto;
	text-align: left;
}

#leftSideContainer {
	width: 680px;
	float: left;
}


#Logo {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

#Name {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	color:white;
	vertical-align: bottom;
}


.demoHeader {
	background-color: #006738;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	width: 120px;
	color: white;
	padding-left: 3px;
	margin-bottom: 5px;
	border: 1px solid #006738;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;

}

#demoViewer {
	float: left;
	width: 670px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border: 3px solid #006738;
	padding: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

#videoPlayback, #videoPlayback2 {
	 width: 435px; 
	 height:350px;
	 color: white;
	 float: left; 
	 vertical-align: middle;
	 background-color: #000000; 
	 text-align:center; 
	 padding:6px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius:6px;	 
}

.videoList {
	float: right;

	height: 380px;
	overflow-y: auto;
	padding-right: 20px;


}

.videoList td {
	text-align: right;
	font-size: 9pt;
	
}

.videoList a, .videoList a:hover, .videoList a:active, .videoList a:visited {
	color: #006738;
}


.videoLink {
	float: left;
	text-align: right;
	padding-top: 15px;

}

.videoThumb {
	float: right;
	width:75px;

}

#voiceText {
 float:left; 
 width:300px; 
 color:#000000;
}

#voiceText a, #voiceText a:active, #voiceText a:hover, #voiceText a:visited {
	color: #006738;
}




#rightSideContainer {
	float: right;
	width: 185px;
	margin-right: 5px;
}

#secureLogin {

	text-align: right;
	color: white;

	font-size: 10px;
	margin-top: 0px;
	
}

#secureLogin a, a:visited  {
	color: white;
	text-decoration: none;

}

#secureLogin a:hover, a:active {
	color: #006738;
	
}

#emailMe {
	padding-top: 5px;
	text-align: center;
	color: white;
	text-align: center;
	
}

#emailMe a, a:active, a:visited  {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#photoViewer {
	margin-top: 3px;
	width: 180px;
	height: 225px;
	border: 3px solid #ffffff;
	background-color: black;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

#ContactInfo {
	margin-top: 10px;
	-moz-border-radius: 6px;
}

.Snippet {
	border: 3px solid #006738;	
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

.sectionHeader {
	background-color: #006738;
	background-image: url(images/green_bkg.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding-left: 3px;

}

.Content {
	font-size: 11px;
	padding: 5px;
	background-color: #ffffff;
	color: black;
	text-align: center;	
	height: 30px;
	padding-left: 15px;
}

#Email, #Facebook, #Skype {
	float: left;
	width: 50px;
}

#Summary {
	font-size: 8pt;
	padding: 6px;
	background-color: #ffffff;
	color: black;

}

#studioDescription {
	color: white;
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.b
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
 font-family: sans-serif;

}
.tabberlive {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin-top:48px;
 margin-left: 0px;
 padding: 3px 0;
 border-bottom: 0px solid #778;
 font: normal 12px sans-serif;


}

ul.tabbernav li
{
 list-style: none;
 display: inline;

}

ul.tabbernav li a
{

 margin-right: 35px;
 border: 0px solid #778;
 border-bottom: none;
 background: #000;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #006633; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #000;
 border-top: 1px solid #006f3a;
 border-bottom: 1px solid #006f3a;
 padding-top:4px;
 padding-bottom:3px;
}

ul.tabbernav li.tabberactive a
{
 background-color: #000;
 border-top: 1px solid #006f3a;
 border-bottom: 1px solid #006f3a;
 padding-top:4px;
 padding-bottom:3px;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #006f3a;
 background:black;
 border-top: 1px solid #006f3a;
 border-bottom: 1px solid #006f3a;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:100px;
 overflow:auto;
}




