<%
Response.ContentType ="text/css"
%>
/*
<% 
	' Should be the same in top_inc1.asp
	strTeamSalesBlue = "#330D74"
	strTeamSalesGreen = "#2B742A" 
	strTeamSalesRed = "#ce142b"
	strTeamSalesDarkGrey = "#a9a8a8"
	strTeamSalesMidGrey = "#D6D5D5"
	strTeamSalesLightGrey = "#F1F0F0"
	strTeamSalesText = "#515151"
	
bIE = false
bIE7 = flase
bIE6 = false
bFF = false
bOpera = false
bSafari = false
	
	Set MyBrow=Server.CreateObject("MSWC.BrowserType")
	
	select case lcase(MyBrow.browser)
	case "ie":
		bIE = true
		if MyBrow.version >= 7.0 then
			bIE7 = true
		else
			bIE6 = true
		end if
	case "mozilla":
		if MyBrow.version >= 2.0 then
			bFF = true
		end if
	case "opera":
		if MyBrow.version >= 9.0 then
			bOpera = true
		end if
	case "safari":
		if MyBrow.version >= 3.0 then
			bSafari = true
		end if
	end select
	
response.write ":" & lcase(MyBrow.browser)%>
*/
.heading{
	font-size:					1.4em;
	font-weight:				normal;
	text-transform:				lowercase;
}
h1 {
	font-size:					160%;
	font-weight:				normal;
	color:						<%=strTeamSalesBlue%>;
	text-transform:				lowercase;
	vertical-align: baseline;
	margin: 0;
	border: 0;
	outline: 0;
}

h2{
	font-size:					1.35em;
	font-weight:				normal;
	color:						<%=strTeamSalesDarkGrey%>;
	text-transform:				lowercase;
	vertical-align: baseline;
	margin: 0;
	border: 0;
	outline: 0;
	padding-top:2px;
	padding-bottom:6px;

}

h3{
	font-size:					160%;
	font-weight:				normal;
	color:						Gray;
	text-transform:				lowercase;
	vertical-align: baseline;
	margin: 0;
	border: 0;
	outline: 0;
}
.homepagesub{
	line-height: 				1.9em;
	font-size:					160%;
	font-weight:				normal;
	color:						Gray;
	text-transform:				lowercase;
	vertical-align: 			baseline;
	padding-bottom:	6px;
 }

.testimonial{
	line-height: 				1.4em;
	padding-left: 				16px; 
	padding-top: 				16px; 
	padding-bottom: 			16px; 
	margin-left: 				16px;
	margin-top: 				16px;
	width: 						300px; 
	float: 						right; 
	color: 						<%=strTeamSalesGreen%>; 
	font-size: 					1.2em; 
	border-left: 				1px solid <%=strTeamSalesGreen%>;
}
.testimonial2{
	line-height: 				1.4em;
	padding-left: 				16px; 
	padding-top: 				16px; 
	padding-bottom: 			16px; 
	margin-left: 				16px;
	margin-top: 				16px;
	width: 						300px; 
	float: 						right; 
	color: 						<%=strTeamSalesRed%>; 
	font-size: 					1.2em; 
	border-left: 				1px solid <%=strTeamSalesRed%>;
	background-color: #FBEEEF;
}
a:link{
	color:						<%=strTeamSalesBlue%>;
	text-decoration:			underline;
	font-weight:				bold;
} 
a:visited{
	color:						<%=strTeamSalesBlue%>;
	text-decoration:underline;
	font-weight:				bold;
}
a:hover{
	color:						<%=strTeamSalesBlue%>;
	text-decoration:			none;
	font-weight:				bold;
}
a.backnav{
 	text-decoration:			none;
	text-transform:				lowercase;
}

/*.text_input {
	border:solid 1px #4e4b78;
	background-color:#eaeaf4;
}*/

.searchbtn {
	color:#FFFFFF;
	background-color:#920a76;
	border:none;
	cursor:pointer;
}

#menu{
	margin-top: 				60px;
	float: 						right;
	text-align:					right; 
	border-top: 				1px solid <%=strTeamSalesDarkGrey%>;
	padding-left:				0px;
	padding-right:				0px;
	padding-bottom:				0px;
	padding-top: 				12px;
}
#leftmenu{
	float: 						left;
	width:						186px;
}

