/************************************************************************/
/*		Printable version
/************************************************************************/

@media print 
{
	#MainContent	{ width: 100%; }
	#NoPrint		{ display: none; }
	#PrinterOnly	{ display: block; }
}

@media screen 
{
	#MainContent	{ width: 760px; }
	#PrinterOnly	{ display: none; }
}


/************************************************************************/
/*		HTML TAGS REDEFINED
/************************************************************************/
@media print 
{
    .NoPrint 
    {
        display: none;
	}
}

Body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F4F4;
	color: #333333;
	line-height: 18px;
	background-image: url(../Images/bkg.jpg);
	background-repeat: repeat-x;
}
@media print 
{
    Body 
    {
        background-image: none;
        background-color: #FFFFFF;
	}
}

HR
{
    color: #5366AA;
    height: 1px;
    border: solid 1px;
}

TR, TD, SPAN, DIV
{
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

INPUT, TEXTAREA, SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #415B74;
	background-color: #FFFFFF;
	border: solid 1px #999999;
    padding: 2px;
    height: 21px;
}

.CheckBox INPUT
{
	background-color: Transparent;
	background-image: none;
	border: none;
	line-height: normal;
}



/************************************************************************/
/*		HYPERLINKS AND BUTTONS											*/
/************************************************************************/
A:link, A:visited, A:active
{
	text-decoration: underline;
	color: #415B74;
}
A:hover
{
	text-decoration: underline;
	color: #000000;
}

.MainNavGrey
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Images/navGreyBkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.MainNavGrey A, .MainNavGrey A:link, .MainNavGrey A:visited
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	color: #333333;
}
.MainNavGrey A:hover, .MainNavGrey A:active
{
	text-decoration: underline;
	color: #000000;
}

.MainNavBlue 
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Images/navBlueBkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.MainNavBlue A, .MainNavBlue A:link, .MainNavBlue A:visited
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	color: #000000;
}
.MainNavBlue A:hover, .MainNavBlue A:active
{
	text-decoration: underline;
	color: #000000;
}

.MainNavSplitter
{
	background-color: #FFFFFF;
	width: 4px;
}


.MiscNav A:link, .MiscNav A:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
    color: #CC0000;
    background-image: url(../Images/bullet_gold.gif);
    background-repeat: no-repeat;
    background-position: 4px 5px;
    display: block;
    text-indent: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.MiscNav A:hover, .MiscNav A:active
{
	color: #990000;
	text-decoration: underline;
}

.MiscNavNoBullet A:link, .MiscNavNoBullet A:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
    color: #CC0000;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}
.MiscNavNoBullet A:hover, .MiscNavNoBullet A:active
{
	color: #990000;
	text-decoration: underline;
}


.SideNav A:link, .SideNav A:visited
{
}
.SideNav A:hover, .SideNav A:active
{
    padding-right: 3px;
    display: block;
}

.SideNavSelected A:link, .SideNavSelected A:visited
{
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
    color: #990000;
    background-image: url(../Images/bullet_gold.gif);
    background-repeat: no-repeat;
    background-position: 4px 5px;
    display: block;
    text-indent: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.SideNavSelected A:hover, .SideNavSelected A:active
{
	color: #CC0000;
	text-decoration: none;
}

.BreadcrumbNav, .BreadcrumbNav A, .BreadcrumbNav A:link, .BreadcrumbNav A:visited, .BreadcrumbNav A:active
{
	font-size: 11px;
	color: #5366AA;
	text-decoration: none;
	line-height: normal;
}

.BreadcrumbNav A:hover
{
	color: #FF6600;
	text-decoration: none;
}

.BottomNav
{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.BottomNav A, .BottomNav A:link, .BottomNav A:visited, .BottomNav A:active
{
	color: #415B74;
	text-decoration: none;
	font-weight: normal;
}
.BottomNav A:hover
{
	color: #000000;
	text-decoration: underline;
}


A.LinkBtn, A.LinkBtn:link, A.LinkBtn:visited, A.LinkBtn:active
{
	border: solid 1px #415B74;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	text-align: center;
	background-image: url(../Images/navBlueSide.jpg);
	background-repeat: repeat-x;
	background-position: 0px -10px;
    white-space: nowrap;
    height: 22px;
}
A.LinkBtn:hover
{
	border: solid 1px #000000;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/navBlueBkg.jpg);
}

A.LinkBtnSmall, A.LinkBtnSmall:link, A.LinkBtnSmall:visited, A.LinkBtnSmall:active
{
	border: solid 1px #415B74;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	height: 18px;
	margin-bottom: -4px;
	background-image: url(../Images/navBlueSide.jpg);
	background-repeat: repeat-x;
	background-position: 0px -10px;
}
A.LinkBtnSmall:hover
{
	border: solid 1px #000000;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/navBlueBkg.jpg);
}



/************************************************************************/
.PagerRow, .PagerRow td
{
	font-weight: bold;
	font-size: 12px;
	color: #415B74;
	line-height: normal;
}
.PagerRow A:link, .PagerRow A:active, .PagerRow A:visited, .PagerRow A:hover
{
}

.HeaderRow, .HeaderRow td
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
    background-color: #415B74;
	padding-left: 5px;
	line-height:normal;
}
.HeaderRow A:link, .HeaderRow A:active, .HeaderRow A:visited, .HeaderRow A:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.OddRow, .OddRow td
{
	background-color: #FFFFFF;
	line-height:normal;
}

.EvenRow, .EvenRow td
{
	background-color: #e8e8e8;
	line-height:normal;
}

.FooterRow, .FooterRow td, .FooterRow tr
{
    border-top: solid 2px #415B74;
}

.CalloutRow
{
    background-color: #999999;
	border-bottom: solid 1px #415B74;
	border-left: solid 1px #415B74;
	border-right: solid 1px #415B74;
}

.CalloutRowBoxed
{
    background-color: #999999;
	border: solid 1px #415B74;
}

.UserMessage
{
	border: #BB0000 3px solid;
	color: #BB0000;
	background-color: #FFFFFF;
	font-size: 13px;
	width: 100%;
	padding: 5px;
	line-height: normal;
}

.UserMessageError
{
	border: #EE0000 3px solid;
	color: #EE0000;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	padding: 5px;
	line-height: normal;
}

.Error
{
	font-size: 11px;
	color: #EE0000;
	line-height: normal;
}

.ErrorLarge
{
	font-size: 12px;
	color: #EE0000;
	line-height: normal;
	font-weight: bold;
}

.Note
{
	font-size: 11px;
	color: #415B74;
	line-height: normal;
}

.Small
{
	font-size: 10px;
	line-height: 15px;
}

.Copyright, .Copyright A, .Copyright A:link, .Copyright A:visited, .Copyright A:active
{
	font-size: 10px;
	color: #999999;
	line-height: normal;
	text-decoration: none;
}
.Copyright A:hover
{
	color: #333333;
	text-decoration:underline;
}

.Title
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #415B74;
	line-height: normal;
	text-transform: lowercase;
}

.SubTitle
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #415B74;
	line-height: normal;
}

.Border
{
    background-color: #CCCCCC;
}

.modalBackground
{
    background-color:#e6e6e6;
    filter:alpha(opacity=60);
    opacity:0.60;
}

