@import "../bvisitor.css";

/* ARNT uses a customized bio page, and doesn't use the search & results pages */
html, body, td {
    font: 10px Verdana,sans-serif;
}
p, div {
    font: 11px Verdana,sans-serif;
}

/*Anchor Tags*/

a:link {color: #333366;} /*CUSTOMIZE*/
a:visited {color: #646495;} /*CUSTOMIZE*/
a:hover {color: #333366;} /*CUSTOMIZE*/
a:active {color: #309;} /*CUSTOMIZE*/
a.page:link {color: #333366; text-decoration: none;}
a.page:visited {color: #666; text-decoration: none;}
a.page:hover {color: #333366; text-decoration: none;}
a.page:active {color: #666; text-decoration: none;}

/*Forms*/
input.btn, a.btn:link, a.btn:visited, a.btn:active, button.btn {    /*This style is used on the "Show Profile" and "Search" buttons*/
								    font: bold 11px Verdana, sans-serif;
								    color: #FFFFFF;
								    padding: 2px;
								    border: 1px solid #333366;
								    background: #309;  /*CUSTOMIZE*/
								    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#333366', EndColorStr='#333366');  /*CUSTOMIZE*/
}

/*Tables*/
.tableborder {    /*This style is used on the Search Results page(s)*/
		  color : #000;
		  border-left : 1px solid #bcbec0;
		  border-top : 1px solid #bcbec0;
}
tr.cellborder1 {    /*This style is used on the Search Results page(s)*/
		    border-right: 1px solid #bcbec0;
		    border-bottom: 1px solid #bcbec0;
		    background-color: #f1eefc; /*CUSTOMIZE*/
		    padding: 5px;
}
tr.cellborder2 {    /*This style is used on the Search Results page(s)*/
		    border-right: 1px solid #bcbec0;
		    border-bottom: 1px solid #bcbec0;
		    background-color: #e2ddf3; /*CUSTOMIZE*/
		    padding: 5px;
}
.caltableborder {
    border-left : 1px solid #bcbec0;
    border-top : 1px solid #bcbec0;
}
tr.calcellborder0 td {   /*This style controls the calendar background color*/
			 font-weight: bold;
			 color: #fff;
			 border-right: 1px solid #999;
			 border-bottom: 1px solid #999;
			 background: #309; /*CUSTOMIZE*/
			 padding: 1px 2px 1px 2px;
}
tr.calcellborder1 td {
    border-right: 1px solid #bcbec0;
    border-bottom: 1px solid #bcbec0;
    padding: 1px 2px 1px 2px;
}
.resultsphoto {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    cursor: hand;
}
td.cal_td {
    font-size: 10px;
    width: 15px;
    text-align: center;
}
td.calres_td {
    font-size: 10px;
    width: 15px;
    text-align: center;
    color: #999;
    background: #ccc;
}
td.pageoff  {    /*This style controls the page icon that is in the OFF state*/
		 font: 10px Verdana,sans-serif;
		 cursor: hand;
		 background: url(images/pages_off.gif);
}
td.pageon  {    /*This style controls the page icon that is in the ON state*/
		font: 10px Verdana,sans-serif;
		background: #e2ddf3 url(images/pages_on.gif); /*CUSTOMIZE*/
}
.bg1 {    /*This style is used on the "Show/Hide Advanced Search" table cells*/
	  background: #f1eefc; /*CUSTOMIZE*/
}
.bg2 {    /*This style is used as the background for the "Visit <speaker>'s Website" icon*/
	  background: #e2ddf3; /*CUSTOMIZE*/
}
.bg3 {    /*This style is used on the Close button (movie shell)*/
	  background: #309;  /*CUSTOMIZE*/
	  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6e5dd5', EndColorStr='#330099');  /*CUSTOMIZE*/
}

/*Text*/
.small {
    font: 10px Verdana,sans-serif;
}
.med {
    font: 11px Verdana,sans-serif;
}
.large {   /*This style is used for the speaker's name*/
	   font: 14px Verdana,sans-serif;
	   font-weight: bold;
	   color: #646495; /*CUSTOMIZE*/
}
.error  {
    font: 13px Verdana,sans-serif;
    font-weight: bold;
    color: #c00;
}
.errormed  {
    font: 11px Verdana,sans-serif;
    font-weight: bold;
    color: #c00;
}.searchlabels {
    font: 12px Verdana,sans-serif;
}


.bioname {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #646695;
}
.biobody {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    margin: 0px;
    padding: 0px;

}
.biolabels {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #646695;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

}


/* Proposal */
.personalnote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    color: #333333;
    background-color: #FFFF00;
    vertical-align: top;
}
.eventdescription {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background-color: #F5F5F6;
}

/*The following styles were added as part of a work order -> ARNT:customized bio page */
.speakerBio .speakerName {
    font-weight: bold;
    font-size: 16px;
}

.speakerBio .oneLineBio {
    font-style: italic;
    padding-bottom: 8px;
}

.speakerBio .speakerAbout {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 8px;
}

.speakerBio img {
    padding-left: 10px;
    float: right;
}

.speakerBio .fullBio {
    font-size: 11px;
    line-height: 16px;
    width: 495px;
}

.speakerBio ul,ol {
    list-style-position: inside;
    list-style-image: none;
    list-style: disc;
    padding-left: 30px;
}


.speakerBio strong {
    font-style:normal;
    font-weight:bold;
}

.speakerBio p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.moreInfo {
    background-color: white;
}

.bioHeading {
    background-color:#FBFCFC;
    color:#45413E;
    font-family:arial,verdana;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:18px;
    line-height:16px;
    text-decoration:none;
    vertical-align:bottom;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-left: 10px;
}

.rightContent {
    color:#000000;
    font-family:arial,verdana;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:17px;
    text-decoration:none;
    background-color:#F4F1E0;
}

.rightStuff {
    padding-left: 10px;
    padding-bottom: 10px;
}

.share_button {
    border: none ;
    width: 182px;
    height: 32px;
    background-color: red ;
}

.print_button {
    border: none ;
    width: 182px;
    height: 32px;
    background-image: url('/images/button-print.jpg') ;
}

.share_button:hover, .print_button:hover {
    cursor: pointer;
}
