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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
CSS TABLE LAYOUT
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#000;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}
body {
	background-image:url(../_image/bg.gif);
	background-repeat:repeat;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
PAGE LINKS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.sectionLink, .sectionLinkDead {
	float:left;
	text-decoration:none;
	border:none;
	color:#ccc;
}
.sectionLink:link {
	text-decoration:none;
	border:none;
	color:#777;
}
.sectionLink:visited {
	text-decoration:none;
	border:none;
	color:#777;
}
.sectionLink:hover {
	text-decoration:underline;
	border:none;
	color:#777;
}
.sectionLink:active {
	text-decoration:none;
	border:none;
	color:#777;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
PORTFOLIO ITEMS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.itemTitle {
	float:left;
	width:100%;
	font-size:1.2em;
	font-weight:bold;
	color:#444;
	text-align:right;
	margin:0px;
	padding:0px;
}
.itemType {
	float:left;
	width:100%;
	font-size:0.8em;
	font-weight:normal;
	color:#999;
	text-align:right;
	margin:0px;
	padding:0px;
}
.btnOpenShell {
	float:right;
	background-image:url(../_image/btn_open_on.png);
	background-repeat:no-repeat;
	width:80px;
	height:40px;
	overflow:hidden;
	border:none;
	margin:0px;
	padding:0px;
}
.btnOpenLink {
	display:block;
	width:80px;
	height:40px;
	float:left;
	text-decoration:none;
	overflow:hidden;
	border:none;
}
.btnOpenLink span {
	text-align:center;
	width:80px;
	height:40px;
	cursor:pointer;
}

.btnOpenShell a:link {
	text-decoration:none;
	border:none;
}
.btnOpenShell a:visited {
	text-decoration:none;
	border:none;
}
.btnOpenShell a:hover img {
	text-decoration:none;
	border:none;
	visibility:hidden;
}
.btnOpenShell a:active {
	text-decoration:none;
	border:none;
}
.itemDescription {
	float:left;
	color:#555;
	font-size:0.9em;
	font-weight:normal;
	margin-bottom:15px;
}
.itemTechnology {
	float:left;
	color:#999;
	font-size:0.8em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
CONTACT ITEMS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.formInputName {
	font-size:0.8em;
	color:#666;
	width:90%;
	margin-top:2px;
	margin-top:0px;
	text-align:right;
}
.formInputText {
	float:left;
	font-size:0.9em;
	color:#666;
	width:90%;
}
.formInputTextArea {
	float:left;
	font-size:0.9em;
	color:#666;
	width:90%;
}
.formInputSecurity {
	float:left;
	font-size:0.9em;
	color:#666;
	width:50px;
}
.security_link {
	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
RESUME ITEMS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.sectionTitle {
	color:#000;
	font-size:0.8em;
	text-align:right;
	vertical-align:top;
}
.myName {
	color:#000;
	display:inline;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
}
.myOtherInfo {
	color:#444;
	display:inline;
	font-size:0.8em;
	font-style:italic;
	text-align:left;
}
.downloadIt {
	color:#444;
	display:block;
	font-size:0.8em;
	font-style:italic;
	text-align:left;
}
#downloadLink {
	color:#779;
	font-size:0.8em;
	font-style:italic;
	text-align:left;
	text-decoration:none;
	border:none;
}
#downloadLink:link {
	text-decoration:none;
	border:none;
}
#downloadLink:visited {
	text-decoration:none;
	border:none;
}
#downloadLink:hover {
	text-decoration:underline;
	border:none;
}
#downloadLink:active {
	text-decoration:none;
	border:none;
}
.itemName {
	color:#000;
	font-size:1em;
	font-weight:bold;
	height:auto;
	text-align:left;
}
.itemTime {
	color:#000;
	font-size:0.9em;
}
.itemDetail {
	color:#000;
	font-size:1em;
	font-style:italic;
}
.itemSummary {
	color:#444;
	font-size:0.9em;
	text-align:left;
}
.itemSummaryInd {
	color:#444;
	font-size:0.9em;
	text-align:left;
	margin-left:10px;
}







