/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
background-color:#4D88C3; 
background-image:url(../Docs/images/background/img2ee10073-3a17-480a-9dbd-9ecd973dfac7.jpg); 
}

#modules 
{
background-color:white;
}

/* background color for the content part of the pages */
Body {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:black; 
line-height:18px; 
background-color:#4D88C2; 
font-weight:normal; 
}

/* 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:24px; 
color:darkblue; 
font-weight:bold; 
}


/* background/border colors for the selected tab */
.TabBg {
background-color:#DD0000; 
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
border-color:black;
height:25px;
}

/* text style for the selected tab */
.SelectedTab {
font-family:Verdana, Helvetica, sans-serif; 
font-size:10px; 
color:steelblue; 
font-weight:bolder; 
}

.SelectedTab:hover {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#ffffff; 
font-weight:normal; 
}

/* text style for the selected tab */
.SelectedTab:link {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#ffffff; 
text-decoration:underline; 
font-weight:normal; 
}

.SelectedTab:visited {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#ffffff; 
font-weight:normal; 
}

.SelectedTab:active {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#ffffff; 
font-weight:normal; 
}

.OtherTabs {
font-family:Verdana, Helvetica, sans-serif; 
font-size:12px; 
color:black; 
text-decoration:none; 
font-weight:bold; 
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
font-family:Arial; 
font-size:15px; 
color:#ffffff; 
}

A.OtherTabs:visited {
font-family:Arial; 
font-size:15px; 
color:#ffffff; 
}

A.OtherTabs:active  {
font-family:Arial; 
font-size:15px; 
color:#ffffff; 
}

A.OtherTabs:hover   {
font-family:Arial; 
font-size:15px; 
color:#ffffff; 
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
font-family:Verdana, Helvetica, sans-serif; 
font-size:10px; 
color:white; 
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
color:white; 
text-decoration:none; 
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
color:white; 
text-decoration:underline; 
}

/* style for separator between site links */
.Accent {
color:black; 
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; 
color:blue; 
font-weight:bold; 
}

/* background/border colors for the selected tab */
.ModuleTitle{
background-color:#ffffff; 
border-color:black; 
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family:Arial, Helvetica, sans-serif; 
font-size:20px; 
color:#6699ff; 
line-height:25px; 
font-weight:normal; 
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* 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 most text rendered by modules */
.Normal, p {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:black; 
line-height:18px; 
font-weight:normal; 
}

/* 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;
    color: black;
}

.NormalRed {
font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
color:darkblue; 
font-weight:bold; 
}

.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: 0px;
}

/* 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 {
color:black; 
text-decoration:underline; 
}

A.CommandButton:visited  {
color:black; 
text-decoration:underline; 
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: dimgray;
}

A.CommandButton:hover    {
color:darkblue; 
text-decoration:underline; 
}




/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: gray;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: gray;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

A:link  {
font-family:Arial; 
font-weight:normal; 

}


A:visited   {
font-family:Arial,Helvetica,sans-serif; 
text-decoration:none; 
font-weight:normal; 
}

A:active    {
font-family:Arial,Helvetica,sans-serif; 
text-decoration:none; 
font-weight:normal; 
}

A:hover {
font-family:Arial,Helvetica,sans-serif; 
text-decoration:underline; 
font-weight:normal; 
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


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; 
}

/* Votin Classes */
.PollTitle {
    background-color: #ffcc33;
}

.PollBody {
    background-color: #ccffcc;
}


/* Statistic Classes */
.StatisticTitle {
     background-color: lightslategray;
    Color:white;
font-size="x-small";
}


.StatisticItem {
     background-color: aliceblue;
font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
}

.StatisticAlternateItem {
 background-color: gainsboro;
 font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
}



/* MyDocuments Classes */
.MyDocumentsTitle {
    background-color: Brown;
    Color:white;
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    border-color: Tan;
}

.MyDocumentsItem {
    background-color: Khaki;
    Color:white;
}

.MyDocumentsAlternateItem {
    background-color: PaleGoldenrod;
    Color:white;
}



/* ProfieList Classes */
.ProfileTitle {
    background-color: Brown;
    Color:white;
font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 

line-height:15px; 
}

.ProfileItem {
    background-color: Khaki;
font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
}

.ProfileAlternateItem {
    background-color: PaleGoldenrod;
 font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
}


.MyLinksItem {
    background-color: LightGoldenrodYellow;
    font-family:Verdana, Helvetica, sans-serif; 
    border-color: Tan;
    font-size:11px; 
}

.MyLinksAlternateItem {
    background-color: PaleGoldenrod;
    font-family:Verdana, Helvetica, sans-serif; 
   font-size:11px; 
}

.HeaderLine {
}


.TitleNav {
background-color:darkblue; 
height:0px; 

}





/* DownLoad Classes */
.DownLoadTitle {
     background-color: lightslategray;
    Color:white;
font-size="x-small";
}

.DownLoadItem {
    background-color: aliceblue;
font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
}

.DownLoadAlternateItem {
    background-color: gainsboro;
 font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
}



.SeminarTitle {
    font-family:Verdana, Helvetica, sans-serif; 
    border-color: lightslategray;
    font-size:11px; 
    color: black;
    background-color: gainsboro;
    font-weight:bold;

}



.SeminarTime {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:bold;
}


.SeminarPlace {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:normal;
}

.SeminarBooking {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:normal;
}

.SeminarPrice {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:normal;
}

.SeminarBooking {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:normal;
}

.SeminarAdditional {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:normal;
}

.SeminarDownload {
    font-family:Verdana, Helvetica, sans-serif; 
    font-size:11px; 
    color: blue;
    font-weight:normal;
}

*****************************************************Hier fr Forums********************************************************

A
{
    COLOR: #000000;
	TEXT-DECORATION: underline;
}


TR.normal
{
	BACKGROUND-COLOR: #FFFFFF;
}
TR.altern
{
	BACKGROUND-COLOR: #E5F2FF;
}
TD
TD{
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:black; 
line-height:18px; 
font-weight:normal; 
}

{
    BACKGROUND-COLOR: #99CCFF;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
}
TD.featuredheader
{
    BACKGROUND-COLOR: #0066CC;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
}
TD.code
{
	FONT-FAMILY: courier;
	FONT-SIZE: small;
}

}
A.rollover
{
    COLOR: #3399FF;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
}
A.rollover:hover
{
    COLOR: #000000;
}
A.rollover:active
{
    COLOR: #000000;
}
A.rollovernav
{
    COLOR: #FFFFFF;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
}
A.rollovernav:hover
{
    COLOR: #FFFF99;
}
A.rollovernav:active
{
    COLOR: #000000;
}
A.featuredrollovernav
{
    COLOR: #FFFFFF;
    FONT-SIZE: 10px;
}
A.featuredrollovernav:hover
{
    COLOR: #FFFF99;
}
A.featuredrollovernav:active
{
    COLOR: #000000;
}
A.rollovernavheader
{
    COLOR: #CC0000;
    FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}
A.rollovernavheader:hover
{
    COLOR: #000000;
}
A.rollovernavheader:active
{
    COLOR: #CC0000;
}

A.rollovernav_ltblue
{
    COLOR: #000000;
    FONT-SIZE: 10px;
}
A.rollovernav_ltblue:hover
{
    COLOR: #FFFFFF;
}
A.rollovernav_ltblue:active
{
    COLOR: #3399FF;
}

A.rollovertablehead
{
    COLOR: #000000;
    FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
}
A.rollovertablehead:hover
{
    COLOR: #FFFFFF;
}
A.rollovertablehead:active
{
    COLOR: #CC0000;
}

A.rollovertablehead_invert
{
    COLOR: #FFFFFF;
    FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
}
A.rollovertablehead_invert:hover
{
    COLOR: #000000;
}
A.rollovertablehead_invert:active
{
    COLOR: #FFFF99;
}

A.featuredrollovertablehead
{
    COLOR: #FFFF99;
    FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
}
A.featuredrollovertablehead:hover
{
    COLOR: #FFFFFF;
}
A.featuredrollovertablehead:active
{
    COLOR: #FFFF99;
}

label
{
	font-size: 8pt;
}

input.gdnbutton
{
	font-family:		verdana;
	font-size:			xx-small;
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#3399FF;
	color:				#FFFFFF;
	border-top:			1 solid #99CCFF;
	border-left:		1 solid #99CCFF;
	border-right:		1 solid #336699;
	border-bottom:		1 solid #336699;
	cursor:				hand;
}

input.gdnbuttondemo
{
	font-family:		verdana;
	font-size:			xx-small;
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#99CCFF;
	color:				#000000;
	border-top:			1 solid #FFFFFF;
	border-left:		1 solid #FFFFFF;
	border-right:		1 solid #000066;
	border-bottom:		1 solid #000066;
	cursor:				hand;
}

A.gdnbutton
{
	font-family:		verdana;
	font-size:			xx-small;
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#3399FF;
	color:				#FFFFFF;
	border-top:			1 solid #99CCFF;
	border-left:		1 solid #99CCFF;
	border-right:		1 solid #336699;
	border-bottom:		1 solid #336699;
	cursor:				hand;
}

