/* tictocs css */

body
{
	background-color: #00306b;
	color: #00306b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
}

a:link,
a:visited
{
	color: #00306b;
	text-decoration: underline;
}

a:hover
{
	color: #ff6908;
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
}

hr
{
	color: #00306b;
	background-color: #00306b;
	border: none;
	height: 1px;
}

#pagecontent
{
	padding: 5px;
	background-color: White;
	color: #00306b;
	border: thin solid #ff6908;
}

#logo
{
	float: left;
	border: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: top;
    width: 640px;
}

#logo img
{
    float: left;
    margin-right: 12px;
}

#logo p
{
    padding: 14px 0 0 0;
}

#logo span
{
    color: #ea7b14;
}

#logo a
{
    text-decoration: none;
}

#logo a:hover
{
    color: #00306b;
}

#logoright
{
	float: right;
}

#tictocslogo
{
	border: none;
}

#nav-bar
{
	float: none;
	clear: both;
	text-align: center;
	color: #00306b;
	border-color: #ff6908;
	padding: 0.1em 0.1em;
	font-weight: bold;
}

#nav-bar a
{
	text-decoration: none;
}

#breadcrumb
{
	text-align: center;
	padding: 5px;
	border: none;
	font-size: 0.7em;
}

#columnContainer
{
	overflow: hidden;
}

#mainContent.column
{
	margin: 0 300px 0 300px;
}

#mainContent.extendBoth
{
	margin: 0 20px 0 20px;
}

#mainContent.extendRight
{
	margin: 0 20px 0 300px;
}

#mainContent.extendLeft
{
	margin: 0 300px 0 20px;
}

#leftColumn
{
	float: left;
	width: 295px;
}

#rightColumn
{
	width: 295px;
	float: right;
}

#leftColumn.hiddenColumn
{
	width: 12px;
    padding: 250px 0 0 3px;
}

#rightColumn.hiddenColumn
{
	width: 12px;
    padding: 250px 3px 0 0;
}

.hiddenColumn
{
    background-color: #ea7b14;
    height: 302px;
}

.hiddenColumn a
{
    text-decoration: none;
    color: white;
}

.columnContent
{
	height: 500px;
}

#footer
{
	position: relative;
	clear: both;
}

.columnContent
{
	border-left: 1px solid #ea7b14;
	border-right: 1px solid #ea7b14;
	padding: 5px;
}

#mainContent .columnContent
{
	overflow: auto;
}

.columnHeader,
#mainContent h2
{
	background: transparent url(../images/topleft.png) no-repeat;
}

.columnFooter
{
	height: 21px;
	background: transparent url(../images/bottomright.png) no-repeat bottom right;
/*	background: transparent url(../images/bottomrightcorner.png) no-repeat bottom right; */
/*	background: transparent url(../images/bottomrightcornerNew.png) no-repeat bottom right; */ 
	margin: 0 0 5px 0;
}

h2
{
/*	background: transparent url(../images/topleft.png) no-repeat; */
/*	background: transparent url(../images/topleftcorner.png) no-repeat; */
/*	background: transparent url(../images/topleftcornerNew.png) no-repeat; */ 
	color: White;
	font-size: 1em;
	padding: 3px 0 5px 12px;
	height: 13px;
	font-weight: bold;
    margin: 0;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p
{
	margin-bottom: 15px;
}

.sideColumn
{
	font-size: 10px;
}

.columnActions
{
	margin-top: 10px;
	clear: both;
}

.columnActions div
{
    margin-top: 10px;
}

.columnActions input
{
	margin-top: 10px;
}

.pager
{
	clear: both;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

ul
{
	margin-left: 10px;
}

.checkbox
{
	clear: both;
	float: left;
	width: 24px;
	height: 2em;
}

.journalTitle
{
	float: left;
	padding: 2px 0 0 0;
	width: 235px;
	line-height: 1.5em
}

.publisherTitleCollapsed
{
	float: left;
	width: 235px;
	line-height: 1.5em;
}

.publisherTitleExpanded
{
	font-weight: bold;
	line-height: 1.5em;
}

.subjectTitleCollapsed
{
	float: left;
	width: 235px;
	line-height: 1.5em;
}

.newsList p
{
	margin-left: 10px;
}

/* Login forms */

.loginForm,
.forgotpwForm,
.registerForm
{
	height: 470px;
	padding: 20px;
}

.formEntry
{
	margin-left: 10%;
	margin-bottom: 10px;
}

.formEntry label
{
	display: block;
	float: left;
	width: 130px;
	padding: 5px 0 0 0;
}

.formSubmit
{
	margin-left: 10%;
}

.loginForm .loginLink
{
	margin-top: 20px;
	text-align: center;
}

.loginForm .loginLink a,
.registerForm a
{
	text-decoration: underline;
	font-weight: bold;
}

.error
{
	color: red;
}

.registerForm ul
{
	margin-bottom: 10px;
	list-style-type: disc;
}

.registerForm li
{
	margin-bottom: 5px;
}

/* display Journal/TOC */

.displayToc .exportTo,
.displayToc .addToMyTOCs,
.displayToc .rssLink
{
	float: right;
	margin-left: 5px;
}

.addToMyTOCs a,
.exportTo a
{
    text-decoration: none;
}

.displayToc .toc
{
	margin-top: 10px;
	color: #ff6908;
}

.searchOptions
{
	margin: 5px 0 10px 20px;
}

.unread
{
	font-weight: bold;
}

.searchResults
{
	height: expression( this.scrollHeight > 299 ? "300px" : "auto" );
	max-height: 300px;
	overflow: auto;
}

.searchResults a
{
	text-decoration: underline;
}

.myTOCsList
{
	height: expression( this.scrollHeight > 241 ? "242px" : "auto" );
	max-height: 242px;
	overflow: auto;
}

.myTOCsListLoggedIn
{
	height: expression( this.scrollHeight > 341 ? "342px" : "auto" );
	max-height: 342px;
	overflow: auto;
}

.myTOCsActions
{
	margin-top: 10px;
}

.myTOCsInstructions
{
	font-size: 10pt;
}

.myTOCsInstructions a
{
	font-weight: bold;
}

.ticTocFeatures
{
	list-style-type: disc;
	padding: 10px 0 0 30px;
}

.ticTocFeatures li
{
	margin-bottom: 5px;
}

strong 
{
	font-weight: bold;
}

.confirmRemove
{
	position: absolute;
	right: 60px;
	top: 113px;
	width: 200px;
	height: 50px;
	padding: 5px;
	/* border: solid 10px #ff6908; */
	border: solid 5px #00306b;
	text-align: center;
	background-color: White;
}

.helpInfo
{
	position: absolute;
	right: 60px;
	top: 113px;
	width: 300px;
	padding: 5px;
	border: solid 5px #00306b;
	background-color: White;
	font-size: 10pt;
}

.whatIsOPML ol
{
	list-style-type: disc;
	margin: 15px 0 15px 15px;
}

.whatIsOPML ol li
{
	margin-bottom: 5px;
}

.confirmRemove p
{
	padding: 0;
	margin: 0 0 10px 0;
}

.myTOCsListConfirmRemove
{
	margin-top: 50px;
}

button
{
	color: #00306b;
	background-color: White;
	border: 1px solid #ccc;
/*  border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc; */
	vertical-align: middle;
	margin: 0;
    padding: 5px;
    width: auto;
    overflow: visible;
}

fieldset
{
}

button:hover
{
	color: #ff6908;
    background-color: #eee;
}

button.goButton
{
	margin-top: -2px;
    margin-left: 2px;
}

.disclaimer
{
	margin-top: 10px;
	font-size: 0.8em;
}

ol.faqs li
{
	font-weight: bold;
}

ol.faqs li p
{
	font-weight: normal;
}

ol.faqs li ul
{
	margin-bottom: 10px;
	list-style-type: disc;
}

ol.faqs li ul li
{
	font-weight: normal;
}

.ulrichsSubjects
{
    margin: 6px 0 6px 0;
}

.feedbackProblem
{
    margin: 12px 0 12px 0;
}

#loadingDialog
{
    background: transparent url(../images/smallDialog.png) no-repeat scroll center;
    padding-top: 33px;
    height: 67px;
    position: absolute;
    text-align: center;
    color: White;
    font-style: italic;
    font-size: 200%;
}

.invisible
{
    /* color: #eda25c; */
    color: transparent;
}

#myTOCsActions div
{
    margin-bottom: 5px;
}

.hideLink
{
    background-color: green;
}

/*
a.hideShow
{
    background: transparent url(../images/bgStripe.png) repeat-x;
    float: right;
    color: white;
    font-size: 0.8em;
    text-decoration: none;
    padding: 6px 3px 4px 3px;
    margin: 0;
}
*/

.columnHeader a
{
/*    background: transparent url(../images/bgStripe.png) repeat-x; */
	color: White;
    float: right;
	font-size: 1em;
	padding: 3px 3px 5px 12px;
	height: 13px;
    margin: 0;
    text-decoration: none;
}
