body, .TabbedPanelsContent {
	font-family: Trebuchet, Tahoma, Arial;
	font-size: 14px;
}

#bio #basics #message {
	margin-left: 2%;
	margin-top: 10px;
}

#bio #summary {
	margin-left: 2%;
	margin-top: 20px;
	width: 80%;
	padding: 5px;
	padding-right: 10px;
	font-style: italic;
	background-color: #F8F8FF;
	border-left: 2px solid #C0C0C0;
	font-size: 14px;
}

.AccordionPanel, .AccordionPanelTab {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.AccordionPanelContent {
	margin: 3px;
}

a:focus { border: none; }
div:focus { border: none; }

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelClosed .AccordionPanelTab, .AccordionPanelOpen .AccordionPanelTab {
	background-color: white;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #666;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #999;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #F8F8FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused {
	background-color: #FFF;
}
 
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFF;
}



#cv {
	width: 80%;
	z-index: 500;
}

#cv {
	margin-top: 10px;
	margin-left: 2%;
}

#cv .TabbedPanelsTab {
	font-size: 16px;
}

#cv .TabbedPanels {
	border-left: 2px solid #C0C0C0;
}

#cv .TabbedPanelsTab, .TabbedPanelsContentGroup {
	background-color: #F8F8FF;
	
}

#cv .TabbedPanelsTabContentVisible {
	background-color: white;
	
}

#cv .employment { 
	margin: 1px; 
	margin-bottom: 5px;
	padding: 3px; 
	background-color: #F8F8FF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #ccc; 
	}

.detail {
	height: 400px;
	width: 95%;
	overflow: auto;
	margin: 10px;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	font-size: 14pt !important;
}

h1 { display: inline; }

#alternate-links {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
	width: 150px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid black;
}

#basics, #message, #response {
	position: absolute;
	border: 1px solid #ccc;
	background-color: white;
	left: 100px;
	top: 45px;
	width: 250px;
	padding: 10px;
	z-index: 1000;
}

#message {
	width: 450px;
}

#message textarea {
	width: 300px;
	height: 150px;
}

button, input, textarea {
	padding: 3px;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	cursor: pointer;
	background: white;
}

input, textarea {
	border: 1px solid #999;
}

#send {
	width: 300px;
	margin-top: 2px;
}

#footer {
	margin: 0px;
	border-top: 1px #ccc solid;
	border-top: none;
	font-size: 9pt;
	width: 99%;
	left: 1px;
	padding: 2px;
}

