html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px/18px Verdana, sans-serif;
	/*font: normal 12px/18px Comic Sans MS,Brush Script MT,cursive;*/
	color: #262626;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWJiYTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) repeat-x #c9bba9;*/
	background: #c9bba9 url("/img/grad.png") repeat-x left top;
}
.non-usable-style{
	background: #fff3e3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWJiYTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff3e3 0%, #c9bba9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff3e3), color-stop(100%,#c9bba9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff3e3 0%,#c9bba9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff3e3 0%,#c9bba9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff3e3 0%,#c9bba9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff3e3 0%,#c9bba9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e3', endColorstr='#c9bba9',GradientType=0 ); /* IE6-8 */
}

.clear {clear: both;}

#logo {
	text-align: center;
	margin-bottom: 4px;
}

#container {
	width: 1200px;
	margin: 0 auto;
}

#menudiv {
	float: left;
	width: 200px;
	background: #7b6b5c;
	/*background-image: url('/img/table.png');*/
	behavior: url(/css/border-radius.htc);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-opera-border-radius: 7px;
}
#menu {
	background: #7b6b5c;
}

#content {
	float: right;
	width: 940px;
	background: #7b6b5c;
	border-top: 10px solid #7b6b5c;
	border-bottom: 20px solid #7b6b5c;
	border-left: 20px solid #7b6b5c;
	border-right: 20px solid #7b6b5c;
	overflow: hidden;
	background-image: url('/img/table.png');
	behavior: url(/css/border-radius.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-opera-border-radius: 10px;
}

#content-1 {
	float: left;
	width: 650px;
	background: #ddd8c5;
	padding: 10px;
	color: #4c4a4b;
}
#content-1-2 {
	float: left;
	width: 910px;
	background: #ddd8c5;
	padding: 10px;
	color: #4c4a4b;
}

#content-2 {
	float: right;
	width: 200px;
	background: #ddd8c5;
	padding: 10px 30px 10px 0px;
}

#mpimage {
	width: 650px;
	height: 167px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none !important;	
}

#content-1 a:link,a:visited {color: #4c4a4b; font-weight: bold;}
#content-1 a:hover {color: #000; font-weight: bold;}
#content-1-2 a:link,a:visited {color: #4c4a4b; font-weight: bold;}
#content-1-2 a:hover {color: #000; font-weight: bold;}

#footer, #langheader {
	background: #7b6b5c;
	height: 20px;
	width: 1200px;
	margin: 10px auto;

	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
}

#pheader {
	background: #7b6b5c;
	color: #fff3e3;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #DDD8C5;
	padding-bottom: 3px;
}
#pheader-1 {
	background: #7b6b5c;
	height: 5px;
}

.goup {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	cursor: pointer;
	display: block;
	width: 70px;
	padding: 0px 10px 0px 10px;
	float: left;
}

.goup:hover {background-color: #a08b76;}

#copy {
	float: right;
	margin-right: 10px;
}

#content-1 img {
	border: 1px solid #fff;
}
#content-1-2 img {
	border: 1px solid #fff;
}
#content-1-2 td img {
	border: 2px solid #999;
	margin-bottom: 3px;
}

.ui-menu { 
	width: 200px; 
	background: #7b6b5c;
}

/*#menu li a:link,a:visited,a:hover {color: #fff3e3;}*/
#menu li a {color: #fff3e3; text-decoration: none;}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	background: #5f5346;
	color: #fff3e3;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #ae9781;
	color: #fff3e3;
}

.ui-widget-content {
	color: #fff3e3;
}

.rarrow {
	vertical-align: middle;
}

.menuButton {
	margin-left: 10px;
	vertical-align: middle;
}

.menu {
	width: 200px;
	background: #7b6b5c;
	color: #fff3e3;
	font-weight: bold;
	font-size: 12px;
	margin: 4px 0px 4px 0px;
	position: relative;
}

.menu-text {
	width: 140px;
	display: inline-block;
	text-align: left;
	padding: 8px 0px 8px 10px;
	cursor: pointer;
	margin-left: 5px;
	position: relative;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
}

