/* CSS for ldswomensbookreview.com */
body {
	background        : url(../images/top_bg.png) top repeat-x;
	background-color  : #fff;
	margin            : 0;
	padding           : 0;
	font              : normal 11px Tahoma, Verdana, Helvetica, sans-serif;
/*	color             : #ca4766;  */
  color             : #2B3856;
	text-align        : center
}

#container{
	margin            : 0 auto;
	width             : 990px;
}

#header{
	width             : 100%;
	height            : 244px;
	background        : url(../images/ldswbr_logo.png) left top no-repeat;
}

#header #title_container{
	width             : 806px;
	height            : 215px;
	float             : left;
	text-align        : left;
}

#header #title_container #title{
	width             : 100%;
	margin-top        : 35px;
	font              : bold 24px Parchment, Arial, Helvetica, sans-serif;
	color             : #e9cfec;
	margin-left       : 16px;
}

#header #news_container{
	width             : 172px;
	height            : 215px;
	float             : right;
	text-align        : justify;
	overflow          : hidden;
}

#header #news_container #news{
	margin-top        : 40px;
	width             : 147px;
	height            : 164px;
}

table.moduletable {
	width             : 100%;
	margin-bottom     : 0px;
	padding           : 0px;
	font-size         : 11px;
}
table.moduletable table{
	font-size         : 11px;
}

div.moduletable {
	padding           : 0;
	margin-bottom     : 2px;
}

table.moduletable th, div.moduletable h3, div#moduletable h1, table.moduletable h1 {
	color             : #ca4766;
	text-align        : left;
	padding           : 10px;	
	font-weight       : bold;
	border-bottom     : 1px solid #d9c2d1;
	margin            : 0 0 0px 0;
	font-size         : 11px;
}

div.moduletable h3{
	font-size         : 11px;
}

table.moduletable td {
	padding-top       : 0px;
	margin            : 0px;
	text-align        : center;
	vertical-align    : top;
}

.moduletable form table td, .moduletable form div{
	text-align        : left;
}

select.button{
	border            : solid 1px #ffc8d5;
	background-color  : #fff;
	font              : normal 100% Tahoma, Verdana, Helvetica, sans-serif;
/*	color             : #ca4766;  */
  color             : #78b397;
	text-align        : left;
}

input.button{
	font-size         : 11px;
}

textarea.inputbox{
	width             : 500px;
	height            : 200px;
}

.spacer{
	clear             : both;
	font-size         : 1px;
	margin            : 0px;
	padding           : 0px;
}

#header #top_menu_container{
	float             : left;
	height            : 18px;
	width             : 806px;
}

ul#mainlevel-nav{
	list-style-type   : none;
  padding           : 0;
  margin            : 0 0 0 180px;
	height            : 18px;
}

ul#mainlevel-nav li a{
	display           : block;
  padding           : 0px 10px;
  color             : #ca4766;
  text-decoration   : none;
  background        : url(../images/menu_tab_left.png) no-repeat left top;
	font-weight       : bold;
}

ul#mainlevel-nav li{
	float             : left;
  padding           : 0;
  margin            : 0;
  padding-top       : 0;
  background        : url(../images/menu_tab_right.png) no-repeat right top;
  margin-right      : 1px;
	height            : 18px;
}

ul#mainlevel-nav li a:hover{
	color             : #d90dba;
}

#header #search_container{
	float             : right;
	width             : 172px;
}

.inputbox {
	border            : solid 1px #ffc8d5;
	background-color  : #fff;
	font              : normal 100% Tahoma, Verdana, Helvetica, sans-serif;
	color             : #ca4766;
}

.adminform select.inputbox{
	height            : auto;
	background-image  : none;
}

#core div select.inputbox{
	font-size         : 11px
}

input.text_area{
	border            : solid 1px #ffc8d5;
	background-color  : #fff;
	font              : normal 100% Tahoma, Verdana, Helvetica, sans-serif;
	color             : #ca4766;
	width             : auto;
	height            : 14px;
}

.button {
	font              : bold 100% Tahoma, Verdana, Helvetica, sans-serif;
	color             : #ca4766;
/*  color             : #78b397;  */
  text-align        : center;
	background-color  : #ffc8d5;
	border-left       : 1px solid #fff;
	border-top        : 1px solid #fff;
	border-right      : 1px solid #d9c2d1;
	border-bottom     : 1px solid #d9c2d1;
	padding           : 0 2px;
	height            : 18px;
  width             : auto;
}

#contents{
	width             : 990px;
	background        : url(../images/main_bg_repeat.png) repeat-y;
}

#contents_main_bg{
	background        : url(../images/main_bg.png) top no-repeat;
}

#contents #container1{
	background        : url(../images/container1_bg.png) top no-repeat;
	width             : 172px;
	float             : left;
	padding-top       : 20px;
	text-align        : center;
}

#contents #container2{
	width             : 646px;
	float             : left;
	text-align        : center;
}

#contents #container2 #core{
	width             : 95%;	
	margin            : 20px auto;
}

#contents #container2 #core div{
	font-size         : 11px;
}

#contents #container3{
	background        : url(../images/container3_bg.png) top no-repeat;
	width             : 172px;
	float             : right;
	padding-top       : 20px;
	text-align        : center;
}

a.mainlevel:link, a.mainlevel:visited {
	display           : block;
	background        : url(../images/main_menu_bg.png) no-repeat;	
	font              : bold 100% Tahoma, Verdana, Helvetica, sans-serif;
	color             : #fff;
	text-align        : left;
	padding-left      : 17px;
	border-top        : 1px solid #e9cfec;
	border-bottom     : 1px solid #f3f0f4;
	border-left       : 1px solid #ffc8d5;
	border-right      : 1px solid #e9cfec;
	line-height       : 23px;
	background-color  : #e9cfec;
	text-decoration   : none;
}

a.mainlevel:hover {
	text-decoration   : none;
	color             : #fee5a7;
	line-height       : 23px;
}

a.mainlevel#active_menu {
	color             : #fff;
	font-weight       : bold;
}

a.mainlevel#active_menu:hover {
	color             : #fff;
}

a.sublevel:link, a.sublevel:visited {
	display           : block;
	background        : url(../images/submenu_indent.png) 0 8px no-repeat;
	font              : normal 100% Tahoma, Verdana, Helvetica, sans-serif;
	color             : #d90dba;
	text-align        : left;
	padding-left      : 14px;
	line-height       : 23px;
	background-color  : #fee5a7;
	text-decoration   : none;
}

a.sublevel:hover {
	color             : #ca4766;
	text-decoration   : none;
	font-weight       : normal;
}

a.sublevel#active_menu {
	color             : #d90dba;
}

#container1 .moduletable table div, #container3 .moduletable table div {
	background-color  : #fee5a7;
} 

#container1 form #mod_login_remember, #container3 form #mod_login_remember{
	width             : auto;
	border            : 0;
	vertical-align    : middle;
}

#container1 form .inputbox, #container3 form .inputbox, #container1 form .button, #container3 form .button{
	margin            : 3px;
}

a:link, a:visited {
	color             : #ca4766; 
	text-decoration   : underline;
}

a:hover {
	color             : #ca4766;	
	text-decoration   : none;
}

.syndicate{
	margin            : 10px;
}

.poll thead td{
	text-align        : left;
}

#container1 .moduletable table.poll div, #container3 .moduletable table.poll div {
	background-color  : #f3f0f4
}

.sectiontableentry1 {
	background-color  : #f3f0f4;
}

.sectiontableentry2 {
	background-color  : #f3f0f4;
}

#container1 form table td, #container3 form table td{
	padding           : 5px;
}

.blog_more{
	font-size         : 11px;
}

.blog_more li{
	background        : url(../images/bullet.png) 0 5px no-repeat;
}

.blog_more li a:link, .blog_more li a:visited, .blog_more li a:hover{
	color             : #d90dba;
	font-weight       : bold;
}

form table {
	font-size         : 11px;
}
#container2 #core form table {
	font-size         : 11px;
}
#container2 #core form .paramlist{
	font-size         : 11px;
}
.pagenav_prev, .pagenav_next{
	font-size         : 11px;
}
.pagenav_prev a:link, .pagenav_prev a:visited, .pagenav_prev a:hover,
.pagenav_next a:link, .pagenav_next a:visited, .pagenav_next a:hover{
	display           : block;
	background-color  : #ffc8d5;
	padding           : 2px 10px;
	text-decoration   : none;
	border-top        : 1px solid #fff;
	border-left       : 1px solid #fff;
	border-right      : 1px solid #d9c2d1;
	border-bottom     : 1px solid #d9c2d1;
}

#container2 #core table td {
  padding           : 3px;
}

ul.latestnews, ul.mostread {
	text-align        : left;
	font-size         : 11px;
	padding-top       : 10px;
}

ul.latestnews li, ul.mostread li{
	background        : url(../images/bullet.png) 0 5px no-repeat;
}

ul.latestnews li a:link, ul.latestnews li a:visited, ul.latestnews li a:hover,
ul.mostread li a:link, ul.mostread li a:visited, ul.mostread li a:hover{
	color             : #d90dba;
	font-weight       : bold;
}

#container2 #core table#news_popular {
	width             : 100%;
}

