
.head {
	border:none;
	padding:0px 20px 5px 20px;
	vertical-align: middle;
	text-align:center;
	display:inline;
    height: 100%;
	z-index: 300;
	margin: 0px auto 0px auto;
	padding:
}


#scale-up {
    height: 230px;
}
div.scale-down {
    height: 57px;
}
/* -- Layout ------------------------------- */
#wrapper {
	text-align:left; /* left-align text in IE */
	margin: 0px auto;
/*	width:1000px;*/
}

div.header {
	border: solid white 1px;
	position: relative;
	padding:10px;
	height: 140px;
	background: #d0d0d0;

	margin: 0px auto 0px auto;

}



img.centre {
display:block;
margin-left:auto;
margin-right:auto;
vertical-align:middle;
z-index:300;
}
/* technique */
.centerImg {
text-align:center; /* horizontal in all browsers */
display:table-cell; vertical-align:middle; /* ~= valign=center in CSS2 browsers */
margin: 0px auto;
width:230px;

}
.centerImg img {
	vertical-align:middle;
text-align:center;
         margin: 0px auto;


	} /* center img in line box */

.tagIcon {
	height:24px;
	width:24px;
}
.tagIcon :hover{
	cursor:pointer;
}
/* instances */
.a {/*width:180px;*/ height:175px;}
* html .a {font-size:158.4px;} /* 90.5% of box height */


.round {
		-moz-border-radius-topleft : 5px;
		-webkit-border-top-left-radius : 5px;
		-moz-border-radius-topright : 5px;
		-webkit-border-top-right-radius : 5px;
		-moz-border-radius-bottomleft : 5px;
		-webkit-border-bottom-left-radius : 5px;
		-moz-border-radius-bottomright : 5px;
		-webkit-border-bottom-right-radius : 5px;
}
.thumbbox {
	float:left;
	display:inline;
	width:230px;
/*	height:280px;*/
	margin:8px;
	padding:5px;
	background-color:#d0d0d0;
	z-index:300;
		-moz-border-radius-topleft : 5px;
		-webkit-border-top-left-radius : 5px;
		-moz-border-radius-topright : 5px;
		-webkit-border-top-right-radius : 5px;
		-moz-border-radius-bottomleft : 5px;
		-webkit-border-bottom-left-radius : 5px;
		-moz-border-radius-bottomright : 5px;
		-webkit-border-bottom-right-radius : 5px;

}
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 16px Arial, Helvetica, sans-serif;
	color: #73b304;
	z-index: auto;
/*	left: -100px;*/
}


div.thumbs {
	width: 780px;
	height:400px;
	display: table-cell;
	vertical-align:middle;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
div.message {
	color:red;
	background-color:transparent;
	font-weight:bold;
	font-size:15pt;
	border:none;
}


input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
/*
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}
*/
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 400px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

.slide {
	vertical-align:middle;

}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
.stats {

}
body {
	padding-top: 80px;
	padding-bottom:40px;
//	background-color:#ffffff;
	}

      body {
        padding-top: 50px; /* 50px to make the container go all the way to the bottom of the topbar */
      }

      /* The white background content wrapper */
      .content {
        background-color: #fff;
        padding: 20px;
        margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
        -webkit-border-radius: 0 0 6px 6px;
           -moz-border-radius: 0 0 6px 6px;
                border-radius: 0 0 6px 6px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
                box-shadow: 0 1px 2px rgba(0,0,0,.15);
      }

      /* Page header tweaks */
      .page-header {
        background-color: #f5f5f5;
        padding: 20px 20px 10px;
        margin: -20px -20px 20px;
      }
/* overwrite some parameters to match bootstrap 2.3.2 */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}