.menu-text-over { background: #323539;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
 }
.menu-text-current {
 background: #323539; 
	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
}
.menu-text-over-1 { background: #988572; }

.menu-1 {display: block;}
.menu-2 {
	display: block; 
	font-weight: normal;
	background: #6b5e52;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
}
.text-2 {padding-left: 25px;}
.menu-3 {
	display: block; 
	font-weight: normal;
	background: #6b5e52;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
}
.text-3 {padding-left: 40px;}

.submenu {
	bassckground: #7b6b5c;
	background: #6b5e52;
	display: none;
	position: absolute;
	left: 50px;
	behavior: url(/css/border-radius.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	-opera-border-radius: 4px;
}

.auth {
	width: 150px;
}
.auth-header {
	display: inline-block; 
	width: 60px; 
}
.editta {
	width: 400px;
	height: 600px;
}

#saveandview {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: bold;
	text-decoration: underlined;
	margin-top: 30px;
	border-top: 1px dashed #444;
}
#editview {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: bold;
	text-decoration: underlined;
	margin-top: 30px;
	border-top: 1px dashed #444;
}

.editor-img {
	float: left;
	margin-right: 10px;
}

#admexit {
	float: right;
	font-size: 10px;
	cursor: pointer;
}

#admenter {
	float: right;
	font-size: 10px;
	margin-right: 10px;
}

#ruseng {
	float: right;
	font-size: 10px;
	cursor: pointer;
}
#ruseng a {
	text-decoration: none;
	border: none;
	margin-left: 20px;
}

.admin-divider {
	border-top: 1px dashed #555;
	height: 10px;
}

#addgal, #addigal, #addseo {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: bold;
	text-decoration: none;
}

#addgal:hover,#addigal:hover,#addseo:hover {color: #000; font-weight: bold;}

#crgal,#crigal {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: bold;
	text-decoration: none;
}

#crgal:hover,#crigal:hover {color: #000; font-weight: bold;}
#newgalname {
	width: 100px;
	margin-right: 10px;
}
#adgalform,#adigalform,#seoform {display: none;}

.dog-parameters {
	margin-bottom: 5px;
	margin-left: 10px;
	border-left: 1px solid #444;
	padding-left: 4px;
	display: none;
	font-weight: normal !important;
}
.parmname {
	margin-right: 10px;
	width: 150px;
	display: inline-block;
}

.glist-item {
	margin-bottom: 5px;
	border-bottom: 1px dotted #aaa;
	font-size: 12px;
}
.glist-item-cnt {
	font-size: 8px;
	font-style: italic;
}
.glist-item-upload,.gilist-item-upload {
	border: none !important;
}
.glist-item-name, .glist-item-cnt {
	margin-right: 5px;
}

.glist-item-name {
	display: inline-block;
}

.glist-item-edit {
}

