


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color:black;
/*    background-color: #096bae;*/
}

/* background color for the content part of the pages */
Body
{
/*    background-color: #096bae;*/
    background-color:black;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	color: white;
	font-family: 'font-size: 16px' , Arial;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8b0000; /* darkred */
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color:  black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8b0000; /* darkred */
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;    
    color: black;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBlue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: blue;
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

 .NavClass    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  18px;
  color: white; /* darkred */
    letter-spacing:normal;
  }
 .ItemBig {
	font-family: Arial Narrow;
	font-size: 16px;
	color:black;
	text-decoration: none;
	 font-weight: bold;
	}
.Item{
	font-family: Arial Narrow;
	font-size: 14px;
	color:black;
	text-decoration: none;
	 font-weight: bold;
}
.EventFont
{
	font-size: 14pt;
	color: #8b0000; /* darkred */
	font-style: italic;
	font-family: Zrnic;
}
.btn
{
    text-decoration:none;
}

/*boostrap asp.net fix for radio buttons*/
span.radio {
    padding: 0px;
}

span.radio > input[type="radio"] {
    margin: 8px -5px 7px 0px;
}

span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0px 5px 0px 10px;
}