﻿.subTitle
{
    font-size:1em;
    font-weight:bold;
    color:#5c81aa;
}

.subTitleSmall
{
    font-size:.8em;
    font-weight:bold;
    color:#5c81aa;
    padding-top:5px;
}
.subText
{
    font-size:1em;
    font-weight:bold;
    color:Gray;
}

.subTextSmall
{
    font-size:.8em;
    font-weight:bold;
}

.subTextSmallBold
{
    font-size:1em;
    font-weight:bolder;
}


.summarySmall
{
    font-size:.9em;
}

.orderHistoryLineItem, orderHistoryAlternatingItem
{
    font-size:1em;
    width:700px;
    border-bottom-style:1px solid grey;
}

/*.orderHistoryAlternatingItem
{
     background-color:#D3DEEF;
}*/

.SummaryPanel
{
    margin-bottom:5px;
    border: 1px solid #2F4F4F;
    padding-left:5px;
    padding-top: 5px;
    width:700px;
    margin-left:5px;
    left: 5px;
}

.DetailPanelHeader
{
    background: none;
	text-decoration: underline;
}

.DetailPanelHeaderImage{
    float:left;
    margin-right : 15px;
    margin-top:-3px;
}

.DetailPanelHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.DetailPanel
{
    margin-bottom:100px;
    border:1px solid red;
}

.orderSummary
{
    margin-left:10px;
    margin-bottom:10px;
}

.requestLink
{
    font-size:1em;
    color:#5c81aa;
    padding: 10px;
    text-decoration:underline;
}

.reorderItemPanel, .lineItemListPanel
{
    border: 1px solid #2F4F4F;
    padding: 5px;
    border-style:solid;
    
}
.reorderItemPanel
{
    width:690px;
    background-color: #D3DEEF;
}
.lineItemListPanel
{
    width:700px;
}

.templateButton
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5c81aa;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    width: 120px;
     
}

.linkWithNoUnderline
{
    font-size:1em;
    color:#5c81aa;
    text-decoration:none;
}

.PagingText
{
    font-size:1em;
    font-weight:bolder;
    color:#5c81aa;
}

.PageClass
{
    width:700px;
    text-align:right;
}

