/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* Handling of PNG images in IE5.5+ for transparency*/

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}

a.LoginLink:hover {
	color: #333;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px 0px 5px 0px;
}
/* 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-color: #dededd;
}


/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
	padding: 0px 5px 10px 0px;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
	padding: 0px 5px 10px 0px;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #333;
	font-size: 12px;
	background: #f6f6f6;
	font-weight: bold; 
	font-style: normal; 
	border: #f6f6f6 1px solid;
	padding: 1px 8px 1px 0px;
	font-weight: normal;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #f6f6f6;
	background: #444;
	border-left: #444 1px solid;
	border-right: #444 1px solid;
	padding: 1px 8px 1px 0px;
	font-weight: normal;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 3px 0 0 0;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #888;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #333;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #fff;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #fff;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}

/* background/border colors for the selected tab */
.TabBg  {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab  {
	font-family : Verdana, Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #666666;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #666666;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #666666;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #666666;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #666666;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #666666;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : #FFFFFF;
	text-decoration : none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	text-decoration : none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	border : 1px solid #333333;
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 11pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #333333;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #333333;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #333333;
	text-decoration : none;
}

A.CommandButton:hover    {
	color : #CCCCCC;
	text-decoration : none;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color : #333333;
	text-decoration : none;
}

A:visited   {
	color : #333333;
	text-decoration : none;
}

A:active    {
	color : #333333;
	text-decoration : none;
}

A:hover {
	color : #666666;
	text-decoration : none;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
	font-size : 10pt;
}


a.SearchStyle, a.SearchStyle:link, a.SearchStyle:visited, a.SearchStyle:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	border : 1px solid #000000;
	padding-left : 2px;
	padding-right : 2px;	
	background-color : #CCCCCC;
}

a.SearchStyle:hover, a.SearchStyle:focus {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	border : 1px solid #cccccc;
	padding-left : 2px;
	padding-right : 2px;	
	background-color : #000000;
}


p{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}






.TB1{
}
.TB2{
}
.TBPic{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #28166f;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;


}
.TopPane1 {
background: url(Images/TopPane1Bak.gif) repeat-x bottom left scroll;
height:150px;
}
.TopPane2 {
background: url(Images/TopPane2Bak.gif) repeat-x top no-scroll;
height: 108px;
}
.BottomPane1 {
background: url(Images/BottomPane1Bak.gif) repeat-x bottom ;
height: 30px;
}
.BottomPane2 {
background: url(Images/BottomPane2Bak.gif) repeat-x top left scroll;
height: 88px;
}
.LeftPane {
background: url(Images/LeftPaneBak.gif) repeat-y right scroll;

}

.RightPane {
background: url(Images/LeftPaneBak.gif) repeat-y left scroll;
}
.MENUBANNER {
background: url(Images/BANNER.jpg) no-repeat center bottom;
height:150px;

}

.ContentPane {
background:transparent center;
width: 800px;
}
.SolPartMenu{
background: #28166f;
}
.login{
font-size:10px;
color:#FFFFFF;
}


