/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.LeftPane
{
	background-color:#ccc9df;
}
.ContentPane
{
	border-top: #ccc9df 1px solid;
	border-right: #ccc9df 1px solid;
	overflow: hidden;
	border-left: #ccc9df 1px solid;
}
.RightPane
{
	border-top: #ccc9df 1px solid;
	border-right: solid 1px #ccc9df;	
}

.Footer
{
	background-color:#ccc9df;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 9pt;
	color: white;
}

.DarkColor
{
	background-color:#4c4575;
	color:White;
	font-size:12px;
}
.SiteButton
{
	font-size:12px;
	background-color:#4c4575;
	color:White;
	border:0px;
}

a {
	color: #4c4575;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

hr {
	background-color: white;
	color: #4c4575;
	height: 1px;
}


/* background color for the content part of the pages */
Body
{ SCROLLBAR-FACE-COLOR: #9999cc; FONT-SIZE: 12px; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #9999cc; SCROLLBAR-SHADOW-COLOR: #cccccc; COLOR: #666666; SCROLLBAR-3DLIGHT-COLOR: #9999cc; SCROLLBAR-ARROW-COLOR: #cccccc; SCROLLBAR-TRACK-COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif; SCROLLBAR-DARKSHADOW-COLOR: #9999cc;}


.ModuleBorder
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-bottom: solid 1px #C4CCE3;
}

.ModuleBorderNoPadding
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	border-bottom: solid 1px #C4CCE3;
}

.ModuleTitle
{
	font-size:14px;
	font-weight:600;
	color:#4c4575;
}

.ModuleTitleLink
{
	color:Red;
	font-size:8px;
}

.BannerCaption
{
	font-weight: bold;
	font-size: 16px;
	color: #4c4575;
}
.ScreenBox
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 0px;
}
.ScreenBoxAlt
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 0px;
	color: #F8EBCC;
	padding-top: 0px;
}
.ScreenBoxHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B7003D;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.SpecialTab
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	font-weight: bold;
	cursor: hand;
	font-size: 10px;
	background-color:#4c4575;
	color:White;	
}
/* background/border colors for the selected tab */
.Tab
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	background-color: #9899C7;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
	color: white;
	border-bottom: solid 1px #525BA6;
}

.TabOver
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	background-color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
	color: #4c4575;
	border-bottom: solid 1px #525BA6;
}

/* text style for the selected tab */
.SelectedTab
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	background-color: #4c4575;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
	color: white; 
	border-bottom: solid 1px #525BA6;
}

    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
/*A.SiteLink:link {
    text-decoration:    none;
    color:#EF2029;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#EF2029;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#EF2029;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#EF2029;
}
*/
/* 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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #666666;
	padding-top: 2px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.HeadLine
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:bold;
    color: #666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #666666;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.DisabledTextBox
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: gainsboro;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #EF2029
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #EF2029;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #EF2029;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #EF2029;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #EF2029;
}
    



/* GENERIC */
H1  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:normal;
    color: #4c4575;
}
.H1  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:normal;
    color: #4c4575;
    padding-bottom:5px;
}

H2  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    color: #4c4575;
}

H3  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H4  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

TFOOT, THEAD    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: black;
}

TH  
{
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}
/*
A:link  {
    text-decoration:    none;
    color:  #EF2029;
}

A:visited   {
    text-decoration:    none;
    color:  #EF2029;
}

A:active    {
    text-decoration:    none;
    color:  #EF2029;
}

A:hover {
    text-decoration:    underline;
    color:  #EF2029;
}
*/
SMALL   
{
    font-size:  8px;
}

BIG 
{
    font-size:  14px;
}

BLOCKQUOTE, PRE 
{
    font-family:    Lucida Console, monospace;
}


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-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: #EF2029 2px solid;
	padding-right: 0px;
	border-top: #EF2029 2px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #EF2029 2px solid;
	padding-top: 0px;
	border-bottom: #EF2029 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;
}
.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);
}
.JustifiedText
{
}

.ScrollItemHeader
{
	padding-bottom:5px;
}
TABLE
{
	font-size: 12px;
	color: #111166;
	font-family: Arial, Helvetica, sans-serif;
}
.PropertyImage
{
	border-right: #4c4575 1px solid;
	border-top: #4c4575 1px solid;
	border-left: #4c4575 1px solid;
	border-bottom: #4c4575 1px solid;
}
Select
{
	font-size: 12px;
	color: #111166;
	font-family: Arial, Helvetica, sans-serif;
}
Input
{
	font-size: 12px;
	color: #111166;
	font-family: Arial, Helvetica, sans-serif;
}
