/* PAGE BACKGROUND */
/* background color for the content part of the pages */

BODY
{
 	background-color: white;
	font-family: Tahoma;
}

.PageTable
{  
	font-family: Arial
	border-color: #ffff99;
	border-width: thin;
	width: 670px;
	border-style: solid;
	}
.PageTableCell
{  
	border-color: #ffff99;
	border-width: thin;
	border-style: solid;
	}

.MenuItem
{
	font-size:smaller;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial Bold;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-size: 11px;
    font-weight: bold
}   

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial Bold;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial Bold;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.SubHead1{
 	 font-family: Arial Bold;
    font-size:  10.0pt;
    font-weight: bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
 	 font-family: Arial Bold;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma;
    font-size: 15px;
    font-weight: normal;
}
.TEXTAREA
{
	FONT-SIZE: 10pt;
	FONT-SIZE: 10pt;
}
.Button
{
	font-family: Tahoma;
	FONT-SIZE: 10pt;
}

.SELECT
{
	font-family: Tahoma;
	FONT-SIZE: 10pt;
}
.NormalBold
{
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 11px;
    font-weight: normal;
}
    

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	font-family: Arial Bold;
}

/* GENERIC */
H1  {
	 font-family: Arial Bold;
    font-size:  20px;
    font-weight:    normal;
}

H2  {
  	 font-family: Arial Bold;
    font-size:  20px;
    font-weight:    normal;
}

H3  {
    font-family: Arial Bold;
    font-size:  12px;
    font-weight:    normal;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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
}

.tableContentMedium
{
	font-size: medium;
	color: black;
}
.tableContentLarge
{
	font-size: large;
	color: black;
}
.tableContentHeader
{
	font-size: 12;
	color: black;
}

.tableContentItem
{
	font-family: Tahoma;
	font-size:10;
	color:  black;
	font-weight:bold
}


.tableContentXSmall
{
	font-size: x-small;
	color: black;
}

.controlContentXSmall
{
	/*font-family: Tahoma;*/
	font-size: x-small;
	color: black;
}

.tableContentBold
{
	font-size: x-small;
	color: black;
}


.controlContentLarge
{
	font-size: large;
	color: black;
}
.BodyText
{
	font-size:11.0pt;
	mso-bidi-font-size:12.0pt;
	color: black;
	font-weight:normal
}
.TextBoldSmall
{
	font-size: x-small;
	color: black;
	font-weight:Bold
}
.TextSmall
{
	font-size: x-small;
}
.HLink
{
	font-size:smaller;
}

.HLinkSmall
{
	font-size:x-small;
}

.PositionTitle
{
	font-family: Tahoma;
	font-size:14;
	color:  black;
	font-weight:bold
}

.PosDesc
{
	font-size: x-small;
}

.WriteIn
{
	font-size: x-small;
}
.VoteForNum
{
	font-size: x-small;
	font-weight:bold
}

.ListBoxes
{
	font-size: x-small;
}
/* Default CSS Stylesheet for a new Web Application project */
A
{
	color: #333399;
}


BLOCKQUOTE, PRE
{
	font-family: Arial, monospace;
}