﻿/* Tag Specific - BEGIN */

body
{
	background-color: White;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}

img 
{
	border-style: none;
}

table
{
	border-collapse: collapse;
}

th
{
	font-weight: bold;
	text-align: left;
}

/* Tag Specific - END */

/* Common Classes - BEGIN */

.b
{
	font-weight: bold;
}

.c
{
	text-align: center;
}

.i
{
	font-style: italic;
}

.mb
{
	margin-bottom: 15px;
}

.mt
{
	margin-top: 15px;
}

.nowrap
{
	white-space: nowrap;
}

.p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.r
{
	color: #FF0000;
}

.u
{
	text-decoration: underline;
}

/* Common Classes - END */

/* Site Specific Classes - BEGIN */

.pageheader
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.seperator
{
	border-top: solid 1px #004788;
	margin: 15px;
}

.surround
{
	margin: 15px;
}

.navlink
{
	text-decoration: none;
}

.navlink-active
{
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.b-bar
{
	background-image: url(../Images/SierraCoreFund/button.gif);
}

.b-bar-active
{
	background-image: url(../Images/SierraCoreFund/button_active.gif);
	cursor: pointer;
}

.b-bar:hover
{
	background-image: url(../Images/SierraCoreFund/button_active.gif);
}

.btn
{
	color: #FFFFFF;
	display: block;
	width: 113px;
    text-decoration: none;
    text-align: center;
}

.btn:hover
{
	color: #FFFFFF;
	display: block;
	width: 113px;
    text-decoration: none;
    text-align: center;
}

.footer
{
	background-image: url(../Images/SierraCoreFund/footer.gif);
	height: 40px;
}

.copy
{
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	height: 100%;
	padding: 12.5px 0 0 15px;
	width: 300px;
}

.tag
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 14px;
	float: right;
	height: 100%;
	padding: 10px 15px 0 0;
	text-align: right;
	width: 300px;
}

/* Site Specific Classes - END */

/* messages - BEGIN */

.error
{
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.message
{
	color: #2F8926;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

/* messages - END */

/* views - BEGIN */

.leftalign
{
	text-align: left;
}

.view
{
	margin: 15px;
}

.view th
{
	text-align: center;
	padding: 5px;
}

.view td
{
	padding: 5px;
}

.view-alternatingrow
{
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.view-editrow
{
	background-color: #FFFF99;
	text-align: center;
}

.view-emptydatarow
{
	background-color: #FFFF99;
	font-weight: bold;
}

.view-footer
{
	background-color: #CCCC99;
	text-align: center;
}

.view-header
{
	background-color: #6B696B;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.view-pager
{
	background-color: #F7F7DE;
	color: #000000;
	text-align: right;
}

.view-row
{
	background-color: #F7F7DE;
	font-size: 10px;
	text-align: center;
}

.gridview-selectedrow
{
	background-color: #FFFF99;
	font-weight: bold;
	text-align: center;
}

.detailsview-commandrow
{
	background-color: #FFFF99;
	text-align: center;
}

.detailsview-fieldheader
{
	font-weight: bold;
}

.detailsview-insertrow
{
	background-color: #F7F7DE;
}

/* views - END */

/* PublicationServices Specific - BEGIN */
.headerstyle
{
	background-color: #004788;  /*#336666*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 35px;
}

.itemstyle
{
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 35px;
}

.alternatingitemstyle
{
	background-color: #FFFF99;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 35px;
}

.fundgrid
{
	margin-top: 15px;
	border: solid 1px #000000;
}

.fundheader
{
	font-weight: bold;
}

.fundgrid td
{
	padding: 5px;
	border: none;
}

.subheader
{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.input
{
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFF99;
	border-style:  inset;
	border-color: #F0F8FF;
	border-width: thin;
}
/* PublicationServices Specific - END */