.glist-icon {
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.glist-list {
	display: none;
	height: 77px;
	margin: 15px 0px 10px 0px;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	white-space: nowrap;
}

.gimg {
	display: block;
	width: 42px;
	height: 42px;
}
.gal_adm_thumb {
	display: inline-block;
	width: 45px;
	height: 55px;
	border: 1px dotted #555;
	margin-right: 5px;
	text-align: center;
	position: relative;
	vertical-align: text-top;
}
.add-photo-div, .add-iphoto-div {
	display: inline-block;
	width: 45px;
	height:55px;
	border: 1px dashed #999;
	text-align: center;
	cursor: pointer;
	vertical-align: text-top;
}
.plusfile {
	font-size: 30px;
	font-weight: bold;
	color: #bbb;
	line-height: 55px;
}
.glogo {float: left; margin-left: 5px;}
.gdelimage {float: right; margin-right: 5px;}
.gimgtb {
	display: block;
	width: 45px;
	height: 11px;
}
.gimgtb img { 
	cursor: pointer; 
	border: none !important;
}
.gimgtb img.glogo-active { cursor: default; }
.gallery-logo-container {
	display: inline-block;
}
.gallery-name-under-logo {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
img.editField {
	vertical-align: middle;
	cursor: pointer;
}
.wisiField, .wisiField1 {
	display: none;
	margin-left: 160px;
}
.wisiArea, .wisiArea1 {width: 100%;}
.wisiFieldLink, .wisiFieldLink1 {
	border-bottom: 1px dashed #08C;
	cursor: pointer;
}
.wisiFieldLink1 {margin-left: 10px;}
.doglist {
	font-size: 12px;
	margin-right: 10px;
	border-bottom: 1px dashed #08C;
	cursor: pointer;
}
.dogborn {
	font-size: 8px;
	font-style: italic;
}
.dog_img_main {
	margin: 5px;
	vertical-align: top;
}
.dog_img_main_dp {
	margin: 5px;
	float: left;
}
.dog_img_right {
	border: 1px solid white;
}

.dp_name_main_block {
	padding: 5px;
	width: 277px;
	overflow: hidden;
	height: 14px;
}

.dg_name_main_block {
	padding: 5px;
	width: 255px;
	overflow: hidden;
	height: 14px;
	text-align: center;
}
.dg_name_main_block1 {
	padding: 5px;
	width: 155px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
}

.curl {
	border: none !important;
	float: right;
	top: -10px;
	position: absolute;
	right: -2px;
	top: -2px;
}

.dp_name_main_block a,
.dg_name_main_block a {
	text-decoration: none !important;
}
.dp_name_main_block1 a,
.dg_name_main_block1 a {
	text-decoration: none !important;
}

#dsort {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

#dsort a {
	font-weight: normal !important;;
	text-decoration: none;
}
.sortd {
	font-weight: bold;
	color: #eee;
}

.dg_born {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

.mp_block {
	display: inline-block;
	border: 2px solid #7B6B5C;
	margin: 15px;
}
.mp_block1 {
	display: inline-block;
	border: 2px solid #7B6B5C;
	margin: 5px;
	vertical-align: top !important;
	text-align: center !important;
}

.mp_block_header {
	background-color: #7B6B5C;
	color: #FFF3E3;
	padding: 4px;
	font-weight: normal;
	position: relative;
}

.excheck {
	border: none !important;
	margin-right: 5px;
	cursor: pointer;
}
.galcheck {
	border: none !important;
	margin-right: 5px;
	cursor: pointer;
}

.dp__h {
	font-weight: bold;
	display: inline-block;
	width: 100px;
}
.dp__h1 {
	font-weight: bold;
	display: inline-block;
	width: 120px;
}
.dp_text {
	width: 100%;
}
.dp_3gal {
	height: 62px;
	margin-top: 5px;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	white-space: nowrap;
}
.dog_our {font-weight: bold;}
.dog_sale {color: red;}
.dogParent {
	border-bottom: 1px dashed #08C;
	cursor: pointer;
	display: inline-block;
}
.dogParentInput {
	display: none;
}
.dogParentInput input {
	margin-left: 210px;
}
.ddownmenu {
	display: none;
	border: 1px solid #888;
	width: 400px;
	background-color: #ddd;
}
.parent_menu {
	border: 1px solid #eeeeee;
	cursor: pointer;
}

.parent_menu:hover {
	background-color: #ccc;
}
.pedigree {
	display: block;
	width: 640px;
	border-right: 2px solid #ddd8c5;
	border-bottom: 2px solid #ddd8c5;
}
.pedigree_mom_dad {
	float: left;
	background-image: url('/img/pedigree-border-right.png');
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff3e3;
}
.pedigree_dog {
	display: block;
	width: 160px;
	text-align: center;
	font-size: 10px;
	float: left;
}
.pedigree_header {
	font-size: 12px;
	background-color: #ddd8c5;
	margin-bottom: 4px;
	height: 5px;
}
.pedigree_main_header {
	background-color: #fff3e3;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-top: 2px solid #ddd8c5;
	border-left: 2px solid #ddd8c5;
	letter-spacing: 4px;
	padding: 2px 0px 2px 0px;
	margin: 10px 5px 0px 2px;
	behavior: url(/css/border-radius.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-opera-border-radius: 10px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 2px;
}
td {
	background-color: #fff3e3;
	font-size: 10px;
	text-align: center;
	padding: 4px;
	border: 4px solid #ddd8c5;
	background-clip: padding-box;
	behavior: url(/css/border-radius.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-opera-border-radius: 10px;
}
td.male {
	background-image: url('/img/Male.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
td.female {
	background-image: url('/img/female.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.dogsale {
	color: darkred;
	font-weight: bold;
	font-style: italic;
}
.mainPageText {
	margin-bottom: 10px;
	text-indent: 10px;
	text-align: justify;
	border-bottom: 1px dashed #4C4A4B;
}

.dp_name a,
.dp_name a:link,
.dp_name a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #08C;
	font-weight: normal !important;
}

.dp_name_right  {
	margin: 15px 0px 3px 0px;
}
.dp_name_right a,
.dp_name_right a:link,
.dp_name_right a:visited {
	color: #4c4a4b;
	text-decoration: none;
	/*border-bottom: 1px dashed #08C;*/
	font-weight: normal !important;
}
.dp_name_right a:hover { color: #000; }

.rc-header {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	background-color: #7B6B5C;
	color: #FFF3E3;
}

img.dogStatus {
	margin-right: 4px;
	border: none !important;
	vertical-align: baseline;
}

#DogAddition, #GalAddition {
	margin-bottom: 10px;
	background-color: #cfcbb9;
	padding: 10px 0 0 10px;
	height: 30px;
	behavior: url(/css/border-radius.htc);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	-opera-border-radius: 7px;
}

.DAheader, .GAheader {
	font-weight: bold;
}
.DAbody, .GAbody {
	margin-left: 20px;
}
.DALink, .GALink {
	width: 400px;
}

#dognews {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: bold;
	text-decoration: none;
}

#dognews:hover {color: #000; font-weight: bold;}

#showpage, #showpb {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: bold;
	text-decoration: none;
}

#showpage:hover, #showpb:hover {color: #000; font-weight: bold;}


#newsList {
	display: none;
	margin-bottom: 10px;
}
#addNewsDiv {
	height: 25px;
	margin-top: 10px;
}
#addNews {
	cursor: pointer;
	color: #4c4a4b; 
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #08C;
}
.newsBody {
	display: none;
}
.newsDat {
	margin-right: 20px;
}
.NH {
	margin-right: 10px;
}
.newsEdit {
	border-bottom: 1px dashed #08C;
	cursor: pointer;
	margin-right: 10px;
}
.newsImages {
	float: left;
	margin-right: 10px;
}
.showNewsDat {
	margin-right: 10px;
	font-weight: bold;
}
.showNewsHeader {
}
.showNewsBody {
	margin: 10px 0px 20px 20px;
	border-left: 1px dotted #4c4a4b;
	padding-left: 5px;
}
.newsHideShow {
	cursor: pointer;
	border-bottom: 1px dashed #08C;
}
.newsStatus {
	border: none !important;
	margin-right: 5px;
}
.newsInfo {
	border-top: 1px dotted #4c4a4b;
}
.hidden {
	display: none;
}
.showHideButton {
	border: none !important;
	cursor: pointer;
	margin-left: 10px;
	vertical-align: baseline;
}

.g_container {
	display: inline-block;
	width: 252px;
	height: 290px;
	vertical-align: bottom;
	margin: 0px 20px 10px 20px;
}
.g_ext_container {
	text-align: center;
}
.g_header {
	height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #7B6B5C;
	color: #FFF3E3;
	behavior: url(/css/border-radius.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-opera-border-radius: 10px;
}
.g_image_box {
	width: 252px;
	height: 252px;
	margin-top: 5px;
}
.g_image {
	cursor: pointer;
}
#g_preview_screen {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(150,150,150,0.5);
}
#g_preview_container {
	display: block;
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
#g_preview_box {
	background-color: #ddd8c5;
	border: 10px solid #7B6B5C;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80%;
	margin: auto;
	behavior: url(/css/border-radius.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-opera-border-radius: 10px;
	text-align: center;
	padding: 10px;
}
#g_preview_header {
	font-weight: bold;
	position: absolute;
	left: 10px;
	right: 10px;
	height: 20px;
	top: 5px;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
}
#g_preview_header_text {
	color: #7B6B5C;
}
#g_header_bb {
	height: 2px;
	border-bottom: 2px solid #7B6B5C;
	margin-right: 40px
}
.g_preview_image {
	margin: 10px;
	border: 2px solid #fff;
}

