/******************* Versione: 2010.10.18.010 *******************/


@charset "utf-8";
body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	cursor: pointer;
	color: #004992;
}

a:hover
{
	color: #2894FF;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3978B9;
	margin: 2px;
	padding: 2px;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3978B9;
	margin: 2px;
	padding: 2px;
}

th
{
	background-color: #E1EFFF;
	height: 35px;
	font-size: 14px;
}

.msgText
{
}

.msgTitle
{
	font-size: 16px;
	font-weight: bold;
}

.pageContainer
{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9BC4ED;
	border-right-color: #9BC4ED;
	border-bottom-color: #9BC4ED;
	border-left-color: #9BC4ED;
}

.pageContent
{
	padding: 10px;
}

.pageFooter
{
	width: 940px;
	margin: 0px auto;
	padding: 6px 2px;
}

.registrationForm
{
	background-color: #F0F7FF;
	border: 1px solid #9BC4ED;
	width: 600px;
}

.registrationTable
{
	background-image: url(../dots/boxBackground.png);
	background-position: 100%;
	border: 1px solid #9BC4ED;
	width: 250px;
}

.userActions
{
	text-align: left;
}

.shopItem
{
	width: 617px;
	border: 1px solid #9BC4ED;
	margin: 10px 0px -10px 5px;
	padding: 0px;
}

.shopItemBtn
{
	background: #E0DFE3;
	border: 1px solid #3978B9;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 4px;
	text-align: center;
	width: 102px;
}

.shopItemBtn input
{
	border: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;.
	width: 96px;
}

.shopItemBtn input:hover
{
	color: #2894FF;
}

.shopItemDescription
{
	padding: 5px;
	text-align: left;
}

.shopItemName
{
	color: #004992;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}

.shopItemPrice
{
	background: #9BC4ED;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 100px;
}

.windowContainer
{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*----------JQuery Accordion----------*/
/* Classi personali
----------------------------------*/
#accordion ul li { margin: 0px 0px 5px 0px; }
.ui-widget-content a:hover { color: #2894ff; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.ui-widget-content { border: 1px solid #9bc4ed; background: #E1EFFF; color: #000000; }
.ui-widget-content a { color: #3978b9; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #f0f7ff; background: #f0f7ff; cursor: pointer; font-size: 12px; font-weight: bold; color: #000000; padding: 0px 0px 2px 5px;; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #f0f7ff; background: #f0f7ff; cursor: pointer; font-size: 12px; font-weight: bold; color: #000000; padding: 0px 0px 2px 5px;; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #f0f7ff; background: #f0f7ff; cursor: pointer; font-size: 12px; font-weight: bold; color: #004992; padding: 0px 0px 2px 5px; }

/* Overlays */
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion-icons .ui-accordion-header a { padding-left: .2em; }
.ui-accordion .ui-accordion-content { padding: 0px 10px 0px 10px; margin-top: -15px; position: relative; top: 1px; margin-bottom: 0px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }


