/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* 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 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.SelectedTab:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.SelectedTab:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.SelectedTab:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A7A398;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.OtherTabs:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.OtherTabs:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.OtherTabs:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A7A398;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

/* 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
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

.NormalBold
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	font-size : xx-small;
	text-decoration : underline;
}

/* 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 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.CommandButton:visited  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.CommandButton:active   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A.CommandButton:hover    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A7A398;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color : #244956;
}

H5, DT  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color : #648996;
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A:visited   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A:active    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #648996;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : underline;
}

A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A7A398;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
	font-family : Arial, Helvetica, sans-serif;
	color : #444444;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
	text-align : center;
	height : 35px;
	background : transparent url(images/TabTile.gif) repeat-x scroll top;
}

.MainMenu_MenuIcon {
	height : 20px;
	border-left : 1px solid #E8E8E8;
	border-bottom : 1px solid #E8E8E8;
	border-top : 1px solid #E8E8E8;
	background-color : #E8E8E8;
}

.MainMenu_SubMenu {
	filter : none;
	background-color : #E8E8E8;
	border : 2px solid #354D58;
	padding : 2px;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.CenticaRootItem{
	font-family : Arial, Helvetica, sans-serif;
	color : #444444;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
	text-align : center;
	height : 35px;
	background : transparent url(images/TabTile.gif) repeat-x scroll top;
}

.CenticaRootItemSelect{
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
	text-align : center;
	height : 35px;
	background : transparent url(images/TabTile.gif) repeat-x scroll top;
}

.CenticaRootItemActive{
	cursor : default;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
	text-align : center;
	height : 35px;
	background : transparent url(images/SelectTabTile.gif) repeat-x scroll top;
}

.CenticaSubSelect{
	background-color : #648996;
	height : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #E8E8E8;
	border-right : 1px solid #E8E8E8;
}

.MainMenu_RootMenuArrow {
}

.CenticaSearch{
	padding-top : 3px;
}

.CenticaSolpart2{
	background : #648996 url(images/Solpart2Tile.gif) repeat-x scroll top;
}

.CenticaSolpart2Start{
	background : transparent url(images/Solpart2Start.gif) no-repeat scroll left top;
}

.SolPadding{
	padding-top : 6px;
}

.CenticaLinks{
	background-color : #E8E8E8;
	background : #E8E8E8 url(images/LinksFooter.gif) no-repeat scroll bottom right;
}

.CenticaTerms{
	background-color : #648996;
}

.CenticaLeftTile{
	background : White url(images/LeftTile.gif) repeat-y scroll left;
}

.CenticaHeader{
	background : transparent url(images/HeaderEnd.gif) no-repeat scroll top right;
}

.CenticaFooter{
	background : transparent url(images/HeaderEnd.gif) no-repeat scroll top left;
}

.FooterLink{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : #384F52;
}

a.FooterLink, a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : #384F52;
}

a.FooterLink:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
	color : #384F52;
}

.CenticaLightDNN{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : #A7A398;
}

a.CenticaLightDNN, a.CenticaLightDNN:link, a.CenticaLightDNN:visited, a.CenticaLightDNN:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : #A7A398;
}

a.CenticaLightDNN:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
	color : #A7A398;
}

.CenticaWhiteDNN {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : white;
}

a.CenticaWhiteDNN, a.CenticaWhiteDNN:link, a.CenticaWhiteDNN:visited, a.CenticaWhiteDNN:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : white;
}

a.CenticaWhiteDNN:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
	color : white;
}

.Menu2Item{
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : white;
}

.Menu2ItemSelect{
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
	color : white;
}

.Menu2RootItem{
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : white;
}

.Menu2RootItemSelect {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
	color : white;
}

.CenticaSeperate2{
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
	color : white;
}

.Menu2Break{
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.MarginHeader{
	background : transparent url(images/MarginHeader.jpg) no-repeat scroll top left;
}

p{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : xx-small;
	text-decoration : none;
}

.ContentPadding{
	padding-left : 2px;
}

.LeftPanePadding{
	padding-top : 2px;
	padding-right : 2px;
}

.RightPanePadding{
	padding-left : 2px;
	padding-top : 2px;
}

.BottomPanePadding{
	padding-top : 2px;
}

.Solpart02Padding{
	padding-left : 218px;
}

