.HeadBg
{
	background-color: #193529;
}
.Head_Left
{
	background-color:white
}
.ScrollItemHeader
{
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 10px;
	margin: 0px;
}

/* background color for the content part of the pages */
Body
{
	SCROLLBAR-FACE-COLOR: #AD0021; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E6ECEA; 
	SCROLLBAR-SHADOW-COLOR: #193529; 
	SCROLLBAR-3DLIGHT-COLOR: #193529; 
	SCROLLBAR-ARROW-COLOR: #E6ECEA; 
	SCROLLBAR-TRACK-COLOR: #E6ECEA; 
	SCROLLBAR-DARKSHADOW-COLOR: #193529
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0px;
	color: #808080;
	padding-top: 10px;
	font-family: arial;
	background-color: white;
}

.MenuPane
{
	background-color:#5D7B6F;
	width:130px;
	border:solid 1px #9CABA6;
}
.LeftPane
{
	width: 150px;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	background-color:#C6D5CE;
	border:solid 1px #9CABA6;
}

.ContentPane
{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	background-color: #E6ECEA;
	border:solid 1px #9CABA6;
}
.RightPane
{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	background-color: #E6ECEA;
	border:solid 1px #9CABA6;
}
.Footer
{
	height: 20px;
	background-color: #193529;
	color:white;
}
.HeadBgNoColour
{
	/*border-top: #990000 1px solid;
	border-bottom: #990000 1px solid;*/
}
.HeadBGBox
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	border-left: #000066 1px solid;
	border-bottom: #000066 1px solid;
}
.HeadBGLine
{	
	/*background-color: #DAD394;*/
}
.ModuleTitle
{
	padding-bottom: 2px;
	padding-top: 2px;
}
.ModuleTitleSpacer
{
	background-color:#dedcb3;
}
A.ModuleTitleLink:link
{	
	color: #8B1D1C;
	font-size: 8px;	
}
A.ModuleTitleLink:visited
{	
	color: #8B1D1C;
	font-size: 8px;	
}
A.ModuleTitleLink:hover
{	
	color: #8B1D1C;
	font-size: 8px;	
}
A.ModuleTitleLink:active
{	
	color: #8B1D1C;
	font-size: 8px;	
}

.ModuleTitleHeader
{
	padding-top:2px;
	color: #4B5F56;
	font-weight: bold;
	font-size: 13px;
}
.MenuFooter
{
	color:White;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.ModuleBorder
{
}
.BannerCaption
{
	padding-left: 10px;
	font-size: 16px;
	padding-bottom: 10px;
	color: white;
	padding-top: 5px;
	font-style: italic;
	font-family: Times New Roman;
}
.ScreenBox
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	margin: 0px;
	color: #000099;
	padding-top: 0px;
}
.ScreenBoxAlt
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000099;
	padding-top: 0px;
}
.ScreenBoxHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: #ffffff;
	padding-top: 2px;
	background-color: #D266F5;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */

/* background/border colors for the selected tab */
.OtherTabsBG
{
	background-color:#5D7B6F;
}
.TabBg
{
	background-color: #5D7B6F;
	color: white;
}
/* background/border colors for the unselected tabs */
/* text style for the selected tab */
.Tab
{
	font-size: 11px;
	width:100%;
	border-bottom: solid 1px #4B675B;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
}
.TabOver
{
	font-size: 11px;
	width:100%;
	background-color: #193529;
	border-bottom: solid 1px #4B675B;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
}

.SelectedTab
{
	font-size: 11px;
	width:100%;
	border-bottom: solid 1px #4B675B;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	cursor: default;
	color: white;
	background-color:#8B1D1C;
}

.SiteButton
{
	background-color:#8B1D1C;
	font-size:11px;
	color:White;
	cursor:hand;
	border: solid 1px white;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: 600;
	font-size: 11px;
	color: #B60108;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: #B60108;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #B60108;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #B60108;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: #B60108;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: white;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
	font-weight: normal;
	font-size: 11px;
	background-color: white;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-size:  11px;
    font-weight:    bold;
    color: #003260;
}


/* CRM Styles */

.IconBar
{
	background-color:  #E0E0E0;
	border-style: groove;
	width: 100%;
	
}

.IconBarTitleLabel
{
	background:#C0C0FF;
	border-style: inset;
	text-align: center;
	font-size: 11px;
	color:Black
}


/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: 600;
	font-size: 17px;
	color: #193529;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  10px;
    font-weight:    bold;
    color: #003260;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  10px;
    font-weight:    bold;
    color: #003260;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-size: 12px;
    font-weight: bold;
    color: #003260;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 10px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #D266F5;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #D266F5;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #D266F5;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D266F5;
}
    



/* GENERIC */
.H1
{
	font-weight: bold;
	font-size: 20px;
	color: #193529;
	font-style: italic;
	font-family: Times New Roman;
}
.H2
{
	font-weight: normal;
	font-size: 14px;
	color: #990000;
	font-family: verdana;
}

H2
{
	font-weight: normal;
	font-size: 14px;
	color: #990000;
	font-family: verdana;
}

H3  {
    font-size:  12px;
    font-weight:    normal;
    color: #006633;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: #006633;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #006633;
}

TFOOT, THEAD    {
    font-size:  12px;
    color: #006633;
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: #006633;
}

A:link
{
	text-decoration: none;
	color: #8B1D1C;
}

A:visited
{
	text-decoration: none;
	color: #8B1D1C;
}

A:active
{
	text-decoration: none;
	color: #8B1D1C;
}

A:hover
{
	text-decoration: underline;
	color: #8B1D1C;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

LI
{
	list-style-type: square;
}
UL
{
	font-weight: normal;
}

UL LI   
{
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI
{
	list-style-image: url(images/BulletPoint.gif);
	list-style-type: decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.SelectedImage
{
	border-right: #660000 2px solid;
	padding-right: 0px;
	border-top: #660000 2px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #660000 2px solid;
	padding-top: 0px;
	border-bottom: #660000 2px solid;
}
.UnSelectedImage
{
	border-right: white 2px solid;
	padding-right: 0px;
	border-top: white 2px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: white 2px solid;
	padding-top: 0px;
	border-bottom: white 2px solid;
}
.JustifiedText
{
}

IMG
{
	border:none;
}

.SoftEdgeImage
{FILTER: 
	progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=100,finishOpacity=0,startX=0,finishX=0,startY=95,finishY=100)
	progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=100,finishOpacity=0,startX=0,finishX=0,startY=5,finishY=0)
	progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=100,finishOpacity=0,startX=5,finishX=0,startY=0,finishY=0)
	progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=100,finishOpacity=0,startX=95,finishX=100,startY=0,finishY=0);
}
TABLE
{
	color:#444444;
	font-size:12px;
}
Textarea
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
}