/* JQModal Styling */

.jqmWindow {
    display: none;
	left:50%;
	position:absolute;
	top:25%;
}

.jqmOverlay { background-color: #000; }


/* HTML Tag Styling */

html {
	background: white;
	color: #2F3F50;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height: 100%;
	min-height:600px;
	line-height: 150%;
	background: url("/static/css/images/background.png") no-repeat;
	text-shadow:3px 3px 3px #BBBBBB;
}

h1,h2,h3 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: inherit;
	color: inherit;
}

a {
	color: #101A22;
	text-decoration: none;
}

a:* {
	color: #101A22;
	text-decoration: none;
}

a:hover {
	border: 0px;
	color: #444444;
	outline-style: none;
	text-decoration: none;
}

table {
	margin: 0;
	width: 100%;
}

ul {
	list-style-type: none;
}

img {
	vertical-align: middle;
	border: 0px;
	outline-style: none;
}

/* Generic classes */

.listing {
	list-style-type: none;
	line-height: 175%;
	border-bottom: 1px solid #444444;
}

.listing > li {
	border-top: 1px solid #444444;
}

.jqmWindow > .grid_12 {
	left: -350px;
}

.operationLink {
	color:#101A22;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap;
	cursor: pointer;
	display: inline;
}

.operationLink:hover {
	color:#444444;
}

.title {
	text-align: center;
	font-size:40pt;
	color: #465D76;
}

.title p {
	margin: 0;
}

.title p a {
	text-decoration: none;
	color:#465D76;
}

.slogan {
	font-size:120%;
	text-align:center;
	margin-bottom: 5px;
	color:#2F3F50;
}

.footer {
	font-size:8pt;
	margin-top:10px;
	text-align:center;
	height: 50px;
	border-top:1px solid #AAAAAA;
}

.footer span {
	vertical-align: top;
}

.normalSize {
	font-size: 13px;
}

.smallSize {
	font-size: 10px;
}

.authenticationPanel {
	font-size:12px;
	width:100%;
}

.authenticationPanel ul {
	display:inline;
	list-style-type:none;
}

.authenticationPanel ul li {
	float:right;
	margin-bottom:0;
	margin-left:30px;
	margin-right:30px;	
	margin-top:0;
}

.authenticationPanel ul li label {
	margin-right:30px;	
}

.miniItem {
	font-size:11px;
	list-style-image:none;
	list-style-type:none;
	margin-left:2px;
	margin-right:2px;
}

.miniItem:hover{
	text-decoration: underline;
}

#notification {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	#height: 50px;
	display: none;
	text-align: center;
	background-color: transparent;
	z-index: 100;

}

#notificationPanel {
	overflow: hidden;
	font-size: 14px;
	color: #000;
	background-color: #ffffff;
	width: 400px;
	height: 50px;
	padding: 2px;
	opacity: 0.90;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-left: auto !important;
	margin-right: auto !important;
}

.formattedTable tr > * {
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #AAAAAA;
}

.formattedTable tr > *:first-child {
	border-left: none;
}

.blockLink {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 11px;
}

.blockLink:hover {
	text-decoration: none;
}

.criterionBox {
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	vertical-align:bottom;
}

.criterionBox ul {
	text-align:left;
	padding-left:0;
	display: none;
	width: 300px;
	background: #ffffff;
	padding:10px;
	border: 1px solid #aaaaaa;
}

.criterionBox ul li {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

.valueContainer {
	padding: 10px;
}

.productListing li {
	display:inline-block;
	padding-left:20px;
	width:195px;
}

.widgetIcon {
	height: 20px;
	padding-top:3px;
	padding-bottom:3px;
}

.clickableWidgetIcon {
	cursor: pointer;
}

.widgetContainer {
	width:120px;
}

.criterionInputBoxContainerHeader {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	border-bottom:1px solid white;
}

.criterionInputBoxContainer {
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	border: 1px solid white;
	margin-bottom:20px;
	text-align:left;
}

.visibleUserDefinedCriterionValueText {
	margin:0;
	width:180px;
}

.criterionName {
	margin:0;
}

.formButton {
	background: #EEF5FF;
	font-weight:bold;
	color: #2f3f50;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	outline-style: none;
}

.bigbutton {
	font-size:150%;
	font-weight:bold;
	padding:5px;
	width:240px;
	color: #2f3f50;
}

.formButtons {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:center;
	outline-style: none;
	color: #2f3f50;
}

.tableSpacer {
	margin-top: 30px;
	margin-bottom: 30px;
}

.breadCrumb {
	margin-bottom: 15px;
}

.stepTitle {
	color:white;
	left:15px;
	position:absolute;
	text-align:center;
	top:45px;
	width:130px;
	font-size:125%;
}

/* Paper Sheet Definition */
.paperSheetContainer {
	padding-top: 0px;
	override: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.paperSheetContainer .sheetContent {
	overflow: hidden;
	padding-top: 10px;
}

.lightCanvas {
	padding: 0;
	margin: 0;
	color: black;
}

.lightCanvas > * {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.paperSheetContainer h1 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 15px;
}

.paperSheetContainer h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 13px;
}

.paperSheetContainer h3 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}