.g_preview_close {
	position: absolute;
	right: 3px;
	top: 2px;
	cursor: pointer;
}
#g_copypast_button {
	position: absolute;
	cursor: pointer;
	right: 40px;
	font-weight: normal;
	/*border-bottom: 1px dashed #08C;*/
	font-size: 12px;
}

#g_copypast_button.zeroclipboard-is-hover {
	background-color: #bbb;
}

#g_preview_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-y: auto;
	position: absolute;
	top: 35px;
	bottom: 20px;
	left: 30px;
	right: 30px;
}
.g_copypast {
	background-color: #555;
	color: #aaa;
	text-align: center;
	height: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: 10px;
	right: 10px;
}
#dialog1 {
	z-index: 400;
}

#newshowButton {
	margin-left: 10px;
	border-bottom: 1px dashed #08C;
	cursor: pointer;
}
#addShowStep2 {display: none;}

#showDiv {
	margin: 0px 0px 20px 0px;
}

.showDat {
	margin-right: 10px;
}
.showName {
}

#ShowDat {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#ShowExpert {
	text-align: center;
	margin-bottom: 10px;
}

.classname {
	border-top: 1px solid #999;
	margin-bottom: 5px;
}
.classtmb {
	margin-bottom: 10px;
}
.extmb {
	margin: 10px;
}
.addClassPhotoButton {
	margin-right: 20px;
	float: right;
	border-bottom: 1px dashed #08C;
	cursor: pointer;
}
.exphoto {
	display: inline-block;
}
.extb-unchecked {
	border: none !important;
	margin-left: 10px;
	cursor: pointer;
}
.extb-checked {
	border: none !important;
	margin-left: 10px;
}
.extb-recycled {
	border: none !important;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}
