html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Sans-serif;
	padding: 0;
	line-height: 1;
	color: black;
	width: 100%;
	height: 100%;	
}

pre {
   font-size: 110%;
   font-family: courier;
}

*:first-child+html h1 { font-size: 192%; }
*:first-child+html h2 { font-size: 145%; }
*:first-child+html h3 { font-size: 115%; }
*:first-child+html h4 { font-size: 105%; }
*:first-child+html h5 { font-size: 80%; }
*:first-child+html h6 { font-size: 65%; }

h1 { _font-size: 192%; }
h2 { _font-size: 145%; }
h3 { _font-size: 115%; }
h4 { _font-size: 105%; }
h5 { _font-size: 80%; }
h6 { _font-size: 65%; }

:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	background-color: #d7567f;	
}

#error {
	display: none;
}	

.centered {
	margin-left:  auto !important;
	margin-right: auto !important;
}

a, a:visited {
	text-decoration :none;	
}

a:hover {
	text-decoration: underline;	
}

#wrapper {
	
}

#loginWindow, #ieWarn {
	background-color: white;
	font-family: Verdana, Sans-serif;
	height: 556px;
	margin: 0;
	background: #fff url(../_images/loginWindow_bg.png) 0 0 repeat-x;
}

#ieWarn {
	padding-top: 70px;
	height: 480px;
	display: none;
}

#loginForm, #forgottenPasswordPane {
	display: block;
	width: 400px;
	margin: 0 auto;	
	padding-top: 60px;
}

#loginForm #imageContainer {
	margin: 0 auto 10px auto;
	width: 128px;
	height: 128px;	
}

#forgottenPasswordPane #imageContainer {
	width: 128px;
	height: 128px;
	margin: 0 auto 10px auto;
}

#forgottenPasswordPane, #forgottenPasswordPane div {

}

#loginForm .section, #forgottenPasswordPane .section {
	padding: 5px 0 0 0;
	margin-bottom: 0.75em;
	text-align: center;
}

#loginForm #lastSection, #forgottenPasswordPane #lastSection {
	padding: 20px 0 0 0;
}

#loginForm .section div, #forgottenPasswordPane .section div {
	margin-bottom: 10px;
}

#loginForm #loginInputs {
	margin-left: -50px;	
}

p.hint {
	font-size: 12px;
	text-align: center;
	line-height: 1.5; 
	margin: 1em auto;
	width: 80%;
}

form label {
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	text-align: right;
	min-width: 5em;
}

form div span {
	
}

#loginForm label * {
	vertical-align: middle;
}

#loginForm input[type="text"], #loginForm input[type="password"] {
	font-size: 17px;
	width: 180px;
	padding: 3px;
	border: 1px #999 solid;
	color: #999;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
}	

#loginForm input:focus {
	font-weight: bold;
	color: #000;
	border: 1px #000 solid;
}	

p#MessagesForClient, p#noticeError {
	padding: 0.5em 0.25em;
	/*background-color: #ffecf2;
	border: 1px #ffcbdc solid;
	-moz-border-radius: 6px 6px 6px 6px;*/
	width: 180px;
	margin: 0 auto;
	color: #f30;
	font-weight: bold;
}

input[type=text], input[type=password] {
	font-size: 12px;
	width: 180px;
	padding: 3px;
	color: #999;
}	

input[type=text]:focus , input[type=password]:focus {
	font-weight: bold;
	color: #000;
}	



h2, h3 {
	font-family: "Gill Sans", "Lucida Grande", Sans-serif;	
}

a.icon {
	display: inline-block;	
}

a.icon span {
	display: none;
}

body #wrapper {
	min-width: 860px;	
}

#topBar {
	background: #fff url(../_images/admin/topBar_bg.png) 0 100% repeat-x;	
	padding: 0;	
	font-size: 11px;
	color: #777;
	text-shadow: 0 1px 1px #fff;
	width: 100%;
	height: 45px;
	display: table;
	vertical-align: middle;
}

#topBar div {
	padding: 0 30px;
}

#topBar #statusBox {
	background: transparent url(../_images/admin/home_icon.png) 30px 50% no-repeat;	
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 60px;
	position: relative;
}

a#homeLink {
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: 28px;	
	text-indent: -3000px;
}

#whosLoggedIn {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

a#logoutIcon {
	width: 15px;
	height: 15px;	
	background: transparent url(../_images/admin/logoutHover_icon.png) 0 0 no-repeat;
	margin: 0 0 0 8px;
	vertical-align: middle;
}

a#logoutIcon, x:-moz-any-link {
	float: right;
}

a#logoutIcon, x:-moz-any-link, x:default {
	float: none;
}


a#logoutIcon span {
	display: block;
	height: 15px;
	background: transparent url(../_images/admin/logout_icon.png) 0 0 no-repeat;
}

a#logoutIcon span em {
	display: none;	
}

a#logoutIcon:hover span {
	background-image: none;
}

#content {
	background: #fff url(../_images/admin/wrapper_bg.png) 0 100% repeat-x;	
	padding: 20px 20px 40px 20px;
	min-height: 500px;
	position: relative;
}

/* content style */

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #d7567f;	
}

a:hover {
	text-decoration: underline;	
}

#selectBox {
	width: 472px;
	padding: 0 20px 0 0;
	margin: 80px auto;
	background: transparent url(../_images/admin/twodirectsArrow_icon.png) 50% 28% no-repeat;	
}

.button {
	display: block;
	color: #fff !important;
	font-weight: normal !important;
	text-align: center;
	width: 59px;
	height: 21px;
	padding-top: 5px;	
}

a.bigButton {
	display: block;
	width: 197px;
	height: 169px;
	text-indent: -3000px;
	padding: 6px;
	border: 3px #fff solid;
	background-position: 6px 7px;
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px 20px 20px 20px;
}

a.bigButton:hover {
	border: 3px #d7567f solid;	
}

#selectBox h3 {
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;	
	margin: 10px 0 7px 0;
	padding-left: 10px;
}

#selectBox p {
	line-height: 1.4;
	text-align: center;	
	font-size: 11px;
	margin: 0;
	padding-left: 10px;
}

#selectBox #website {
	width: 197px;		
}

#selectBox #configuration {
	width: 197px;
	float: right;	
}

a#goToWebsite {	
	background-image: url(../_images/admin/button_website.png);		
}

a#goToConfiguration {
	background-image: url(../_images/admin/button_configuration.png);		
}

h2.title {
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	color: #ae214e;	
	margin-top: 20px;
	margin-bottom: 8px;
}

h2.title a, p.message a {
	color: #ae214e !important;	
}

h2.title a {
	text-decoration: underline !important;
}
	

h2.title em {
	font-weight: normal;	
}


p.titleNote, p.message {
	text-align: center;
	font-size: 11px;
	color: #ae214e;	
}

p.message {
	width: 50%;
	font-size: 12px;
	line-height: 1.4;
	margin: 3em auto;
	/*border: 2px #ae214e solid;*/
	padding: 1.8em 2em 2.3em 2em;	
}

p.message a {
	text-decoration: underline !important;	
}

#content p.titleNote a {
	color: #ae214e;	
	text-decoration: underline;
}


ul#pages, ul#photos {
	list-style: none;
	margin: 40px 0 30px 0;
	padding: 0 50px;	
	text-align: center;
}

ul#photos {
	margin-top: 20px;	
}

ul#pages {
	padding: 0 120px;
}

ul#pages li {
	width: 150px;
	margin: 0 10px 25px 10px;
	display: inline-block;
	position: relative;
}

ul#pages li, x:-moz-any-link {
	float: left;
}

ul#pages li, x:-moz-any-link, x:default {
	float: none;
}

ul#photos li, x:-moz-any-link {
	float: left;
}

ul#photos li, x:-moz-any-link, x:default {
	float: none;
}



ul#pages a {
	display: block;
	padding: 160px 0 4px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Sans-serif;
	font-weight: normal !important;
	font-size: 12px;
}

ul#pages a#welcome {background-image: url(../_images/admin/welcome_icon.png);}
ul#pages a#register {background-image: url(../_images/admin/register_icon.png);}
ul#pages a#gallery {background-image: url(../_images/admin/gallery_icon.png);}
/*ul#pages a#gallery:hover {text-decoration: none;}*/


ul#pages a#children {background-image: url(../_images/admin/children_icon.png);}
ul#pages a#adults {background-image: url(../_images/admin/adults_icon.png);}
ul#pages a#contact {background-image: url(../_images/admin/contact_icon.png);}

ul#pages a#partners {background-image: url(../_images/admin/partners_icon.png);}
ul#pages a.customPage {background-image: url(../_images/admin/customPage_icon.png);}

ul#photos li#addItem {background-image: none;}

a#addItem  {
	display: block;
	width: 160px; 
	height: 139px; 
	margin: 1em auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../_images/admin/add_icon.png);
	text-indent: -3000px;
}


/*ul#pages a#welcome:hover {background-image: url(../_images/admin/welcomeHover_icon.png);}
ul#pages a#register:hover {background-image: url(../_images/admin/registerHover_icon.png);}
ul#pages a#gallery:hover {background-image: url(../_images/admin/galleryHover_icon.png);}

ul#pages a#children:hover {background-image: url(../_images/admin/childrenHover_icon.png);}
ul#pages a#adults:hover {background-image: url(../_images/admin/adultsHover_icon.png);}
ul#pages a#contact:hover {background-image: url(../_images/admin/contactHover_icon.png);}

ul#pages a#partners:hover {background-image: url(../_images/admin/partnersHover_icon.png);}

ul#pages a.customPage:hover {background-image: url(../_images/admin/customPageHover_icon.png);}*/



ul#photos li {
	width: 171px;
	height: 160px;
	background: transparent url(../_images/admin/photoThumb_bg.png) 0 0 no-repeat;	
	display: inline-block;
	text-align: center;
	margin: 10px;	
	position: relative;
}

ul#photos li a:hover {
	text-decoration: none;
}

ul#photos .hintLayer {
	position: absolute;
	top: 10px;
	left: 11px;
	text-align: center;
	width: 146px;
	height: 57px;
	padding-top: 45px;
	color: #fff;
	opacity: 0;
	font-weight: bold;
	text-shadow: 0 1px 2px #000;
	border: 1px #fff dashed;
	background: transparent url(../_images/admin/hintLayer_bg.png) 50% no-repeat;
}

ul#photos .hintLayer:hover {
	opacity: 0.2 !important;
}


ul#photos li img {
	width: 152px;
	height: 108px;
	display: block;
	margin: 8px auto;	
	border: 0;
}

ul#photos li.hiddenPhoto img {
	opacity: 0.75;
}

a.redButton {
	display: block;
	width: 59px;
	height: 21px;
	padding-top: 6px;
	text-align: center;
	color: #fff !important;
	font-size: 10px;	
	background: transparent url(../_images/admin/button_deletePhoto.png) 0 0 no-repeat;
	margin: 0 auto;	
}

a.redButton:hover {
	background: transparent url(../_images/admin/button_deletePhotoHover.png) 0 0 no-repeat;
	text-decoration: none !important;	
}

ul#photos a.deletePhoto, #bigPhoto a.deletePhoto, a.delete {
	display: block;
	width: 59px;
	height: 21px;
	padding-top: 6px;
	text-align: center;
	color: #fff;
	font-size: 10px;	
	background: transparent url(../_images/admin/button_deletePhoto.png) 0 0 no-repeat;
	margin: 0 auto;
	font-weight: normal;
}

ul#photos a.deletePhoto:hover, #bigPhoto a.deletePhoto:hover, a.delete:hover {
	background: transparent url(../_images/admin/button_deletePhotoHover.png) 0 0 no-repeat;
	text-decoration: none;	
}

ul#photos li.hiddenPhoto a.deletePhoto, span.deleteDis {
	background: transparent url(../_images/admin/button_deletePhotoHidden.png) 0 0 no-repeat;
}

ul#photos li.hiddenPhoto a.deletePhoto:hover, span.deleteDis:hover {
	background: transparent url(../_images/admin/button_deletePhotoHiddenHover.png) 0 0 no-repeat;
}

ul#photos a.editDesc {
	width: 16px;
	height: 16px;
	background: transparent url(../_images/admin/keyboard_icon.png) 0 0 no-repeat;
	text-indent: -3000px;
	position: absolute;
	right: 10px;
	right: -80px;
	bottom: 18px;
}

ul#photos a.editDesc, x:-moz-any-link {
	right: 10px;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) { ul#photos a.editDesc { right: 10px; } }

ul#photos li.hiddenPhoto a.editDesc {
	background: transparent url(../_images/admin/keyboardHidden_icon.png) 0 0 no-repeat;
}

*ul#photos a.editDesc {
	right: 10px;	
}

input.showHide {
	position: absolute;
	left: 7px;
	bottom: 16px;	
}

#layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000; 
	opacity: 0.5;
	z-index: 2;
	*display: none;
}

.editPhotoDesc {
	width: 344px;
	height: 176px;
	background: transparent url(../_images/admin/editPhotoDesc_bg.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15%;
	left: 36.5%;
	z-index: 10;
}

.editPhotoDesc ul#tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 78px;
	top: -24px;
	z-index: 11;
}

.editPhotoDesc ul#tabs li {
	float: left;
	width: 93px;
	height: 15px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-image: url(../_images/admin/editPhotoDescTabInactive_bg.png);
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.editPhotoDesc ul#tabs li.active {
	background-image: url(../_images/admin/editPhotoDescTabActive_bg.png);
	font-weight: bold;
	padding-top: 8px;
	height: 17px;
}

.editPhotoDesc ul#tabs li:hover {
	cursor: pointer;
	text-decoration: underline;
}	


.editPhotoDesc #wrapper {
	padding: 15px;
	min-width: 0;
	position: relative;	
	text-align: center;
}

.editPhotoDesc .descContainers {
	position: absolute;	
	width: 306px;
	height: 98px;
	top: 15px;
	left: 15px;
}

#desc_pl {
	z-index: 1;	
}

#desc_en {
	z-index: 0;	
}


.editPhotoDesc textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Sans-serif;	
}

.editPhotoDesc a#saveDesc {
	font-weight: bold;	
}

.editPhotoDesc a.redButton {
	margin: 115px 5px 0 0;
	padding-top: 5px;
	width: 97px;
	height: 21px;
	background: transparent url(../_images/admin/button_saveDesc.png) 0 0 no-repeat;	
	color: #fff;
	text-align: center;
	font-weight: normal;
	display: inline-block;
}

.editPhotoDesc a.redButton:hover {
	text-decoration: none;
	background: transparent url(../_images/admin/button_saveDescHover.png) 0 0 no-repeat;
}

#bigPhoto {
	position: relative;
	width: 840px;
	padding-top: 12px;
	padding-bottom: 25px;
	background: transparent url(../_images/admin/bigPhoto_bg.png) 0 0 no-repeat;
	margin: 10px auto 20px auto;	
}

#bigPhoto #wrapperTop {
	padding-top: 4px;
	height: 100% !important;	
	background: transparent url(../_images/admin/bigPhotoMiddle_bg.png) 0 0 repeat-y;	
}

#bigPhoto #wrapperBottom {
	background: transparent url(../_images/admin/bigPhotoBottom_bg.png) 0 0 no-repeat;
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#bigPhoto #wrapperTop img {
	display: block;
	margin: 0 auto;
}

#bigPhoto a.deletePhoto {
	position: absolute;
	right: 0;
	bottom: -30px;	
}


a.whiteButton {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	width: 122px;
	height: 23px;
	text-align: center;
	font-family: Verdana, Sans-serif;
	color: #777 !important;
	font-weight: normal !important;
	font-size: 11px;
	text-decoration: none;	
	background: transparent url(../_images/admin/whiteButton_bg.png) 0 0 no-repeat;
}

a.whiteButton:hover {
	text-decoration: underline;
}

a#goBack {
	margin: 2em auto 4em auto;	
}




/* end of content styles */


#footer {
	text-align: center;
	color: #fff;	
	padding: 10px 0 20px 0;
	font-family: Verdana, Sans-serif;
}

#footer a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

table {
	border: 1px #dedede solid;
	margin: 20px auto;
	width: 60%;	
	font-size: 11px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}

table th {
	font-weight: bold;	
	padding: 3px 5px 8px 5px;
	/*border-bottom: 1px #dedede solid;*/
	background: transparent url(../_images/admin/tableHeader_bg.png) 0 0 repeat-x;
}