#container2 #core table#news_popular td{
	padding           : 10px;
	width             : 50%;
	vertical-align    : top;
}

#banner img{
	margin            : 20px 0;
}

input[type="checkbox"], input[type="radio"]{
	border            : none;
	background-color  : transparent;
	width             : auto;
}

input[type="submit"]{
	font              : bold 100% Tahoma, Verdana, Helvetica, sans-serif;
	color             : #ca4766;
  text-align        : center;
	background-color  : #ffc8d5;
	border-left       : 1px solid #fff;
	border-top        : 1px solid #fff;
	border-right      : 1px solid #d9c2d1;
	border-bottom     : 1px solid #d9c2d1;
	padding           : 0 2px;
	height            : 18px;
  width             : auto;
}

.clr {
	clear             : both;
}

.outline {
  border            : 1px solid #cccccc;
  background        : #ffffff;
	padding           : 2px;
}

#buttons_outer {
	width             : 635px;
  margin-bottom     : 2px;
	margin-right      : 2px;
	float             : left;
}

#buttons_inner {
	border            : 1px solid #cccccc;
	height            : 21px !important;
	height            : 23px;
}

#pathway_text {
  overflow          : hidden;
	display           : block;
	margin-bottom     : 10px;
	text-align        : left;
	color             : #8889b3;
	font-size         : 11px;
}

#pathway_text img {
	margin-left       : 1px;
	margin-right      : 1px;
	margin-top        : 6px;
}

#pathway_text a:link, #pathway_text a:visited, #pathway_text a:hover{
	color             : #8889b3;
}

#buttons {
	float             : left;
	margin            : 0px;
	padding           : 0px;
	width             : auto;
}

#buttons>ul#mainlevel-nav li a{
  width             : auto;
}

#search_outer {
	float             : left;
	width             : 165px;
}

#search_inner {
  border            : 1px solid #cccccc;
	padding           : 0px;
  height            : 21px !important;
  height            : 23px;
  overflow          : hidden;
}

#search_inner form {
  padding           : 0;
  margin            : 0;
}

#search_inner .inputbox {
	border            : 0px;
/*  padding           : 3px 3px 3px 5px;*/
	font-family       : arial, helvetica, sans-serif;
	font-size         : 11px;
	color             : #c64934;
}

#header_outer {
	text-align        : left;
	border            : 0px;
	margin            : 0px;
}

#top_outer{
	float             : left;
	width             : 165px;
}

#top_inner {
  border            : 1px solid #cccccc;
	padding           : 2px;
  height            : 144px !important;
  height            : 150px;
  overflow          : hidden;
  float             : none !important;
  float             : left;
}

#left_outer {
  float             : left;
	margin-top        : 2px;
	width             : 165px;
}

#left_inner {
  border            : 1px solid #cccccc;
	padding           : 2px;
  float             : none !important;
  float             : left;
}

#content_outer {
	padding           : 0px;
	margin-top        : 0px;
	margin-left       : 2px;
	float             : left;
	width             : 635px;
}

#content_inner{
  float             : none !important;
  float             : left;
  padding           : 0;
  padding-top       : 2px;
  margin            : 0;
}

table.content_table {
  width             : 100%;
	padding           : 0px;
	margin            : 0px;
}

table.content_table td {
	padding           : 0px;
	margin            : 0px;
}

#banner_inner {
	float             : left;
	padding           : 0px;
	height            : 70px;
}

#poweredby_inner {
	float             : right;
	padding           : 0px;
	margin-left       : 0px;
	height            : 70px;
}

#right_outer {
	margin-left       : 2px;
	width             : 165px;
}

#right_inner {
  float             : none !important;
  float             : left;
  border            : 1px solid #cccccc;
  padding           : 2px;
}

.user1_inner {
	border            : 1px solid #cccccc;
  float             : none !important;
  float             : left;
	margin            : 0px;
	padding           : 2px;
}

.user2_inner {
	border            : 1px solid #cccccc;
  float             : none !important;
  float             : left;
	margin            : 0px;
	padding           : 2px;
}

table td.body_outer {
	padding           : 2px;
	border            : 1px solid #cccccc;
}

.maintitle {
	color             : #ffffff;
	font-size         : 40px;
	padding-left      : 15px;
	padding-top       : 20px;
}

.error {
  font-style        : italic;
  text-transform    : uppercase;
  padding           : 5px;
  color             : #cccccc;
  font-size         : 14px;
  font-weight       : bold;
}

.back_button {
	float             : left;
  text-align        : center;
  font-size         : 11px;
  font-weight       : bold;
  width             : auto;
  padding           : 0px 10px;
  line-height       : 20px;
  margin            : 1px;
}

