/*
INFINITY BUSINESS COLLEGE - COPYRIGHT 2007
*/

/*
CENTER PAGE ON SCREEN 
& SET UP DEFAULT FONT SETTINGS 
& SET TABLES TO COME TOGETHER
*/


body 
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

#bottomaligntext
{
	vertical-align:bottom;
	vertical-align:text-bottom;
}

table
{
	border:0px;
	border-collapse:collapse;
	padding:0 0 0 0;
}
 
 table.center 
 {
	margin-left:auto; 
	margin-right:auto;
}
 

td
{
	border-collapse:collapse; 
	padding:0 0 0 0; 
	border: 0px;
}


/*
TOP MENU
*/


#topmenu
{
	border:0 0 0 0;
	border-collapse:collapse;
	margin: 0;
	padding:0;
}

#topmenu ul
{
	list-style-type:none;
	margin: 0 0 0 0;
	padding:0;
	border:0 0 0 0;
	text-align: center;
}

#topmenu ul li
{
	line-height:1.3;	
	width: 125px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#topmenu ul li a 
{
	color: White;	
	text-decoration: none;
	Border:1px solid #85878B;
	display: block;
	text-align: center;
	
}

#topmenu ul li a:link, #topmenu ul li a:visited
{	
	background-color: #567DB9;
}

#topmenu ul li a:active
{
	background-color: #FF6C22;
}

#topmenu ul li a:hover
{
	background-color: #FEA80E;
	cursor: pointer;
}		
	
	
/*
SIDE Navigation
*/


#navigation 
{
	border:0 0 0 0;
	border-collapse:collapse;
	margin: 0;
	padding:0;
	background-color: #E1F2FE;
	border: none;
	text-align: left;
	height:100%; 
}
	
#navigation ul
{
	
	list-style-type:none;
	padding-left: 11px;
	padding-right: 5px;
	margin: 0;
	border:0 0 0 0;
	text-align: left;
}


#navigation ul li
{
	margin: 0;
	padding: none;
	text-align: left;	
	font-size: 9pt;
}

#navigation ul li a 
{
	text-decoration: none;
	text-indent: 4px;
	vertical-align:text-bottom;
	display: block;
	height:21px;
	background-repeat: no-repeat;
	background-color:Transparent;
	background-position: 0 0;
	color: White;
}

#navigation ul li a:link, #navigation ul li a:visited
{	
	background-image: url(./images/Button_blue_wide.gif);	
}

#navigation ul li a:active
{
	background-image: url(./images/Button_red_wide.gif);
}

#navigation ul li a:hover
{
	background-image: url(./images/Button_orange_wide.gif);
	cursor: pointer;
}	


/*
SIDE SUB-Navigation
*/


#navigation ul ul
{
	list-style-type:none;
	margin: 0;
}

#navigation li li
{
	margin-bottom: 0;
	margin-top: 0;
	margin-left:5px;
	padding: 0;	
	font-size:8pt;
	line-height:1;
}

#navigation li li a 
{
	text-decoration: none;
	text-indent: 4px;
	vertical-align:text-bottom;
	display: block;
	height:20px;
	background-repeat: no-repeat;
	background-color:Transparent;
	background-position: 0 0;
	color: white;	
}

#navigation li li a:link, #navigation li li a:visited
{	
	background-image: url(./images/Button_lightblue.gif);
}

#navigation li li a:active
{
	background-image: url(./images/Button_red.gif);
}

#navigation li li a:hover
{
	background-image: url(./images/Button_orange.gif);
	cursor: pointer;
}	


/*
SKIN IMAGES
*/

IMG.topimages 
{    
    margin-left: 310px;
    margin-right: 0px;
}


IMG.bottomglobes
{   
    margin-left: 0px;
    margin-right: 0px;
    float:right;
}

#topbluefade
{
	background-image: url(./images/TopFade_Tile.jpg);
	background-repeat: repeat-x;
	color: White;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align:left;

}

#btmbluefade
{
	background-image: url(./images/BottomFade_Tile.jpg);
	background-repeat: repeat-x;
	text-align: right;
	color: White;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;	
	border:0 0 0 0;
	border-collapse:collapse;
	margin: 0;
	padding:0;

}

.rightaligntext
{
	text-align:right;
	font-size: 8pt;
}