
img
{
	border: solid 0px #000000;
}
div, td 
{
	vertical-align: top;
}

body, .content, p, tr
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
}
form
{
	margin: 0px;
	padding: 0px;
}

textarea
{ 
	background-color: #ffffff; 
	border: 1px solid #eeeeee; 
}

div.clear {
	clear: both;
}

/*default links*/
a:link, a:visited
{
    COLOR: #497BB3;
    TEXT-DECORATION: none;
}
a:hover, a:active
{
    COLOR: #497BB3;
    TEXT-DECORATION: underline;
}

/*for content edit pages*/

div.blue_heading {
	font-weight: bold; 
	color: #497BB3; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana;
}
div.plusminus
{
	float: left;
	margin-right: 5px;
}

#TextContent
{
	padding: 6px 0px 15px 0px;
}

/*   menuing  */ 
div.navigation_whole
{
    border: solid 1px #497BB3;
    padding: 4px 0px 5px 0px;
    background: #FFFFFF;
    width: 770px;
    text-align: center;
    height: 20px;
}

div.subnav
{
    Z-INDEX: 500;
    VISIBILITY: hidden;
    padding: 5px 5px 10px 5px;
    position: absolute; 
    top: 25px;
    border: 1px solid #CCCCCC;
    background: #4072AA;
    font-size: 11px;
}

A.navlink:link	{color:  #FFFFFF;}
A.navlink:visited	{color: #FFFFFF;}
A.navlink:hover	{color: #FFFFFF;}
	
A.navtitle:link	{color:  #000000;}
A.navtitle:visited	{color: #000000;}
A.navtitle:hover	{color: #497BB3;text-decoration:underline;}
A.navtitle:active	{color: #497BB3;text-decoration:underline;}
	
div.menuheader
{
	margin-left: 10px; 
	margin-right: 10px; 
	float: left; 
	font-weight: bold;
}

/*********styles for input form pages *************/

/*for large blocks on a form*/
div.formPlaceHolder
{
	margin: 5px 5px 10px 5px;
}

/*for a division line on a form*/
div.formPlaceHolderLine
{
	border: solid 1px #4072AA;
	margin: 5px 5px 10px 5px;
}

/*for individual cells in a form with name: textbox type of setup */
div.formElement
{
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
}

/*use as the left column of a form with name: textbox type of setup */
div.formElementLabel
{
	float: left; 
	width: 100px; 
	vertical-align: middle;
}

/*use in a span for a star for required fields*/
.requiredStar
{
	color: red; 
	vertical-align: top;
}

/*use for a span where you want colored instruction text*/
.instructionText
{
	color: #4072AA;
}

table.bcolor
{
	border-color: #497BB3; 
}

.BlockDisplay
{
    display: block;
}

/***********end input forms****************/

/*** for DRM page */
#ebook-detail{margin-left:100px;text-align:right;float:left;}

.book-info {line-height:35px;}

.meta-data-checkbox{float:left;margin-left:200px;}

.file-permissions{margin-left:94px;vertical-align:middle;}


/***** end DRM page *****/
