/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffff;
    }

BODY{margin: 0; 
padding: 0;
background : #fff;}

Body, INPUT,SELECT,TEXTAREA, ADDRESS, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, TD, TH, UL {font-size: 11px;font-family: verdana, arial, sans-serif}
	


/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* 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: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the selected tab */
.UpperTabBg {
    background-color: #dddddd;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #003399;
    
}

/* background/border colors for the unselected tabs */
.OtherTabsUpperBg {
    background-color: #E8E7E7;  
    border-color: black;    
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
		color: #ff6;
   /* color:#c03;*/
    font-weight: bold
}

/* text style for the selected tab */
.SelectedUpperTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    /* color: DarkRed;*/
    font-weight: bold;
    background-color: white;
    padding: 4;
    border-color: red; 
    color:cc0033
}

/* text style for the unselected tabs */
.Search {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #039;
    font-weight: bold
}

A.Search:link	
{
	color: red;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
    padding:11;
}

/*left menu*/
.leftmenu {	
    font-family: Verdana;
    font-size: 11px;
    width: 180px;
    background-color: #CC0033;
    font-weight: bold;
}

A.leftmenu:link	
{
	color: white;
}

A.leftmenu:visited {
    text-decoration:    none;
    color: white;
}

A.leftmenu:active  {
    text-decoration:    none;
    
}

A.leftmenu:hover   {
    text-decoration:    underline;
    color: white;
}

/*left menu*/
.leftmenuselected {	
    font-family: Verdana;
    font-size: 11px;
    width: 150px;
    background-color: #CC0033;
    font-weight: bold;
}

A.leftmenuselected:link	
{
	color: #ff6;
}

A.leftmenuselected:visited {
    text-decoration:    none;
    color: #ff6;
}

A.leftmenuselected:active  {
    text-decoration:    none;
    color: #ff6;
}

A.leftmenuselected:hover   {
    text-decoration:    underline;
    color: #ff6;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:active  {
    text-decoration:    none;

}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#ffffff;
}
 
/* text style for the unselected tabs */
.OtherTabsUpper {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabsUpper:link    {
    text-decoration:    none;
    color:#039;
}

A.OtherTabsUpper:visited {
    text-decoration:    none;
    color:#039;
}

A.OtherTabsUpper:active  {
    text-decoration:    none;
    color:#039;
}

A.OtherTabsUpper:hover   {
    text-decoration:    underline;
    color:#039;
} 
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:black;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:black;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}


.indent
	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
    margin-left: 20;
	}








.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    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.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/*home content*/
	table .contentB{
	border-top: 20px #c03 solid;
	}

	#homeContent{
	margin: 5px 10px 0px 200px;
	}

	#phoneNum{
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	width:175px;
	}
		* HTML #phoneNum { /*width for IE only*/
		width: 165px;
		}


	.feature{
	margin-right: 5px;
	}	


	/*/*/
	.makeAppt{
	float:left;
	margin: 25px 0px 0px 9px;
	}
	/* */	
	
	/*footer*/

	#footer{
	margin: 30px 0px 20px 0px;
	}
	
	#footer A{
	font-size: 10px;
	font-weight: bold;
	
	}

	/*misc*/

	.ind{ margin: -10px 0px 0px 20px; padding: 0px;}



	/* links */
	A:link, A:visited, A:active {color: #666;text-decoration: none;font-weight: bold;}
	A:hover {text-decoration: underline;font-weight: bold;}

 


/* GENERIC */


TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #003399;
    
}

A:visited   {
    text-decoration:    none;
    color:  #003399;
}

A:active    {
    text-decoration:    none;
}

A:hover {
text-decoration:    underline;
}

/*tertiary nav*/
	#nav{
	background-color: #cc0033;
	border: none;
	/*background-color: #c03;*/
	width: 200px;
	margin: 0px 10px 0px 0px;}
	
	#nav A{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0px 0px 3px 20px;}
	
	
	#nav .active{
	color: #ff6;}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

<-BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}->


UL LI   {
    list-style-type:    disc;
    margin: 0px 0px 0px 0px;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    decimal;
}

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
}

.feature {
margin-right: 5px;
}

/*right column*/

	.rhead{
		font-size: 11px;
		font-weight: bold;
		font-style: italic; 
		color:#c03;
		padding: 0px 0px 3px 0px;
	}
	
	.block{
	width: 180px;
	padding: 5px 5px 10px 10px;
	background-color: #E8E7E7;
	border-bottom: 2px #fff solid;
	border-left: 2px #fff solid;}
	
		* HTML .block { /*width for IE only*/
		width: 190px;
		}




/* Formating Styles - here to the end */

H1	{
	color: #000;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	}

H2	{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 2px;
	font-weight: bold;
	}

H3	{
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	}

<-H4  {
  	font-family: Verdana, Helvetica, sans-serif;
   	font-size:  12px;
   	font-weight:    normal;
   	color: darkred;
	}

H5 {
   	font-family: Verdana, Helvetica, sans-serif;
   	font-size:  11px;
   	font-weight:    bold;
   	color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
} ->

P
	{
	font-family: Verdana, Helvetica, sans-serif;
 	font-size: 11px;
  	font-weight: normal;
  	line-height: 13px;
	}






