/* General tags - all Pages */

body, a:link, a:visited, a:hover, #page, .standardTABLE, .defaultTABLE, .ColumnTD, .imcaTABLE, .SubscriptionTABLE, .ArticleHeaderTD, 
.DefaultDataTD, .contentBlock, .SearchTD {
	font-size: 12px;
	color:#666666;
}

#login a:link, #login a:visited,#breadcrumb a:link, #breadcrumb a:visited, #login a:hover, #breadcrumb a:hover {
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#000000;
}

a:link, a:visited {
	text-decoration:underline;
	color: #CC0000;
}

a:hover {
	text-decoration:underline;
	color: #336633;
}

h1, h2, h3 {
	color:#00008A;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:14px;
	margin-top: 1px;
	margin-bottom: 2px;
}

h2 a:visited, h2 a:link {
	font-size:14px;
	color:#00008A;
}

h2 a:hover {
	font-size:14px;
	color:#336633;
}

h3 {
	font-size:12px;
	margin-top: 1px;
	margin-bottom: 2px;
}

h3 a:visited, h3 a:link {
	font-size:12px;
	color:#00008A;
}

h3 a:hover {
	font-size:12px;
	color:#336633;
}

#page {
	margin:0px;
	padding:0px;
}

/* Div tags */

#main {
	border: 1px solid white;
	margin: 5px 5px 5px 190px;
	padding-top: 5px;
	min-height: 720px;
	min-width: 700px;
}

.content 
{
    padding:5px;
    text-align:center;
}

a img { vertical-align: bottom; }


#footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 4px;
	text-align: center;
	width: 100%;
	text-align:center;
	font-size: 11px;
	color:#CCCCCC;
}

#footer a:link, #footer a:visited, #footer a:hover {
	font-size:11px;
}


#banner {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width:0px;
	background-color:#346b8a;
	background-image: url('header_bg.jpg');
	/* min-width:775px; */
}

.banner {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width:0px;
	background-color:#346b8a;
	/* min-width:775px; */
}

#breadcrumb {
	margin: 0px;
	padding: 0px;
	position:absolute;
	top: 80px;
	text-align:right;
	right:5px;
	width: 340px;
	z-index: 6;
	color:#FFFFFF;
}

#searchlayer {
	position: absolute;
	width: 228px;
	height: 14px;
	z-index: 3;
	right: 5px;
	top:45px;
	text-align:right;
	visibility: visible;
	color:#FFFFFF;
}

#login {
	position: absolute; 
	width: 240px; 
	height: 10px; 
	z-index: 2; 
	visibility: visible; 
	right: 10px;
	top: 22px;
	color:#FFFFFF;
	text-align:right;
}

#login a:link, #login a:visited,#breadcrumb a:link, #breadcrumb a:visited  {
	color:#FFFFFF;
}

#login a:hover, #breadcrumb a:hover {
	color: #FFFF66;
}

#leftSideBar {
	position:absolute;
	width: 175px;
	background-color:#EEEEF2;
	left: 5px;
	top: 110px;
}

#leftSideBar a:link, #leftSideBar a:visited, #leftSideBar a:hover  {
	font-size:11px;
	text-decoration:none;
}

.standardTABLE, .defaultTABLE {
	width: 100%;
	padding: 1px;
	margin-bottom:5px;
}

.DefaultTABLE {
	border: 1px solid #CCCCCC;
	max-width: 800px;
}

.standardTABLE {
	border-width: 0px;
}

.FormHeaderTD {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #FF0000; 
	font-weight:bold
}

.ColumnTD {
	background-color:#B8E8FF;
	color:#000000;
}

.HeaderTD {
	font-weight: bold;
	color: #00008A;
	vertical-align:top;
}

/* General styles for Forms */
.buttonFORM {
	font-size:11px;
	color:#006600;
	background-color:#EEEEF2;
}

