body, html
{
	background-color: #222;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;

}

div, ul
{
	padding: 0;
	margin: 0;
}

ul{
	list-style-type: none;
}


img{border: 0 none #FFF;}


label { color: silver; }
br { clear: left; }

a
{
	text-decoration: none;
	border-width: 0 0 0px 0;
	border-style: dashed;
	border-color: #0369B8;
	color: #000;
}

#header
{
	width: 1020px;
	height: 120px;
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: #fff;
}

#header #logo
{
	position: absolute;
	margin:0px;
	top: 60px;
	left: 0px;
	width:120px;
	height:60px;
	border: 0px;
}
#header #payoff
{
	position: absolute;
	margin:0px;
	top: 60px;
	left: 120px;
	
}
#header #banner
{
	position: absolute;
	margin:0px;
	top: 72px;
	left: 720px;
	
}
#middle #intro
{
	position: relative;
	margin:0px;
	top: 0px;
	left: 20px;
	
}
#header img.square{
	width:60px;
	height:60px;
	border:0px;
	margin:0px;
	padding:0px;
}
#content
{
	background-color: #fff;
	width: 1020px;
	height: 100%;
	overflow:none;
	top: 125px;
	left:5px;
	position: absolute;
	margin:0px;
	padding:0px;
	
}
#content td{
	vertical-align: top;
	margin:0px;
	padding:0px;
}

#middle {
	padding:40px 60px 60px 40px;
	width: 440px;
	background-color: #fff;
}
#middle a:hover {
	background-color:#eee;
}
#middle a img
{
	float: left;
	width:10px;
	height:10px;
	margin:3px 4px 3px 3px;
}

#margin {
	padding:40px 40px 60px 0px;
	width: 220px;
	background-color: #fff;
	font-size:12px;
}
#margin .header{
	background-color:#3B4792;
	color:#fff;
	padding:4px;
	font-size:12px;
}
#margin a:hover {
	background-color:#eee;
}
#margin a img
{
	float: left;
	width:10px;
	height:10px;
	margin:3px 4px 3px 3px;
}


#margin ul li
{
	float: left;
	cursor: pointer;
	padding:4px;
	width: 213px;
}
#margin ul img
{

}
#margin ul li:hover
{
	float: left;
}


#mainMenuRoot{
	position: absolute;
	/*top: 36px;*/
	top: 105px;
	left: 185px;
	font-size: 10px;
	height: 20px;
	text-align: left;
	font-color:#fff;
	width: 840px;
	background-color:#222;
	z-index:2000;
	margin-bottom:400px;
}




#leftmenu {
	background-color:#fff;
	list-style: none;
	width: 180px;
	font-size: 12px; 
}
#leftmenu li {
	height: 32px;
	text-align: left;
	padding: 4px 8px 4px 15px;
	cursor: pointer;
	border-bottom: 1px solid #999;
	vertical-align:middle;
}
#leftmenu li.level_active
{
/*	background-color:#3B4792;*/
}
#leftmenu li.active
{
/*	font-weight: bold;
*/	
/*	background-image: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position: 0px 17px;
*/}
#leftmenu li.level_0 {
	background-color:  #555;
	color: #FFF;
/*	padding-left: 8px;
*/
}
#leftmenu li.level_1 {
	background-color:  #888;
	color: #FFF;
/*	padding-left: 12px;
*/	
}
#leftmenu li.level_2 {
	background-color:  #AAA;
	color: #000;
/*	padding-left: 20px;
*/	
}
#leftmenu li.level_3 {
	background-color:  #CCC;
	color: #000;
/*	padding-left: 28px;
*/}
#leftmenu li.level_4 {
	background-color:  #EEE;
	color: #000;
}
#leftmenu li.level_5 {
	background-color:  #FFF;
	color: #000
}
#leftmenu li.level_last {
/*	background-color:  #FFF;
	color: #000;
*//*	height: 22px;
	font-size: 8px;
*/
}


ul.tabs
{
	margin-top: 20px;
	list-style-type: none;
	float: left;
	font-size: 11px;
	text-align: center;
}

ul.tabs li
{
	float: left;
	width: 120px;
	text-align: center;
	padding: 0 10px 2px 10px;
	border-color: silver silver #E87826 silver;
	border-width: 1px;
	border-style: solid solid solid solid;
	margin: 0 10px -1px 10px;
	cursor: pointer;
	background-color: #FFF;
}

ul.tabs li.selected
{
	color: #FFF;
	background-color: #E87826;
	border-color: #E87826;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
}

ul.tabs li:hover
{
	float: left;
	text-align: center;
	padding: 0 10px 2px 10px;
	margin: 0 10px -1px 10px;
	cursor: pointer;
	color: #FFF;
	background-color: #E87826;
	border-color: #E87826;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
}

ul.narrow
{
	border-color: #80C5DF;
	border-width: 0 0 1px 0;
	border-style: solid;
	width:100%
}
ul.narrow li
{
	width: 130px;
	border-color: #80C5DF;
}
ul.narrow li.selected, ul.narrow li:hover
{
	background-color: #80C5DF;
	border-color: #80C5DF;
}



div.assets{text-align:right;position:absolute;right:0px;overflow: auto;
height:100%;}
div.search { padding: 10px; }

div.search label
{
	font-size: 10px;
	margin-left: 10px;
}

.tabsheet, .listsheet
{
	clear:left;
	padding: 0 10px 20px 10px;
	width: 740px;
	float: left;
	border-color: #E87826;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0px;
	position: relative;
}
.tabsheet
{

	padding: 10px 10px 20px 10px;
	
}


ul.list
{
	margin: 0px 0 20px 0;
	padding: 0px;
}

ul.list li
{
	margin: 0px;
	list-style-type: none;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	border-color: #000 #000 silver #000;
	border-width: 0 0 1px 0;
	border-style: solid solid dashed solid;
	overflow: auto;
	height:100%;
}

ul.list li:hover { background-color: #EEE; }

ul.list li .title, ul.list li .isbn
{
	font-size: 13px;
	font-weight: normal;
}





.title
{
	font-size: 15px;
	font-weight: bold;
}

table.data { width: 100%; }
table.data td { padding: 0 0 10px 0; }

td.label
{
	color: silver;
	vertical-align: top;
	text-transform: inherit;
	width: 180px;
}

td.data
{
	display: block;
	float: left;
	width: 400px;
}

input,select,textarea,option
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#edit textarea
{
	width: 400px;
	height: 250px;
}

#edit input.checkbox { width: 20px; }
#edit input { width: 400px; }
#edit select { width: 180px; }
#edit input.submit { width: auto; }
#edit input.delete { float: left; }
#edit input.save, #edit input.cancel { float: right; }
#edit input.cancel { margin-right: 10px; }
input.edit { float: right; }
input.new { float: left; }