.exlistlogo {
	float: left;
	margin-right: 20px;
}
#editExInfoButton {
	border-bottom: 1px dashed #08C;
	cursor: pointer;
}
#exInfo {
	margin: 10px 0px 10px 0px;
	border: 1px dotted #999;
	padding: 5px;
}
#exInfo1 {
	margin: 10px 0px 10px 0px;
}
#wisiExInfo {
	display: none;
}

.newsphotoadd {
	margin-right: 10px;
	border-bottom: 1px dashed #08C;
	cursor: pointer;
}
.npPreview {
	border: none !important;
}

.newsPhoto {
	float: left;
	margin: 0px 10px 10px 0px;
}
.newsPhotoAdm {
	border: none !important;
}

.admflag {
	border: none !important;
	margin-right: 10px;
	margin-left: 4px;
}

.litblock {
	display: inline-block;
	margin: 2px;
}

.litera {
	text-align: center;
}
.litera img {
	border: none !important;
}

.litera a:link, .litera a:visited { font-weight: normal !important;}

.pbyear {
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.pb_gallery {
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	background-color: #cbc8ba;
	padding: 0px 5px;
}
.pb_upload {
	cursor: pointer;
	border-bottom: 1px dashed #08C;
}
.litflag {
	border: none !important;
	width: 13px;
	height: 10px;
}
#sitemap {
	display: none;
}

.langflagleft {
	display: inline-block;
	margin-left: 250px;
	margin-bottom: 50px;
	float: left;
}

.langflagright {
	display: inline-block;
	margin-right: 300px;
	margin-bottom: 50px;
	float: right;
}

#msg {
	width: 600px;
	height: 150px;
}

.seotext {
	width: 600px;
}

