/***************************
 * ID BASED DEFINITIONS
 ***************************/
#userContent {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border-width: 0px;
	width: 450px;
}

#userContent p {
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
    text-indent: -10px !important;
}
 
#wrapper {
	padding: 0px !important;
	border-collapse: collapse !important;
	border-spacing: 0px !important;
	width: 900px;
    min-width: 800px;
    margin: auto;
}

#content {
	background-color: #ffffff;
	padding: 0px;
}

#headerText,#footer {
	background-color: #738471;
	background-image: url('socbook/SiteImages/header.jpg');
	background-repeat: repeat-x;
	font-size: 32px;
	font-variant: small-caps;
	height: 160px;
	text-align: center;
}

#footer {
	background-image: url('socbook/SiteImages/footer.jpg');
	font-size: 10px;
	height: 50px;
}

#titleArea {
	background-color: #B8B8B8;
	font-variant: small-caps;
	font-weight: bold;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}

#bookAuthor {
	font-size: 14px;
}

#spacer,#pageNum {
	width: 10%;
	height: 100%;
	float: right;
	font-size: 14px;
	font-weight: normal;
}

#spacer {
	float: left;
}

#pageNum {
	cursor: pointer;
}

/* NOTE: Width here should be 100 - 2 * width of spacer */
#chapterName table {
    width: 80%;
    height: 100%;
}

/**************************************
 * CLASS BASED DEFINITIONS
 **************************************/
.mainContent {
	padding: 10px 25px 25px 25px;
}

.contentArea {
    margin: 0px !important;
    font-size: 10px;
}

.shortcutsArea {
	padding: 25px 10px 25px 15px;
	min-width: 250px
}

.shortcutsArea table {
	white-space: normal !important;
}

.gwt-Tree .gwt-TreeItem {
	white-space: normal !important;
}

.shortcutsDisabler {
	background-color: #B8B8B8;
}

.shortcutsDisabler:hover {
	background-color: #888888;
}

.left_shadow,.right_shadow {
	padding: 0px;
	width: 40px;
	background-image: url('socbook/SiteImages/LeftBorder.png');
	background-repeat: repeat-y;
}

.right_shadow {
	background-image: url('socbook/SiteImages/RightBorder.png');
}

.hiddenElem {
	display: none;
}

/*****************************************
 * STANDARD TAG BASED DEFiNITIONS
 *****************************************/
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #777777;
}

body {
	background-color: #E8E9AD !important;
}
