* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	cursor: pointer;
}

.tabLinks {
	height: 25px;
	overflow: hidden;
	position: relative;
	top: 1px;
}

.tabLinks a {
	float: left;
	padding: 4px 14px 0 14px;
	height: 25px;
	margin-right: 4px;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	border: 1px solid #aaa;
	color: #565656;
	background: #eee;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabLinks a:hover {
  background: #DBDBDB;
}

.tabLinks a.tabVisible {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.tabPage {
	display: none;
	padding: 15px;
	margin: 0;
	border: 1px solid #aaa;
	background: #fff;
	min-height: 300px;
}

.tabVisible {
	display: block;
}

#writeError {
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #76000b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#writeSuccess {
	border: 1px solid #A5E2AA;
	color: #3B843B;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px 0 10px 0;
	background: #E0FFE3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#enmAdmin .errorItem {
	padding: 15px 0 15px 0;
}

#enmAdmin .errorItem img {
	padding: 0 10px 0 20px;
}

#enmAdmin .buttonBox {
	padding-top: 20px;
	text-align: right;
}

#enmAdmin table td {
	vertical-align: middle;
}

#enmAdmin table .label {
	width: 35%;
}

#tabFrame table .info  {
	min-width: 80px;
}

#enmAdmin table td.input {

}

#enmAdmin table input[type=text], #enmAdmin table select {
	width: 300px;
	margin: 0;
}

.tooltipElement img {
	padding: 0 0 0 10px;
}

.tooltipElement .tooltip {
	position: absolute;
	width: 400px;
	display: none;
	border: 1px solid #2e6e9e;
	padding: 20px;
	background: #eaf4fd;
	z-index: 9999;
	color: #2e6e9e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.themePreview {
	display: block;
	width: 100%;
	text-align: center;
}

.themePreview img {
	border: 1px solid #000;
	padding: 0;
}

#enmAdmin p.subscript {
	font-size: 80%;
	color: #276DA3;
}

#enmAdmin p.subscript a {
	text-decoration: underline;
	color: #276DA3;
}

.tabPage .explanation {
	font-size: 90%;
	color: #969696;
	padding-bottom: 10px;
}

#enmAdmin tr.alternate {
	background: #F9F9F9;
}

#themeRequestTable {
	width: auto;
}

#themeRequestTable td {
	padding-left: 20px;
	padding-right: 20px;
}

#themePriceRow {
	border-top: 1px solid #D3D3D3;
	font-weight: bold;
}

#previewBoxOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#previewBox {
	position: absolute;
	width: 640px;
	height: 470px;
	top: 50%;
	left: 50%;
	padding: 20px;
	margin-left: -320px;
	margin-top: -235px;
	border: 1px solid #5B5B5B;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  -moz-box-shadow: 1px 1px 12px #7C7C7C;
  -webkit-box-shadow: #7C7C7C 1px 1px 12px;
	box-shadow: 1px 1px 12px #7C7C7C;
	z-index: 9999;
}

#previewBoxImage {
	width: 600px;
	height: 400px;
	text-align: center;
	overlay: hidden;
}

#previewBoxNav {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}

#previewBoxNav a {
	display: block;
	float: left;
	margin-right: 10px;
	min-width: 80px;
	padding: 4px 10px 4px 10px;
	text-align: center;
}

#previewBoxNav #previewBoxClose {
	float: right;
	margin-right: 0;
}

#enmAdmin .buttonBox.sendRequest {
	text-align: left;
	margin-top: 20px;
	height: 60px;
}

.restricted {
	padding: 5px;
	border: 1px solid #FCCAA1;
	background: #FFFDD1;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 90%;
}

#dragBox {
	display:none;
	position:absolute;
	color:#5E5E5E;
	padding:10px;
	border:1px solid #aaa;
	background:#F9F9F9;
	white-space:nowrap;
	z-index:9999;
}

#dragCount {
	position: absolute;
	left: -10px;
	top: -10px;
	border: 1px solid #fff;
	padding: 0 4px;
	background: #cb0118 url(images/dropCount.png) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	border-radius: 10px;
	box-shadow: 1px 1px 4px #565656;
}

#contextMenu {
	display:none;
	position:absolute;
	border:1px solid #aaa;
	background:#fff;
	z-index:9999;
	min-width: 150px;
}

#contextMenu a {
	display: block;
	white-space:nowrap;
	padding: 6px 10px 6px 35px;
	text-decoration: none;
	color:#5E5E5E;
	background-repeat: no-repeat;
	background-position: 8px center;
}

#contextMenu a:hover {
	background-color: #C9DEFF;
	color:#000;
}

#contextMenu .break {
	border-top: 1px solid #ddd;
}

#contextForward { background-image: url(images/contextForward.png) }
#contextFlag { background-image: url(images/contextFlag.png) }
#contextUnflag { background-image: url(images/contextUnflag.png) }
#contextRead { background-image: url(images/contextRead.png) }
#contextUnread { background-image: url(images/contextUnread.png) }
#contextDelete { background-image: url(images/contextDelete.png) }