a.mainmenu:link,a.mainmenu:visited,a.mainmenu:active,a.mainmenu:hover{
	border-right:				1px solid <%=strTeamSalesDarkGrey%>;
	text-align:					center;
	color:						<%=strTeamSalesBlue%>;
	display:					block;
	text-decoration:			none;
	padding-left:	            8px;
	padding-right:	            8px;
	padding-top: 				1px;
	font-weight:				normal;
	float:						left;
	height:						20px;
}
a.mainmenu:hover{
	color:						white;
	background-color:			<%=strTeamSalesBlue%>;
}
a.mainmenu:active{
	color:						white;
	background-color:			<%=strTeamSalesBlue%>;
}

table.footer {
	font-size:				0.6em;
	width:					100%;
	height:					16px;
	color:					<%=strTeamSalesDarkGrey%>;
	border-top:				1px solid <%=strTeamSalesDarkGrey%>;
}


table.footer a:link,table.footer a:visited,table.footer a:hover{
	color:						<%=strTeamSalesDarkGrey%>;
	text-decoration:			underline;
	font-weight:				normal;
} 
table.footer a:hover{
	text-decoration:			none;
}

table.bottommenu{
	width:				100%;
	vertical-align:		top;
	margin-top:	        12px;
	margin-bottom:	    12px;
	background-color:	#f0f0f0;
}
table.bottommenu th{
	font-size:			1.7em;
	font-weight:		normal;
	color:				#666666;
}
table.bottommenu td a{
	font-size:			0.9em;
	font-weight:		normal;
	color:				<%=strTeamSalesBlue%>;
}
table.bottommenu th{
<% if bFF then %>
	font-size:					1.4em;
	padding:					0px;
<% end if %>
}
table.bottommenu td ul,table.bottommenu td ul li{
<% if bFF then %>
	line-height:				13px;
	font-size:					0.9em;
	margin:						0px;
	padding: 					0px;
<% end if %>
}

table.greenbullets{
	padding: 0px;
	margin: 0px;
}
table.greenbullets td{
	padding-top:				4px;
	padding-bottom:				4px;
}

table.greenbullets td a{
	font-size:					0.9em;
	font-weight:				normal;
	text-decoration:			none;
	color:						<%=strTeamSalesGreen%>;
	text-transform:				lowercase;
}



.content_borders {
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
	padding:0px 10px;
}

.big_one {
	height:71px;
	width:50%;
	text-align:center;
	background-image:url('../images/big_one.gif');
	background-repeat:no-repeat;
	background-position:center center;
	color:#685b38;
	font-size:1.2em;
	font-weight:bold;
	vertical-align:middle;
}

