body {
	margin: 15px;
	background-color: #222222;
	background: url('../images/backgroundTile.jpg') repeat;
	font-family: "Segoe UI","Lucida Grande", Arial, Ubuntu, sans-serif;
}
:focus { outline:none; }
:active { outline:none; }
::-moz-focus-inner { border: 0; }
input[type="submit"],
input[type="button"],
textarea {
	font-family: "Segoe UI","Lucida Grande", Arial, Ubuntu, sans-serif;
	font-size: 13px;
	border: 1px #888888 solid;
	border-radius: 3px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	box-shadow: 0px 0px 2px 0px #cecece;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
input[type="submit"],
input[type="button"] {
	padding-top: 0px;
	line-height: 24px;
	height: 24px;
	padding-left: 8px; 
	padding-right: 8px;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #FFFFFF;
}
input[type="button"]:active,
input[type="submit"]:active {
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(24,82,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(24,82,175,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1852af',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}
input[type="text"],
input[type="password"],
select {
	border-radius: 3px;
	border: 1px #888888 solid;
	height: 20px;
	line-height: 20px;
	box-shadow: 0px 0px 2px 0px #cecece;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	font-family: "Segoe UI","Lucida Grande", Arial, Ubuntu, sans-serif;
	font-size: 13px;
	padding-left: 4px;
	padding-right: 4px;
}
select {
	height: 22px;
	line-height: 22px;
}
h1 {
	color: #333333;
	border-bottom: 1px #888888 solid;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #aaaaaa;
}

div.appLogo {
	background-color: #ffffff;
	width: 200px;
	overflow: hidden;
	box-shadow: 0px 0px 2px 2px #222222;
	padding: 4px;
	z-index: 3;
	border-top-left-radius: 4px;
}
div.appLogo img {
	cursor: pointer;
}

div.adminMainMenu {
	border-top-left-radius: 4px;
	clear: both;
	float: left;
	background-color: #666666;
	overflow: hidden;
	width: 200px;
	height: 100%;
	position: fixed;
	border: 1px solid #111111;
	border-right: none;
}
div.adminMainMenu div.menuLinks {
	border-right: 2px solid #555555;
	min-height: 1000px;
	z-index: 2;
}
div.adminMainMenu a {
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-shadow: 1px 1px 1px #444444;
}
div.adminMainMenu a:hover {
	background-color: #7b7b7b;
	width: 170px;
}
div.adminMainMenu a.active {
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0px 0px 2px 2px #222222;
	width: 170px;
	text-shadow: none;
}
div.adminMainMenu a.first {
	box-shadow: 0px 1px 1px 1px #222222;
}
div.categoryPath {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #999999 solid;
	padding: 6px;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 3px 0px #aaaaaa;
}
div.categoryPath a {
	color: #007000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
div.categoryPath a:hover {
	text-decoration: underline;
}

table.vtop td {
	vertical-align: top;
}
table.list {
	width: 100%;
}
table.list tbody {
	box-shadow: 1px 1px 3px 0px #888888;
}
table.list th {
	color: #ffffff;
	font-weight: bold;
	background-color: #8e8e8e;
	text-align: left;
	font-size: 13px;
	padding: 4px;
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(24,82,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(24,82,175,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(24,82,175,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1852af',GradientType=0 ); /* IE6-9 */
	border: 1px solid #111111;
	border-top: 1px solid #555555;
	border-radius: 2px;
	text-shadow: 0px 0px 2px #111111;
	box-shadow: 1px 1px 3px 0px #888888;
}
table.list td {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #cecece;
padding-left: 4px;
}


div.adminContainer {
	background-color: #ffffff;	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left: 200px;
	overflow: auto;
	padding: 20px;
	padding-top: 14px;
	min-height: 500px;
	border-top: 1px solid #111111;
	box-shadow: 0px 0px 3px 3px #222222;
}

h3.warning {
	color: #9f0000;
	font-size: 18px;
}

table tr.form input[type=text] {
	width: 90px;
}

div.addNewCell {
	display: none;
	background-color: #ffffff;
	position: absolute;
	font-weight: bold;
	border: 1px #111111 solid;
	border-radius: 5px;
	width: 280px;
	left: 50%;
	margin-left: -140px;
	box-shadow: 1px 1px 6px 3px #333333;
}
div.addNewCell input[type="text"] {
	margin-bottom: 15px;
	width: 227px;
}
div.addNewCell h4 {
	margin-top: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(226,226,226,1) 40%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(40%,rgba(226,226,226,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 40%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 40%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 40%,rgba(188,188,188,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 40%,rgba(188,188,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
	line-height: 44px;
	height: 44px;
	text-shadow: 1px 1px 2px #eeeeee;
	padding-left: 14px;
	color: #333333;
	border-bottom: 1px solid #777777;
	margin: 0px;
}
div.addNewCell div.main {
	padding: 20px;
}
div.addNewCell div.footer {
	border-top: 1px solid #777777;
	padding: 16px;
	background-color: #bbbbbb;
	text-align: right;
	padding-right: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.dynamicLoad {
	display: none; 
	background-color: #ffffff;
	position: absolute;
	padding: 3px;
	border: 1px solid #444444;
	box-shadow: 0px 0px 3px 1px #444444;
}
div.adminContainer div.top20 {
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 20px;
	border-radius: 3px;
	border: 1px solid #cecece;
	margin-top: 30px;
	box-shadow: 0px 0px 3px 1px #cecece;
}
div.adminContainer div.top20 h3 {
	border-bottom: 1px solid #cecece;
	margin: 0px;
	padding: 10px;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div.adminContainer div.top20 div.content {
	padding: 20px;
	overflow-y: auto;
	height: 220px;
}
div.adminSearch {
	border: 1px #cecece solid;
	padding: 5px;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
div.adminSearch input[type=text]{
	width: 500px;
	
}