﻿/* CSS Document */
html,
body {
	height:100%;
}

body{
    background-image:url("../pic/public/imgpagebg.gif");
    background-repeat:repeat;
    margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#3C45B3;
}

img {
	border:0;
}

div#main {
    width:999px;
    margin:auto;
    background-color:#CCCC99;
    border-style:none solid solid;
    border-color:#A4A577;
    border-width:0px 2px 2px;
}


/* Header: Begin */
div#welcomeLine {
    background-image:url("../pic/public/imgtopbg.gif");
    line-height:21px;
    height:21px;
    padding:0 10px;
	color:#3C45B3;
	font-size:10px;
	font-weight:bold;
}

div#welcomeLine a {
	color:#fff;
	font-weight:normal;
	margin:0 3px;
}

div#main div#logoLine{
    background:#F2F2E6 url("../pic/public/imgLogoAreaBG.gif");
	clear:both;
    height:94px;
}

div#main div.logo{
    width:600px;
	background:url(../pic/imglogobanner.gif) no-repeat left center;
	height:60px;
    margin:0 13px;
}
div#main div#mainMenu
{
	position:absolute;
    margin-left:13px;
	top:94px;
	width:973px;
}
div#main div#mainMenu a {
	margin-right:2px;
	position:relative;
}
div#main div#mainMenu a img {
	position:relative;
}

/* Header: End */

/* Form Elements: Begin */
form {
	margin:0;
	padding:0;
}

input,
select,
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#000;
}

textarea.inputbox {
	height: 14px;
	line-height: 14px;
	overflow:hidden;
}

input.button {
	border:1px solid #999;
	border-color: #777 #aaa;
	background-color:#FEFEFE;
	color:#D85A26;
/*	line-height:24px; */
	cursor:pointer;
	font-weight:bold;
	padding:1px 5px;
}

input.button[disabled] {
	color:#aaa;
}

/* Form Elements: End */


/* Simple Search Panel: Begin */
#simpleSearch {
	width:273px;
	background-color:#F5F5ED;
	font-size:10px;
}
#simpleSearch form {
	margin:0;
	padding:0;
}
#simpleSearch td {
	background-color:#F5F5ED;
}

#simpleSearch .tr1,
#simpleSearch .tr3 {
	height:11px;
}
#simpleSearch .tr2 {
	height:45px;
}

#simpleSearch .td11,
#simpleSearch .td13,
#simpleSearch .td21,
#simpleSearch .td23,
#simpleSearch .td31,
#simpleSearch .td33 {
	width:15px;
	background-color:#999999;
}

#simpleSearch .td11 {background-image:url(../pic/public/imgSearchAreaTopLeft.gif)}
#simpleSearch .td12 {background-image:url(../pic/public/imgSearchAreaTopMiddle.gif)}
#simpleSearch .td13 {background-image:url(../pic/public/imgSearchAreaTopRight.gif)}

#simpleSearch .td21 {background-image:url(../pic/public/imgSearchAreaLeftMiddle.gif)}
#simpleSearch .td23 {background-image:url(../pic/public/imgSearchAreaRightMiddle.gif)}

#simpleSearch .td31 {background-image:url(../pic/public/imgSearchAreaBottomLeft.gif)}
#simpleSearch .td32 {background-image:url(../pic/public/imgSearchAreaBottomMiddle.gif)}
#simpleSearch .td33 {background-image:url(../pic/public/imgSearchAreaBottomRight.gif)}

#simpleSearch select#searchFilter {
	width:92px;
	margin-right:3px;
}

#simpleSearch input#searchText {
	width:115px;
	margin-right:3px;
}

.imgSearchBooks,
.imgSearchArrowBG,
.imgSearchArrowRight {
	height:10px;
}

.imgSearchBooks {background-image:url(../pic/public/imgSearchBooks.gif); background-repeat:no-repeat}
.imgSearchArrowBG {background-image:url(../pic/public/imgSearchArrowBG.gif)}
.imgSearchArrowRight {background-image:url(../pic/public/imgSearchArrowRight.gif); background-repeat:no-repeat}