.big_one a:link{font-size:0.7em;font-weight:normal;color:#685b38;text-decoration:underline;} 
.big_one a:visited{font-size:0.7em;font-weight:normal;color:#685b38;text-decoration:underline;}
.big_one a:hover{font-size:0.7em;font-weight:normal;color:#685b38;text-decoration:none;}


/*-------- highlight boxes --------*/

table.highlightbox {
	width:						100%;
	<%if bFF then%>font-size: 0.9em;<%end if%>
}
table.highlightbox td.spacer{
	height:						3px;
	background-color:			white;
}

.highlightbox_bottom a:link{color:#ffffff;text-decoration:underline;} 
.highlightbox_bottom a:visited{color:#ffffff;text-decoration:underline;}
.highlightbox_bottom a:hover{color:#ffffff;text-decoration:none;}

/*
.highlightbox_content {
	background-color:			#d5d5d5;
	font-size:					0.85em;
	padding:0px 3px;
	background-color:#f7f7f7;
}
*/
table.highlightbox td{
	font-size:					0.85em;
	background-color:			#d5d5d5;
	padding:					2px 10px 2px 10px;
}
table.highlightbox td a:link;table.highlightbox td a:visited;table.highlightbox td a:hover;table.highlightbox td a:active;{
	color: 						red;
	font-weight:				normal;
}

table.highlightbox th, table.major_links th {
	background-color:			#b4b4b4;
	text-transform:				lowercase;
	text-align:					center;
	height:28px;
	/*width:170px;*/
	/*font-size:		0.85em;*/
	color:white;
	font-weight:bold;
}

.major_links2 {
	background-color:			<%=strTeamSalesBlue%>;
	text-transform:				lowercase;
	text-align:					center;
	color:white;
	font-weight:bold;
}

.major_links2 a{
	color:white;
}

table.highlightbox th a{
	display:					block;
	background-color:			#b4b4b4;
	text-transform:				lowercase;
	text-decoration:			none;
	text-align:					center;
	/*height:28px;*/
	/*width:170px;*/
	/*font-size:		0.85em;*/
	color:						white;
	font-weight:				bold;
}
table.highlightbox td a{
	display:					block;
	text-decoration:			underline;
	color:						<%=strTeamSalesBlue%>;
	font-weight:				normal;
}
/*.major_links{
	background-color:			white;
}*/
/*.major_links td {*/
/*	width:160px;
	height:27px;
	line-height:27px;*/
/*	padding:3px 0px 5px 10px;
	display: block;
	
}*/
/*
.highlightbox_mid {
	background-color:			#b4b4b4;
	text-transform:				lowercase;
	text-align:					center;
	height:25px;
	width:170px;
	font-size:		0.85em;
	color: white;
	font-weight:bold;
}

.highlightbox_bottom {
	background-image:url('../images/highlightbox_bottom.gif');
	background-repeat:no-repeat;
	height:30px;
	width:170px;
	padding-right:8px;
	text-align:right;
	color:#FFFFFF;
	font-size:		0.85em;
	color:white;
	font-weight:bold;
}

.highlightbox_bot_blank {
	background-image:url('../images/highlightbox_bot_blank.gif');
	background-repeat:no-repeat;
	height:7px;
	width:170px;
}
*//*
.news_articles td {*/
/*	border-bottom:solid 1px #d6d6d6;*/
/*}*.
/*
*//*
.major_links_lite td {
	width:160px;
	height:27px;
	line-height:27px;
	padding:5px 0px 6px 10px;
	background-image:url('../images/big_link_bg_pink.gif');
	background-repeat:no-repeat;
	background-position:center left;
	color:#FFFFFF;
	display: block;
	
}

.major_links_lite a:link,.major_links_lite a:visited,.major_links_lite a:hover,.major_links_lite:active{
	color:				#FFFFFF;
	text-decoration:	none;
	display: 			block;
	cursor:				pointer;
	font-size:		0.85em;
	color:white;
	font-weight:bold;
}

.major_links a:link,.major_links a:visited,.major_links a:hover,.major_links:active{
	color:				#FFFFFF;
	text-decoration:	none;
	display: 			block;
	cursor:				pointer;
	font-size:		0.85em;
	color:white;
	font-weight:bold;
} 
*/
.list_links ,.mtsMenu , .greenbullets, .redbullets{
	padding-left:0px;
	margin-left:0px; 
	margin-top:8px;
	color:				<%=strTeamSalesBlue%>;
}

.list_links li ,.mtsMenu li, .greenbullets li, .redbullets li{
	background-image:url('/images/bluebullet.jpg');
	background-repeat:no-repeat;
	background-position:top left ;
	list-style:none;
	padding-left:36px;
	margin-bottom:5px;
	color:				<%=strTeamSalesBlue%>;
	/*height:				30px;*/
	line-height: 		20px;

	overflow:			visible;
}
.greenbullets li{
	background-image:url('/images/greenbullet.jpg');
	text-transform:lowercase;
}
.greenbullets li a{
	text-decoration:	none;
	color:				<%=strTeamSalesGreen%>;
}
.redbullets li{
	background-image:url('/images/redbullet.jpg');
	text-transform:lowercase;
}
.redbullets li a{
	text-decoration:	none;
	color:				<%=strTeamSalesRed%>;
}

.mtsMenu li{
	/*height: 16px;*/
	margin-bottom:4px;
	text-transform:lowercase;
}

a.vacancy:hover , a.vacancy:active, a.vacancy:link, a.vacancy:visited,
a.article:hover , a.article:active, a.article:link, a.article:visited,
a.login:hover , a.login:active, a.login:link, a.login:visited,
a.mtsMenu:hover , a.mtsMenu:active, a.mtsMenu:link, a.mtsMenu:visited{
	text-decoration:		underline;
	color: 					#<%=strTeamSalesBlue%>;
	font-weight:			normal;
}
a.login:hover , a.login:active, a.login:link, a.login:visited{
	font-size:				0.9em;
	text-decoration:		underline;
}
a.article:hover , a.article:active, a.article:link, a.article:visited{
	font-weight:			normal;
}
a.vacancy:hover , a.login:hover , a.article:hover, a.mtsMenu:hover {
	color:					#7a3a01;
}

table.reporttop{
}

table.reporttop th{
	/*background-image:		url('/images/th.gif');
	background-repeat:		repeat-x;*/
	background-color:		<%=strTeamSalesBlue%>;
	/*border:					1px outset;*/
	color:					white;
	text-transform:			capitalize;
	height:					20px;
	font-weight:			normal;
	font-size:				1.1em;
}
table.reporttop th a{
	color:					white;
	text-decoration:		none;
	font-weight:			normal;
	font-size:				1.1em;
	display:				block;
}
table.reporttop td{
	background-color:		#d5d5d5;
	color:					<%=strTeamSalesBlue%>;
}
table.reporttop td.myteamsalesName{
	/*font-size: 110%;*/
	background-color:		#cacaca;
	/*height:25px;*/
	color: 					white;
	text-transform:capitalize;
}
table.reporttop td a{
	text-decoration:		none;
	color:					<%=strTeamSalesBlue%>;
}
table.vacancy{
	background-color:		#f0f0f0;
}
table.vacancy th, table.vacancy th a{
	text-align:				left;
	color:					<%=strTeamSalesBlue%>;
	text-transform:			none;
	background-color:		#f0f0f0;
	padding:				4px;
}
table.vacancy td{
	background-color:		#f0f0f0;
	color:					<%=strTeamSalesText%>;
/*	padding:				4px;*/
}
table.vacancy td.content{
	background-color:		#f0f0f0;
	color:					<%=strTeamSalesText%>;
	padding:				4px;
}
.grayhead{
	background-color:		<%=strTeamSalesDarkGrey%>;
	color:					white;
	padding: 				7px 0px 8px 12px ;
	font-family:			Segoe UI, Calibri, Tahoma, Verdana, Sans-Serif;
	font-size:				110%;
	font-weight:bold;
}
.contacttext{
padding: 7px 0px 4px 12px;
}

table.reportleft th{
	background-image:		url('/images/th.gif');
	background-repeat:		repeat-x;
	background-color:		#9f1580;
	border:					1px outset;
	color:					white;
	text-align:				left;
}
table.reportleft th a{
	color:					white;
}
table.reportleft td{
	background-color:		#f7f7f7;
	border:					1px outset;
}

table.register th{
	/*background-image:		url('/images/th.gif');
	background-repeat:		repeat-x;*/
	background-color:       #666666;/*#9f1580;*/
	/*border:					1px outset;*/
	color:					white;
	text-align:				left;
	padding:	 				5px 5px 5px 12px;
}
table.register th a{
	color:					white;
}
table.register td{
	background-color:		#f7f7f7;
	/*border:					1px outset;*/
}
/* thursday 30th august 2007 - addition to include the lite button */
/* chrislaythorpe@harmony.co.uk */
.litebutton_top
{
	position:relative;
	background-repeat:no-repeat;
	background-position: bottom;
	width:100%;
	height:7px;
	background-image:url('/images/litebutton_top.gif');
}
.litebutton
{
	position:relative;
	width:100%;
	height: 100%;
	background-image:url('/images/litebutton_back.gif');
	background-repeat:no-repeat;
}
.litebutton_inner
{
	position:relative;
	padding:0px 10px 1px 10px;
}
.litebutton_inner a:link,.litebutton_inner a:visited,.litebutton_inner a:hover,.litebutton_inner:active
{
	color:#9c147f;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
.litebutton_bot
{
	position:relative;
	background-repeat:no-repeat;
	width:100%;
	height:7px;
	background-image:url('/images/litebutton_bot.gif');
}
.litebutton_break
{
	position: relative;
	height: 6px;
}

/* layout.css content here */

body {
	margin:			0px;
	padding:		0px;
	margin-top:		20px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		0.8em;
	color:			<%=strTeamSalesText%>;
}

#container {
	width:900px;
	margin:0px auto;
}

#container_content {
	width:888px;
	padding:0px 5px;
	border-left:solid 1px #e4e4e4;
	border-right:solid 1px #e4e4e4;
	float:left;
}

#header {
	border-bottom:			1px solid <%=strTeamSalesDarkGrey%>;
	height:					105px;
}

/*
#header_content {
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #d0d0d0;
	background-color:#fafafa;
	float:left;
}

#header_logo {
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:4px;
}

#header_search {
	float:right;
	*//*I've set this as a width because FF doesn't align images with text-align*//*
	width:300px;
	text-align:right;
	margin-right:10px;
	margin-top:15px;
	*//*border:solid 1px #ff0000;*//*
}
*/


.highlight {
	/*width:170px;*/
	/*border:solid 1px #FF0000;*/
	float:left;
}
.more{
text-align: right;
height:18px;
}
a.more:hover{
	text-decoration: none;
	}

#maincontent_home {
	/*This is for the homepage the top image needs to be 416 width*/
	/*border:solid 1px #00FF00;*/
	width:416px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}

#maincontent_internal {
	/*This is for the innernal pages*/
	/*width:601px;*/
	margin-left:		15px;
	float:				left;
	padding:			0px;

}
<%if bFF then%>
#maincontent_internal td{
	font-size:0.8em;
	}
<%end if%>


/* layout.css content ends */

/* elements.css content begins */
/*
.textbox_big {
	font-family: "Segoe UI", "Calibri", Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #666666;
	padding: 1px 3px 0px 3px;
	height: 27px;
	background-color: #eaeaf4;
	border: 1px solid;
	border-color: #999999;
}
.textbox {
	font-family: "Segoe UI", "Calibri", Tahoma, Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #451266;
	height: 19px;
	border: 1px solid;
	border-color: #741c84;
}
.textarea {
	font-family: "Segoe UI", "Calibri", Tahoma, Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #451266;
	border: 1px solid;
	border-color: #741c84;
}
.dropdown {
	font-family: "Segoe UI", "Calibri", Tahoma, Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #451266;
}
.button
{
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 14px;
	height: 27px;
}*/
/* elements.css content ends */
/* gooey_table.css content begins */
#gooeytable {
	width: 670px;
}