/* SAMPLE CODE WITH DIFFERENT LANGUAGES */
.sampleCode 
{
	BORDER: #3399FF 1px solid; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 15px;  
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: #e5f2ff; 
	font-size:x-small;
}

TD.sampleCodeTab 
{
	BORDER-RIGHT: #3399FF 0px; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #3399FF 0px solid;  
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	FONT: 8pt verdana; 
	BORDER-LEFT: #3399FF 1px solid; 
	WIDTH:  15%; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #3399FF 1px solid; 
	BACKGROUND-COLOR: #99CCFF; 
	TEXT-ALIGN:  center
}

TD.sampleCodeBacktab 
{
	CURSOR:HAND; 
	BORDER-RIGHT: #3399FF 0px; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #3399FF 0px  solid; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	FONT: 8pt verdana; 
	BORDER-LEFT: #3399FF 1px solid;  
	WIDTH: 15%; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #3399FF 1px solid; 
	BACKGROUND-COLOR: #ffffff;  
	TEXT-ALIGN: center
}

TD.sampleCodeSpace 
{
	BORDER-RIGHT: #cccccc 1px; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #cccccc 0px solid;  
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	FONT: 8pt verdana; 
	BORDER-LEFT: #3399FF 1px solid; 
	WIDTH:  70%; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #cccccc 1px; 
	BACKGROUND-COLOR: white
}


/* WEB COMMUNITIES -- Details Inline */
A.lbclass
{
	font-family:		verdana;
	/*font-size:			xx-small;*/
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#3399FF;
	color:				#FFFFFF;
	padding:2;
	border-top:			2 solid #99CCFF;
	border-left:		2 solid #99CCFF;
	border-right:		2 solid #336699;
	border-bottom:		2 solid #336699;
	cursor:				hand;
}

A.lbclass:hover
{
	font-family:		verdana;
	/*font-size:			xx-small;*/
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#99CCFF;
	color:				#FFFFFF; 
	padding:2;
	border-top:			2 solid #99CCFF;
	border-left:		2 solid #99CCFF;
	border-right:		2 solid #336699;
	border-bottom:		2 solid #336699;
	cursor:				hand;
}

A.lbclass:active
{
	font-family:		verdana;
	/*font-size:			xx-small;*/
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#3399FF;
	color:				#FFFFFF;
	border-bottom:		2 solid #99CCFF;
	border-right:		2 solid #99CCFF;
	border-left:		2 solid #336699;
	border-top:			2 solid #336699;
	cursor:				hand;
}

A.lbclass_down:hover
{
	font-family:		verdana;
	/*font-size:			xx-small;*/
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#99CCFF;
	color:				#FFFFFF;
	padding:1;
	border-bottom:		2 solid #99CCFF;
	border-right:		2 solid #99CCFF;
	border-left:		2 solid #336699;
	border-top:			2 solid #336699;
	cursor:				hand;
}

A.lbclass_down
{
	font-family:		verdana;
	/*font-size:			xx-small;*/
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#3399FF;
	color:				#FFFFFF;
	padding:2;
	border-bottom:		2 solid #99CCFF;
	border-right:		2 solid #99CCFF;
	border-left:		2 solid #336699;
	border-top:			2 solid #336699;
	cursor:				hand;
}


TABLE.dataview /* for when you need a border on a table */
{
	border:1px SOLID;
	border-color:#3399FF;
}

TH.headerbar /* for when you need a border on a table */
{
	border:1px SOLID;
	border-color:#3399FF;
}

TR.altrow /* for alternating background colors in table rows */
{
	BACKGROUND-COLOR: #BFDFFF;
}

/*#66FF00; #3399FF; #FF9900;*/
TR.titlerow /* for the row that contains column headers in a table */
{
	background-color: #FF9900;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
}

TD.titlerow /* for column headers in a table */
{
	BACKGROUND-COLOR: #FF9900;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
}

TD.title /* for secondary headers */
{
	BACKGROUND-COLOR: #66FF00; /* #3399FF; #FF9900;*/
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	PADDING: 2px;
}

TH.header
{
    BACKGROUND-COLOR: #99CCFF;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
}

TD.altrow /* for alternating background colors in table rows */
{
	BACKGROUND-COLOR: #66FF00;

}

TH.dataview
{
    BACKGROUND-COLOR: #99CCFF;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
}

TH.headerbar
{
    BACKGROUND-COLOR: #99CCFF;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
    FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
}

.code 
{
	FONT-FAMILY: courier new; 
	FONT-SIZE: xx-small;
}

