﻿bookstackImageLeft
{
	margin: 0em 20px 0em 0em;
	float: left;
	display: inline;
	width:45%;
}
.even
{
	background-color: #E0FAFF;
}

.downbtn
{
	padding-left: 0px;
}
body
{
	margin: 10;
	padding: 10;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: #000080;
	background-attachment: scroll;
}	

/*
    Repeating gif in the header region
*/
.homePageHeader
{
	background-image: url( '../Images/header2.png' );
	background-repeat: repeat-x;
	background-position: left top;
	height: 130px;
}

#header
{
	height: 70px;
	margin: 10;
	padding: 10;
	background-image: Images/header.png;
	background-repeat: repeat-x;
	border-bottom-style: none;
}

#background
{
	height: auto !important;

}

#contenttable
{
	width: 100%;
}

#contentplaceholder
{
	
}

h1
{
	color: #FF6600;
	margin: 0;
	font-size: 2.0em;
	font-weight: normal;
}

h2 
{
	color: #FF6600;
	clear: both;
	margin: 1.2em 0em;
	font-size: 1.7em;
	font-weight: normal;
}


.headerh1
{
	color: #10377C;
	font: bold xx-large "Trebuchet MS" , "Segoe UI" , Segoe, sans-serif;
	margin: 0px;
	color: #FFFFFF;
}

.headerh2
{
	color: #10377C;
	font: bold large "Trebuchet MS" , "Segoe UI" , Segoe, sans-serif;
	margin: 0px;
	color: White;
}


.headerh3
{
}

.labelquestion
{
	font-family: "Trebuchet MS";
	color: #FF6600;
	font-weight: normal;
	font-size: 85%;
}	

.labelanswer
{
	font-family: "Trebuchet MS";
	color: #000080;
	text-decoration: none;
	font-size: 85%;
}	

.labelanswerlink
{
	font-family: "Trebuchet MS";
	color: #000080;
	text-decoration: underline;
	font-size: 85%;
}	

.trlabelquestion
{
	font-family: "Trebuchet MS";
	color: #FF6600;
	font-weight: bold;
	font-size: 85%;
}	

.trlabelanswer
{
	font-family: "Trebuchet MS";
	color: #000080;
	font-size: 85%;
	
}	

.trlabelyourdiscount
{
	font-family: "Trebuchet MS";
	color: #FF0000;
	font-size: 85%;
}

.imgalt
{
	background-image: url( '../Images/NoImage.jpg' );
}

.trlabelanswerlink
{
	font-family: "Trebuchet MS";
	color: #000080;
	text-decoration: underline;
	font-size: 85%;
}

.singleitemtitle
{
	color: #000080;
	margin: 0;
	font-size: 2.0em;
	font-weight: normal;
}

.singleitemauthor
{
	color: #FF6600;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
}

.header-search-textbox-watermark
{
	color: #FF6600;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-variant: normal;
	font-size: smaller;
}

.header-search-menu
{
	background: white url(../Images/Header/OrangeGradient.png) repeat-x;	
	font-weight: normal;
	font-family: 'Trebuchet MS';
	font-variant: normal;
	border: black 1px solid;
	padding: 8px;
	width: 168px;
}

.headerbar-search-menu fieldset
{
	border: #cbcebe 1px solid;
	padding-bottom: 4px;
	padding-top: 4px;
}
.headerbar-search-menu fieldset legend
{
	color: Black;
}
.headerbar-search-menu fieldset .field-wrapper
{
	padding: 4px;
}
.headerbar-search-menu a
{
	display: block;
}
.headerbar-search-menu a:hover
{
	background-color: #dee9eb;
	text-decoration: none;
}

.link
{
	font-family: "Trebuchet MS";
	color: #FF6600;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
}

.bluelink
{
	font-family: "Trebuchet MS";
	color: #000080;
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
}


.errMessage
{
	font-family: "Trebuchet MS";
	color: #FF0000;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
}

/* =Log In Part */

.login-card
{
	margin: 0 8px 8px 0;
	width: 254px;
}
.login-card .login-card-header
{
	background: url(../Images/SecurityCard/BackgroundHeader.gif) no-repeat;	
	padding: 8px 8px 0 8px;	
	text-align: center;
}

.login-card .login-card-header a
{
    display: block;
    
    
}
.login-card .login-card-header a:hover
{
	background-color: #D0E0F2;
	text-decoration: none;
}
.login-card .login-card-header-footer
{
	background: white url(../Images/SecurityCard/BackgroundHeaderFooter.gif) no-repeat;
	height: 8px;
	overflow: hidden;
	
}
.login-card .login-card-content
{
	background: white url(../Images/SecurityCard/BackgroundContent.gif) repeat-y;
	
	padding: 8px;
	
}

