﻿/* 

	SunLine CSS Stylesheet
	Copyright (c) 2009 A. Pastore - BPress Srl

*/

/* classi base */

a { text-decoration: none; color: black; }
a.hover { text-decoration: none; color: black; }
a.visited { text-decoration: none; color: black; }

/* classi frame div wizard */

#wizard {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	position: absolute;
	border: 1px black solid;
	width: 830px;
	height: 565px;
	top: 0px;
	left: 50%;
	margin-top: 5px;
	margin-left: -415px;
	padding: 0px;
	background: #C3C7CA;
}

#wizTitle {
	position: absolute;
	width: 100%;
	height: 56px;
	display: block;
	background: #141D26;
}

#wizLabels {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 100%;
	height: 24px;
	display: block;
	text-align: center;
	background: #767D85;
	color: #C3C7CA;
	padding-top: 4px;
}

#wizFooter {
	position: absolute;
	top: 520px;
	left: 0px;
	width: 100%;
	height: 45px;
	display: block;
	background: #C3C7CA;
}

.wizPage {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 440px;
	background: #C3C7CA url(../img/bgmain.gif) repeat-x 0 0;
	display: none;
}

.wizCover {
	position: absolute;
	top: 56px;
	left: 0px;
	width: 100%;
	height: 508px;
	background: #C3C7CA url(../img/bgmain.gif) repeat-x 0 0;
	z-index: 9999999;
/*	display: none;*/
}

/* classi frame admin */

#admin {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	position: relative;
	border: 1px black solid;
	width: 830px;
	height: 545px;
	background: #C3C7CA;
}


/* classi elementi interni */

.label { position: absolute; font-family: Tahoma, Verdana, Arial; font-weight: bold; }

.comment { position: absolute; font-family: Tahoma, Verdana, Arial; }

.warning { position: absolute; font-family: Tahoma, Verdana, Arial; font-weight: bold; color: #203060; }

.note { position: absolute; font-family: Tahoma, Verdana, Arial; font-size: 13px; }

.frame { position: absolute; }

.title { position: absolute; font-family: Tahoma, Verdana, Arial; font-size: 18px; color: white; }

.textbox {
	position: absolute;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	height: 20px;
	padding: 1px;
    background:#fff url(../img/textboxbackground.gif) repeat-x 0 0;
    border: 0px;
}

.listbox { position: absolute; font-family: Tahoma, Verdana, Arial; font-size: 13px; }

.radio { position: absolute; font-family: Tahoma, Verdana, Arial; font-size: 13px; }

.icon { position: absolute; border: none; }

.imgButton { position: absolute; }

.divButton {
	position: absolute;
	width: 103px;
	height: 21px;
	text-align:	center;
	color: white;
	font-size: 14px;
	top: 465px;
	cursor: pointer;
	background: url(../img/btnempty.png);
}

.divButtonLarge {
	position: absolute;
	width: 200px;
	height: 21px;
	text-align:	center;
	color: white;
	font-size: 14px;
	cursor: pointer;
	background: url(../img/btnempty_download.png);
}

.imgBox {
	position: absolute;
	border-bottom: 1px solid #D5D9DC;
	border-right: 1px solid #D5D9DC;
	border-top: 1px solid #A5A9AC;
	border-left: 1px solid #A5A9AC;
	background: #ffffff;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.frameInner { position: absolute; border: 1px solid #CED2D4; display: block; background: #888888; opacity: 0.1; filter: alpha(opacity=10); }
.frameOuter { position: absolute; border: 1px solid #B8BABB; display: block; }
.frameLabel { position: absolute;  color: black; }

.lblPage { text-decoration: none; color: #B3B8BB; font-weight: bold; }

/* classi aggiuntive opzionali per elementi interni*/

.disabled { color: #85898C; }
.locked { background:#fff url(../img/textboxbackground_locked.gif) repeat-x 0 0; }
.lblPageDone { color: white; font-weight: bold; }
.lblPageCurrent { color: #FFFFA0; font-weight: bold; }
/* per centratura nei div */
.outerCenter { display: table; }
.innerCenter { #position: absolute; #top: 50%; #left: 50%; display: table-cell; text-align: center; vertical-align: middle; }
.center { #position: relative; #top: -50%; #left: -50%; }

/* classi per controllo sexycombo */

div.sexy {
    position: absolute;
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 260px;
}

div.sexy input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
    height: 20px;
    line-height: 18px;
	padding: 1px;
    background:#fff url(../img/textboxbackground.gif) repeat-x 0 0;
    border: 0px;
    left: 0px;
    top: 0px; 
    width: 242px;  
}

div.sexy div.icon {
    width: 17px;
    height: 19px;
    border: 0;
    background:transparent url(../img/btndropdown.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    top:0px;
    left: 244px; 

}

div.sexy div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid black;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 260px;
    bottom: auto;
	z-index: 99999;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}

div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
    background-color: #FFFFFF;
	height: 16px;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: rgb(223, 232, 246);
}

div.sexy input.empty {
    color: gray;
}

