@charset "utf-8";
/* CSS Document */

Body
{
	background-color: #BFBDBA;
	color:#403829;
	font-family:Verdana, Arial;
	font-size:small;
    line-height: 16pt;
}

Body.Career
{
	background-color: #a6937c;
	color:#403829;
	font-family:Verdana, Arial;
	font-size:small;
    line-height: 16pt;
    scrollbar-base-color:#736a58;
}

Table
{
    border-collapse:collapse 
}

.LinksHeaderRow
{
	background-color:#736A58;
	color:#BFBDBA;
}

.LinksHeaderCell
{
	padding-left: 3px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:3px;
	text-align:right;
}

.LinksDetailCell
{
	padding-left: 3px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:6px;
	text-align:right;
	cursor:pointer;
}

.LinksDetailBlank
{
	padding-left: 3px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:6px;
}

#LinksBackground
{
	width:200px;
	height:625px;
	background-color: #A69E94;
	
}

#blogsBackground
{
	width:750px;
	height:625px;
	background-color: #A69E94;
	
}

#HeaderFrame
{
	height:180px;
	width:950px;
	overflow:hidden;
}

#BlogsFrame
{
	height:625px;
	width:750px;
	overflow:hidden;
}

#LinksFrame
{
	height:625px;
	width:200px;
	overflow:hidden;
}

#BackFace
{
	position:absolute;
	width:200px;
	height:625px;
	z-index:1;
	top:0px;
	left:0px;
}

#LinksTable
{
 position:absolute;
 top:0px;
 left:0px;
 z-index:2;
}

#CareerCompany
{
    padding-left:5px;
    padding-right:5px;
    padding-top:15px;
    padding-bottom:3px;
    font-size:medium;
    font-weight: bold;
    text-align:left;
}

#CareerPosition
{
    padding-left:5px;
    padding-right:5px;
    padding-top:15px;
    padding-bottom:3px;
    font-size:medium;
    font-weight: bold;
    text-align:center;
}

#CareerDate
{
    padding-left:5px;
    padding-right:5px;
    padding-top:15px;
    padding-bottom:3px;
    font-size:small;
    font-weight: bold;
    text-align:right;
}

#CareerHeader
{
    width:100%;
    height:20px;
}

#CareerDetail
{
    width:750px;
    height:575px;
    overflow:auto;
}

ul.Career
{
 color:#bfbdba;
}

span.Career
{
	color:#403829;
}

td.CareerDetail
{
    padding-left:10px;
    padding-right:10px;
}