/* Simple Search Panel: End */


div#errors {
    color:red;    
    font-weight:bold;
}

div#messages {
    color:green;    
    font-weight:bold;
}

.msgSaving {
	font-size:13px;
	font-weight:bold;
	color:#900;
}

/* Fade */
.fade {
    position:absolute;
    left:0;
    top:0;
    background-color:#fff;
    z-index:1111;
    display:none;
	border:0;
}

.fadeMsg,
.lockMsg {
    position:absolute;
    left:45%;
    top:290px;
    background-color:#fff;
    border:2px outset #ccc;
    padding:5px 15px;
    text-align:center;
    z-index:1112;
    display:none;
}
.fadeMsg {
    width:330px;
    font-weight:bold;
}

.lockMsg {
    width:450px;
}

.right {
	float:right;
}


/* Footer: Begin */
#copyright {
	padding-top:30px;
	margin-bottom:18px;
	text-align:center;
	font-size:11px;
	color:#000;
	line-height:18px;
	clear:both;
}
#copyright a {
	color:#393E7B;
}
/* Footer: End */
h1, h2, h3, h4 {
	margin:1px 0 3px;
	padding:0;
}

h1, h2, h4 {
	color:#3C45B3;
	font-weight:bolder;
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	color:#817D72;
	font-size:15px;
	margin-top:7px;
}
h4 {
	font-size:12px;
}

div.listingbody {
    background-color:white;
    padding:5px 12px;
	line-height: 16px;
}

div.listingbody h2,
div.listingbody h4 {
	color:#393E7B;
	margin-top:10px;
}


/* Login Page */
#LoginBlock {
	width:315px;
}

#LoginBlock ul {
	margin-left:16px;
	padding-left:16px;
	list-style-image:url(../pic/public/imgBulletHome.gif);
}
#LoginBlock li {
	margin-left:12px;
	padding-left:0px;
	margin-bottom:10px;
}


#LoginBlock li.active {
	list-style-type:none;
	list-style-image:none;
}

#LoginBlock li a {
	color: #716F69;
	font-size:12px;
}
#LoginBlock li.active a {
	color:#963431;
	font-weight:bold;
}

#LoginBlock p {
	margin: 5px;
}

#LoginBlock .fogot {
	text-align:center;
	margin:20px 0 5px;
}

#LoginBlock .fogot a {
	color:#393E7B;
	font-weight:bold;
	font-size:10px;
}

.loginform {
	color:#393E7B;
	font-weight:bold;
	font-size:13px;
}

.loginContent {
	width:420px;
	font-weight:bold;
	color:#fff;
	margin-right:25px;
	text-align:left;
}
.loginContent p {
	padding:0;
	margin:0;
}

.loginContent h3,
.loginContent p {
	margin-left: 10px;
}
.loginContent a {
	color:#fff;
}

/* Breadcrumbs: Begin */
div.breadcrumbs,
div.breadcrumbs a {
	color:#817D72;
	font-size:10px;
	font-weight:bold;
	z-index:5;	
}
/* Breadcrumbs: End */


/* Pager: Begin */
.pager {
	color:#817D72;
	font-size:12px;
	font-weight:bold;	
	margin:10px 0;
}
/* Pager: End */


/* Order Content Page: Begin */
table.orderContent {
	border-top:1px solid #C0BEB8;
	border-left:1px solid #C0BEB8;
	font-size:12px;
}

table.orderContent th {
	color:#fff;
	background-color:#abaa7e;
	text-align:left;
	border-right:1px solid #C0BEB8;
	border-bottom:1px solid #C0BEB8;
	padding:5px;
}
table.orderContent td {
	border:1px solid #C0BEB8;
	border-width:0 1px 1px 0;
	text-align:left;
    overflow: hidden;
}

table.orderContent .complex td {
	background-color:#F3F5F2;
	padding:7px 0;
	font-size:11px;
}

table.orderContent .complex td ul {
	list-style-image:none;
	list-style-type:none;
}