table th.options {
	text-align: center;		
}

table td {
	vertical-align: middle;	
	border-right: 1px #dedede solid;
	border-top: 1px #dedede solid;
	padding: 0 8px;	
}

table tr.even td {
	background-color: rgb(247,247,247);	
}

table td.static {
	height: 36px;
	vertical-align: middle;	
}

table .lp, table .checkbox {
	width: 2.2em;
	text-align: center;	
}

table td.lp {
	color: #999;	
	padding: 0;
}

table td.name {
		
}

table td.name a {
	color: #000 !important;
}

table td.name a:hover {
	
}

table td.options {	
	padding: 5px 0;
	width: 100px;
	border-right: 0;
}

table tfoot td {
	text-align: center;
	padding: 12px 0;	
	border: 0;
	border-top: 1px #dedede solid;
	background-color: rgb(252,252,252);
}

table tfoot td a.deleteLong {
	display: inline-block; /* this will fuck up in Fx 2.x and IE <8  */	
}

table td.options a {
	margin: 0 auto;
	color: #fff !important;	
	font-weight: normal !important;
	text-decoration: none !important;
}

table td.options a:hover {
	text-decoration: none !important;	
}

table a.deleteLong {
	margin: auto;	
}

a.deleteLong, a.redLong {
	display: block;
	width: 140px;
	padding-top: 5px;
	height: 21px;
	background: transparent url(../_images/admin/button_deleteLong.png) 0 0 no-repeat;
	text-align: center;
	color: #fff !important;	
	font-weight: normal !important;
	text-decoration: none !important;
}

a.deleteLong:hover, a.redLong:hover {
	background: transparent url(../_images/admin/button_deleteLongHover.png) 0 0 no-repeat;	
}

a.redLong {
	display: block;
	float: none;
	margin: 20px auto 0 auto;	
}

table span.deleteDis {
	margin: 0 auto;	
}

#userEdit, #partnerEdit, #addPhoto {
	font-size: 11px;
	padding: 40px 0 0 0;
}

#userEdit form, #partnerEdit form, #addPhoto form {
	display: block;	
}

#partnerEdit form {
	display: block;
	padding: 10px;	
	background: transparent url(../_images/admin/partnerEdit_bg.png) 26% 30px no-repeat;	
}

#userEdit form {
	display: block;	
	padding: 10px;	
	background: transparent url(../_images/admin/userEdit_bg.png) 26% 30px no-repeat;	
}

#addphoto form {
	padding: 10px;	
}


#userEdit form label, #partnerEdit form label, #addPhoto form label {
	display: inline-block;
	width: 10em;
	text-align: left;
	font-weight: bold;	
	margin-right: 10px;
	padding-left: 10px;
}

#userEdit form div, #partnerEdit form div {
	margin: 0 31% 8px 40%;
	min-width: 420px;
}

#addPhoto form div {
	margin: 0 30% 8px 30%;	
}

#userEdit a.redButton, #partnerEdit a.redButton {
	display: inline-block;	
}

form #buttons {
	border-top: 1px #dedede solid;
	padding: 15px 10px;
	margin-top: 30px !important;
}

form #buttons a {
	float: right;	
}

div#fileUpload {
	position: relative;	
}

div#fileUpload input {
	display: block;
	width: 100px;
	height: 90px;	
	opacity: 0;
	*filter:alpha(opacity='0');
}

div#fileUpload input, x:-moz-any-link  {
	margin-left: -10px;
}

div#fileUpload #container {
	width: 100px;
	height: 90px;	
	margin: 0 auto 20px auto; 
	background: transparent url(../_images/admin/addPhoto_icon.png) 0 0 no-repeat;	
	opacity: 0.7;
}

div#fileUpload #container:hover {
	opacity: 1;	
}

.tinyContainers {
	position: absolute;
	top: -44px;
	left: 0;
}	

#tiny_pl {
	z-index: 1;
}

#tiny_eng {
	z-index: 0;
}

#editorContainer #bottom {
	margin-top: 360px;
}

#editPage form div {
	margin: 40px auto 10px auto;
}

