/*
//-----------------------------------------------------------------------------------------------------------------------------
//:GENERAL
//-----------------------------------------------------------------------------------------------------------------------------
*/
* {
	margin:0;
	padding:0;
}

body {
	background: white;/* #003d4c;*/
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #df2200;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #df2200;
	text-decoration:none;
}
a img {
	border:none;
}
a.ghost {
	color:#AAA;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #df2200;
	font-size:20px;
	font-weight:bold;
}
h2 {
	color: #df2200;
	font-size:16px;
	font-weight:bold;
}
h3 {
	color: #333;
	font-size:16px;
	font-weight:bold;
}
h4 {
	color: #993;
	font-size:14px;
	font-weight:bold;
}
.nameHeading {
	float:left;
	color: #df2200;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:16px;
}
li {
	margin: 0 12px;
}
ul, ol {
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.justify_left {
	text-align:left;
}
.justify_right {
	text-align:right;
}
.tiny {
	font-size:10px;
	color:#555;
}
/*
//-----------------------------------------------------------------------------------------------------------------------------
//:LAYOUT
//-----------------------------------------------------------------------------------------------------------------------------
*/
#container {
	text-align: left;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:HEADER
//-----------------------------------------------------------------------------------------------------------------------------
*/
#header{
	padding:0;
	float:left;
	width:100%;
}
#header {
	border-bottom:2px solid black;
}
#header h1 {
	color: #fff;
	padding: 0px 0px;
}
#header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: underline;
}
.header_title,
.header_title a {
	float:left;
	color:white;
	font-weight:bold;
	font-size:16px;
	margin:10px;
}
.header ul,
.header li a {
	color:white;
	font-weight:bold;
}
.header_logo {
	float:right;
	width:55px;
	height:50px;
	background:url(../img/mobad_logo.png);
}
/*
//-----------------------------------------------------------------------------------------------------------------------------
//:FOOTER
//-----------------------------------------------------------------------------------------------------------------------------
*/
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	border-top:2px solid black;
	border-bottom:10px solid black;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:TABLES
//-----------------------------------------------------------------------------------------------------------------------------
*/
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	color:#666;
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	color:#666;
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
table tr.ghost,
table tr.ghost a {
	color:#999;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
th.thumb {
	width:108px;
}
.download_stats table tr th,
.download_stats table tr td {
	text-align:left;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:PAGING
//-----------------------------------------------------------------------------------------------------------------------------
*/
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:SCAFFOLD
//-----------------------------------------------------------------------------------------------------------------------------
*/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
	color:#333333;
}
dl.altrow {
	background: #f4f4f4;
}
dl.highlightrow {
	background: #fff0c0;
}
dl.highlightrow2 {
	background: #caffd3;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:FORMS
//-----------------------------------------------------------------------------------------------------------------------------
*/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	clear:both;
	float:left;
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0.25em;
	padding: .25em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	float:left;
	width:100%;
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	padding: 2px;
	width: 100%;
}
.submit input {
	float:left;
	width:auto;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:MESSAGES
//-----------------------------------------------------------------------------------------------------------------------------
*/
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
.note {
	background:#FFF;
	border:1px solid #DDD;
	width:94%;
	padding:1%;
	margin:2%;
	float:left;
}
.important {
	background:#fff0c0;
	border:1px solid #fac878;
	width:94%;
	padding:1%;
	margin:2%;
	float:left;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:ACTIONS
//-----------------------------------------------------------------------------------------------------------------------------
*/
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
div.actions {
	float:left;
	width:100%;
}
div.actions_top {
	float:left;
	width: auto;
}
.actions .heading {
	color: #df2200;
	font-size:20px;
	font-weight:bold;
	float:left;
}
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
.actions a,
.button,
input[type=submit] {
	border:1px solid #AAA;
	background:url(../img/buttonbg.gif) repeat-x;
	color: #333;
	text-decoration: none;
	display:block;
	padding:0 10px;
	line-height:20px;
	margin:3px;
	width:auto;
	float:left;
	clear:none;
	font-size:12px;
	font-weight:bold;
}
.button.highlight,
.actions .highlight {
	outline:1px solid #df2200;
}
.actions a:hover,
.button:hover,
input[type=submit]:hover {
	color: #df2200;
	/*text-decoration: underline;*/
	outline:1px solid #333;
}
input[type=submit] {
	font-size:18px;
}
td.actions a {
	margin:0px;
	margin-left:-1px;
}

div.related {
	clear: both;
	display: block;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:DEBUG
//-----------------------------------------------------------------------------------------------------------------------------
*/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:MAIN MENU
//-----------------------------------------------------------------------------------------------------------------------------
*/
ul#main_menu {
	float:left;
	list-style-type:none;
	color:white;
	margin:0;
	margin-top:20px;
	height:35px;
	padding-top:0;
	padding-bottom:0;
}
ul#main_menu li {
	clear:none;
	float:left;
	margin-left:10px;
	color:white;
	background:none;
	border:none;
	font-size:12px;
	height:30px;
	padding-top:10;
	padding-bottom:0;
}
ul#main_menu li:hover {
	background:none;
	border:none;
}
ul#main_menu li a {
	color:white;
}
ul#main_menu ul {
	background:black;
	border:none;
	width:250px;
}
ul#main_menu ul li {
	clear:both;
}
ul#main_menu ul li,
ul#main_menu ul li a,
ul#main_menu ul li a:hover {
	color:white;
}
#header ul#main_menu a.selected {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

