﻿/* History Page */
/* ============ */

/* Left Column */
#HistoryNavBar
{
    margin-left: 200px;
    margin-top: 130px;
    position: absolute;
    width:220px;
    list-style: none;
    padding-left:0px;   /*needed for Firefox */
}

/* Right Column */
#HistoryContent
{
    margin-left: 430px;
    margin-top: 130px;
	position: absolute;
}
/* Group Table */
#HistoryContentTitle
{
    margin-left: 0px;
    margin-top: 0px;
    padding-left:12px;
    width: 543px;
    position: absolute;
}
#HistoryContentFlag
{
    margin-left: 498px;
    margin-top: 5px;
    position: absolute;
    z-index:1;
}
#HistoryContentText
{
    margin-top: 40px;
    background-color: #FFFFFF;
    width: 531px;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 13px Arial;
    color: #000066;
    padding-left:12px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 20px;
    position: absolute;
}
#HistoryContentText p
{
    margin-top: 0px;
}


/* Side Links for each page in a chapter */
.HistoryLinks
{
    color: #FFFFFF;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 12px Arial;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 5px;
    padding-left: 15px;
    padding-right:15px;
	height:35px;
	background-image: url(../images/slices/PageTitleSlice.jpg);
	background-repeat: repeat-x;
	background-color: #0066FF;
}
/* Title above the Content for each Page (i.e. McLeish's Early Reign) */ 
.HistoryTitle
{
    color: #FFFFFF;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 16px Arial Black;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 5px;
    padding-left: 12px;
	height:35px;
	vertical-align:middle;
	background-image: url(../images/slices/PageTitleSlice.jpg);
	background-repeat: repeat-x;
	background-color: #0066FF;
	letter-spacing: -1px;
}



/* History Index Page */
/* ================== */
#LeftColumn
{
    margin-left: 200px;
    margin-top: 130px;
    position: absolute;
    padding-bottom: 10px;
    width: 255px;
}
.HistoryGroupDiv
{
    margin-left: 0px;
    margin-top: 0px;
}
.HistoryGroupLink
{
    padding-left: 12px;
    width: 243px;
    position: relative;
    color: #FFFFFF;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 16px Arial Black;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 5px;
	height:35px;
	background-image: url(../images/slices/PageTitleSlice.jpg);
	background-repeat: repeat-x;
	background-color: #0066FF;
	letter-spacing: -1px;
}
.HistoryGroupLinkSelect
{
    padding-left: 12px;
    width: 243px;
    position: relative;
    color: #FFFF00;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 16px Arial Black;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 5px;
	height:35px;
	background-image: url(../images/slices/PageTitleSlice.jpg);
	background-repeat: repeat-x;
	background-color: #0066FF;
	letter-spacing: -1px;
}

#RightColumn
{
    margin-left: 465px;
    margin-top: 130px;
    position: absolute;
    padding-bottom: 10px;
    width: 520px;
}

.HistorySectionDiv
{
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.HistorySectionLink
{
    padding-left: 12px;
    width: 508px;
    position: relative;
    color: #FFFFFF;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 18px Arial Black;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 5px;
	height:35px;
	background-image: url(../images/slices/PageTitleSlice.jpg);
	background-repeat: repeat-x;
	background-color: #0066FF;
	letter-spacing: -1px;
}
.HistorySectionFlag
{
    margin-left: 463px;
    margin-top: -35px;
    position: absolute;
}
.HistorySectionTable
{
    width: 520px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
    padding-left: 0px;
}
.HistorySummary
{
    color: #000066;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 11px Arial;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 3px;
    margin-left: 0px;
}
.HistoryPeriod
{
    color: #000066;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 16px Arial;
    text-decoration: underline;
    padding-left: 12px;
    padding-right: 12px;
}
.OtherSectionList
{
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    width: 231px;
    position: relative;
    color: #FFFFFF;
    /* style (italic), variant (normal), weight (bold), size, family */
    font: normal normal bold 13px Arial;
    text-decoration: none;
	display: block;
    /* Total height = 5px + 35px = 40px */
    padding-top: 12px;
    padding-bottom: 12px;
	background-image: url(../images/slices/OtherHistorySlice.jpg);
	background-repeat: repeat-x;
	background-color: #0066FF;
	letter-spacing: -1px;
}
.OtherSectionList a
{
    color: #FFFFFF;
    text-decoration: none;
}
.OtherSectionList a:hover
{
    text-decoration: underline;
}
