html
{
    /*background-image: url(../Elements/Agens/bkg04.png);
	background-repeat: repeat-x;
	background-color: #ebebeb;*/
	background-color: #76869a;
}

body, html
{
	font-family: Arial;
	font-size: 10pt;
	color: dimgray;
	width: 99%;
	height: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 1;
}

a
{
	color: #577a93;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: darkorange;
}

p
{
	margin-top: 0em;
	margin-bottom: 0em;
}

.panContainer01
{
	background-image: url(../Elements/Agens/bkg05.png);
	background-repeat: repeat-y;
	background-color: white;
	padding: 0px;
	color: dimgray;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.panHeader
{
	background-image: url(../Elements/Agens/bkg00.png);
	background-repeat: no-repeat;
	background-color: white;
	padding: 0px;
	width: 100%;
	height: 158px;
	color: White;
}

.panHeader a
{
    font-size: 9pt;
	color: #55595f;
	font-weight: normal;
}

.panHeader .lnkHeader
{
    color: white;
	width: 0px;
	visibility: hidden;
}

.panFooter
{
    background-color: #d2d7de;
	color: dimgray;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10pt;
	clear: both;
	border-top: 1px solid white;
}

.panFooter a
{
	color: #577a93;
}

.lblSingleItemTitle
{
    font-family: Microsoft Sans Serif;
	background-color: transparent;
	color: #5a6676;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 0px solid silver;
	float: left;
}

.panMenuLevelOne
{
    background-image: url(../Elements/Agens/bkg03.png);
	background-repeat: repeat-x;
	padding: 5px;
	padding-left: 20px;
	text-align: left;
	height: 20px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
}

.panMenuLevelOne a
{
	font-size: 10pt;
	color: white;
	font-weight: normal;
}

.panMenuLevelOne .menuCommand
{
	color: dimgray;
}

.panMenuLevelTwo
{
	padding: 0px;
	background-color: black;
	text-align: left;
	visibility: hidden;
	height: 0px;
}

.panMenuLevelTwo a
{
	color: white;
	text-transform: lowercase;
}

.panMenuLevelThree
{
	padding: 0px;
	background-color: #526e98;
	width: 0px;
	height: 0px;
	float: left;
}

.panMenuLevelThree a
{
	color: white;
	text-transform: lowercase;
}

.panItems
{
	padding: 0px;
	color: gray;
	background-color: transparent;
	vertical-align: top;
	float: left;
	width: 200px;
	border-bottom: 0px solid gainsboro;
}

.panItems a
{
    background-color: #d2d7de;
	color: dimgray;
	padding: 7px;
	font-size: 10pt;
	text-transform: none;
	font-weight: normal;
	vertical-align: middle;
	width: 183px;
	display: block;
	text-align: left;
}

.panItems .selectedItem
{
	color: White;
	background-color: #707c8c;
	text-decoration: none;
}

.panAuthor
{
    margin-top: 10px;
    text-align: right;
}

.panDetails
{
	padding: 30px;
	color: dimgray;
	background-color: white;
	vertical-align: middle;
	width: 540px;
	float: left;
	min-height: 500px;
	overflow: visible;
	border-left: 0px solid gainsboro;
}

.panDetails .lblSingleItemTitle
{
	font-family: Arial;
	color: #5a6676;
	margin-bottom: 20px;
    border-bottom: 1px solid silver;
}

.panSingleItemDetail .lblSingleItemTitle
{
	font-family: Arial;
	color: #5a6676;
	margin-bottom: 20px;
}

.panMultiItemsDetails
{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 10px;	
	padding-bottom: 50px;
	background-color: white;
	color: dimgray;
	vertical-align: middle;
	width: 800px;
	height: auto;
	min-height: 850px;
	overflow: visible;
	float: left;
}

.panSingleItemDetail
{
	padding: 0px;
	color: dimgray;
	width: 700px;
	overflow: visible;
	float: left;
	text-align: left;
	margin: 20px 40px 20px 40px;
	padding-bottom: 0px; /*min-height: 300px;*/
	height: auto !important;
	height: 200px;
	border-bottom: 0px solid silver;
}

.panPersonalPhoto
{
    background-color: transparent;
    float: left;
    border: 1px solid dimgray;
    padding: 20px;
    margin: 5px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
}

.panPhotoGallery
{
	margin-top: 0px;
	padding: 30px;
	color: dimgray;
	background-color: white;
	vertical-align: top;
	width: 740px;
	float: left;
	height: auto;
	min-height: 500px;
	overflow: visible;
}

.panSinglePhoto
{
    background-color: White;
    float: left;
    border: 1px solid dimgray;
    padding: 10px;
    margin: 5px;
    text-align: center;
    font-size: 8pt;
    color: black;
}

.thumbnail
{
    cursor: hand;
    background-color: dimgray;
    padding: 1px;
    width: 100px;
    max-width: 100px;
    min-height: 70px;
    max-height: 70px;
}

.menuCommand
{
	text-transform: lowercase;
	font-weight: normal;
	font-size: 9pt;
	color: black;
	background-color: #d4d0c8;
	padding: 3px;
	border: 1px solid #696969;
	line-height: 20px;
}

.selectedItem
{
	font-weight: normal;
	text-decoration: none;
	border-bottom: 3px solid greenyellow;
}

.textbox1
{
	font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: dimgray;
	vertical-align: middle;
	border: 1px solid dimgray;
	padding: 2px;
}

.textbox2
{
    padding: 10px;
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    height: 400px;
    overflow: visible;
    color: dimgray;
	vertical-align: middle;
	border: 1px solid silver;
}

.panEditBox
{
    color: Black;
    background-color: whitesmoke;
    position: absolute;
    width: 155px;
    padding: 5px;
    border: 2px outset white;
    float: left;
    display: block;
}

.panEditBox a
{
    color: Black;
}

.panBox01
{
	background-image: url(../Elements/Agens/cittaideale.jpg);     
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	float: right;
	width: 200px;
	height: 55px;
	padding: 0px;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
}

.panSubscription
{
	background-color: #d2d7de;
	color: dimgray;
	float: right;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 9pt;
	border-bottom: 0px solid white;
}

.panSubscription2
{
	background-image: url(../Elements/Agens/joinus.jpg);
	background-repeat: repeat;
	background-color: steelblue;
	color: white;
	float: right;
	width: 160px;
	padding: 20px;
	text-align: left;
	font-size: 9pt;
	border-bottom: 0px solid white;
}

.panSubscription2 .menuCommand
{
	color: white;
	font-size: 12pt;
	background-color: Transparent;
	border: 0px;
	padding: 0px;
	font-weight: bold;
}

.panNews
{
	background-color: #d2d7de;
	color: dimgray;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 160px;
	overflow: visible;
	padding: 20px;
	padding-bottom: 35px;
	text-align: left;
    font-size: 9pt;
    border-bottom: 0px solid white;
}
.panNews .lblSingleItemTitle
{
    color: #5a6676;
}

.panAgensBook
{
    margin-top: 80px;
	background-color: #f0f0f0;
	border: 1px solid gainsboro;
	color: dimgray;
	padding: 20px;
	text-align: left;
	overflow-y: visible;
	overflow-x: visible;
	font-size: 9pt;
}

.panAgensBook A
{
    font-weight: bold;
    color: #577a93;
    font-size: 10pt;
    text-transform: none;
}

.lblSectionTitle
{
	color: #577a93;
	font-weight: bold;
	font-size: 13pt;
	padding: 7px;
	float: left;
	width: 100%;
}

.lblUserHeader
{
	color: #5a6676;
	font-weight: bold;
	font-size: 12pt;
	text-transform: capitalize;
}

.lblStatus
{
    color: dodgerblue;
}

