@import url(../../css/layout_cont.css);


/*** body ***/
body {
	width: 400px;
	margin: 0;
	padding: 5px 0;
	background: url(../../images/bg_frame02news.jpg) left top no-repeat fixed;
}

h2 {
	margin-bottom: 10px;
}

p {
	font-size: 75%;
}


/*** admin ***/
ul#adminMenuHead {
	margin: 0 5px 10px;
	padding: 0;
}

ul#adminMenuHead li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 100%;
}

ul#adminMenuHead li a {
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../../images/leader.gif) left center no-repeat;
	/* hack for only Win IE */
	#background: url(../../images/leader.gif) 0 1px no-repeat;
}

.messageBox {
	margin: 5px 10px 15px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	border: 1px solid #DC9866;
}

.messageBox p {
	padding-bottom: 0.5em;
	font-size: 75%;
	line-height: 140%;
}

.pswdEntry {
	margin: 5px;
	padding-top: 10px;
	font-size: 75%;
	border-top: 1px solid #CCCCCC;
}

.newEntry {
	margin: 5px;
	padding-top: 10px;
	font-size: 75%;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

p.caution {
	padding-top: 22px!important;
	background: url(../img/caution.gif) left top no-repeat;
}


/*** data entry form (admin) ***/
#formBox {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #898369;
}

div.formInput {
	margin-bottom: 0.5em;
}

#formBox input, #formBox textarea, #formBox select {
	margin-right: 0.4em;
}

#formBox span {
	margin-right: 0.4em;
	font-size: 75%;
}

#formBox span.attention {
	margin-left: 0.4em;
	font-size: 100%!important;
	font-weight: normal!important;
}

.imgSelector {
	margin-bottom: 15px;
}

.imgSelector img {
	vertical-align: middle;
}

.imgSelector p {
	margin: 0.5em 35px 0.5em 15px;
}

.imgSelector textarea {
	margin: 0 15px 5px;
}


/*** article ***/
.articleBox {
	margin: 0 20px 10px;
	padding: 10px;
	border-bottom: 1px dotted #898369;
}

.articleBox h2 {
	margin-bottom: 20px;
	padding: 2px 0 4px 21px;
	color: #922520;
	font-size: 14px!important;
	line-height: 120%!important;
	font-weight: bold;
	background: url(../../images/leader_articletitle.jpg) left top no-repeat;
	border-bottom: 1px dotted #898369;
}

.articleAdmin {
	clear: both;
	margin: 0 20px;
	padding: 10px;
	border-bottom: 1px dotted #898369;
}

.articleAdmin h2 {
	margin-bottom: 10px;
	padding: 2px 0 0 21px;
	color: #922520;
	font-size: 14px!important;
	line-height: 120%!important;
	font-weight: bold;
	background: url(../../images/leader_articletitle.jpg) left top no-repeat;
}

.articleAdmin p {
	margin: 0 0 0.5em 21px;
	line-height: 120%;
}

p.contHeader {
	margin-bottom: 0.5em!important;
	color: #333333;
	font-size: 70%!important;
	line-height: 100%!important;
}

#contArticle p {
	margin-bottom: 0.5em!important;
	padding: 0!important;
	font-size: 75%!important;
	line-height: 150%!important;
}

#contArticle img {
	border: 1px solid #898369;
}

p.appearance {
	width: 10.5em;
	margin: 0.5em 0!important;
	padding: 0.3em!important;
	font-size: 75%!important;
	line-height: inherit!important;
	border: 1px solid #660000;
	background-color: #FFFFFF;
}

.adminBtn {
	margin-left: 15px;
}

.adminBtn form {
	display: inline;
}


/*** content (common) ***/
.dimmer {
	color: #C1A889;
}


/*** howto ***/
#howtoBox {
	margin: 0 20px 20px;
	padding: 10px;
}

#howtoBox h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 4px;
	color: #922520;
	border-bottom: 1px dotted #898369;
}

#howtoBox h3 {
	height: auto;
	margin: 8px 10px;
	padding: 0 0 0 6px!important;
	color: #4F1703;
	font-size: 80%;
	background: none;
	border-left: 5px solid #DEA977;
}

#howtoBox p {
	margin: 0 0 1em 21px;
	font-size: 75%;
	line-height: 140%;
}

