﻿/***********/
/* General */
/***********/
body
{
	background-color: #F5F5F5;
	margin: 0px;
	text-align: center;
	font-size: 10pt;
	font-family: Times New Roman;
}

#mainPage {
	width: 770px;
	padding: 0;
	margin: 0;
	height: 1000px;
	background-color: White;
	border-left: solid 1px White;
	border-right: solid 1px #060E58;
	border-top: 0;
	border-bottom: 0;
}

.button
{
	font-family: Times New Roman;
	margin: 0;
	padding: 0;
}

.Normal
{
	font-family: Times New Roman;
	font-size: 10pt;
}

.Bold
{
	font-family: Times New Roman;
	font-weight: bold;
}

H1
{
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 5px 0px;
	padding: 0;
}

H2
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px;
	padding: 0;
}

H6
{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding: 0;
}

.message
{
	color: red;
	font-weight: bold;
}

#homePageBanner
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
	padding: 0;
	color: #A50D12;
	margin-top: 30px;
	margin-bottom: 30px;
}

#featuredItemTitle
{
	font-size: 14pt;
	font-weight: bold; /*font-variant: small-caps;*/
	text-align: center;
	margin: 0;
	padding: 0;
	color: #A50D12;
}

#featuredItems
{
	background-color: #FFFFCC;
	border: #A50D12 thin solid;
	font-size: 10pt;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

/***************/
/* Item Detail */
/***************/
#itemDetailBody
{
	background-color: white;
	font-size: 10pt;
	font-family: Times New Roman;
}

#itemDetailH1
{
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 5px 0px;
	padding: 0;
}

#itemDetailH2
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px;
	padding: 0;
}

.Strikethrough
{
	text-decoration: line-through;
}

/**********/
/* Header */
/**********/
#headerTable
{
	border-width: 0;
}

#header
{
	margin: 0;
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 9px;
	background-color: #A50D12;
}

#headerLogo
{
	width: 175px;
}

#headerContactInfo
{
	width: 200px;
	text-align: center;
	vertical-align: middle;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bolder;
}

#headerContactInfo a:link {color: White; text-decoration: underline; }
#headerContactInfo a:visited {color: White; text-decoration: underline; }
#headerContactInfo a:hover {color: White; text-decoration: underline; }
#headerContactInfo a:active {color: White; text-decoration: underline; }

#headerLinks
{
	color: #ffffff;
	width: 395px;
	padding-right: 10px;
}

#headerLinks a:link {color: White; text-decoration: underline; }
#headerLinks a:visited {color: White; text-decoration: underline; }
#headerLinks a:hover {color: White; text-decoration: underline; }
#headerLinks a:active {color: White; text-decoration: underline; }

#headerUserLinks
{
	font-family: Times New Roman;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: right;
}

#headerSearch
{
	text-align: right;
	padding-bottom: 10px;
}

.headerSearch
{
	font-family: Times New Roman;
	background-color: White;
	border: 0;
}

#headerAdvancedSearch
{
	font-family: Times New Roman;
	font-size: 12px;
	text-align: right;
}

/**************/
/* Navigation */
/**************/
#navigation
{
	font-family: Times New Roman;
	vertical-align: top;
	margin: 0;
	height: 905px;
	background-color: #060E58;
	text-align: left;
	font-size: 10pt;
	border-right: 1px solid #A5B5C6;
	color: White;
}

.navigationSelected
{
	font-weight: bold;
}

#navigation a:link {color: White; text-decoration: none; }
#navigation a:visited {color: White; text-decoration: none; }
#navigation a:hover {color: White; text-decoration: none; }
#navigation a:active {color: White; text-decoration: none; }

ul#navigationLevel1
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigationLevel1 li
{
	border-top: 1px solid #A5B5C6;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px -5px;
}

ul#navigationLevel1 ul.navigationLevel2
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigationLevel1 ul.navigationLevel2 li
{
	border-top: 1px solid #A5B5C6;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px -15px;
}

/*********************/
/* Main Content Area */
/*********************/

#mainContent
{
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.breadcrumbs
{
	padding: 5px 10px 5px 10px;
	display: block;
	background-color: #E9EDF7;
	text-align: left;
	border-bottom: 1px solid #A5B5C6;
}

p
{
	text-align: center;
}

.alignLeft
{
	text-align: left;
}

.dropCap
{
	font-size: 1.5em;
	color: black;
	font-weight: bold;
}

/***************/
/* Result Grid */
/***************/

#resultGrid tr th
{
	font-weight: bold;
	font-size: 11pt;
	background-color: lightblue;
}

.alternateRow
{
	background-color: #ffffcc;
}

/****************/
/* Add new Item */
/****************/
#imageTable tr th
{
	font-weight: bold;
	font-size: 11pt;
	background-color: lightblue;
}

.PressImage
{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PressTitle
{
    font-size: 18pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
}

.PressDate
{
    font-size: 18pt;
    color: #cc9900;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
}

.PressButton
{
    font-size: 12pt;
    color: #cc9900;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
}

.PressCoverTitle
{
    font-size: 10pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

.PressManagementHeader
{
    padding: 10px;
    background-color: #ffcc66;
    margin-bottom: 10px;
}

.PressManagementHeaderSelected
{
    padding: 10px;
    border: #0000cc 1px solid;
    background-color: #ffffcc;
}

.PressManagementHeaderTitle
{
    margin-left: 10px;
    font-size: 16pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    vertical-align: middle;
}

.PressManagementContent
{
    font-size: 10pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    background-color: white;
    padding: 10px;
    border-right: #0000cc 1px dashed;
    border-left: #0000cc 1px dashed;
    border-bottom: #0000cc 1px dashed;
}

.PressManagementTextbox
{
    font-size: 12pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    width: 170px;
    height: 20px;
}

.TextboxWatermark
{
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    color: #3366ff;
    font-style: italic;
    font-weight: bold;
    background-color: #ccffff;
    width: 170px;
    border: 1px solid;
    height: 20px;
}

.MissingPublicationCover
{
    width: 100px;
    height: 85px;
    padding-top: 30px;
}

.AddPublicationPage, .AddPublicationPage:link, .AddPublicationPage.visited, .AddPublicationPage:hover
{
    width: 300px;
    height: 25px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.AddPublication, .AddPublication:link, .AddPublication:visited, .AddPublication:hover
{
    font-size: 12pt;
    height: 25px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.LinkButton
{
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    color: Blue;
    background-color: Yellow;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    position: static;
}

.PressUploadHeader
{
    font-size: 16pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
}

.PressUploadNormal
{
    font-size: 12pt;
    color: #996600;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
}

.PressUploadMessages
{
    font-size: 12pt;
    color: Red;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
    font-weight: bold;
}

.PressUploadUploadButton, .PressUploadUploadButton:link, .PressUploadUploadButton:visited, .PressUploadUploadButton:hover
{
    font-size: 12pt;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
}

.PressUploadCancelButton, .PressUploadCancelButton:link, .PressUploadCancelButton:visited, .PressUploadCancelButton:hover
{
    font-size: 12pt;
    padding: 5px 10px 5px 10px;
    margin-left: 10px;
}
