﻿@charset "utf-8";
/* SC Homepage CSS Document */
/* 

	By: Brent Lintner
	.ApoKalypsis Creations.
    Created: July 24 2007
	WLU Student Connections Copyright 2007.
   
    CSS used for formatting the five format boxes on the homepage.
	and probably will be used for other crap as well.  
   
*/


.homeBullets {
	font-family: "Trebuchet MS";
	font-size: 7pt;
	line-height: 10pt;
	font-style: normal;
	color: #797979;
}



/*--------------- CSS atrributes for the colour PURPLE (classes) ---------------*/

a.purpleLinks:link, a.purpleLinks:visited, a.purpleLinks:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #7655A3;
}

a.purpleLinks:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration:underline;
	color: #7655A3;
}


a.purpleHover:link, a.purpleHover:visited, a.purpleHover:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #797979;
}

a.purpleHover:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration: none;
	color: #7655A3;
}

/*--------------- !CSS atrributes for the colour PURPLE (classes) ---------------*/





/*--------------- CSS atrributes for the colour ORANGE (workshops) ---------------*/

a.orangeLinks:link, a.orangeLinks:visited, a.orangeLinks:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #F26829;
}

a.orangeLinks:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration:underline;
	color: #F26829;
}


a.orangeHover:link, a.orangeHover:visited, a.orangeHover:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #797979;
}

a.orangeHover:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration: none;
	color: #F26829;
}

/*--------------- !CSS atrributes for the colour ORANGE (workshops) ---------------*/





/*--------------- CSS atrributes for the colour GREEN (seminars) ---------------*/

a.greenLinks:link, a.greenLinks:visited, a.greenLinks:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #6FBF4B;
}

a.greenLinks:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration:underline;
	color: #6FBF4B;
}


a.greenHover:link, a.greenHover:visited, a.greenHover:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #797979;
}

a.greenHover:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration: none;
	color: #6FBF4B;
}

/*--------------- !CSS atrributes for the colour GREEN (seminars) ---------------*/





/*--------------- CSS atrributes for the colour BLUE (teamtraining) ---------------*/

a.blueLinks:link, a.blueLinks:visited, a.blueLinks:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #29489F;
}

a.blueLinks:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration:underline;
	color: #29489F;
}

/*--------------- !CSS atrributes for the colour BLUE (teamtraining) ---------------*/





/*--------------- CSS atrributes for the colour PINK (oneonone training) ---------------*/

a.pinkLinks:link, a.pinkLinks:visited, a.pinkLinks:active {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-decoration: none;
	color: #DD1C60;
}

a.pinkLinks:hover {
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: normal;
	text-decoration:underline;
	color: #DD1C60;
}

/*--------------- !CSS atrributes for the colour PINK (oneonone training) ---------------*/



/*--------------- CSS for welcome blurb row ---------------*/

#welcomeBlurbContainer{
	position: relative;
	background-image: url(../images/welcome.gif);
	background-repeat:no-repeat;
	width: 600px;
	height: 111px;
	padding-left: 40px;
	padding-top: 15px;
	line-height:17px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #797979;
}

#quicklinksContainer{
	position: relative;
	background: 40px 38px url(../images/quicklinks.gif);
	background-repeat: no-repeat;
	height: 105px;
	padding-top:48px;
	width: 196px;
}

#rssChatContainer{
	position: absolute;
	margin-left: 50px;
	width: 144px;
	height: 26px;
	z-index: 999;
}

#VolusionLiveChat a{
	position:relative;
	width: 150px;
	height: 26px;
}

#chatLinkCover{
	position:absolute;
	z-index: 100;
	background-color: #FFFFFF;
	width: 120px;
	height: 20px;
	top: 27px;
}

#VolusionLiveChat{
	width: 150px;
	height: 26px;
	right: 10px;
	position:absolute;
	
}


#rss{
	position:absolute;
	left: 112px;
	top: 0px;
	width: 33px;
	height: 26px;
}

#rss a{
	position:absolute;
	background-image: url(/images/rss.gif);
	width: 33px;
	height: 26px;
}