ul#main_menu li.appname {
	font-size:16px;
	font-weight:bold;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:HELP
//-----------------------------------------------------------------------------------------------------------------------------
*/
table#help {
	margin:0;
	padding:0;
	border:0;
	table-layout:fixed;
	width:1000px;
}
table#help tr {
	margin:0;
	padding:0;
	border:0;
}
table#help td {
	margin:0;
	padding:0;
	border:0;
	padding:10px;
}
#help_sidebar {
	text-align:left;
	color:black;
	width:250px;
	background:#EEE;
}
#help_sidebar h1 {
	font-weight:bold;
	font-size:16px;
	color:black;
}
#help_sidebar .level0 {
	font-weight:bold;
}
#help_sidebar .level1 {
	font-size:14px;
}
#help_sidebar .level2 {
	font-size:12px;
}
#help_sidebar ul {
	list-style:none;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}
#help_sidebar li {
	float:left;
	clear:both;
	text-align:left;
	margin:0;
	padding:3px 0;
}
#help_sidebar li ul {
	margin-left:20px;
}
#help_sidebar li a {
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	color:black;
}
#help_sidebar li.selected {
}
#help_sidebar li.selected a {
	font-weight:bold;
	text-decoration:underline;
}
#help_main {
	text-align:left;
	vertical-align:top;
}
#help_main a {
	font-weight:normal;
}
a.help_prev {
	color:black;
	font-weight:normal;
	font-size:12px;
}
#help_main li {
	margin-bottom:10px;
}
#help_main img {
	clear:both;
}
#help_main img.pad {
	margin:10px;
	border:5px solid #EEE;
}

#help_main img.icon {
	margin:0;
	border:0;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:CONTENT STYLES
//-----------------------------------------------------------------------------------------------------------------------------
*/

.description {
	margin:0;
	padding:0;
	font-size:10px;
	float:right;
	clear:none;
	line-height:20px;
	color:#999;
}
#HpPuzzlePackAddPuzzleForm label,
#HpPuzzlePackAddPuzzleForm select,
#HpPuzzlePackAddPuzzleForm .submit,
#HpPuzzlePackAddPuzzleForm .input,
#HpPuzzlePackAddPuzzleForm input {
	float:left;
	width:auto;
	clear:none;
	margin:0;
	padding:0;
}
.file_listing {
	list-style:none;
}
.file_listing a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
.icon {
	margin-right:5px;
}
.page_info {
	float:left;
	color:#999;
	font-size:12px;
	width:70%;
}
ul.printed_array,
ul.printed_array li {
	clear:both;
	float:left;
	text-align:left;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:SEARCH
//-----------------------------------------------------------------------------------------------------------------------------
*/
.page_search {
	float:right;
	color:#999;
	font-size:12px;
	width:25%;
}
.page_search_filter {
	float:right;
	color:#999;
	font-size:12px;
	width:550px;
}
#searchForm {
	float:left;
	width:100%;
	margin-bottom:5px;
}
#searchForm input#search {
	clear:none;
	float:right;
	font-size:12px;
	width:160px;
}
#searchForm input#searchButton {
	clear:none;
	float:right;
	font-size:14px;
	width:auto;
}
/*
//-----------------------------------------------------------------------------------------------------------------------------
//:STATUS
//-----------------------------------------------------------------------------------------------------------------------------
*/
.status_testing,
table tr.status_testing td {
	font-style:normal;
	font-weight:bold;
	background: #fff8cc;
}
table tr.status_testing.altrow td {
	background: #f6efc3;
}
.status_media,
table tr.status_media td {
	/*font-style:italic;*/
	font-weight:normal;
	background: #e5f7fd;
}
table tr.status_media.altrow td {
	background: #dceef4;
}

