/* colourful bullet lists */
td.BulletsInTd {
	text-align: left;
	vertical-align: top;
}
td.VSTheme {
	text-align: center;
	vertical-align: middle;
	font-size: x-large;
}

/* ALERTS */

span.error { font-weight: bold; color: #900; }

div.alert, div.errorbox { font-size: 13px; background-color: #fff; border: 1px solid #ddd; margin: 0 0 15px; padding: 3px 7px; overflow: hidden;}
div.alert img, div.errorbox img {margin-right: 7px; float: left;}
#body div.alert p, #body div.errorbox p, #body div.alert h3 {font-size: 13px; margin: 6px 6px 0 6px; _margin-bottom: 6px; }
#body div.alert h3 {font-weight: bold;}

div.alert.attention {font-size: 13px; background-color: #fff5cc; border: 1px solid #fc1; padding-bottom: 6px;}
div.alert.attention strong {font-size: 13px; color: #960; }

div.alert.error, div.errorbox {font-size: 13px; background-color: #fee; border: 1px solid #d00; }
div.alert.error strong, div.errorbox strong {font-size: 13px; color: #ab0000; }

div.alert.success {font-size: 13px; background-color: #e6f8dd; border: 1px solid #191; }
div.alert.success strong {font-size: 13px; color: #060; }

div.alert.notice {font-size: 13px; background-color: #e6f8f8; border: 1px solid #07a; }
div.alert.notice strong {font-size: 13px; color: #005a8d; }

/* MSO */   
	h1.Mso
		{
		margin-top:24.0pt;
		margin-right:0cm;
		margin-bottom:0cm;
		margin-left:0cm;
		margin-bottom:.0001pt;
		line-height:115%;
		page-break-after:avoid;
		font-size:14.0pt;
		font-family:"Cambria","serif";
		color:#365F91;}
	h2.Mso
		{
		margin-top:10.0pt;
		margin-right:0cm;
		margin-bottom:0cm;
		margin-left:0cm;
		margin-bottom:.0001pt;
		line-height:115%;
		page-break-after:avoid;
		font-size:13.0pt;
		font-family:"Cambria","serif";
		color:#4F81BD;}
	h3.Mso
		{
		margin-top:10.0pt;
		margin-right:0cm;
		margin-bottom:0cm;
		margin-left:0cm;
		margin-bottom:.0001pt;
		line-height:115%;
		page-break-after:avoid;
		font-size:11.0pt;
		font-family:"Cambria","serif";
		color:#4F81BD;}
	p.MsoTitle, li.MsoTitle, div.MsoTitle
		{
		margin-top:0cm;
		margin-right:0cm;
		margin-bottom:15.0pt;
		margin-left:0cm;
		border:none;
		padding:0cm;
		font-size:26.0pt;
		font-family:"Cambria","serif";
		color:#17365D;
		letter-spacing:.25pt;}
		
	div.MsoTitle{
		border:none;border-bottom:solid #4F81BD 1.0pt;padding:0cm 0cm 4.0pt 0cm	
	} 

td.Selection1 {
	background-color:#D1DFEC;
	border: 1px #96B6D3 solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection2 {
	background-color: rgb(168, 232, 209);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection3 {
	background-color: rgb(232, 207, 201);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection4 {
	background-color: rgb(235, 222, 189);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection5 {
	background-color: rgb(235, 222, 189);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection6 {
	background-color: rgb(214, 219, 199);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection7 {
	background-color: rgb(217, 222, 227);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

td.Selection8 {
	background-color: rgb(240, 212, 204);
	border: 1px gray solid;
	vertical-align:top;
	font-size:85%;
}

a.ad {
	font-size: 85%;
}

ad {
	font-size: 85%;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}


.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 

}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

p, ul, li, div { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; color:#0f0f0f; }


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
	font-size:15pt;
}

H2  {
	font-size:14pt;
}

H3  {
	font-size:12pt;
}

H4  {
}

DT  {
}

H5  {
}

H6  {
}

THEAD    {
}

TFOOT    {
}

TH  {
}

A {
}

A:link  {

}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

PRE {
}


BLOCKQUOTE {
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Table Styles */
    ThemeTable 
    {
        
    }
    
    table.ThemeTable
    {
        table-layout: fixed;
        border-collapse: collapse;
    }
    
    table.ThemeTable td
    {
        padding: 3px 3px 3px 3px;
        border: #575757 1px solid;
    }
    
    table.ThemeTable thead
    {
        background-color: rgb(230,230,230);
    }
    
    table.ThemeTable thead td
    {
        font-weight: bold;
        text-align: center;
    }

/* TOOLTIPS */
div.tooltip
{
    font-size: 11px; background-color: #f5f0f0; border: 1px solid #d15a5a; margin: 0 0 15px; padding: 3px 7px; overflow: hidden;
}

    img.info
    {
        cursor: help;
        vertical-align: text-top;
    }

/* Selection Guide Styles */

td.SelectionGuide, td.SelectionGuide2
{
text-align: center;
vertical-align: middle;
}
td.SelectionGuide2
{
background-color: rgb(230,230,230);
}