#editorContainer {
	width: 718px;
	height: 410px;
	margin: 20px auto 10px auto;	
	background: transparent url(../_images/admin/tinyMCE_bg.png) 0 0 no-repeat;
	position: relative;
	border: 1px transparent solid;
}

#editorContainer #buttons {
	border: 0;	
	padding: 0;
	margin: -4px 20px 0 0 !important;
	float: right;
}

#editorContainer #buttons a {
	float: right;
}

#editorContainer > div {
	padding: 5px 1px;	
}

#editorContainer textarea {
	width: 714px;
	height: 315px;
}

ul#tinyTabs {
	list-style: none;
	position: absolute;
	top: -25px;
	right: 20px;
}

ul#tinyTabs li {
	float: left;
	height: 27px;
	background: transparent url(../_images/admin/tinyTabActive01_bg.png) 0 0 no-repeat;
	margin-right: 5px;
}

ul#tinyTabs span {
	display: block;
	padding: 7px 20px 0; 
	height: 20px;
	background: transparent url(../_images/admin/tinyTabActive02_bg.png) 100% 0 no-repeat;	
	text-align: center;
	font-weight: bold;
}

ul#tinyTabs li.inactive {
	background: transparent url(../_images/admin/tinyTabInactive01_bg.png) 0 100% no-repeat;
	height: 23px;
	padding-top: 2px;
}

ul#tinyTabs li.inactive span {
	padding-top: 8px;
	height: 15px;
	background: transparent url(../_images/admin/tinyTabInactive02_bg.png) 100% 100% no-repeat;
	color: #aaa;
	font-weight: normal;
}
	
ul#tinyTabs li.inactive:hover span {
	cursor: pointer;
	text-decoration: underline;
}

.floatedR {
	float: right;
	margin: 0;	
}

blockquote {
	font-style: italic;
	font-family: "Times New Roman", Serif;	
	font-size: 15px;
	display: block;
	padding: 0.5em;
	text-align: center;
	background-color: rgb(248,248,248);
	border: 1px #dedede solid;
	color: #555;
}

#editPage .inputs {
	float: left;
	margin-top: -5px;
	padding-left: 2em;
}

#editPage .inputs, x:-moz-any-link {
	margin-top: -25px;	
}

#editPage .inputs, x:-moz-any-link, x:default {
	margin-top: -5px;	
}

#editPage .inputs input {
	width: 6em;
	font-size: 12px;
	padding: 2px;
}	

#editPage .inputs input#topic {
	width: 150px;	
}

#editPage .inputs label {
	color: #888;
	font-weight: normal;
	vertical-align: 0%;	
}

textarea#description {
	width: 270px;
	height: 120px;
	padding: 3px;	
}

#pageTitleContainer {
	display: none;	
}

#pageTitleContainer input {
	width: 200px;	
}

a.helpIcon {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-indent: -3000px;
	background: transparent url(../_images/admin/help_icon.png) 0 0 no-repeat;
	vertical-align: top;
	opacity: 0.7;
}

a.helpIcon, x:-moz-any-link {
	background-image: none;	
	vertical-align: middle;
}

a.helpIcon, x:-moz-any-link, x:default {
	background: transparent url(../_images/admin/help_icon.png) 0 0 no-repeat;
	vertical-align: top;
}

a.helpIcon:hover {
	opacity: 1;	
}

div.error {
	padding: 3em 0 2.9em 0;
	background-color: #fff8db;
	border-bottom: 2px #ece2b9 solid;
	color: #8d8462;
	font-size: 13pt;
	font-family: "Lucida Grande", Arial, Verdana, Sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	color: #fff;
	background-color: #5e0b00;
	border-bottom: 1px #400 solid;
	background-image: url(/_images/admin/alert_icon.png);
	background-repeat: no-repeat;
	background-position: 20% 50%;
}

ul#pages li a.delPage {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	text-indent: -3000px;
	background: transparent url(../_images/admin/del_icon.png) 0 0 no-repeat;	
	position: absolute;
	top: 7px;
	right: 7px;
	opacity: 0.7;
}

ul#pages li a.delPage:hover {
	opacity: 1;	
}

#editPane a.redButton, x:-moz-any-link {
	float: right;
}

#editPane a.redButton, x:-moz-any-link, x:default {
	float: none;
}