.status_approved,
table tr.status_approved td {
	/*font-style:italic;*/
	font-weight:normal;
	background: #FFFAD2;
}
table tr.status_approved.altrow td {
	background: #F9F4CB;
}
.status_published,
table tr.status_published td {
	font-weight:bold;
}
.status_invisible,
.status_invisible a,
table tr.status_invisible td {
	font-weight:normal;
	color:#777;
	text-decoration:none;
}
.status_invisible a:hover {
	text-decoration:underline;
}
.status_removed,
.status_removed a,
table tr.status_removed td {
	font-weight:normal;
	color:#777;
	text-decoration:none;
}
.status_removed a:hover {
	text-decoration:underline;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:PUZZLE PACKS
//-----------------------------------------------------------------------------------------------------------------------------
*/

.puzzlePackPreviewA,
.puzzlePackPreviewA div {
	text-decoration:none;
}
#puzzlePackPreview,
.puzzlePackPreview {
	float:left;
	width:300px;
	height:90px;
	border:3px solid #6d7aae;
	padding:2px;
	text-align:left;
}
#puzzlePackPreview img,
.puzzlePackPreview img {
	float:left;
}
#puzzlePackPreview div,
.puzzlePackPreview div {
	width:180px;
	float:left;
	margin-left:5px;
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
}
#puzzlePackPreviewText {
	float:left;
	clear:none;
	width:200;
}
.colorSwatch {
	float:left;
	clear:none;
	width:15px;
	height:15px;
	margin-left:5px;
	background:white;
	border:1px solid black;
}
#colorSelection {
	float:left;
	width:100%;
}
.colorSwatches {
	float:left;
	clear:none;
	padding:0;
	margin:0;
	padding-left:10px;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:BANNERS
//-----------------------------------------------------------------------------------------------------------------------------
*/
.banners td.link_to a {
	font-size:12px;
	color:#333;
}
.banners td.active {
	background:#c7ecfb;
}
.banners td.activelite {
	background:#c7e19e;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:ADS
//-----------------------------------------------------------------------------------------------------------------------------
*/
.ads td.link_to a {
	font-size:12px;
	color:#333;
}
.ads td.active {
	background:#c7ecfb;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:REPORTS
//-----------------------------------------------------------------------------------------------------------------------------
*/
.reportsSubmenu {
	float:left;
	clear:both;
}
.reportsSubmenu a {
	margin-right:10px;
}
.download_stats th {
	padding:3px;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:HIDDEN PICTURES
//-----------------------------------------------------------------------------------------------------------------------------
*/
#hp #container {
	background:#90c53f;
}
#hp #main_menu li.selected {
	background:black;
}
#hp #main_menu li:hover.selected {
	background:black;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:MY FIRST HIIDDEN PICTURES
//-----------------------------------------------------------------------------------------------------------------------------
*/

#mfhp #container {
	background:#4eb5e3;
}
#mfhp #main_menu li.selected {
	background:black;
}
#mfhp #main_menu li:hover.selected {
	background:black;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:SILLY SHAPES
//-----------------------------------------------------------------------------------------------------------------------------
*/
#sf #container {
	background:#6e86c6;
}
#sf #main_menu li.selected {
	background:black;
}
#sf #main_menu li:hover.selected {
	background:black;
}
.locked {
	display:block;
	margin:auto;
	width:30px;
	height:39px;
	background:url(../img/locked.png);
	text-decoration:none;
}
.unlocked {
	display:block;
	margin:auto;
	width:30px;
	height:39px;
	background:url(../img/unlocked.png);
	text-decoration:none;
}