.paperSheetContainer ul li {
	margin: 0;
	padding: 0;
}

/* Grid 3 Light Canvas Definitions All Fixed Heights */
.grid_3 > div > .lightCanvas .fixed_160 {
	background: transparent url("/static/css/images/sheet_grid_3_light_160.png") no-repeat;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_3 > div > .lightCanvas .fixed_200 {
	background: transparent url("/static/css/images/sheet_grid_3_light_200.png") no-repeat;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_3 > div > .lightCanvas .fixed_240 {
	background: transparent url("/static/css/images/sheet_grid_3_light_240.png") no-repeat;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_3 > div > .lightCanvas .fixed_280 {
	background: transparent url("/static/css/images/sheet_grid_3_light_280.png") no-repeat;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_3 > div > .lightCanvas .fixed_320 {
	background: transparent url("/static/css/images/sheet_grid_3_light_320.png") no-repeat;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_3 > div > .lightCanvas .fixed_360 {
	background: transparent url("/static/css/images/sheet_grid_3_light_360.png") no-repeat;
	height: 330px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_3 > div > .lightCanvas .fixed_400 {
	background: transparent url("/static/css/images/sheet_grid_3_light_400.png") no-repeat;
	height: 370px;
	padding-top: 5px;
	padding-bottom: 25px;
}

/* Grid 6 Light Canvas Definitions All Fixed Heights */
.grid_6 > div > .lightCanvas .fixed_160 {
	background: transparent url("/static/css/images/sheet_grid_6_light_160.png") no-repeat;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_6 > div > .lightCanvas .fixed_200 {
	background: transparent url("/static/css/images/sheet_grid_6_light_200.png") no-repeat;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_6 > div > .lightCanvas .fixed_240 {
	background: transparent url("/static/css/images/sheet_grid_6_light_240.png") no-repeat;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_6 > div > .lightCanvas .fixed_280 {
	background: transparent url("/static/css/images/sheet_grid_6_light_280.png") no-repeat;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_6 > div > .lightCanvas .fixed_320 {
	background: transparent url("/static/css/images/sheet_grid_6_light_320.png") no-repeat;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_6 > div > .lightCanvas .fixed_360 {
	background: transparent url("/static/css/images/sheet_grid_6_light_360.png") no-repeat;
	height: 330px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_6 > div > .lightCanvas .fixed_400 {
	background: transparent url("/static/css/images/sheet_grid_6_light_400.png") no-repeat;
	height: 370px;
	padding-top: 5px;
	padding-bottom: 25px;
}

/* Grid 8 Light Canvas Definitions All Fixed Heights */
.grid_8 > div > .lightCanvas .fixed_160 {
	background: transparent url("/static/css/images/sheet_grid_8_light_160.png") no-repeat;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_200 {
	background: transparent url("/static/css/images/sheet_grid_8_light_200.png") no-repeat;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_240 {
	background: transparent url("/static/css/images/sheet_grid_8_light_240.png") no-repeat;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_280 {
	background: transparent url("/static/css/images/sheet_grid_8_light_280.png") no-repeat;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_320 {
	background: transparent url("/static/css/images/sheet_grid_8_light_320.png") no-repeat;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_360 {
	background: transparent url("/static/css/images/sheet_grid_8_light_360.png") no-repeat;
	height: 330px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_400 {
	background: transparent url("/static/css/images/sheet_grid_8_light_400.png") no-repeat;
	height: 370px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_8 > div > .lightCanvas .fixed_440 {
	background: transparent url("/static/css/images/sheet_grid_8_light_440.png") no-repeat;
	height: 410px;
	padding-top: 5px;
	padding-bottom: 25px;
}

/* Grid 10 Light Canvas Definitions All Fixed Heights */
.grid_10 > div > .lightCanvas .fixed_160 {
	background: transparent url("/static/css/images/sheet_grid_10_light_160.png") no-repeat;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_10 > div > .lightCanvas .fixed_200 {
	background: transparent url("/static/css/images/sheet_grid_10_light_200.png") no-repeat;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_10 > div > .lightCanvas .fixed_240 {
	background: transparent url("/static/css/images/sheet_grid_10_light_240.png") no-repeat;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_10 > div > .lightCanvas .fixed_280 {
	background: transparent url("/static/css/images/sheet_grid_10_light_280.png") no-repeat;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_10 > div > .lightCanvas .fixed_320 {
	background: transparent url("/static/css/images/sheet_grid_10_light_320.png") no-repeat;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_10 > div > .lightCanvas .fixed_360 {
	background: transparent url("/static/css/images/sheet_grid_10_light_360.png") no-repeat;
	height: 330px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_10 > div > .lightCanvas .fixed_400 {
	background: transparent url("/static/css/images/sheet_grid_10_light_400.png") no-repeat;
	height: 370px;
	padding-top: 5px;
	padding-bottom: 25px;
}

/* Grid 12 Light Canvas Definitions All Fixed Heights */
.grid_12 > div > .lightCanvas .fixed_160 {
	background: transparent url("/static/css/images/sheet_grid_12_light_160.png") no-repeat;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_12 > div > .lightCanvas .fixed_200 {
	background: transparent url("/static/css/images/sheet_grid_12_light_200.png") no-repeat;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_12 > div > .lightCanvas .fixed_240 {
	background: transparent url("/static/css/images/sheet_grid_12_light_240.png") no-repeat;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_12 > div > .lightCanvas .fixed_280 {
	background: transparent url("/static/css/images/sheet_grid_12_light_280.png") no-repeat;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_12 > div > .lightCanvas .fixed_320 {
	background: transparent url("/static/css/images/sheet_grid_12_light_320.png") no-repeat;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_12 > div > .lightCanvas .fixed_360 {
	background: transparent url("/static/css/images/sheet_grid_12_light_360.png") no-repeat;
	height: 330px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_12 > div > .lightCanvas .fixed_400 {
	background: transparent url("/static/css/images/sheet_grid_12_light_400.png") no-repeat;
	height: 370px;
	padding-top: 5px;
	padding-bottom: 25px;
}

/* Grid 16 Light Canvas Definitions All Fixed Heights */
.grid_16 > div > .lightCanvas > .fixed_160 {
	background: transparent url("/static/css/images/sheet_grid_16_light_160.png") no-repeat;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_16 > div > .lightCanvas > .fixed_200 {
	background: transparent url("/static/css/images/sheet_grid_16_light_200.png") no-repeat;
	height: 170px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_16 > div > .lightCanvas > .fixed_240 {
	background: transparent url("/static/css/images/sheet_grid_16_light_240.png") no-repeat;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_16 > div > .lightCanvas > .fixed_280 {
	background: transparent url("/static/css/images/sheet_grid_16_light_280.png") no-repeat;
	height: 250px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_16 > div > .lightCanvas > .fixed_320 {
	background: transparent url("/static/css/images/sheet_grid_16_light_320.png") no-repeat;
	height: 290px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_16 > div > .lightCanvas > .fixed_360 {
	background: transparent url("/static/css/images/sheet_grid_16_light_360.png") no-repeat;
	height: 330px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.grid_16 > div > .lightCanvas .fixed_400 {
	background: transparent url("/static/css/images/sheet_grid_16_light_400.png") no-repeat;
	height: 370px;
	padding-top: 5px;
	padding-bottom: 25px;
}


/* Grid 3 Light Canvas Definitions Dynamic Height */
.grid_3 > div > .lightCanvas .canvasTop {
	background: transparent url("/static/css/images/sheet_grid_3_light_top.png") no-repeat;
	height: 10px;
}

.grid_3 > div > .lightCanvas .canvasMiddle {
	background: transparent url("/static/css/images/sheet_grid_3_light_middle.png") repeat-y;
	overflow: hidden;
}

.grid_3 > div > .lightCanvas .canvasBottom {
	background: transparent url("/static/css/images/sheet_grid_3_light_bottom.png") no-repeat;
	height: 25px;
}

.grid_4 > div > .lightCanvas .canvasTop {
	background: transparent url("/static/css/images/sheet_grid_4_light_top.png") no-repeat;
	height: 10px;
}

.grid_4 > div > .lightCanvas .canvasMiddle {
	background: transparent url("/static/css/images/sheet_grid_4_light_middle.png") repeat-y;
	overflow: hidden;
}

.grid_4 > div > .lightCanvas .canvasBottom {
	background: transparent url("/static/css/images/sheet_grid_4_light_bottom.png") no-repeat;
	height: 25px;
}

.grid_10 > div > .lightCanvas .canvasTop {
	background: transparent url("/static/css/images/sheet_grid_10_light_top.png") no-repeat;
	height: 10px;
}

.grid_10 > div > .lightCanvas .canvasMiddle {
	background: transparent url("/static/css/images/sheet_grid_10_light_middle.png") repeat-y;
	overflow: hidden;
}

.grid_10 > div > .lightCanvas .canvasBottom {
	background: transparent url("/static/css/images/sheet_grid_10_light_bottom.png") no-repeat;
	height: 25px;
}

.grid_12 > div > .lightCanvas .canvasTop {
	background: transparent url("/static/css/images/sheet_grid_12_light_top.png") no-repeat;
	height: 10px;
}

.grid_12 > div > .lightCanvas .canvasMiddle {
	background: transparent url("/static/css/images/sheet_grid_12_light_middle.png") repeat-y;
	overflow: hidden;
}

.grid_12 > div > .lightCanvas .canvasBottom {
	background: transparent url("/static/css/images/sheet_grid_12_light_bottom.png") no-repeat;
	height: 25px;
}

.grid_16 > div > .lightCanvas .canvasTop {
	background: transparent url("/static/css/images/sheet_grid_16_light_top.png") no-repeat;
	height: 10px;
}

.grid_16 > div > .lightCanvas .canvasMiddle {
	background: transparent url("/static/css/images/sheet_grid_16_light_middle.png") repeat-y;
	overflow: hidden;
}

.grid_16 > div > .lightCanvas .canvasBottom {
	background: transparent url("/static/css/images/sheet_grid_16_light_bottom.png") no-repeat;
	height: 25px;
}


.content {
	margin-bottom:20px;
	min-height:400px;
	margin-top:5px;
	overflow:hidden;
	width: 100%;
}

.startImage {
	text-align:center;
}

#languageBar {
	display: inline-block;
	width: 100px;
	margin-bottom: 5px;
}

#languageBarHead {
	cursor:pointer;
}

#languageBar form ul {
	margin:0;
}

#languageBar form ul li {
	cursor:pointer;
}

.applicationHeader {
	font-size:4px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
}

button span:focus {
	outline-style: none;
}

.bar {
	font-size: 8pt;
}

.barHead {
	color: black;
	text-align: center;
}

.bar ul {
	list-style: none;
	padding-left: 0px;
	border: 1px solid white;
}

.bar ul li {
	padding-left: 3px;
	margin-left: 0;
	text-align: center;
}

.bar a {
	color: black;
}

.bar a:hover {
	color: black;
}

.highlight {
	background: grey;
}

.afterSpace {
	margin-bottom: 20px;
}

.registrationForm {
	width:380px;
}

.form {
	margin-left:auto;
	margin-right:auto;
	padding:20px 20px 0;
}

.form fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.form ul {
	display:block;
	list-style-type:none;
	padding-left:0;
}

.form ul li {
	clear:both;
	margin-bottom:10px;
}

.form ul li div {
	text-align:center;
}

.form * * label {
	display:block;
	float:left;
	font-weight:bold;
	height:22px;
	margin-right:20px;
	text-align:right;
	width:200px;
}

#userInputBox {
	width: 100%;
}

.form * * #accept {
	float:left;
	height:12px;
	margin-left:30px;
	margin-right:20px;
	margin-top:1px;
	width:20px;
}

.statistics {
	margin:10px;
	padding:5px 0;
	text-align: center;
}

.statistics ul {
	margin:0;
}

.statistics ul li {
	display:inline-block;
	list-style-type:none;
	text-transform:uppercase;
}

.miniItemBox {
	line-height: 120%;
}

.errorMessage {
	color: #CC0000;
	text-align: center;
	display:block;
}

.operationIcon {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;	
}

.round {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #AAAAAA;
}
