body, table {
	font-size: 12px;
	font-family: Helvetica Neue, Verdana, Arial, sans-serif;
	background-color: #fefffe;
}

.QrCodeIcon .Rollover {
	bottom: 36px;
	background-color: white;
	z-index: 4;
	border-color: #bababa;
	border-width: 1px;
	border-style: solid;
	left: -45px;
	position: absolute;
	display: none;
	
-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45) ;
-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45) ;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.45) ;


	
}

.QrCodeIcon:hover .Rollover {
	display: block;
}

.QrCodeIcon {
	position: relative;
}

.QrCodeIcon:hover .Rollover:hover {
	display: none;
}

.FormRow {
	padding-bottom: 12px;
	width: 100%;
	clear: both;
	float: left;
	box-sizing: border-box;
}

.FormLabel {
	padding-top: 4px;
	color: #646464;
	padding-right: 6px;
	text-align: right;
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.FormContent {
	width: 65%;
	float: left;
	box-sizing: border-box;
}

input[type="text"], input[type="password"], textarea {
	background-color: #f4f4f4;
	padding: 3px;
	border-color: #cfcfcf;
	border-width: 1px;
	border-style: solid;
	width: 70%;




}

input[type="submit"], input[type="button"], select {
	
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-right: 15px;
	padding-top: 6px;

	border-color: #cfcfcf;
	border-width: 1px;
	border-style: solid;
	
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;






}

textarea {
	height: 150px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td, tr {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	border-spacing: 0px 0px;
	border-bottom-color: #e2e2e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.Actions {
	text-align: right;
}

th {
	color: #6f6f6f;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
}

h1 {
	padding-left: 0px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-top: 4px;
	margin: 0px;
	color: #3a3a3a;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
}

.Faded {
	opacity:0.5;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}

#toolbar input {

	font-size: 14px;
	background-color: #5a5a5a;
	float: right;
	color: white;
}

#toolbar select {
	margin-top: 7px;
	line-height: 20px;
	background-color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	margin-left: 205px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: black;
	padding-bottom: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
	width: 600px;
	font-size: 17px;
}

.File {
	position: relative;
	width: 350px;
	background-color: #f3f3f3;
	border-color: #c8c8c8;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
}

.File img {
	right: 3px;
	top: 2px;
	position: absolute;
	z-index: 1;
	background-position: 3px 2px;
	margin: 7px;
}

.File div {
	background-position: 3px 5px;
	padding-bottom: 7px;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-image: url(file.png);
	padding-left: 20px;
}

.file input[type="button"]{
	background-color: white;
	right: 0px;
	top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	border-radius: 0px;
}

.file input[type="file"] {
	right: 0px;
	z-index: 0;
	background-color: #e12727;
	height: 28px;
	width: 100px;
	top: 0px;
	position: absolute;
	opacity: 0;
}

#side {
	float: left;
	width: 200px;
}

#main {
	width: 100%;
	float: left;
}

#side a {
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 15px;
	width: 200px;
	float: left;
}

a {
	text-decoration: none;
	color: black;
}

body {
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-image: url(bg.png);
}

#header {
	position: relative;
	height: 94px;
}

#header a {
	font-size: 14px;
	margin-left: 1px;
	color: #c8eb40;
	text-align: center;
	background-color: #404040;
	float: right;
	width: 170px;
	margin-top: 64px;
	line-height: 30px;
	
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
}

#toolbar {
	margin-bottom: 10px;
	padding-top: 12px;
	float: left;
	width: 100%;
	height: 48px;
}

#header a.On {
	color: #383838;
	background-color: rgb(243, 243, 243);
}

.FormBlock {
	padding-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	
}

input[type=text], input[type="password"] {
	width: 450px;
}

#account {
	padding-top: 8px;
	color: white;
	top: 0px;
	right: 0px;
	position: absolute;
}

#header span {
	color: #c8eb40;
}

.TemplatePreview {
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	padding-right: 22px;
	padding-left: 22px;
	width: 200px;
	float: left;
}

.TemplatePreview img {
	margin-bottom: 3px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