table.orderContent .complex label {
	font-weight:bold;
	color:#777;
}

table.orderContent .list td {
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
table.orderContent .odd td {
	background-color:#F3F5F2;
}

/* Order Content Page: End */


/* BookList Content Page: Begin */
table.bookList {
	border-width:0;
}

table.bookList td {
	border-width:0;
	border-bottom:1px solid #C0BEB8;
	padding:5px;
	font-size:11px;
}

table.bookList .previewChapter {
	color:#393E7B;
}
table.bookList .previewChapter a {
	font-size:11px;
}

table.bookList td p {
	line-height:14px;
	font-size:9px;
	margin:5px 0px;
}
table.bookList td p strong {
	color:#555;
}

table.bookList tr.even td {
	background-color:#F5F5F5;
}

table.bookList tr.even td.td1,
table.bookList td.td1 {
	background-color:#E7E8F6;
	font-size:10px;
	color:#73747B;
	text-align:right;
	padding:2px;
	width:15px;
}
table.bookList td.td2 {
	width:76px;
}

table.bookList a {
	font-weight:normal;
}
/* BookList Content Page: End */


/* Block=list: Begin */
table.list{
	width:100%;
}
table.list th{
	background-color:#E7E9F5;
	color:#3C45B3;
	text-align:center;
	border-top:1px solid #B4B4AC;
}

table.list td{
	border-top:1px solid #B4B4AC;    
	border-left:1px solid #B4B4AC;    
	color:#666666;
	padding-top:4px;
	padding-bottom:4px;
}

table.list td a{
	color:#3C45B3;
}
table.list td .error {
	color:red;
	font-size:9px;
}

table.list td.right{
	float:none;
	border-right:1px solid #B4B4AC;    
}

table.list td.listLeftHead{
    background-color:#DFDEBF;
    color:#73747B;
    text-align:center;
}
table.list tr.foot th{
	background-color:#E7E9F5;
	color:#3C45B3;
	text-align:left;
	border:1px solid #B4B4AC;
	height:20px;
	padding: 5px 2px;
}

table.list th.left{
	background-image:url("../pic/block2_topleft.gif");
	background-repeat:no-repeat;
	background-position:top left;
	border:0px;
	width:11px;
}

table.list th.right{
	float:none;
	background-image:url("../pic/block2_topright.gif");
	background-repeat:no-repeat;
	background-position:top right;
	border:0px;
	width:18px;
}

table.list tr.total td {
	font-size:12px;
	background-color:#fff;
}

table.list tr.total td div {
	margin: 5px 10px;
}
/* Block=list: End */

/* Admin Main Menu: Begin */
div#main div#logoLine div#mainMenu{
    padding-top:0px;
    padding-left:10px;
    border:0px solid red;
    height:21px;
}

div#mainMenu div.menuitem{
    margin:0px 1px 0;
    float:left;
}

div#mainMenu div.menuitem div{
    float:left;
    padding:0px 15px;
    background-image:url("../pic/mmenubg.gif");
	background-color:#848175;
}

div#mainMenu div.menuitem a{
    color:white;
    font-weight:bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height:20px;
    text-decoration:none;
}
div#mainMenu div.menuitem div.left{
    padding:0px;
    margin:0px;
    width:10px;
    height:20px;
    background-image:url("../pic/mmenubg_left.gif");
}

div#mainMenu div.menuitem div.right{
    padding:0px;
    margin:0px;
    width:9px;
    height:20px;
    background-image:url("../pic/mmenubg_right.gif");
}

div#mainMenu div.active {
    margin:1px 1px 0;
}

div#mainMenu div.active div{
    background-image:url("../pic/mmenubg_active.gif");
	background-color:#fff;
}

div#mainMenu div.active a{
    color:#393E7B;
}

div#mainMenu div.active div.right{
    width:10px;
    background-image:url("../pic/mmenubg_active_right.gif");
}

div#mainMenu div.active div.left{
    background-image:url("../pic/mmenubg_active_left.gif");
}
/* Admin Main Menu: End */

