/* CSS Document */

#bodycontent{
	font-family:Arial, Helvetica, sans-serif;
	width: 780px;
	height: 1110px;
	border: 2px solid white;
	padding: 0px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
	-o-box-shadow: 0 0px 15px #999;
   	-webkit-box-shadow: 0 0px 15px #999;
  	-moz-box-shadow: 0 0px 15px #999;
	background-color: #FFF;
	/* position:relative; */
}

#innershadow2 {
	position:absolute;
	display:block;
	width:780px;
	height:1110px;
	border-radius:15px;
	
	-o-box-shadow: inset 0 0px 15px #999;
   	-webkit-box-shadow: inset 0 0px 15px #999;
  	-moz-box-shadow: inset 0 0px 15px #999;
	background-color: rgba(255,255,255,0.0);
}

#content_padder {
	padding:10px;
}

#print_button {
	position:relative;
	margin-left:580px;
	margin-top: -2px;
	width:165px;
	height: 38px;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #565656 17%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(17%,#565656), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#565656 17%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#565656 17%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#565656 17%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(top,  #4c4c4c 0%,#565656 17%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	/*	
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);*/
	-moz-top-right-radius: 10px 10px;
	-moz-bottom-right-radius: 10px 10px;
    -webkit-top-right-radius: 10px 10px;
	-webkit-top-left-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	background-color:#000;
	color:#FFF;
	padding:6px;
	text-decoration:none;
}

#print_button a{
	color:#FFF;
	text-decoration:none;
}

#print_button:hover{
	height: 36px;
	margin-top: 0px;
	text-decoration:none;
}

#print_button img{
	border:none;
}

#name_title {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#box_row {
	margin: 15px 0px 7px 0px;
}

#box_row a {
	text-decoration:none;
	color:#000;
}

#box_row a:hover {
	text-decoration:none;
	color:#555;
}

#box1 {
	position:absolute;
	font-size:18px;
}

#box2 {
	font-size:18px;
	position:relative;
	width:255px;
	margin-left:auto;
}

.title_bar {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
.greybox {
	background-color:#CCC;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#work_experience {
}

#work_experience table {
	width: 730px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #FFF;
}

#work_experience td {
	border: thin solid #999;
	padding-left : 5px;
}

#work_experience .tableheader{
	text-align: center;
	font-weight: bold;
}
.work_title {
	position:absolute;
	font-weight:bold;
}

.work_period {
	position:relative;
	width:155px;
	margin-left:auto;
	font-weight:bold;
}

.work_description{
	
}

.company {
	margin-left:5px;	
}

.responsibilities{
	margin-top:-10px;
}

.responsibilities ul{
	list-style-type:none;
}

#hideShow {
	position:absolute;
	margin-left:510px;
	margin-top: -26px;
	display:block;
	width: 360px;
	height: 95px;
	text-align:right;
	z-index:20;
}
