.SiteHead
{
	background-image: url(/shared/Images/Header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 111px;
	background-color: #F1F2E2;
}

.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #085888;
	font-style: italic;
	font-family: 'Arial Rounded MT Bold' , Verdana, Helvetica, sans-serif;
}

.SiteSubTitle
{
	font-weight: bold;
	color: #085888;
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SiteText 
{
    border-color: black;
    font-weight: bold;
    font-size: 10px;
	color: #085888;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

.AppHead
{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #e2dab5;
	color: #085888;
}

A.AppHead, A.AppHead:link, A.AppHead:active, A.AppHead:visited, A.AppHead:hover
{
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	color: #085888;
	text-decoration: none;
}

.AppSubHead
{
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #e2dab5;
	color: #085888;
}

A.AppSubHead, A.AppSubHead:link, A.AppSubHead:active, A.AppSubHead:visited, A.AppSubHead:hover
{
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	color: #085888;
	text-decoration: none;
}

.PageHead
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
	
	background-color: #e2dab5;
	color: #085888;
}
/* style for separator between site links */
.Accent
{
    color: white;
    font-size:8;
}

/* Pane styling */
.ContentPane
{
}

.LeftPane
{
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #c6c5b3;

}

.RightPane
{
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #c6c5b3;

}

/* MODULE-SPECIFIC */

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: darkblue;
	font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.ModuleHead
{
	font-weight: bold;
	font-size: 11px;
	/*background-color: #e2dab5;*/
	font-family: Verdana, Helvetica, sans-serif;
	color: #085888;
	background-color: #e2dab5;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}


/* text style for buttons and link buttons used in the portal admin pages */
.HeadLink     
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.HeadLink:link,A.HeadLink:visited,A.HeadLink:active
{
	color: snow;
	text-decoration: underline;
}

A.HeadLink:hover
{
	color: #ffff99;
	text-decoration: underline;
}
    
/* GENERIC */
H1  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H4  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H5, DT  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

H6  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

TFOOT, THEAD    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkblue;
}

TH  
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkblue;
}

A:link,A:visited,A:active    
{
    text-decoration:    none;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

/* Numeric Counters */ 
.Counter
{
	font-size: 16px;
	vertical-align: baseline;
	width: 18px;
	color: #085888;
	font-style: normal;
	font-family: 'Arial Rounded MT Bold' , Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: #c6c5b3;
	text-align: center;
}