.selectMenus {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.requiredField {
	color: #FF0000;
}

/* Styles for imca.html */
.imcaTABLE {
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	width: 100%;
	padding: 10px;
	margin-bottom:5px;
	max-width:800px;
}

.imcaTD {
	padding: 5px;
	vertical-align:middle;
	text-align:center;
	width:33%;
}

/* Styles for subscription page */
.SubscriptionTABLE {
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	width: 100%;
	padding: 5px;
	margin-bottom:5px;
}

.subscriptionBenefits {
	border-right:1px solid black;
	width:70px;
	margin-right:10px;
	vertical-align:middle;
}

.subscriptionBenefitsHeadings {
	color: #00008A;
	padding-left: 5px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align:top;
}

/* Styles for articles.html */
.ArticleHeaderTD {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight:bold;
}

.DataTD, .partnerTD {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align:top;

}

.DataTD {
	text-align:left;
}

.DefaultDataTD {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFCC33;
	vertical-align:top;
}

.partnerTD {
	text-align:left;
	vertical-align:middle;
}

.ErrorTD {
	padding: 2px;
	font-size:11px;
	color:#000000;
	border-width:1px;
	border-style:solid;
	border-color:#FFCC33;
}

.BookTitleTD {
	font-size:11px;
	color: #CC0000;
	font-weight:bold;
}

.HeaderDataTD {
	font-size:11px;
	text-align:left;
	text-decoration: none;
	color: #FFFFFF;
}

.SideMenuTD {
	background-color:#EEEEF2;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	border-left-width: 0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#006666;
}

.MemberListTD {
	padding: 2px;
	font-size: 11px;
	color:#000000;
	border-bottom: 1px, solid, #CCCCCC;
}

/* Styles for links */

.smallLink a:link, .smallLink a:visited, .smallLink a:hover {
	font-size:11px;
}

.NavigationLink {
	font-size:12px;
	font-weight:bold;
	color:#336633;
}

/* Styles for default.html */

#mainColumn1 {
	width:50%;
}

#mainColumn2 {
}

.contentBlock, .partnerBlock, .contentBlockRight {
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
}

.contentBlockRight, .contentBlockRight a:link, .contentBlockRight a:visited {
	font-size:11px;
}

.contentBlock p, .contentBlockRight p {
	margin-top: 1px;
	margin-bottom: 3px;
}

.contentBlockRight h2 a:link, .contentBlockRight h2 a:visited {
	font-size: 13px;
}

.partnerBlock {
	margin-top: 0px;
	padding: 2px;
}

.imcaImage {
	border:0px;
	width:100%;
	background-color:#000000;
	text-align:center;
	margin: 0px 0px 2px 0px;
	padding:0px;
}

/* Styles for header.html */

.SideMenuTABLE {
	width: 100%;
	padding: 1px;
	border-width:1px;
	border-style:solid;
	border-color:#006666;
	font-size:11px;
}

.SideMenuHeadingTD {
	background-color:#EEEEF2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	font-weight: bold;
}

.sideMenuArticleTD {
	font-size:11px;
	color:#000000;
}

.SearchTABLE {
	width: 224px;
	border-width:0px;
	border-collapse:collapse;
	text-align:right;
}

.SearchTD {
	padding: 3px;
	color:#FFFFFF;
	width: 49px;
	vertical-align:bottom;
}

.mainMenuTD {
	background-color:#EEEEF2;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-left-width: 0px;
	border-bottom:1px solid #006666;
}

.mainMenuTD, .mainMenuTD a:link, .mainMenuTD a:visited, .mainMenuTD a:hover  {
	color:#000000;
}

/* Styles for shopping cart version 2 */

.checkout 
{
    width:650px;
    padding:10px;
    border: solid 1px black;
}

.orderQuantityBox 
{
    font-family:Arial;
    font-size:12px;
}

.orderTotal
{ 
    background-color:Transparent;
    border: none;
}

#ddlShipping 
{
    font-size: 12px;
    font-family:Arial;
}

.btnComplete
{
    background-color: #000099;
    color: #ffffff;
}

/* Page Numbers */
.pages {
    padding: 1em 1em 2em 1em;
    margin: 1em 0;
    clear: left;
	font-size:  8pt;

}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
	font-family: sans-serif;
	
}

.pages span.current {
    border: 1px solid #06c;
    font-weight: bold;
    background: #06c;
    color: #fff;

}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
	
}

.pages a:hover {
    border-color: #06c;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}

#diggers .pages {
        margin-top: 0;
        height: 1em;
        border: none;
        background: url(/img/underline.png) 0 20px repeat-x;
}

* html #diggers .pages {
        position: relative;
        top: -15px;
}

#diggers .nextprev {
        float: right;
        margin-left: 10px;
}