/* STYLES FOR CBT SKIN*/

/* PAGE BACKGROUND */

/* background color for the content part of the pages */
body {
	background-image: url(FillBackgr.gif);
	margin-top: 5px;
}

.TokenText{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.LinksText{
	
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}

A.LinksText:link {
	text-decoration: none;
    color:#FFFFFF;
}

A.LinksText:visited {
	text-decoration: none;
    color:#FFFFFF;
}

A.LinksText:active {
	text-decoration: none;
    color:#FFFFFF;
}

A.LinksText:hover {
	text-decoration: none;
    color: #FFCC66;
}

.TopPane{}
.LeftPane{}
.ContentPane{}
.RightPane{}
.BottomPane{}

.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: #333333;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #333333;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #333333;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #333333;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #b13a00;
}

A.UserLoginLinks
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#003366;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	margin: 0px;
	font-weight:bold;
}

A.UserLoginLinks:visited
{
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#003399;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	margin: 0px;
	font-weight:bold;
}

A.UserLoginLinks:hover
{
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;

	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	
	background-color:#CCCCCC;
	margin: 0px;
	color: #000066;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.ControlPanel{
    width: 100%;
    height: 64px;
	background-color:#FFCC66
	BORDER-RIGHT: #dcd8d8 1px solid; 
    BORDER-TOP: #dcd8d8 1px solid; 
    BORDER-LEFT: #dcd8d8 1px solid; 
    BORDER-BOTTOM: #dcd8d8 1px solid;
}

.Breadcrumb
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#003399;
}

}
A.BreadCrumb:link {
    text-decoration: none;
    color:#003399;
}

A.BreadCrumb:visited  {
    text-decoration: none;
    color:#003399;
}

A.BreadCrumb:active   {
    text-decoration: none;
    color:#003399;
}

A.BreadCrumb:hover    {
    text-decoration: none;
    color:#FF6600;
}



.Copyright_Text {
	font-size: 10px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*SolPart Menu Style*/

.MainMenu_MenuContainer {
background-color: transparent;
height: 23px; 
}

.MainMenu_MenuBreak {
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid; 
background-color: transparent; 
color: #FFFFFF; 
font-family: Trebuchet MS, Tahoma, Verdana;
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand; 
height: 16;
background-color: Transparent;
}

.MainMenu_MenuItem {
cursor: hand; 
cursor: hand; 
background-color: transparent; 
color: #FFFFFF; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 11px; 
font-style: normal; 
border-bottom: #505052 0px solid; 
border-top: #505052 0px solid; 
padding: 2px 5px 3px 5px;
height:22px;
}

.MainMenu_MenuIcon {
	background-color: #3a83ce;
	border-left: #3a83ce 1px solid; 
	border-bottom: #3a83ce 1px solid; 
	border-top: #3a83ce 1px solid; 
	cursor: hand; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 22px;
}

/* this is the colour in the dropdown menu */

.MainMenu_SubMenu {
z-index: 1000; 
cursor: hand; 
cursor: hand;
background-color: #3a93ce; 
filter: none;
border: 1px solid #d0d1e0;
margin-top: 0px;
padding: 0px;
}

.MainMenu_MenuItemSel {
background-color: #3a93ce;
cursor: hand; 
cursor: hand; 
color: #000000; 
font-family: Tahoma; 
font-size: 11px; 
font-weight: bold; 
font-style: normal;
border: 0;
padding: 2px 5px 3px 5px;
}

.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #505052 0px solid; 
border-bottom: #505052 0px solid; 
border-top: #505052 0px solid;
display: none;
}

.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
display: none;
}