.back_button a:link, .back_button a:visited, .back_button a:hover{
	text-decoration   : none;
}
    
.pagenav {
  text-align        : center;
  font-size         : 11px;
  font-weight       : bold;
  border-top        : 1px solid #fff;
  border-left       : 1px solid #fff;
  border-right      : 1px solid #d9c2d1;
  border-right      : 1px solid #d9c2d1;
  width             : auto; 
  background-color  : #eed7dc;
  padding           : 2px 10px;
  line-height       : 20px;
  margin            : 1px;
}

a.pagenav:link, a.pagenav:visited{
	text-decoration   : none;
}  

a.pagenav:hover{
  color             : #d90dba;
}

.pagenavbar {
	margin-right      : 10px;
	float             : right;
}

#footer {
	text-align        : center;	
	background-color  : #78b397;
	height            : 18px;
	font-size         : 11px
}

#footer a:link, #footer a:visited{
	text-decoration   : none;
}

ul{
  margin            : 0;
  padding           : 0;
  list-style        : none;
}

li{
  line-height       : 15px;
  padding-left      : 15px;
  padding-top       : 0px;
  background        : url(../images/arrow.png) 0 5px no-repeat;
}

td {
	text-align        : justify;
}

table.contentpaneopen {
  width             : 100%;
	padding           : 0;
	border-collapse   : collapse;
	border-spacing    : 0px;
	margin            : 0px;
	margin-top        : 8px;
	font-size         : 11px;
	
}
table.contentpaneopen h4{
	font-size         : 11px;
}

table.contentpaneopen td {
   padding-right    : 5px;
   text-align       : justify;
}

table.contentpaneopen td.componentheading {
	padding-left      : 4px;
}

table.contentpane {
  width             : 100%;
	padding           : 0px;
	border-collapse   : collapse;
	border-spacing    : 0px;
	margin            : 0px;
	font-size         : 11px;
}

body.contentpane form table td{
	padding           : 3px;
}
body.mceContentBody, body.contentpane{
	background-image  : none;
	background-color  : #fff;
}

body.contentpane form table td{
	padding           : 3px;
}

table.contentpane td {
	margin            : 0px;
	padding           : 0px;
}

table.contentpane table {
	font-size         : 11px;
}

table.contentpane td.componentheading {
	padding-left      : 4px;
}

table.contentpaneopen fieldset {
	border            : 0px;
	border-bottom     : 1px solid #eee;
}

.componentheading {
	color             : #d90dba;
	text-align        : left;
	padding-top       : 4px;
	height            : 21px;
	font-weight       : bold;
	font-size         : 10px;
	text-transform    : uppercase;
}

.contentcolumn {
	padding-right     : 5px;
}

.contentheading, .contentheading table{
	height            : 30px;
/*	color             : #8889b3;  */
	color             : #78b397;
	font-weight       : bold;
	font-size         : 14px;
}

.contentpagetitle {
	font-size         : 13px;
	font-weight       : bold;
	color             : #cccccc;
	text-align        : left;
}

table.searchinto {
	width             : 100%;
}

table.searchintro td {
	font-weight       : bold;
	font-size         : 11px;
}

table.pollstableborder td {
  padding           : 2px;
  text-align        : left;
}

.sectiontableheader {
  font-weight       : bold;
  background-color  : #eed7dc;
  padding           : 4px;
  font-size         : 11px;
}

.sectiontablefooter {

}

.small {
	color             : #8889b3;
}

.createdate {
	height            : 15px;
	padding-bottom    : 10px;
	color             : #8889b3;
}

.modifydate {
	height            : 15px;
	padding-top       : 10px;
	color             : #8889b3;
	font-size         : 11px;
}

table.contenttoc {
  border            : 1px solid #d9c2d1;
  padding           : 5px;
  margin-left       : 10px;
  margin-bottom     : 10px;
}

table.contenttoc td {
  padding           : 5px;
}

table.contenttoc th {
  color             : #d90dba;
	text-align        : left;
	padding-top       : 2px;
	padding-left      : 4px;
	height            : 21px;
	font-weight       : bold;
	font-size         : 10px;
	text-transform    : uppercase;
}

table.contenttoc a{
	font-size         : 11px;
}

.highlight {
	background-color  : Yellow;
	color             : Blue;
	padding           : 0;
}

.code {
	background-color  : #ddd;
	border            : 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin            : 0;
 	padding           : 0;
}

div.mosimage {

}

.mosimage {
  margin            : 10px;
}

.mosimage_caption {
  margin-top        : 2px;
  padding           : 1px 2px;
  color             : #9d9d9d;
}

span.article_seperator {
	display           : block;
	height            : 10px;
}