#gooeytable caption {
	padding: 0 0 5px 0;
	width: 670px;	 
	font: italic 90% "Segoe UI", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#gooeytable th {
	font: bold 100% "Segoe UI", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #721c82;
	border-right: 1px solid #c29ec9;
	border-bottom: 1px solid #c29ec9;
	border-top: 1px solid #c29ec9;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url('images/gooey_header.jpg') no-repeat;
}

#gooeytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c29ec9;
	background: none;
}

#gooeytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#gooeytable td.alt {
	background: #F5FAFA;
	color: #797268;
}
/* gooey_table.css content ends */
/* gooey_moo.css content begins */
.moo_container
{
	width: 650px;	
}
.moo_wrapper
{
	width: 650px;
	height: 15px;
	border-bottom: solid 1px #fff;
	padding: 0px 4px 4px 4px;

}
.moo_bubble
{
	width: 640px;
	margin: 0px 4px 4px 5px;
	padding: 4px 4px 4px 4px;


}

/* gooey_moo.css content ends */



/* Must be the last thing in the style sheet */



<!--[if gte IE 5.5]>

<![if lt IE 7]>

#alImg1 img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
#alImg1 { display: inline-block; }
#alImg1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='varyAlpha.png'); }
/*#sunsearch { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sunsearchlogo.png');}*/

<![endif]>
<![endif]-->

 .newsbullets{
 list-style-type:disc}