/*
//-----------------------------------------------------------------------------------------------------------------------------
//:MAZE CRAZE
//-----------------------------------------------------------------------------------------------------------------------------
*/
#mc #container {
	background:#ed821e;
}
#mc #main_menu li.selected {
	background:black;
}
#mc #main_menu li:hover.selected {
	background:black;
}
#svgSetup {
	float:left;
	width:1300px;
	height:600px;
	overflow:hidden;
}
#svgView {
	table-layout:fixed;
	width:100%;
	height:600px;
}
#svgInfo {
	float:left;
	width:300px;
	color:#999;
	font-family:monaco;
	font-size:11px;
	outline:1px solid #999;
	height:600px;
	overflow:auto;
	white-space:nowrap;
}
#svgInfo .box {
	clear:both;
	float:left;
	width:290px;
	background:#DDD;
	border:1px solid #999;
	margin-bottom:10px;
}
#svgInfo .boxPad {
	float:left;
	margin:10px;
	width:270px;
	/*outline:1px solid #999;*/
}
#svgInfo .row {
	clear:both;
	float:left;
	width:270px;
	padding:0;
	margin-bottom:10px;
}
#svgInfo .label {
	clear:both;
	float:left;
	width:120px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
#svgInfo .button,
#svgInfo input[type="submit"] {
	margin:0;
	width:270px;
}
#svgInfo #McPuzzleFile {
	float:left;
	font-size:13px;
}

#lineWidth {
	clear:none;
	float:left;
	width:50px;
}
#colorR,
#colorG,
#colorB {
	clear:none;
	float:left;
	width:40px;
}
#svgPreview {
	position:relative;
	float:left;
	height:600px;
	border:1px solid black;
	overflow:auto;
}
#svgPreviewData {
	position:absolute;
	left:0;
	top:0;
}
#svgPreviewImg {
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
#svgCanvas {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.svgNode {
	background:black;
	position:absolute;
	width:2px;
	height:2px;
}
.svgNodeStart {
	background:green;
	position:absolute;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:36px;
	height:36px;
	z-index:10;
	opacity:0.5;
	-moz-border-radius: 100%;
}
.svgNodeEnd {
	background:red;
	position:absolute;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:24px;
	height:24px;
	z-index:10;
	opacity:0.5;
	-moz-border-radius: 100%;
}
.svgHandle1 {
	background:green;
	position:absolute;
	width:8px;
	height:8px;
	z-index:10;
	opacity:0.5;
	-moz-border-radius: 100%;
}
.svgHandle2 {
	background:red;
	position:absolute;
	width:5px;
	height:5px;
	width:8px;
	height:8px;
	z-index:10;
	opacity:0.5;
	-moz-border-radius: 100%;
}


/*
//-----------------------------------------------------------------------------------------------------------------------------
//:PENELOPE ROSE
//-----------------------------------------------------------------------------------------------------------------------------
*/
#pr #container {
	background:#d9a157;
}
#pr #main_menu li.selected {
	background:black;
}
#pr #main_menu li:hover.selected {
	background:black;
}


/*
//-----------------------------------------------------------------------------------------------------------------------------
//:GWAII
//-----------------------------------------------------------------------------------------------------------------------------
*/
#pnp #container {
	background:#c5002e;
}
#pnp #main_menu li.selected {
	background:black;
}
#pnp #main_menu li:hover.selected {
	background:black;
}


#PnpStoreUpdateSortingForm {
	width:100%;
}
#PnpStoreUpdateSortingForm input[type=submit] {
	font-size:14px;
}
#PnpStoreUpdateSortingForm input[type=text] {
	width:30px;
	font-size:14px;
}
#PnpStoreUpdateSortingForm #PnpStoreSort {
	width:30px;
	font-size:14px;
}

#PnpFeaturedUpdateSortingForm {
	width:100%;
}
#PnpFeaturedUpdateSortingForm input[type=submit] {
	font-size:14px;
}
#PnpFeaturedUpdateSortingForm input[type=text] {
	width:30px;
	font-size:14px;
}
#PnpFeaturedUpdateSortingForm #PnpFeaturedSort {
	width:30px;
	font-size:14px;
}
/*
.bookpartUpload {
	width:850px;
}*/
