﻿.speakerBioWrapper {
    font-size: 13px;
    line-height: 100%;
    width: 620px;
    background-color: #FFFFFF;
    /* padding: 5px; */
}

.speakerBioWrapper p {
    padding-bottom: 10px;
}

.tbl_speakerBio
{
    width: 100%;
    margin-bottom: 20px;
}
.tr_mainRow
{
}
.td_speakerPhoto
{
    width: 125px;
}
.td_speakerOverview
{
}
.tbl_speakerOverview
{
}
.speakerSectionTitle
{
    font-weight: bold;
    padding: 2px 15px 4px 10px;
}


/******************************* TABS ******************************************/
a { outline: none; }

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	list-style-type: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url('Images/blue.png') no-repeat -420px 0;
	/*font-size:11px;*/
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}



/* tab pane styling */
div.panes div {
	padding:15px 10px;
	border:1px solid #999;
	/*border-top:0;*/
	border: 0;
	background-color:#fff;
	margin-top: 10px;
}


/******************************* END TABS ******************************************/


/************************************************************************
* 
* Data Grids
*
************************************************************************/
.dataGrid
{
    border: 1px solid #666666;
    border-collapse: separate !important;
}
.dataGrid .header th
{
    border-left: medium none #989898;
    border-right: 1px solid #cbcbcb;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    background: url('Images/sprite.png') repeat-x 0px 0px;
    color: #000;
        padding: 1px 5px 1px 10px;
        vertical-align: bottom;
        text-align: left;
}

.dataGrid .header th.actions
{
    color: #0000F0;
}

.dataGrid .header th a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}
/* data cell and data row rules */
.dataGrid td
{
    color: #3F3F3F;
    padding: 1px 10px;
    border-bottom: solid 1px #DFDFDF;
}


.dataGrid .empty td
{
    padding: 0;
}

.dataGrid .empty .row td
{
    padding: 4px 10px 4px 10px;
}

.dataGrid .alt
{
    background-color: #EEE;
}

.dataGrid .row
{
    background-color: #fff;
}

.dataGrid .actions
{
    border-left: 1px solid #cbcbcb;
}
/* footer column rules */
.dataGrid .footer td
{
    background: url('Images/sprite.png') repeat-x 0px 0px;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    color: #003399;
    font-weight: bold;
    font-size: 11px;
}

.dataGrid .footer td a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.dataGrid .footer td.footerSummary
{
    color: #003399;
    font-weight: bold;
}
/* Make sure .centered is after all other .dataGrid styles to properly cascade */
.dataGrid .centered th, .dataGrid .centered
{
    text-align: center;
}

.iconlist, .assetTypeList
{
    list-style: none !important;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 1.4em;
}

.iconlist li.vcard
{
    background-image: url(Images/vcard.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

.iconlist li.greenarrow
{
    background-image: url(Images/bullet_go.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0;
}

.assetTypeList li.bluebullet
{
    background-image: url(Images/bullet_blue.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .4em 0 !important;
    float: left;
    width: 200px;
}

.lightSeparator { margin-bottom: 6px; }

.assetTypeWrapper {
    display: block;
    padding: 3px;
    margin: 4px 0;
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCC;
}