﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

.displayNone {visibility:hidden;display:none;} 

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}



#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}



/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #d32525;
}





.divCol{
	font-weight:bold;
	float:left; 
	width:110px;
	text-align:right;
	margin-right:10px; 
	white-space:nowrap;
}

.divColAnteprima{
	font-weight:bold;
	float:left; 
	width:78px;
	text-align:right;
	margin-right:7px; 
	white-space:nowrap;
}

.divColLink{
	font-weight:bold;
	float:left; 
	width:120px;
	text-align:right;
	margin-left:130px; 
	white-space:nowrap;
}

.divColPersonalTitle{
	font-weight:bold;
	float:left; 
	width:20px;
	text-align:right;
	margin-right:50px; 
	white-space:nowrap;
}
.divColPersonalContent{
	float:left; 
	width:20px;
	text-align:right;
	margin-right:5px; 
	white-space:nowrap;
}

/*no width on the last col so it will expand*/
.divColLast{
	float:left;
	clear:right;
	white-space:nowrap;
}
.caption, table caption {
	background-color: #aaa;
	background-image: url('images/gen_top.gif');
	color: #0033AC;
	font-size: 9pt;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	height: 26px;
	border-top: solid 1px #A4A3A3; 
	border-left: solid 1px #A4A3A3;
	border-right: solid 1px #A4A3A3;
	border-bottom: none;
	padding-top: 28px;
	padding-left:14px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin: 0px 0px 28px 0px;
   
}

.caption_p2 {
	background-color: #ffffff;
	/*background-image: url('images/gen_center.gif');
	color: #0033AC;
	font-size: 9pt;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;*/
	border-top: none; 
	border-left: #ACA899 1px solid;
	border-right: #ACA899 1px solid;
	border-bottom: #ACA899 1px solid;
	margin-top: -10px;
	padding-left:0px;
	margin-bottom: 6px;
	padding-right: 0px;
}

.captioninput {
	/*margin: 8px 0px 0px 0px;*/
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-size: 12px;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.item1 {
	/*margin: 8px 0px 0px 0px;*/
	border-left: #ACA899 1px solid;
	
}

.item1top {
	/*margin: 8px 0px 0px 0px;*/
	border-left: #ACA899 1px solid;
    height: 80px;
    width: 100%;
}

.captionManageProduct, table captionManageProduct {
	background-color: #aaa;
	background-image: url('images/tilebg_tablecaption4.gif');
	color: #000000;
	font-size: 9pt;
	padding-bottom:6pt;
	padding-top:5pt;
	border: 0;
	white-space: nowrap;
	text-align: left;
}

.captionManageProduct2, table captionManageProduct2 {
	background-color: #aaa;
	background-image: url('images/tilebg_tablecaption5.gif');
	color: #FFFFFF;
	font-size: 9pt;
	padding-bottom:2pt;
	padding-top:5pt;
	border: 0;
	white-space: nowrap;
	text-align: left;
}



.spaceDiv
{
	height:6pt;
}

fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
}

.img_thumb
{
 vertical-align:middle;
}

fright
{
	float:right;
	vertical-align:top;
}

fleft
{
 float:left
}

.imageCaptionAlign { vertical-align:middle}

.imageCaptionAlign2 { margin-top:-6px; }

.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

.ElabRich
{
	BORDER-RIGHT: rgb(102,102,102) 2px solid; PADDING-RIGHT: 10px; BORDER-TOP: rgb(102,102,102) 2px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; BORDER-LEFT: rgb(102,102,102) 2px solid; PADDING-TOP: 10px; BORDER-BOTTOM: rgb(102,102,102) 2px solid; BACKGROUND-COLOR: rgb(239,239,239); width:auto; height:40px; margin:auto; position:fixed; top:40%; left:40%; z-index:1000; 
}

.floatleft
{
 	 float:left;
}

.ElabRichDX
{
  float:left; margin-top:12px; margin-top:11px; margin-left:10px; margin-right:20px; font-size:12px; font-family:Verdana;
}

.ElabRichFg
{ position:fixed;
	/*display:none;*/
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:100;
}