.login-card .login-card-content a
{
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.login-card .login-card-content a:visted
{
	
    text-decoration: none;
}

.login-card .login-card-content table
{
    width: 100%;
}
.login-card .login-card-content td
{
	color: #4b727d;	
	font-size: 11px; 
	width: 50%;
}
.login-card .login-card-footer
{
	background: white url(../Images/SecurityCard/BackgroundContent.gif) repeat-y;
	padding: 8px 8px 0 8px;
	text-align: center;
	color: #FF6600;
	font-size: 13px;
	font-style: italic;
}
.login-card .login-card-footer a
{
    display: block;
    font-size: 11px;
    
}
.login-card .login-card-footer a:hover
{
	background-color: #dee9eb;
	text-decoration: none;
}
.login-card .login-card-footer-footer
{
	background: white url(../Images/SecurityCard/BackgroundFooterFooter.gif) no-repeat;
	height: 8px;
	overflow: hidden;
}

.login-card .login-card-header-user-name
{
	color: #4b727d;	
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.login-card-header-email-address
{
	color: #4b727d;	
}

.login-card-header-company
{
	color: #4b727d;	
	display: block;
	margin-bottom: 8px;	
}


/* = Search Form */

.search
{
	margin: 0 8px 8px 0;
}
.search .search-header
{
	background: url(../Images/SecurityCard/BackgroundHeader.gif) no-repeat;	
	padding: 8px 8px 0 8px;	
	text-align: center;
		border-right-style: solid;
	border-right-color: #b1c8ce;
	border-right-width: 1px;
}

.search .search-header a
{
    display: block;
    
    
}
.search .search-header a:hover
{
	background-color: #D0E0F2;
	text-decoration: none;
}
.search .search-header-footer
{
	background: white url(../Images/SecurityCard/BackgroundHeaderFooter.gif) no-repeat;
	height: 8px;
	overflow: hidden;
		border-right-style: solid;
	border-right-color: #b1c8ce;
	border-right-width: 1px;
}

.search .search-content
{
	border-bottom: #b1c8ce 1px solid;
	padding: 8px;
	border-right-style: solid;
	border-right-color: #b1c8ce;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b1c8ce;
		border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #b1c8ce;
		border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #b1c8ce;
}
.search .search-content a
{
    display: block;
    font-size: 13px;
    text-decoration: none;
    
}

.search .search-content a:visted
{
	
    text-decoration: none;
    
}

.search .search-content table
{
    width: 100%;
    padding:250;
}
.search .search-content td
{
	color: #4b727d;
	font-size: 12px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	padding:200;
	margin-bottom:800;

}

.search .search-footer
{
	background: white url(../Images/SecurityCard/BackgroundContent.gif) repeat-y;
	padding: 8px 8px 0 8px;
	text-align: center;
	color: #FF6600;
	font-size: 13px;
	font-style: italic;
	border-right-style: solid;	border-right-color: #b1c8ce;	border-right-width: 1px;
}
.search .search-footer a
{
    display: block;
    font-size: 11px;
    
}
.search .search-footer a:hover
{
	background-color: #dee9eb;
	text-decoration: none;
}
.search .search-footer-footer
{
	background: white url(../Images/SecurityCard/BackgroundFooterFooter.gif) no-repeat;
	height: 8px;
	overflow: hidden;
	border-right-style: solid;
	border-right-color: #b1c8ce;
	border-right-width: 1px;
}

.search .search-header-user-name
{
	color: #4b727d;	
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.search-header-email-address
{
	color: #4b727d;	
}

.search-header-company
{
	color: #4b727d;	
	display: block;
	margin-bottom: 8px;	
}

.search-textbox
{
	color: #4b727d;
	font-size: 12px;
	font-family: 'Trebuchet MS';
	background-color: #dee9eb;
	width: 100px;
}
.search-option
{
	color: #4b727d;
	font-family: 'Trebuchet MS';
	font-weight: normal;
	font-style: normal;
}

.edit-textbox
{
	color: #4b727d;
	font-size: 12px;
	font-family: 'Trebuchet MS';
	background-color: #dee9eb;
	width: 100px;
}

.edit-label
{
	font-family: 'Trebuchet MS';
	vertical-align: middle;
}

/* PagingBulletedList */
.selectIndex {
    font-weight: bold;
    text-decoration:none;
}
.unselectIndex {
    font-weight:normal;
    text-decoration:underline;
}

.bulletdiv {
height: 420px; 
overflow: auto; 
border: solid 1px #CCCCCC;
}

.modalBackground
{
	background-color: #CCCCFF;
	
}

.modalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url( '../Images/header2.png' );
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.trTitleDetail
{
	border-bottom: 1px solid #0099FF; 
	height: 40px
}

.Bannertop
{
	vertical-align: top; 
	height: 150px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

.ContentFrame
{
	vertical-align:top;  
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top:10px;
	
	
	
}

