﻿
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


.edit-label {
  color:Black;
  font-size:110%;
  font-weight:bold;
  margin-bottom:10px;
}

.edit-help {
  font-size:90%;
  margin-top:0;
  color:Gray;
}


#title {
  padding-right:30px;
}

/* Pager */
.pager 
{
	margin:8px 3px;
	padding:3px;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.node-attachments {
  margin-top:20px;
  margin-bottom:20px;
}

.attachments-title {
  font-weight:bold;
  font-size:110%;
  margin-bottom:5px;
}

.attachments-list {
  border-collapse:collapse;
}

.attachments-list th {
  border-bottom:1px dotted gray;
}

.attachments-list td, .attachments-list th {
  /*text-align:center;*/
  padding-right:15px;
}

.attachments-list .in-list {
  background-color:#E9F4FF;
}

.node-content img {
  padding-right:12px;
}

/* Admintable */
.admintable {
  border-collapse: collapse;
  border: 1px solid black;
}

.admintable td, .admintable th {
  border: 1px dotted gray;
  padding: 3px 6px 3px 6px;
}


/* Admintable bottom border only */
.admintablebottom {
  border-collapse: collapse;
  border: 0;
}

.admintablebottom td, .admintablebottom th {
  border-bottom: 1px dotted gray;
  padding: 3px 6px 3px 6px;
}

.left-box {
  background: url(/Content/UniSport/Images/riservata-gradiente.jpg) repeat-x;
}

.reserved-title {
  font-weight:bold;
  font-size:110%;
  color:#06264C;
  padding:3px 8px 5px 8px;
}

.adminhelp {
  font-size:90%;
  color:Gray;
}

.galleryimage {
  margin:4px;
}

.colorDot {
  display:table-cell; 
  vertical-align:middle; 
}
.colorDotLabel {
  display:table-cell; 
  vertical-align:top; 
  padding-left:5px;
  padding-right:10px;
}