﻿UL.tabs  /* Used for the tabs */ {
	padding: 3px 180px 3px 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font: 12px bold Calibri, Arial, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs LI
{
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	
}

.tabs LI A#end_tab
{
	border-right: 1px solid #778;
}

.tabs LI A
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 20px 5px 20px;
	margin-right: 0;
	border: 1px solid #778;
	color: black;
	/* background: transparent url('/people/images/grey_gradient.gif') repeat-x; */
	background-color: #f3f3f4;
	margin-bottom: 0;
	font-weight: bold;
	outline: none;	
}

.tabs LI A:visited
{
	color: #2d2b2b;
	outline: none;
}

.tabs LI A:hover
{
	color: #2d2b2b;
	outline: none;
}

.tabs LI A:focus
{
	outline: none;
}

.tabs LI A:active
{
	outline: none;
}

.tabs LI A.selected
{
	/*selected main tab style */
	background-color: white;
	border-bottom-color: white;
	position: relative;
	margin-bottom: -1px;
	top: 0px;
	outline: none;
}

.tabs LI A.selected:hover
{
	/*selected main tab style */
	text-decoration: underline;
	color: #333333;
	outline: none;
}

.tabs LI A.selected:focus
{
	outline: none;
}

.tabs LI A.selected:active
{
	outline: none;
}

.tabcontentstyle
{
	/*style of tab content container*/
	/* width: 100%; */
	/* margin-bottom: 1em; */
	margin-bottom: 1em;
	border-top: 1px solid #778;
}

.tabcontent
{
	display:none;
}

.tabcontent P
{
    font: 12px Verdana, Arial, sans-serif;
    margin-top: 0;
}

@media print {
	.tabcontent
	{
		display:block!important;
	}
}

DIV#right_wrapper
{
    float: right;
    width: 170px;
    padding: 0 5px 5px 5px;
    
}
DIV.right_data_block
{
    border-top: 2px dotted #3b254b;
    padding-bottom: 10px;
}
DIV.right_data_block_expanded
{
    position: relative;
    border-top: 2px dotted #3b254b;
    border-bottom: 2px dotted #3b254b;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: right;
    width: 550px;
    background-color: #eeeeee;
    z-index: 5;
    /* padding-top: 10px; */
    padding-left: 10px;
    padding-bottom: 10px;
}
DIV.right_data_block_action
{
    margin-right: 5px;
}
DIV#center_wrapper
{
    border-top: 2px dotted #3b254b;
    margin-right: 200px;
}
IMG.headshot
{
    margin: 10px auto 0 auto;
    border: 1px solid #333333;
}
H3
{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 1px 2px 5px 2px;

}
H4
{
    margin-top: 7px;
}
H4.upload_heading
{
    margin-top: 0;
}

.item
{
    padding-bottom: 10px;
}
DIV#summary_wrapper
{
    margin: 15px 0;
}

DIV#summaryTextBlock
{
    margin-right: 45px;
}
/*
INPUT
{
    border: 0;   
}
*/
INPUT.textbox, TEXTAREA, SELECT
{
    border: 1px solid #999999;
}
OPTION
{
    padding-bottom: 3px;
}
TEXTAREA
{
   background-color: White;
   width: 90%;
} 
TEXTAREA.summary
{
    
    
    float: left;
    margin-bottom: 20px;
}

TABLE.edit_table, TABLE.add_table
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
    margin: 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
TABLE.edit_table TD
{
    font-weight: normal;
}
TABLE.edit_table TD.label
{
    font-weight: bold;
}

TABLE.add_table
{
    background-color: #ffffcc;
}

TABLE.contact_table TD
{
    font-size: 10px;
}

.datalist_item
{
    font-weight: normal;
}

.add_panel
{
    background-color: #ffffcc;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #999999;
}

.edit_panel
{
    padding: 5px;
    background-color: #ddddff;
    margin: 0;
    border-bottom: 1px solid #999999;
}

.details_header
{
    font: bold 10px Arial, sans-serif;
}

.image_input
{
    background-color: Transparent;
}

H4.panel_title
{
    font-style: italic;
    line-height: normal;
    margin-top: 0;
    color: #666666;  
}

TD.centered
{
    text-align:center;
}
TD.project_add
{
    vertical-align: top;
}
HR.edit_divider
{
  display:block;
  color: #999999;
  background-color: #999999;
  height: 1px;
  border: 0;
  margin: 0;
}

A.cancel_link, A.edit_link, A.save_link, A.add_link
{
    font: bold 10px Verdana, Arial, sans-serif;
    float: right;
    color: #888888;
}
A.cancel_link:hover, A.edit_link:hover, A.save_link:hover, A.add_link:hover
{
    color: #3b254b;
}

A.cancel_link, A.edit_link
{
    margin-right: 5px;
    margin-top: 2px;
}
.remove_item, .save_item, .cancel_item, .add_item, .edit_item
{
    font-size:9px;
    color: #999999;
}
.instructions
{
    font-size: 9px;
}

.edit_gridview_td
{
    padding-right: 7px;
    font: bold 10px Verdana, Arial, sans-serif;
    color: #888888;
}
DIV.ajaxEditButton
{
    width: 38px; 
    height: 15px; 
    float: right;
}
DIV.info_section
{
    margin-bottom: 15px;
    clear: left;
}
DIV.save_changes
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
DIV.section_selected
{
    background-color: #eeeeee;
    border-bottom: 1px solid #cccccc;
}
DIV#photo_block
{
    text-align: center;
}

DIV.projectImageBlock
{
    float:left;
    margin: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