/* Tool Bar 1: Begin */
.toolBar1 {}

.toolBar1 .tr1 {height:35px;}
.toolBar1 .tr2 {height:35px;}

.toolBar1 .td11,
.toolBar1 .td13,
.toolBar1 .td21,
.toolBar1 .td23 {width:7px;}

.toolBar1 .td11 {background-image:url(../pic/public/imgState2ToolKitLeftCorner.gif)}
.toolBar1 .td12 {background-image:url(../pic/public/imgState2ToolKitTopBG.gif)}
.toolBar1 .td13 {background-image:url(../pic/public/imgState2ToolKitRightCorner.gif)}

.toolBar1 .td21 {background-image:url(../pic/public/imgState1ToolkitLeft.gif)}
.toolBar1 .td22 {background-image:url(../pic/public/imgState1ToolkitBG2.gif)}
.toolBar1 .td23 {background-image:url(../pic/public/imgState1ToolkitRight.gif)}

/* Tool Bar 1: End */

/* Tool Bar 2: Begin */
.toolBar2 {}

.toolBar2 .td1,
.toolBar2 .td3 {background-image:url(../pic/public/ToolKitMyCustomBookBG.gif); width:200px}

/* Tool Bar 2: End */

/* tableList: Begin */
.tableList {}
.tableList th {
	background-image:url(../pic/public/imgCBHeadingBGIcon.gif);
	height:29px;
	text-align:left;
	color:#3C45B3;
	font-size:12px;
}

.tableList th.topLeftBook {background-image:url(../pic/public/imgCBHeadingLeftIcon.gif); background-repeat:no-repeat; width:35px;}
.tableList th.topLeft {background-image:url(../pic/public/imgCBHeadingLeftNew.gif); background-repeat:no-repeat; background-position:left; width:20px;}
.tableList th.topRight {background-image:url(../pic/public/imgCBHeadingRightNew.gif); background-repeat:no-repeat; background-position:right; width:20px;}
.tableList .bottom td {
	border:1px solid #C0BEB8;
	border-top-width:0;
	background:#E7E6F6;
	padding:0;
	height:22px;
}
.tableList .h1 th,
.tableList td {
	border:1px solid #C0BEB8;
	border-width:0 1px 1px 0;
	padding:5px;
}
.tableList td.leftCB,
.tableList td.leftACB {
	border-left:1px solid #C0BEB8;
	text-align:center;
	color:#555;
	font-size:10px;
}
.tableList td.leftCB {
	background-color:#DFDEBF;
}
.tableList td.leftACB {
	background-color:Orange;
	font-weight:bold;
}