.comment 
{
	COLOR: green
}

TD.SearchResult
{
    font-size:x-small;
}

.SearchDetail
{
    font-size:xx-small;
    color: DimGray;
}

.SearchTitle
{
    font-size: small;
    font-weight: bold;
    color: #000099;
}

.SearchBox
{
    font-size: x-small;   
}

.SearchSummary
{
    font-size: x-small;   
}

.navbucketheader
{
	height:10px;
	color:#FFFF99; 
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#333333', Positive='true')
}



/* Second Menu Level */

/* background/border colors for the selected tab */
.MenuBar {
background-color:#93B7DB; 
border-style:none; 
padding-left:3px; 
height:25px; 

}




/* background/border colors for the unselected tabs */
.bOtherTabsBg {
background-color:peru; 
}

/* text style for the selected tab */
.bSelectedTab {
background-color:#6699ff; 
background-image:url(../Docs/images/background/img47fdf2d3-6bfc-48ed-83f6-503ef60ba50b.gif); 
border-style:none; 
}

.bSelectedTab:hover {
font-family:Verdana, Helvetica, sans-serif; 
font-size:12px; 
color:#ffffff; 
text-decoration:underline; 
font-weight:normal; 
}

/* text style for the selected tab */
.bSelectedTab:link {
font-family:Verdana, Helvetica, sans-serif; 
font-size:12px; 
color:#ffffff; 
text-decoration:underline; 
font-weight:normal; 
}

.bSelectedTab:visited {
font-family:Verdana, Helvetica, sans-serif; 
font-size:12px; 
color:#ffffff; 
text-decoration:underline; 
font-weight:normal; 
}

.bSelectedTab:active {
font-family:Verdana, Helvetica, sans-serif; 
font-size:12px; 
color:#ffffff; 
text-decoration:underline; 
font-weight:normal; 
}

.bOtherTabs {
font-family:Verdana, Helvetica, sans-serif; 
font-size:11px; 
color:white; 
text-decoration:none; 
font-weight:normal; 
}

/* hyperlink styles of the unselected tabs */
A.bOtherTabs:link    {
font-family:Arial,Helvetica,sans-serif; 
font-size:12px; 
color:#ffffff; 
font-weight:normal; 
}

A.bOtherTabs:visited {
font-family:Arial,Helvetica,sans-serif; 
font-size:12px; 
color:#ffffff; 
font-weight:normal; 
}

A.bOtherTabs:active  {
font-family:Arial,Helvetica,sans-serif; 
font-size:12px; 
color:#ffffff; 
font-weight:normal; 
}

A.bOtherTabs:hover   {
font-family:Arial,Helvetica,sans-serif; 
font-size:12px; 
color:#ffffff; 
font-weight:normal; 
}


.MenuGroup {
  background-color:darkblue;
  border:1px; 
  border-color:gray;
  border-style:solid; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3); 
}

.MenuItem {
  color:white;
  font-family:verdana; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}

.MenuItemOver {
  background-color:white; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}

.TopMenuGroup {
  background-color:darkblue;
  border:2px; 
  border-color:darkblue;
  border-style:solid; 
}

.ModuleBorder {
background-color:#ffffff; 
border:1px; 
border-style:solid; 
border-color:#FDE279; 
}


.Footer {
font-size:11px; 
height:55px; 

}


A.cTab:link {
font-family:Arial,Helvetica,sans-serif; 
color:#ff3300; 
text-decoration:none; 
font-weight:normal; 
}

A.cTab:hover {
font-family:Arial,Helvetica,sans-serif; 
color:#ff3300; 
text-decoration:none; 
font-weight:normal; 
}


A.cTab:visited {
font-family:Arial,Helvetica,sans-serif; 
color:#ff3300; 
text-decoration:none; 
font-weight:normal; 
}


A.cTab:active {
font-family:Arial,Helvetica,sans-serif; 
color:#ff3300; 
text-decoration:none; 
font-weight:normal; 
}

font-family:Arial,Helvetica,sans-serif; 
color:black; 
text-decoration:underline; 
background-color:#4D88C2; 
font-weight:normal; 
}

.cTabBg {
background-color:#FCF5D1; 
background-image:url(../Docs/images/background/imgcd785dac-17bf-4673-a027-30e5b7356309.gif); 
border:1px; 
border-style:solid; 
border-color:#FDE279; 
}

background-color:#FDE279; 
}

.cTab1Selected {
background-color:#ffcc66; 
}

.cTab1Hover {
background-color:#FDE279; 
}

.bTabSeperator {
font-size:12px; 
color:#ffffff; 

}




#TheBody
{
background-color:white;
}