/* CSS for CECA Book Service blog */


body {
	margin: 0px;
	padding: 0px;
	font-family: times, serif;
font-size: 14px;
}

a:link {
	font-size: 14px; color: #237; font-style: normal; font-family: times, serif; text-decoration: none;
	}
	
div#menutable div#menuheader {
  position:absolute;
  top:-20px;
  left:-1px;
  width: 50px;
  font-family:times, serif;
  font-size: 11px; 
  color: white;
  text-align: center;
  padding:2px 0px 2px 0px;
  background-color: #d4ecfb;
  border: 1px solid black;
}


}
a:active {
	font-size: 14px; color: #237; font-style: normal; font-family: times, serif; text-decoration: none;
}
a:visited {
	font-size: 14px; color: #330b67; font-style: normal; font-family: times, serif; text-decoration: none;
}
a:hover {
   min-height:400px;
	text-decoration: underline;
}
p {
	font-weight: normal; font-size: 14px; color: #000000; font-style: normal; font-family: times, serif; text-decoration: none;
}
td {
	font-weight: normal; font-size: 14px; color: #000000; font-style: normal; font-family: times, serif; text-decoration: none;
}

ol {font-weight: normal; font-size: 14px; color: #000000; font-style: normal; font-family: times, serif; text-decoration: none;}

.disclist li {list-style-type : circle; padding: 5px;}


#header {
	background: #cee6f6;
	padding: 20px;
	margin: 0px;
	border-bottom: 2px solid #459;
}

#main {
	margin: 20px 20px 20px 250px;
	padding: 0px;
	border: 1px solid #459;
}


#sidebar {
	float: left;
	width: 210px;
	font-family: times, serif;
	margin: 20px 10px 10px 10px;
	border: 1px solid #459;
	border-top: 0px;
	font-size: .8em;
}

h1 {
	font-family: Georgia, serif;
	font-weight: 700;
	color: #237;
	margin: 0em;
	padding: .5em 0em .5em 0em;
}
h5,h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #237;
	margin: 0em;
	padding: .5em 0em .5em 0em;
}

h3 {
	font-family: Georgia, serif;
	font-weight: 800;
	color: #237;
	margin: 0em;
	padding: .5em 0em .5em 0em;
}

h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #ff0000;
	margin: 0em;
	padding: .5em 0em .5em 0em;
	font-size: 12px;
}

h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #237;
	margin: 0em;
	padding: .5em 0em .5em 0em;
	font-size: 12px;
}

#sidebar h3 {
	background: #cee6f6;
	border-bottom: 1px solid #459;
	border-top: 1px solid #459;
	padding: 5px;
	margin: 0px;
}

ul {
	line-height: 1.1em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 20px 10px 20px;
}

#sidebar p {
	padding: 0px 10px 0px 10px;
}

#sidebar form {
	padding: 10px;
}



.attributename  {
	font-size : 14px;
	font-family : Times; serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.attributeinput  {
	font-size : 14px;
	font-family : Times; serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.required {
	font-size : 14px;
	font-family : Times; sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.postInfo {
	padding: 10px 10px 10px 10px;
	font-size: smaller;
	font-family: georgia, serif;
	border-bottom: 1px solid #bbe;
	background: #d4ecfb;
}

.postTitle {
	padding: 10px 10px 3px 10px;
	background: #cee6f6;
}

.postText {
	padding: 0px 20px 0px 20px;
}

.more {
	font-family: georgia, serif;
	text-align: center;
	background: #cee6f6;
	padding: 5px;
	border-top: 1px solid #459;
	margin-top: 30px;
	font-size: smaller;
}

.moreTop {
	font-family: georgia, serif;
	text-align: center;
	font-size: smaller;
	padding: 5px;
}

hr {
color: #237;
width: 90%;
height: 2px;
background: #237
}