.tableList .h1 th {
	background-image:none;
	background-color:#D6D5DB;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

.tableList .total td {
	padding:9px 5px;
	font-weight:bold;
}

.tableList td div.selectedType {
	color: Orange;
}
/* tableList: End */



.uploadForm {
	text-align:center;
}

input.search_input {
	width:210px;
}
select.search_input {
	width:210px;
	height:19px;
}

.disabled,
.readonly {
	padding-left: 1px 3px;
	border-style:solid;
}

input.disabled {
	color:#333;
	background-color:#eee;
	border-color:#ccc;
	text-decoration:line-through;
}

.readonly {
	color:#600;
	background-color:#fffff5;
	border-color:#d4d0c8;
}

/* Tool Bar Header: Begin */
.toolBarHeader .tr1 {height:35px;}
.toolBarHeader .td1 {background-image:url(../pic/public/imgState3ToolKitBook.gif); width:41px}
.toolBarHeader .td2 {background-image:url(../pic/public/imgState2ToolKitBookBG.gif)}
.toolBarHeader .td3 {background-image:url(../pic/public/imgState2ToolKitBookEnd.gif); width:16px}
.toolBarHeader .td2 span {color:#3947B4}
/* Tool Bar Header: End */


table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {border-width:0;}


a.bookTitle {
	font-weight:bold;
	font-size:11px;
	color:#3C45B3;
}

a.active {color:Orange;}

table.leftBorder {border-left:1px solid #C0BEB8;}
table.topBorder {border-top:1px solid #C0BEB8;}

span.error {color:red;}

/* redefine Yahoo calendar */
.yui_calendar {
	position:absolute;
	visibility:hidden;
	z-index:1001;
}
/* ... */
#cbox {
	border:1px solid #a4a577;
	background-color:#F4F3E1;
}


input.ordernav {
	font-size:12px;
	background-color:#ffc;
	width:120px;
	text-align:center;
	position:relative;
	z-index:5;
}

.dialogPopup {
	position:absolute;
	background:#fff;
	border:2px outset Gray;
	padding:15px;
    z-index:1112;
	width: 480px;
	overflow:auto;
}

.dialogPopup label{
	width:170px;
	float:left;
}

.pdfLink,
.flashLink,
.htmlLink,
.csvLink,
.infoLink{
	padding:3px 1px 2px 20px;
	font-size:11px;
	height: 17px;
	line-height:17px;
	z-index:10002;
	margin-right:3px;
}
.pdfLink,
.flashLink,
.htmlLink,
.infoLink,
.csvLink {
	background-repeat:no-repeat;
	background-position:left top;	
}

.pdfLink {
	background-image:url(../pic/pdf_icon_small.gif);
}

.flashLink {
	background-image:url(../pic/flash_icon_small.gif);
}

.htmlLink {
	background-image:url(../pic/html_icon_small.gif);
}
.infoLink {
	background-image:url(../pic/info_small_icon.gif);
}
.csvLink {
	background-image:url(../pic/csv_icon_small.gif);
}


.order_breadcrumbs {
	font-size:12px;
	font-weight:bold;
	margin:5px 0 3px;
	position:relative;
}

.order_breadcrumbs a,
.order_breadcrumbs span {
	margin:0 3px;
	color:#777;
}

.order_breadcrumbs a.active,
.order_breadcrumbs a:hover {
	color:#039;
}

.order_breadcrumbs a.active {
	text-decoration:none;
}

/* Binding type Image */
#imgBindPreview {
	float:right;
	width:150px;
	height:150px;
	background-repeat:no-repeat;
	background-position:top right;
}


a.external
{
	background:transparent url(../pic/external.png) no-repeat scroll right center;
	padding-right:13px;
}

a.magnify
{
	background:transparent url(../pic/magnify-clip.png) no-repeat scroll right center;
	padding-right:17px;
}

div#previewFrameLine, div#previewFrameLineD {
    background-image:url("../pic/public/imgtopbg.gif");
    line-height:21px;
    height:21px;
    padding:0 10px;
	color:#3C45B3;
	font-size:10px;
	font-weight:bold;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    text-align: right;
    cursor:move;
}

div#PFSheet
{
     position:absolute;
     display:none;
     z-index:10002;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color:transparent;
     overflow: hidden;
}

#filter_set {
	text-align:left;
	margin:2px 7px;
	clear:both;
	float:none;
	clear:both;
}

#filter_set .filter {
	float:left;
	width:215px;
	margin:2px;
}

#sl_contenttype {
	width:auto;
}

#chapterDescription {
	padding:10px;
	overflow:auto;
	margin:1px;
	border:2px inset #ccc;
	font-size:15px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
}

table span.reordered {
	font-size:11px;
	color: #CC3366;
	
	margin-left:2px;
	vertical-align: super;	

}
/* Overflowed Grid Cell */
table.obj tr td.OverflowedCell {
	background-image:url(../pic/grid/overflow.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
table.obj tr .yes {
	color:#363;
}
table.obj tr .no {
	color:#C00;
}

table.obj tr.pink td {
	background-color:#FCC;
}


.date,
table.list td.date {
	text-align:center;
	color:#006633;
	background-color:#f5faf5;
}


.eControl {
	visibility:hidden;
}


#hdr_Q,
#hdr_D {
	padding:0 2px;
}

.comments {
	color: #555;
}
.comments strong {
	color: navy;
}
div.comments {
	margin:3px 10px;
}



