/* ================================
    CSS STYLES FOR THE eubusiness-college.com
    20.02.2009 ver.1
   ================================*/ 

/* GENERAL CLASSES */

.Page
{
	position: relative;
	background: white;
	width: 900px;
}

.PageFrame
{
	display:block;
}

.Header
{
}

.ContentDefault
{
	background: transparent;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.Footer
{
	background: transparent  url("../images/footer.jpg") no-repeat center center;
    clear: both;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

DIV.Footer TABLE
{
	margin-top: 3px;
}

DIV.Footer TD
{
    color: white;
    font: bold 11px Arial, sans-serif;
}

.HeadWelcome
{
}

.HeadNavigation
{
	position: absolute;
	left: 25px;
	height: 18px;
	top: 4px;
	width: 120px;
	text-align: left;
	background: transparent;
}

.HeadNavigation img
{
	padding-right: 8px;
}

.HeadSearch
{
	position: absolute;
	right: 28px;
	height: 16px;
	top: 5px;
	width: auto;
	background: transparent;
}

.HeadSearch .SearchBox 
{
	display: inline; 
	vertical-align: top; 
	font: normal 9px Verdana, Helvetica, sans-serif;
	margin: -1px 0 0 0;
	width: 112px; 
	height: 15px; 
	border: none; 
	background: transparent url("../images/search_box.jpg") no-repeat fixed; 
}

.HeadSearch>INPUT.SearchBox 
{
	background: transparent url("../images/search_box.jpg") no-repeat; 
}

.Navigation
{
	color: black;
	text-decoration: none;
	width: auto;
	height: 20px;
}

A.Navigation:link, A.Navigation:visited, A.Navigation:active
{
	font: bold 12px Arial, sans-serif;
	color: #ff9911;
	text-decoration: none;
	position: static;
	width: auto;
	padding-left: 4px;
}

A.Navigation:hover
{
	font: bold 12px Arial, sans-serif;
	color: red;
	text-decoration: none;
	position: static;
	width: auto;
	padding-left: 4px;
}

.LeftPane
{
	width: 188px;
}

.ContentPane
{
	width: 100%;
}

.RightPane
{
	width: 100%;
}

.Panel
{
	margin: 4px;
}

.Header .Panel
{
	margin: 0px;
}

.Footer .Panel
{
	margin: 0px;
}

.PanelTitle
{
	background: transparent ;
	color: #28166F;
	font: bold 14px Arial, sans-serif;
	height: 16px;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #D6161D;
	overflow: hidden;
}

.PanelTitle .CommandButton
{
	display: block;
	text-align: right;
	position: relative;
	top: -14px;
}

.PanelContent
{
	background: transparent;
	color: black;
	padding: 0;
	margin: 0;
}

H1.PanelContent
{
	color: #006666;
	font: bold 12px Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
}

H2.PanelContent
{
	font: bold 12px Verdana, sans-serif;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0;
}

P.PanelContent
{
	font: 12px Arial, sans-serif;
	margin: 0 0 10px 0;
}

UL.PanelContent
{
	font: 12px Arial, sans-serif;
	margin: 0 0 0 10px;
	padding: 0;
}

LI.PanelContent
{
	font: 12px Arial, sans-serif;
	margin: 0 0 0 10px;
	padding: 0;
}

A.PanelContent:link, A.PanelContent:visited, A.PanelContent:active
{
	color: blue;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

A.PanelContent:hover 
{
	color: blue;
	font: 12px Arial, sans-serif;
	text-decoration: underline;
}

/* SPECIFIC CLASSES */
    
/* text style for reading messages in Discussion */    
.Message    
{
    background: #eeeeee;
    font: normal 11px Verdana, Helvetica, sans-serif;
    width: 600px;
    padding: 0 6px 0 6px;
    overflow: hidden;
}   

/* style of item titles by Announcements and events */
.ItemTitle    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* style for module titles */
.Head   
{
    color: red;
    font: normal 20px Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    color: black;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal
{
    font: normal 11px/12px Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font: normal 12px Verdana, Helvetica, sans-serif;
}

.NormalRed
{
    color: red;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

.NormalBold
{
    font: bold 11px Verdana, Helvetica, sans-serif;
}

TABLE TR.NormalBold TD
{
	font-size: small;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font: normal 11px Verdana, Helvetica, sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: #8B0000;
    text-decoration: underline;
}

A.CommandButton:hover    
{
    color: red;
    text-decoration: underline;
}

/* MENU */

/*Main Menu Parent Table*/
.ParentMainTab
{
	background: transparent;
	height: 30px;
}

/*Main Menu Parent Table Td*/ 
.ParentMainTd
{
	height: 30px;
}

/*Main Menu Table*/
.MainTab
{
    color: #663300;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    cursor: default;
    padding: 0 10px 0 10px;
}

/*Main Menu Item Td UnHovered*/
.MainTdd
{
    color: #663300;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    cursor: default;
	vertical-align:top;
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
}

/*Main Menu Item Td Hovered*/
.MainTde
{
    color: #ed1c24;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
    cursor:default;
	vertical-align:top;
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
}

/*SubMenu Parent Table*/
.ParentSubTab
{
	background: #ffed87;
	border: solid 1px #663300;
	margin: 1px 0 0 4px;
}

/*SubMenu Parent Table Td*/
.ParentSubTd
{
	padding: 3px;
}

/*SubMenu Table*/
.SubTab
{
    color: #663300;
   	font: bold 12px Arial, sans-serif;
    text-decoration: none;
    cursor:default;
    padding: 0 10px 0 10px;
}

/*SubMenu Item Tr UnHovered*/
.SubTrd
{
	text-align: left;
	height: 24px;
	white-space: nowrap;
}

/*SubMenu Item Tr Hovered*/
.SubTre
{
	text-align: left;
    color: #ed1c24;
	text-decoration: underline;
	height: 24px;
	white-space: nowrap;
}

/*SubMenu Item Td*/
.SubTd
{
	font: 11px Tahoma,Arial,Verdana;
    padding: 3px 3px 3px 3px;
}

/*Separator Td*/
.Spr
{
	background: #663300;
	width: 1px;
	height: 1px;
	padding: 0px;
}

/* TREEVIEW */

.TreeViewDIV 
{
	margin: 0;
	width: 180px;
	overflow: hidden;
}

.TreeViewDIV IMG
{
     display: block;
}

.TreeViewDIV TABLE TBODY TR TD DIV
{
	width: 170px;
}

.TreeViewDIV DIV TABLE TBODY TR TD IMG
{
	display: none;
}

.TreeViewDIV DIV TABLE TBODY TR TD DIV
{
	padding-left: 18px;
	width: 166px;
}

.TreeViewDIV TABLE
{
	width: 100%;
	height: 24px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: url("../images/menu_parent_item.gif") no-repeat top left;
}

.TreeViewDIV DIV TABLE
{
	width: 100%;
	height: 24px;
	margin-top: 1px;
	margin-bottom: 1px;
	background: url("../images/menu_child_item.gif") no-repeat top left;
}

.TreeViewDIV TABLE TBODY TR TD DIV
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
	white-space: nowrap;
	cursor: default;
    color: #A4D3F9;
}

.TreeViewDIV DIV TABLE TBODY TR TD DIV
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	white-space: nowrap;
	cursor: default;
	color: #060633;
}

.ItemDIVe 
{
	color: white !important;
}

 .ItemSelDIVe 
{
	color: white !important;
}

.OpenCloseTD 
{
     width:18px;
     text-align: center;
}

/* GENERIC ELEMENTS */

BODY	
{
	background: #9E0A0F url("../images/vline.jpg") repeat-x top left;
    font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 789px;
	text-align: center;
}

P, UL, TABLE, TD, DIV, TH
{
	font: 14px Arial, sans-serif;
}

H1, H2
{
    color: #666644;
    font: normal 20px Verdana, Helvetica, sans-serif;
}

H3, H4  
{
    color: #8B0000;
    font: normal 12px Verdana, Helvetica, sans-serif;
}

H5, H6, DT
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

TFOOT, THEAD    
{
    color: #8B0000;
    font: 12px Verdana, Helvetica, sans-serif;
}

TH  
{
    color: #8B0000;
    font: bold 12px Verdana, Helvetica, sans-serif;
    vertical-align: baseline;
}

A:link, A:visited, A:active
{
    color: blue;
    text-decoration: none;
}

A:hover 
{
	color: blue;
    text-decoration: underline;
}

SMALL   
{
    font: 8px Arial, sans-serif;
}

BIG 
{
    font: 14px Arial, sans-serif;
}

BLOCKQUOTE, PRE 
{
    color: #777777;
	font: 14px Lucida Console, monospace;
}

UL LI   
{
    list-style-type: disc;
}

UL UL LI    
{
    list-style-type: circle;
}

UL UL UL LI 
{
    list-style-type: none;
}

UL UL UL UL LI 
{
    list-style-type: none;
}

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: gray;
    text-align: left;
    height: 1pt;
}

IMG
{
	border: none;
}

.BannerInLeft
{
position: absolute;
top: 10px;
left: -175px;
width: 170px;
overflow: hidden;
}

.BannerInRight
{
position: absolute;
top: 10px;
left: 905px;
width: 170px;
overflow: hidden;
}
