/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address {
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #3a3a3a;
	background: #fff;
}

div#page-footer {
	/*background: #fff url('../i/layout/footer-bg.gif') bottom repeat-x;*/
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a#optix {
 color: #878787; border-bottom:1px dotted #878787;
}


a#optix:hover {
 color: #0B347D; border-bottom:1px dotted #0B347D;
}



dt	{
	font-weight: bold;
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

img#home-image {
	float: left;
	margin: 0px 15px 15px 0px;
}

hr {
	border: 0;
	display: block;
	height: 17px;
	background: url('../i/layout/page-break.gif') center center no-repeat;
	outline: none;
}

*hr {
height: 1px;}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/
body {
	font-size: 62.5%;
	/*background: url('../i/layout/header-bg.gif') top center repeat-x;*/
}
div.customform div.checkbox p {
	width: 400px;
}
div.quotetickerbg {
	background: url(../i/layout/quote-bg.jpg);
	height: 174px;
	width: 623px; 
	float: left;
	display:block;
}

div.quoteticker {
margin-top: 10px;
}

div.page-blue div#content div.quoteticker li {
	background: transparent;
}

div.page-blue div#content div.quoteticker li  {
	display: block;
	height: 154px;
	padding:0;
	margin: 0;

}

div.page-blue div#content div.quoteticker li p {
	padding:  0 15px;
	display:block;
	margin: 0;
}

div.page-blue div#content div.quoteticker li p span.quote{
	font-size: 1.5em;
	color: #444;
	
}

ol li {
	margin-top: 5px;
}

div.siteul-holder {
	float: left;
	width: 310px;
	text-align: left;
	margin: 0px 5px 0px 0px;
}
div.siteul-holder h2 { font-size: 1.3em; }
div#content #page-content ul.sitemap-col {
	float: left;
	width: 300px;
	text-align: left;
	font-weight: bold;
	line-height: normal;
}
div#content #page-content ul.sitemap-col li {
	margin-top: 2px;
	margin-bottom: 2px;
	background-position: left 6px
}
div#content #page-content ul.sitemap-col ul {
	text-align: left;
	font-weight: normal;
	margin: 1px 0px 3px 0px;
}

div.newsbox-light-blue h3,
div.newsbox-blue h3,
div.newsbox-green h3,
div.newsbox-orange h3{
				padding-top: 7px;
				background: url('../i/icons/book.png') 135px 0 no-repeat;
				height: 23px;
}

div.newsbox-light-blue,
div.newsbox-blue,
div.newsbox-green,
div.newsbox-orange{
  padding: 5px 10px;
}
/*
div.newsbox-light-blue{background: #e5f3f8;}
div.newsbox-blue{background: #e5f3f8;}
div.newsbox-green{background: #dffff6;}
div.newsbox-orange{background: #fce9de;}
*/
div.newsbox-light-blue ul li a,
div.newsbox-blue ul li a,
div.newsbox-green ul li a,
div.newsbox-orange ul li a{
  color: #3a3a3a;
}

div.page-blue div#content div.quoteticker li p span.quote-credit{
	font-size: 1.4em;
	font-style:italic;
	display:block;
	text-align:right;
	color: #003478;
	margin-top: 10px;
	
}

div#page-content {
	text-align: justify;
}

div#page-content h1 {
	text-align: left;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#content {
	font-size: 1.2em;
}

div#content p {
	margin: 1em 0;
	line-height: 1.5;
	text-align:justify;
}

div#content-right p {
	text-align: left;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #575859;
}

div#content h1 a {
	color: #003478;
}

div#content ol,
div#content ul {
	clear: both;
	display: block;
}

div#content ol,
div#content ul,
div#content-right ul {
	margin: 1em 0;
}
div#content ul li,
div#content-right ul li {
	display: block;
	margin: 3px 0px;
	padding-left: 10px;
}
div#content ol li,
div#content ul li {
	margin-left: 10px;
}
div#content ul li ul,
div#content-right ul li ul {
	margin: 0.5em 0;
}
div#content ul ul {
	margin: 0em 0;
}
div#content ul li ul li,
div#content-right ul li ul li {
	padding-left: 7px;
}
div#content ul ul li {
	padding-left: 17px;	
}
div#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

div#content ul li,
div#content-right ul li { background-position: left 4px; }
div#content-right ul.links li { background-position: left 1px center; }
div#content ul li,
div#content-right ul li { background-repeat: no-repeat; }

div#content ul#page-subNav {
	width: 580px;
	float: left;
	margin: 30px 20px 0px 30px;
	list-style: disc;
/*	background-color: Aqua;*/
}
*html div#content ul#page-subNav {
	margin: 30px 10px 10px 15px;
}
div#content ul#page-subNav li {
	float: left;
	width: 175px;
	height: 25px;
	margin: 8px 5px 8px 0px;
	padding: 0px 0px 0px 10px;
/*	background-color: Fuchsia;*/
}
div#content ul#page-subNav li a { color: #000; }

div#page-nav {
	width: 635px;
	float: left;
	background: url(../i/layout/page-nav-top.gif) top center no-repeat;
	padding-bottom: 30px;
/*	background-color: Green;*/
}
div#page-nav-bg {
	float: left;
	width: 635px;
	background: url(../i/layout/page-nav-bg.gif) bottom center no-repeat;
	margin-bottom: 10px;
/*	background-color: Lime;*/
}

div.page-light-blue div#page-nav-bg { background: url(../i/layout/page-nav-bg-light-blue.gif) bottom center no-repeat; }
div.page-green div#page-nav-bg { background: url(../i/layout/page-nav-bg-green.gif) bottom center no-repeat; }
div.page-orange div#page-nav-bg { background: url(../i/layout/page-nav-bg-orange.gif) bottom center no-repeat; }

div.page-blue a.link-black,
div.page-green a.link-black,
div.page-orange a.link-black,
div.page-light-blue a.link-black { color: #000; }

div.page-blue a.link-black-u,
div.page-green a.link-black-u,
div.page-orange a.link-black-u,
div.page-light-blue a.link-black-u { color: #000; text-decoration: underline; }

div.page-blue a.link-red,
div.page-green a.link-red,
div.page-orange a.link-red,
div.page-light-blue a.link-red {
	color: #e25b5c;
	display: block;
	margin-top: 2px;
}

div#home-mid-box a.link-red {
	color: #e25b5c;
	display: inline;
	margin: 0px;
}	


div.page-blue a.link-red:hover,
div.page-green a.link-red:hover,
div.page-orange a.link-red:hover,
div.page-light-blue a.link-red:hover {
	color: #ab4142;
}

div.page-blue a.contact-link,
div.page-green a.contact-link,
div.page-orange a.contact-link,
div.page-light-blue a.contact-link {
	color: #505050;
	padding: 8px 0px 16px 70px;
	margin: 10px 0px 0px 0px;
	display: block;
	background: url('../i/icons/mobile-icon.gif') left center no-repeat;
}
div.right-content-box a.extranet{
	background: url('../i/icons/extranet.jpg') left center no-repeat;
}
div.right-content-box a.email{
	background: url('../i/icons/email-alerts.jpg') 10px center no-repeat;
}
div.page-blue a.icon-feed,
div.page-green a.icon-feed,
div.page-orange a.icon-feed,
div.page-light-blue a.icon-feed {
	color: #757475;
	padding: 3px 0px 4px 20px;
	margin-right: 8px;
	background: url('../i/icons/feed.gif') left center no-repeat;
}

div.page-blue a.icon-archive,
div.page-green a.icon-archive,
div.page-orange a.icon-archive,
div.page-light-blue a.icon-archive {
	color: #757475;
	padding: 3px 0px 4px 16px;
	margin-right: 8px;
	background: url('../i/icons/archive.gif') left center no-repeat;
}

div.page-blue a.icon-archive:hover,
div.page-green a.icon-archive:hover,
div.page-orange a.icon-archive:hover,
div.page-light-blue a.icon-archive:hover,
div.page-blue a.icon-feed:hover,
div.page-green a.icon-feed:hover,
div.page-orange a.icon-feed:hover,
div.page-light-blue a.icon-feed:hover {
	color: #000;
}

div#page-content img {
	padding: 5px;
	border: solid 1px #e3e3e3;
	background: #fff;
	margin-bottom: 10px;
}

div#page-content img.noborder {
	border: none;
}

div#page-content img.align_left {
	float: left;
	margin-right: 20px;
}
div#page-content img.align_right {
	float: right;
	margin-left: 20px;
}

span.page-colour {
	text-decoration: none;
}

a.external-link {
	padding: 0px 20px 2px 0px;
	background: url('../i/icons/external-light.gif') right no-repeat;
}
a.external-link:hover {
	background: url('../i/icons/external.gif') right no-repeat;
}

form#search {
	margin-top: 10px;
}
form#search input, form#search select {
	border: 1px solid #839DB8;
	color: #003;
}
form#search select, form#search input {
	padding: 2px;
}
form#search input.text {
	padding: 3px;
}
form#search input.button {
	background: none;
	color: #08327B;
	border: none;
}

p.pags, #content p.pags{
	margin-top: 0px;
	display:block;
	background: #f4f4f4;
	padding: 6px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	margin-left: 30px;
}

div#page-content p.pags a.page, .results-pag p.pags a {
	/*border: 1px solid #D1D4DF;*/
	padding: 2px 6px;
	margin-right: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
}

div#page-content p.pags a.page:hover, p.pags a.active,  .results-pag p.pags a:hover  {
	border-width: 1px;
	text-decoration: none;
}

p.pags a.active,  .results-pag p.pags a.active:hover  {
	border: 1px solid #7789BF;
	text-decoration: none;
}


div.top-box {
	margin-bottom: 20px;
}

div.news-item {
	padding: 0;
}

div.deal-item {
	width: 175px;
	/*height: 390px;*/
	height: 360px; /**/
	border: 1px solid #A8CAF0;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

div#content div.deal-item div {
	height: 180px;
	text-align: center;
}
div#content div.deal-item div p { text-align: center; }

div.deal-item h2 {
	font-size: 1em;
	font-weight: bold;
	color: #08327A;
	text-align: center;
	height: 40px;
}

div.deal-image {
	float: none;
	margin: 0px auto;
	margin-bottom: 20px;
	height: 100px;
	/*height: 180px; */
}

div#page-content div.deal-image img {
	padding: 0px;
	margin: 0px auto;
	width: 130px;
	border: none;
	height: 100px;
}

div.page-break {
	height: 17px;
	width: 100%;
	display: block;
	background: url('../i/layout/page-break.gif') bottom center no-repeat;
}

div.staff-box {
	width: 297px;
	float: left;
	padding: 10px;
	display: block;
}

div.result {
	margin-top: 20px;
	padding-bottom: 10px;
	display: block;
	background: url('../i/layout/page-break.gif') bottom center no-repeat;
	}

div#page-content a {
	text-decoration: underline;
}
div#page-content a:hover {
	text-decoration: none;
}

table {
	border-spacing: 5px;	
}
table td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}

table.nospacing, table.nospacing tr, table.nospacing tr td {
	border: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

table.nospacing tr.grey td {
		background: #f8f8f8; 
		border: 1px solid #eee;
		padding: 10px;
}
/** EVENT TABLE STYLING **/
form#eventform{
	background: #e2e2e2;
	border: 1px solid #ccc;
	width: 400px;
	margin: 5px 0 30px 0;
}
table#event-ticket{
	width: 100%;
}
table#event-ticket tr td{
	border: none;
}
table#event-ticket tr td input.qty{
	width: 30px;
}

div#bottom-clear {
	float: left;
	width: 635px;
	height: 10px;
}
/***********************************************************************
	COLOURED PAGE STYLES
************************************************************************/
span.orange { color: #FF5800; }
span.dark-blue { color: #003478; }
span.light-blue { color: #0088CE; }
span.dark-green { color: #006A4D; }
span.light-green { color: #00A599; }
span.red { color: #971932; }
span.disclaimer {
	font-size: 0.8em;
	font-style: italic;
}

div.page-blue span.page-colour,
div.page-blue a,
div.page-blue h1 {
	color: #003478;
}

#content-right h1 { font-weight:bold; }

div.page-blue div#testimonial-box,
div.page-blue table td,
div.page-blue a.active { border-color: #003478; }

div.page-blue a.active { background: #fff; }

div.page-blue div#content ul li,
div.page-blue div#content-right ul li { background-image: url('../i/icons/arrow-blue.gif'); }
div.page-blue div#content ul li ul li,
div.page-blue div#content-right ul li { background: url('../i/icons/arrow-blue-small.gif') left 5px no-repeat; }
div.page-blue div#content ul ul li { background: url('../i/icons/arrow-blue-small.gif') 8px 5px no-repeat; }

div.page-green span.page-colour,
div.page-green a,
div.page-green h1 {
	color: #006A4D;
}

div.page-green div#testimonial-box,
div.page-green table td,
div.page-green a.active { border-color:  #006A4D; }

div.page-green a.active { background: #fff; }

div.page-green div#content ul li,
div.page-green div#content-right ul li { background-image: url('../i/icons/arrow-green.gif'); }
div.page-green div#content ul li ul li,
div.page-green div#content-right ul li { background: url('../i/icons/arrow-green-small.gif') left 5px no-repeat; }
div.page-green div#content ul ul li { background: url('../i/icons/arrow-green-small.gif') 8px 5px no-repeat; }

div.page-orange span.page-colour,
div.page-orange a,
div.page-orange h1 {
	color: #FF5800;
}

div.page-orange div#testimonial-box,
div.page-orange table td,
div.page-orange a.active { border-color: #FF5800; }

div.page-orange a.active { background: #fff;}


div.page-orange div#content ul li,
div.page-orange div#content-right ul li { background-image: url('../i/icons/arrow-orange.gif'); }
div.page-orange div#content ul li ul li,
div.page-orange div#content ul ul li,
div.page-orange div#content-right ul li { background: url('../i/icons/arrow-orange-small.gif') left 5px no-repeat; }
div.page-orange div#content-right ul ul li { background: url('../i/icons/arrow-orange-small.gif') 8px 5px no-repeat; }

div.page-light-blue span.page-colour,
div.page-light-blue a,
div.page-light-blue h1 {
	color: #0088CE;
}

div.right-content-box a{
color: #666666;
}



div.page-light-blue div#testimonial-box,
div.page-light-blue table td,
div.page-light-blue a.active { border-color: #0088CE; }

div.page-light-blue a.active { background: #fff; }

div.page-light-blue div#content ul li,
div.page-light-blue div#content-right ul li { background-image: url('../i/icons/arrow-light-blue.gif'); }
div.page-light-blue div#content ul li ul li,
div.page-light-blue div#content ul ul li,
div.page-light-blue div#content-right ul li { background: url('../i/icons/arrow-light-blue-small.gif') left 5px no-repeat; margin-left: 20px; padding-left: 15px; }
div.page-light-blue div#content-right ul ul li { background: url('../i/icons/arrow-light-blue-small.gif') 8px 5px no-repeat; }

div.page-blue a:hover,
div.page-green a:hover,
div.page-orange a:hover,
div.page-light-blue a:hover {
	color: #000;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#page-bg {
	width: 100%;
	height: 100%;
	background: url('../i/layout/header-bg.gif') top repeat-x;
}
div#container {
	width: 945px;
	margin: 0px auto;
}
div#header-main-site {
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 1.4em;
	color: #006;
}
a#header-logo{
	 background: url("../i/layout/header-logo.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 98px;
    letter-spacing: 133px;
    text-indent: -999em;
    width: 218px;
}
a#header-logo-connect {
	width: 235px;
	height: 75px;
	display: block;
	float: right;
	margin-top: 6px;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url('../i/layout/conn-logo.gif') no-repeat;
}


a.contact-top-link {
	display: block;
	float: right;
	clear: both;
	margin-top: 5px;
	width: 124px;
	font-size: 1.2em;
	color: #0A347C;
	font-weight: bold;
	background: url('../i/icons/email.gif') right no-repeat;
}
span.st_sharethis{
				float: right;
				clear: right;
				margin-top: 5px;
				color: #003478;
				font-size: 1em;
				font-weight: bold;
}
span.st_sharethis .stButton{
				padding: 0;
				margin: 0;
}
span.st_sharethis .stButton .chicklets{
				padding: 0;
				width: 16px;
				margin-left: 9px;
}
div#ts-holder {
	top: 23px;
	right: 24px;
	width: 300px;
	display: none;
	background: #FFF;
	position: absolute;
	border: solid 1px #6B95CF;
}
span#ts-header {
	color: #fff;
	display: block;
	font-size: 1.2em;
	background: #6B95CF;
	padding: 2px 0px 2px 5px;
}
form#top-search-form fieldset div#ts-holder div.ts-item {
	width: 290px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	background: url('../i/layout/search-break.gif') center bottom no-repeat;
}
div#content div.ts-item p { margin: 0px; }
div.ts-item a { display: block; }
div.ts-item a.ts-title {
	color: #6B95CF;
	font-size: 1.2em;
}
div.ts-item a.ts-info { font-size: 1.1em; }
div.ts-item a.ts-title:hover { text-decoration: underline; }

form#top-search-form {
	float: right;
	width: 170px;
	margin-top: 5px;
	position: relative;
}
form#top-search-form label {
	width: 220px;
	text-align: left;
	font-size: 1.2em;
	color: #929292;
	height: auto;
	margin-bottom: 3px;
}

form#top-search-form input#top-search-site {
	width: 140px;
	text-align: left;
	font-size: 1.2em;
	border: solid 1px #839db8;
	padding: 2px;
	font-size: 1em;
	height: 14px;
	background-color: #f9f9f9;
}
form#top-search-form input.input-loading {
	width: 140px;
	text-align: left;
	font-size: 1.2em;
	border: solid 1px #839db8;
	padding: 2px;
	font-size: 1em;
	height: 14px;
	background-repeat: no-repeat;
	background-position: right 1px;
	background-image: url('../i/layout/ajax-loader.gif');
}
form#top-search-form input#top-search {
	background: url('../i/icons/search.gif') 0px 5px no-repeat;
	width: 16px;
	height: 22px;
	margin-left: 5px;
	border: none;
	color: #08327b;
	text-indent: -999em;
	letter-spacing: 133px;
}

form#newsfilter label {
	float: left;
	width: 100px;
	line-height:1.6;
}

form#newsfilter input  {
	float: left;
}

form#newsfilter input.subm  {
	clear:both; display:block; width: 75px;
}

form#newsfilter input.keyword  {
	width: 170px;
}

form#newsfilter select  {
	float: left;
	width:200px;
}

div#container p.welcome-text {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	display:block;
	float:right;
	height: 174px;
	overflow:hidden;
	width: 240px;
	margin: 0;
	vertical-align:middle;
}
div#bread-crumb {
	width: 945px;
	margin: 50px 0 10px 0;
	
}
ul#breadcrumb {
	width: 945px;
	height: 15px;
}
ul#breadcrumb li {
	float: left;
	margin-right: 5px;
}
ul#breadcrumb li a {
	margin-left: 5px;
}
div#container div#main ul#breadcrumb li.share{
	width: 70px;
	float: right;

}
div.share span{
	margin: 0px;
}
div#disclaimer {
	float: left;
	width: 100%;
	margin: 20px 0px;
	color: #878787;
	line-height: 1.4;
}
div#footer-info {
	float: left;
	width: 591px;
	text-align: justify;
	margin: -4px 0px 0px 0px;
}
div#footer-info a { float: right; }
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 945px;
	height: 135px;
	display: block;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
#page-content ul, #page-content ol {
	line-height: 1.5;	
	text-align: justify;
}

div.content-box {
	width: 945px;
	background: url('../i/layout/content-box-bottom.gif') bottom no-repeat;
	margin-bottom: 10px;
}
div.content-box-no-height {
	min-height: 0px;
}
div.content-box-bottom {
	width: 945px;
	background: url('../i/layout/content-box-bottom.gif') bottom no-repeat;
	margin-bottom: 10px;
}
div#home-box,
div.content-box-top {
	width: 885px;
	padding: 15px 30px;
	background: url('../i/layout/content-box-top.gif') top no-repeat;
}
div#home-box {
	height: 466px;
	background: url('../i/layout/home-box-bg.jpg') top no-repeat;	
}
div.home-flash{
	width: 944px;
	height: 186px;
	margin-left: -42px;
	margin-top: -5px;
	margin-bottom: 15px;
}
div#home-content-box {
	width: 843px;
	background: #FFF;
	border: solid 1px #6b95cf;
	padding: 10px 20px;
	float: left;
/*	margin-top: 170px;*/
}

div#home-mid-box,
div#home-small-box-right,
div#home-small-box-left {
	float: left;
	width: 223px;
	height: 143px;
	padding: 10px 20px;
	margin: 5px 5px 0px 0px;
	background: #FFF;
	border: solid 1px #6b95cf;
}

/*Make the homepage a new link*/
#home-box #home-mid-box h1#newsboxlink a:link, #home-box #home-mid-box h1#newsboxlink a:active, #home-box #home-mid-box  h1#newsboxlink a:visited {color:#003478;font-size:1em; font-weight:normal; float:left;margin-top:0px;}
#home-box #home-mid-box h1#newsboxlink a:hover {}
.clearleft {clear:left;}
div#home-box a#newsviewmore {margin-top:2px;}

#newitemswithlink div.news-item h2 a:link, #newitemswithlink div.news-item h2 a:active, #newitemswithlink div.news-item h2 a:visited {color:#575859; text-decoration:none;}
#newitemswithlink div.news-item h2 a:hover {text-decoration:underline;}


div#home-small-box-right {
	margin: 5px 0px 0px 5px;
}
div#home-mid-box {
	width: 303px;
	margin: 5px 0px 0px 0px;
}
img#phone {
	float: left;
	margin: 0px 10px 0px 0px;
}
div#home-box a.view-more {
	color: #a6a5a5;
	float: right;
	margin: -15px 0px 0px 0px;
}
div#home-box a.view-more:hover {
	color: #000;
}
div.content-spacer {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.content-column-two {
	width: 420px;
	float: left;
}
div.content-column-three {
	width: 275px;
	float: left;
}
div.content-column-three h1 {
	min-height: 38px;
}
	*html div.content-column-three h1 {
		height: 38px;
	}
div.content-column-three p {
	text-align: justify;
}
div.column-space {
	margin-right: 25px;
}
div#emplyee-quote-box {
	width: 410px;
	display: block;
	padding: 0px 10px 30px 10px;
	margin-left: 10px;
	background-position: 20px bottom;
	background-repeat: no-repeat;
}
div.eBackground1 { background-image: url('../i/layout/emplyee-quote-blue.gif'); }
div.eBackground2 { background-image: url('../i/layout/emplyee-quote-aqua.gif'); }
div.eBackground3 { background-image: url('../i/layout/emplyee-quote-light-blue.gif'); }
div.eBackground4 { background-image: url('../i/layout/emplyee-quote-green.gif'); }
div.eBackground5 { background-image: url('../i/layout/emplyee-quote-red.gif'); }

div#container p.emplyee-quote {
	font-size: 1.2em;
}
div#emplyee-quote-image {
	width: 150px;
	height: 250px;
	float: right;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 0px 0px 0px 10px;
}
div#emplyee-quote-box img {
	float: right;
	margin: 18px 0px 0px 10px;
}
div.content-main {
	width: 635px;
	float: left;
	padding-right: 25px;
	background: url('../i/layout/page-vertical-divide.gif') right top no-repeat;
}
div.content-main p {
	text-align: justify;
}
div#content-right {
	width: 205px;
	padding-left: 20px;
	float: left;
}
div.right-content-box {
	width: 205px;
	float: left;
}
div.content-right-image-holder {
	width: 71px;
	height: 104px;
	padding: 5px 0px 0px 7px;
	margin: 2px 10px 0px 0px;
	display: block;
	float: left;
	background: url('../i/layout/side-image-holder.gif') no-repeat;
}
div.image-top-margin {
	margin: 10px 10px 0px 0px;
}
div.content-right-image,
a.content-right-image {
	width: 64px;
	height: 97px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
}
div.content-right-employee-name {
	width: 114px;
	/*padding: 67px 0px 0px 0px;*/
	display: block;
	float: left;
}
div#testimonial-box {
	width: 595px;
	margin-top: 20px;
	min-height: 130px;
	padding: 10px 20px;
	border-style: solid;
	border-width: 1px;
	background: #fff url('../i/layout/testimonial-bg-blue') bottom left no-repeat;
}
div#testimonial-info {
	width: 250px;
	margin-top: 10px;
	height: 80px;
}

div.page-blue div#testimonial-box { background: #fff  url('../i/layout/testimonial-bg-blue.gif') right 30px no-repeat; }
div.page-green div#testimonial-box { background: url('../i/layout/testimonial-bg-green.gif') right 30px no-repeat; }
div.page-orange div#testimonial-box { background: url('../i/layout/testimonial-bg-orange.gif') right 30px no-repeat; }
div.page-light-blue div#testimonial-box { background: url('../i/layout/testimonial-bg-light-blue.gif') right 30px no-repeat; }

/***********************************************************************
	NAVIGATION
************************************************************************/
ul#top-nav {
	float: left;
	width: 688px;
	height: 99px;
}
ul#top-nav li {
	float: left;

}
ul#top-nav li a {
	width: 160px;
	height: 49px;
	display: block;
	padding: 50px 0px 0px 12px;
	font-size: 1.3em;
	color: #838383;
}
ul#top-nav li a:hover, ul#top-nav li a.active {
	color: #fff;
}
ul#top-nav li ul{
	display: none;
	/*background-color: #FFF;*/
	background-repeat: repeat-x;
	background-position: 0 -99px;
	padding: 6px 0;
}

ul#top-nav li:hover ul{
	display: block;
}
ul#top-nav li.over ul{
	display: block;
}

ul#top-nav li#nav-blue a:hover, ul#top-nav li#nav-blue a.active { background: url('../i/layout/top-button-blue.gif') no-repeat; color: #fff; }
ul#top-nav li#nav-aqua a:hover, ul#top-nav li#nav-aqua a.active { background: url('../i/layout/top-button-light-blue.gif') no-repeat; color: #fff; }
ul#top-nav li#nav-green a:hover, ul#top-nav li#nav-green a.active { background: url('../i/layout/top-button-green.gif') no-repeat; color: #fff; }
ul#top-nav li#nav-orange a:hover, ul#top-nav li#nav-orange a.active { background: url('../i/layout/top-button-orange.gif') no-repeat; color: #fff; }
/*
ul#top-nav li#nav-blue:hover a.top, ul#top-nav li#nav-blue.over a.top { background: url('../i/layout/nav.gif') 0px 0px no-repeat; color: #fff; z-index:50; }
ul#top-nav li#nav-aqua:hover a.top, ul#top-nav li#nav-aqua.over a.top { background: url('../i/layout/nav.gif') -516px 0px no-repeat; color: #fff; z-index:50; }
ul#top-nav li#nav-green:hover a.top, ul#top-nav li#nav-green.over a.top { background: url('../i/layout/nav.gif') -172px 0px no-repeat; color: #fff; z-index:50;}
ul#top-nav li#nav-orange:hover a.top, ul#top-nav li#nav-orange.over a.top { background: url('../i/layout/nav.gif') -344px 0px no-repeat; color: #fff; z-index:50; }*/

ul#top-nav li ul#blue-sub-nav,
ul#top-nav li ul#green-sub-nav,
ul#top-nav li ul#orange-sub-nav,
ul#top-nav li ul#light-blue-sub-nav {
	width: 750px;
	height: 55px;
	position: absolute;
	z-index: 10;
	margin: 0px 0px 0px 0px;

}

ul#top-nav li ul#blue-sub-nav {
	margin: 0 0 0 0;
	/*background: url('../i/layout/nav_bg_blue.jpg') no-repeat;*/
}
ul#top-nav li ul#light-blue-sub-nav {
	margin: 0 0px 0px -172px;
	/*background: url('../i/layout/nav_bg_aqua.jpg') no-repeat;*/
}
ul#top-nav li ul#green-sub-nav {
	margin: 0 0px 0px -344px;
	/*background: url('../i/layout/nav_bg_green.jpg') no-repeat;*/
}
ul#top-nav li ul#orange-sub-nav {
	margin: 0 0px 0px -516px; 
	/*background: url('../i/layout/nav_bg_orange.jpg') no-repeat;*/
}

ul#top-nav li ul#blue-sub-nav li,
ul#top-nav li ul#green-sub-nav li,
ul#top-nav li ul#orange-sub-nav li,
ul#top-nav li ul#light-blue-sub-nav li {
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	white-space: nowrap;
}

ul#top-nav li ul#blue-sub-nav li a,
ul#top-nav li ul#green-sub-nav li a,
ul#top-nav li ul#orange-sub-nav li a,
ul#top-nav li ul#light-blue-sub-nav li a {
	width: auto;
	height: auto;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px;
	font-size: 1.1em;
	color: #838383;
/*	white-space: nowrap;*/
}

	*html ul#top-nav li ul#blue-sub-nav li a,
	*html ul#top-nav li ul#green-sub-nav li a,
	*html ul#top-nav li ul#orange-sub-nav li a,
	*html ul#top-nav li ul#light-blue-sub-nav li a {
		margin: 0px 2px 0px 2px;
	}

ul#top-nav li#nav-blue ul#blue-sub-nav li a:hover,
ul#top-nav li#nav-green ul#green-sub-nav li a:hover,
ul#top-nav li#nav-orange ul#orange-sub-nav li a:hover,
ul#top-nav li#nav-aqua ul#light-blue-sub-nav li a:hover {
	background: none;
	color: #000;
}

ul#top-nav li#nav-blue ul#blue-sub-nav li a {
	color: #003478;
}
ul#top-nav li#nav-green ul#green-sub-nav li a {
	color: #006A4D;
}
ul#top-nav li#nav-orange ul#orange-sub-nav li a {
	color: #FF5800;
}
ul#top-nav li#nav-aqua ul#light-blue-sub-nav li a {
	color: #0088CE;
}

ul li a.sub-active {
	font-weight: bold;
}

ul li a.sub-active span.sub-nav-divider, span.sub-nav-divider {
	font-weight: normal; color: #000;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 945px;
	height: 100px;
	margin: 0px auto;
}
div#footer-top {
	font-size: 1.2em;
}
div#footer-top a {
	color: #0b347d;
}
div#footer-bottom a:hover,
div#footer-top a:hover {
	color: #000;
}
div#footer-bottom ul,
div#footer-top ul {
	float: left;
	margin-top: 15px;
}
div#footer-bottom ul li,
div#footer-top ul li {
	float: left;
}
div#footer-bottom ul li a,
div#footer-top ul li a {
	float: left;
	margin-right: 15px;
}
ul#footer-top-left {
	width: 450px;
}
ul#footer-top-right {
	width: 370px;
}
a#footer-logo {
	width: 121px;
	height: 45px;
	float: left;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url('../i/layout/footer-logo.gif') no-repeat;
}
div#footer-bottom {
	float: left;
	width: 945px;
	margin-top: 10px;
}
span#ashfords-bottom {
	float: right;
	color: #878787;
}
div#footer-bottom ul {
	margin-top: 0px;
}
div#footer-bottom a {
	color: #878787;
}
/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{
	color: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
}*/

/***********************************************************************
	TOOLS
************************************************************************/
/* Fix IE. Hide from IE Mac \*/
*html ul#top-nav li#nav-blue ul#blue-sub-nav li,
*html ul#top-nav li#nav-green ul#green-sub-nav li,
*html ul#top-nav li#nav-orange ul#orange-sub-nav li,
*html ul#top-nav li#nav-aqua ul#light-blue-sub-nav li { float: left; }

*html ul#top-nav li#nav-blue ul#blue-sub-nav li a,
*html ul#top-nav li#nav-green ul#green-sub-nav li a,
*html ul#top-nav li#nav-orange ul#orange-sub-nav li a,
*html ul#top-nav li#nav-aqua ul#light-blue-sub-nav li a { height: 1%; }
/* End */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}
/***********************************************************************
	FORMS
************************************************************************/
fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	/*clear: both;*/
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}

form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before,
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input,
fieldset div select,
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message {
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend,
form.ddfm label,
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p,
form.ddfm .fmradio p,
form.ddfm textarea,
form.ddfm .fmfullblock,
form.ddfm .fmhalfblock,
form.ddfm .fmselect,
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend,
form.ddfm label,
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
/*	background-color: Aqua;
	float: left;*/
}

form.ddfm {
	text-align: left;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;
}

form.ddfm label {
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	clear: left;
}

form.ddfm label.fmtextlblwide {
	display: block;
	float: left;
	text-align: left;
	margin: 0 10px 0 1px;
	padding-bottom: 8px;
}

form.ddfm select.fmselect {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .fmcheck {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left;
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	font-size: 1.2em;
}


/*
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left;
	display: block;
}

form.ddfm input.fmverify {
	float: left;
	width: 22%;
	margin-bottom: 15px;
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px;
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left;
	display: block;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px;
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block;
	float: left;
	width: 27%;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left;
	display: block;
	width: 65%;
	padding: 3px;
}

.footer-logo-image {
	float: left; margin-right:15px;
}

div.excerpt{
	float: left;

	width: 636px;
}

div#content div.excerpt img{
/*	float: left;*/
}

div.checkbox{
/*	background-color: Green;*/
	width: 400px;
	float: left;
	padding-bottom: 14px;
	padding-top: 2px;
}
div#content div.checkbox p{
	padding: 0px;
	margin: 0px;
}
div.checkbox input, div.terms input, div.fmcheckbox input{
	border: none;
	width: 15px;
	margin-right: 6px;
	float: left;
	display: block;
}


@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		background:url(../i/layout/slider.png) no-repeat;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url(../i/layout/button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(../i/layout/button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(../i/layout/button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(../i/layout/button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
	}
	
	#myImageFlow {
		background:#fff;
		color:#000;
	}
	#myImageFlow .loading {
		border-color:#333;
	}
	#myImageFlow .loading_bar {
		background:#333;
	}
	#myImageFlow .slider {
		background:url(../i/layout/slider_dark.png) top left no-repeat;
	}
	#myImageFlow .scrollbar {
		border-bottom:1px solid #000;
	}

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #eeeeee; opacity: .60;filter:Alpha(Opacity=60); }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em; padding-left: 0.8em; padding-right: 0.8em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: transparent; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

.ui-dialog-titlebar {
	background: url('../i/layout/jqueryui/ui-bg_glass_60_eeeeee_1x400.png');
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #293E5F/*{borderColorDefault}*/; background: #9BA9BF/*{bgColorDefault}*/ url(../i/layout/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #293E5F/*{borderColorHover}*/; background: #9BA9BF/*{bgColorHover}*/ url(../i/layout/jqueryui/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../i/layout/jqueryui/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../i/layout/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../i/layout/jqueryui/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../i/layout/jqueryui/ui-icons_3383bb_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../i/layout/jqueryui/ui-icons_3383bb_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../i/layout/jqueryui/ui-icons_3383bb_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../i/layout/jqueryui/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../i/layout/jqueryui/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../i/layout/jqueryui/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../i/layout/jqueryui/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../i/layout/jqueryui/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

div#tabs, div#tabs-projects {
	border: none;
	padding: 0px;
}

div.tab5 p {
	width: 600px;
}

div.subt {
	clear: both;
	float: left;
	margin-left: 5px;
}

input.catbox {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

label.linkbox {
	float: left;
	width: auto;
}

div.tab5 div.sectorbox h2 {
	margin-bottom: 4px;
}

div.flash_movie {
	/*border-bottom: 1px solid #CED8F2;
	border-left: 1px solid #CED8F2;
	border-top: 1px solid #CED8F2;*/
}

div#tabs ul, div#tabs-projects ul {
	margin: 0px;
	border: none;
	background: none;
	padding: 0px;
	clear: none;
	border-left: 1px solid #f2c36b;
}

a.logoutlink {
	color: #900;
}

div#tabs ul li, div#tabs-projects ul li {
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	border-right: 1px solid #f2c36b;
	border-top: 1px solid #f2c36b;
	padding-left: 0px;
}

div#tabs ul li.ui-state-default, div#tabs-projects ul li.ui-state-default {
	background: #f7de95;
}

div#tabs ul li.ui-state-active, div#tabs-projects ul li.ui-state-active {
	background: #FFF;
}

div#tabs div.ui-tabs-panel, div#tabs-projects div.ui-tabs-panel {
	padding: 0px;
	clear: both;
	background-color: #fff;
}

table#connect {
	border-spacing: 0px;
	border: 1px solid #CCC;
	margin: 10px;
	width: 655px;
}

table#connect thead tr {
	border-bottom: 1px solid #CCC;
	background: #606c88; /* Old browsers */
	background-color: #606c88; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNmM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRjNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-8 */
color: #fff;
}
html body div#page-footer.connections div div#container div#main.page- div#content div#connections-right div#tabs.ui-tabs div#ui-tabs-1.ui-tabs-panel table#connect thead tr{
	background-color: #606c88;
}
html body div#page-footer.connections div div#container div#main.page- div#content div#connections-right div#tabs-projects.ui-tabs div#ui-tabs-1.ui-tabs-panel table#connect thead tr td{
	background-color: #606c88;
}
table#connect tr:nth-child(odd){ background-color:#eee; }
table#connect tr:nth-child(even){ background-color:#fff; }


table#connect a {
	font-weight: bold;
}

a.add-company {
	margin-left: 10px;
}

table#connect td {
	border: none;
	padding-left: 8px;
	padding-right: 8px;
}

div.compinf {
	padding: 10px;
	border: 1px solid #CCC;
	width: 358px;
	margin-top: 10px;
	line-height: 1.6em;
	font-size: 1.3em;
}

div.prologo {
	text-align: right;
	height: 100px;
	font-size: 1.3em;
}

div.prologo img {
	float: left;
	margin-right: 20px;
}

div.proleftcol {
	float: left;
	width: 380px;
}

div.prorightcol {
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	width: 270px;
}

div.compintro {
	margin-bottom: 10px;
}

div.prorightcol h2 {
	display: block;
	height: 18px;
	padding-top: 3px;
}

div.prorightcol p {
	margin: 10px;
	font-size: 1.1em;
}

div.prorightcol p a {
	color: #039;
}

div.proleftcol iframe {
	margin-top: 10px;
}

div.sectorbox {
	width: 250px;
	/*float: left;*/
	margin: 15px;
	margin-top: 0px;
}


div.columntest{
/*	-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px; 

-webkit-column-fill:auto;
    -moz-column-fill:auto;
    column-fill:auto;*/


}

div.connections div#content div#connections-right div.column1{
	float: left;
	/*width: 200px;*/
	padding-top: 10px;
	/*border-right: 1px solid #ccc;*/
}
div.connections div#content div#connections-right div.column2{
	float: left;
	padding-top: 10px;
	/*width: 200px;*/
}
/*div.connections div#main div#content div#connections-right div.columntest h2*/
div.connections div#main div#content div#connections-right div.sectorbox h2{
	color: #98243B;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 10px;
	
}
div.connections div#main div#content div.sectorbox{
/*	-webkit-column-break-inside:avoid-column;
    -moz-column-break-inside:avoid-column;
    column-break-inside:avoid-column;
    break-inside:avoid-column;*/
    margin-bottom: 4px;
}
div.connections div#main div#content div#connections-right div#tabs h2{
/*		-webkit-column-break-before:always;
    -moz-column-break-before:always;
    column-break-before:always;
    break-before:always;*/
    
    
    /*color: purple;*/
}

div.subsector {
	margin-top: 5px;
	margin-left: 10px;
}

div.subsector a {
	display: block;
	margin-top: 2px;
}

div#connections-right a#hideCats {
	float: left;
	left: -15px;
	width: 15px;
	height: 15px;
	padding: 0px;
	display: block;
	text-align: left;
	position: absolute;
	text-indent:-999em;
	letter-spacing:133px;
	background: url('../i/layout/side-colapse.gif') no-repeat;
}
div#connections-right a#showCats {
	float: left;
	width: 15px;
	height: 15px;
	padding: 0px;
	display: block;
	text-align: left;
	position: absolute;
	text-indent:-999em;
	letter-spacing:133px;
	margin: 0px -24px 0px 0px;
	background: url('../i/layout/side-expand.gif') no-repeat;
}

div#connections-right {
	position: relative;
	float: left;
	width: 680px;
	/*border-left: 1px solid #CED8F2;*/
}

div#connections-left h1 {
	background: url('../i/layout/bghead.jpg') repeat-x;
	height: 21px;
	padding: 5px;
	padding-left: 10px;
	color: #FFF;
	display: block;
}

div.companyinfo {
	margin-top: 10px;
	padding: 10px;
}

a#header-logo-connect {
	background: url('../i/layout/conn-logo.jpg') no-repeat;
}

div#connections-intro {
	color: #08347F;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	position: relative;
}
div#connectInfo {
	left: 170px;
	top: 0px;
	z-index: 100;
	width: 400px;
	background: #fff;
	padding: 10px;
	border: solid 1px #000;
	position: absolute;
}
div#connections-intro-left {
	float: left;
	width: 150px;
	margin-right: 20px;
}
div#connections-intro a#toggleInfo {
	float: left;
	clear: left;
	width: 125px;
	margin: 0px 0px 0px 25px;
	text-decoration: underline;
}
div#connections-intro a#toggleInfo:hover { text-decoration: none; }

img#key-image { margin-top: 5px; }
div#connections-intro img#drag-tool { margin-top: 5px; float: right; }

div#content div#connections-intro div#connectInfo p {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

form#connections-login {
	margin-top: 20px;
}

div#connections-error {
	width: 540px;
	padding-top: 1px;
	margin-left: 40px;
	clear: both;
}

div#content div#connections-error p {
	color: #039;
	font-size: 1.2em;
	font-weight: bold;
}

div#connections-intro img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div#content div#connections-intro p {
	padding: 8px 0px 0px 0px;
}

div#connections-left {
	float: right;
	width: 263px;
	height: 433px;
	margin-top: 31px;
	color: #082C78;
	position: relative;
	overflow: auto;
	margin-bottom: 10px;
	background: url('../i/layout/leftbg.jpg') no-repeat;
	/*border: 1px solid #CED8F2;*/
}

div#connectlinks {
	padding: 5px;
	
	width: 235px;
}

div#tabs div.ui-tabs-panel {
	border: 1px solid #f2c36b;
	min-height: 433px;
}
div#tabs-projects div.ui-tabs-panel {
	border: 1px solid #f2c36b;
	min-height: 433px;
}


div.catreq {
	color: #030;
	font-weight: bold;
}

form#reqcat, form#srch {
	padding: 30px;
	width: 400px;
	float: left;
	margin: 10px;
	background: #EEE;
}

form#reqcat input#submit, form#srch input#submit {
	float: right;
	margin-top: 10px;
	margin-right: 23px;
}

div#connections-left h2 {
	padding-left: 10px;
	padding-right: 10px;
}

div#connections-left div.morecompanyinfo {
	background: url('../i/layout/leftbg.jpg') bottom no-repeat;
	border-bottom: 1px solid #CED8F2;
	padding: 10px;
	padding-top: 0px;
	/*text-align: right;*/
}

div#connections-left div.morecompanyinfo a {
	margin-top: 3px;
	display: block;
}

a.viewprofile {
	padding-left: 20px;
	color: #060;
	font-weight: bold;
	background: url('../i/icons/profile.png') left no-repeat;
}

a.flaginterested {
	padding-left: 20px;
	color: #060;
	font-weight: bold;
	background: url('../i/icons/interested.png') left no-repeat;
}

div#connections-left span {
	text-align: right;
	display: block;
	padding-left: 40px;
	margin-top: 5px;
}

div#connections-left h2 {
	padding-top: 6px;
	padding-bottom: 2px;
	font-size: 1.4em;
	/*text-align: right;*/
}
div#connections-left h2.cat-expander {
	margin: 5px 0px;
	cursor: pointer;
	cursor: hand;
	padding: 0px 20px 5px 0px;
	border-bottom: solid 1px #ccc;
	background: url('../i/icons/arrow_left.gif') right center no-repeat;
}
div#connections-left h2.cat-open {
	border-bottom: none;
	background: url('../i/icons/arrow_down.gif') right center no-repeat;
}
div.subcats {
	border-bottom: solid 1px #ccc;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
div#connections-left form div p {
	color: #f32424;
	font-size: 1.2em;
	text-align: right;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
div#connections-left form label {
	width: 250px;
	height: auto;
	text-align: right;
	font-size: 1.2em;
	padding: 5px 0px;
}
div#connections-left form input {
	width: 202px;
	float: right;
	font-size: 1.2em;
	padding: 2px 3px;
	text-align: right;
	margin-bottom: 5px;
}
div#connections-left form input#submit {
	width: auto;
	float: right;
}
div#connections-left a.tog {
	display: block;
	font-size: 1.4em;
	padding: 0px 20px 2px 2px;
	text-align: right;
	background: url('../i/layout/un.gif') right no-repeat;
}

div#connections-background {
	float: left;
	clear: left;
	width: 100%;
	background: url('../i/layout/smoke-background.jpg') bottom left no-repeat;
}

div#connections-left a.interested {
	background: url('../i/layout/tick.gif') right no-repeat;
}


div.submit input.csubmit {
	margin-left: 102px;
}

div#content p.termstext {
	text-align: right;
	padding-right: 45px;
}

div.notify {
	padding: 10px;
	color: #060;
}

div.cformel {
	float: left;
	width: 500px;
}

div.selector {
	width: 450px;
	float: left;
}

form#setup-company label {
	width: 180px;
	text-align: left;
}

form#setup-company input {
	width: 250px;
}

form#setup-company select {
	width: 254px;
}

div.connections form label {
	width: 180px;
	text-align: left;
}
div.connections form input {
	width: 250px;
}
div.connections form select {
	width: 254px;
}


form#setup-company select#Anonymous {
	width: 350px;
}

form#setup-company textarea#Intro {
	width: 344px;
	height: 80px;
	font-size: 1.1em;
}

form#setup-company h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.connections form h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.form-note {
	margin-bottom: 10px;
	color: #0B357D;
	width: 370px;
	float: right;
}

.prettyLoader{
	background: url(../i/layout/prettyLoader.png) top left no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 30000;
}

.prettyLoader img{
	display: block;
	margin: 7px 0 0 7px;
}

.pl_ie6{
	background-image: url(../i/layout/prettyLoader.gif);
}

div#company-login .error {
	margin-left: 100px;
}

div#company-login {
	width: 600px;
	padding-left: 340px;
	height: 300px;
	background: url('../i/layout/connectbg.jpg') left no-repeat;
	background-color: #fff;
	border: 1px solid #ADBDDC;
	float: right;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a.add-company {
	padding: 5px;
	display: block;
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #0B357D;
}

span.clearall {
	display: block;
	clear: both;
}

a#clear-all {
	display: block;
	width: 80px;
	height: 21px;
	text-align: left;
	text-indent: -999em;
	letter-spacing: 133px;
	float: right;
	background: url('../i/layout/clearall.gif') left no-repeat;
}

a.logout-link {
	width: 80px;
	height: 21px;
	float: right;
	text-align: left;
	text-indent: -999em;
	letter-spacing: 133px;
	display: block;
	margin-right: 5px;
	background: url('../i/layout/logout.gif') left no-repeat;
}



/**********events cart merge test 7-02-11 TFJ**********************/
form#cart table{
		border-spacing: 0;
		border: 1px solid #d6d6d6;
		width: 100%;
		margin-top: 5px;
}
form#cart table td{
	border: none;
}
form#cart table tr.total td{
	background-image: url(../i/layout/cartformbottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
form#cart table tr td{	
	border-bottom: 1px solid #D6D6D6;
}
form#cart table thead{
	background-color: #ededed;
	border-bottom: 1px solid #d6d6d6;
	height: 24px;
	background-image: url(../i/layout/cartformhead.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
form#cart table thead th.quantcol{
	width: 40px;
}
form#cart table tr td input.quantwidth{
	width: 40px;
}
form#cart table tr td a.removeticket{
	background-image: url(../i/icons/delete.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
div#content form#cart label.discount{
	padding-top: 4px;
	width: 410px;
	text-align: right;
}
div#payment-method img{
	float: right;
}
div#content a.gotocheckout{
	width: 316px;
	background-color: #0b347d;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-right: 1px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	float: left;
	
}
div#content a.gotocheckout:hover{
	background-color: #264e96;
	
}
form#discount{
	text-align: right;
}
form#discount label{
	width: 470px;
	margin-top: 4px;
	text-align: right;	
}
form#discount input{
	margin-top: 4px;
}

div#content form.checkout label{
	text-align: left;
	display: block;
	float: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: auto;
}

div#content form.checkout h4{
	margin-top: 4px;
	margin-bottom: 2px;
}
div.eachticket{
	border-bottom: 1px solid #ccc;
}

a.repeatforall{
	display: block;
	text-align: right;
	padding-right: 45px;
}

a.payment-method{
	display: block;
	padding: 5px 10px;
	background: #e2e2e2;
	border: 1px solid #ccc;
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/**************************************************************/

div.matter-section div.form-item {
	background: #EEE;
	padding-top: 10px;
	border: 1px solid #CCC;
}

p.pnote strong {
	color: #003;
}

span.blue{
	font-size: 0.8em;
	color: #666;
}

div.feedform label {
	width: 12%;
	text-align: left;
}

div.feedarea {
	background: #EEEEEE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

h2.twithead {
	font-weight: bold;
	padding-left: 30px;
	background: url('../i/icons/twitter.gif') left bottom no-repeat;
}



/***some connections styling************/
div.connections{
	background-image: url(../i/layout/connections-vibrant.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
		
}
div#vibrant{
	background-image: url(../i/layout/conn-header-repeat.jpg);
	background-repeat: repeat-x;
}

div.connections div#header-main-site{
	color:red;
	margin-top: 21px;
}
div.connections div#header-main-site a.conn-back{
	margin-bottom: 5px;
	display: block;
}
div.connections div#header-main-site a.conn-nav{
	float: left;
	padding: 3px;
	background: #042263;
	color: #fff;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*margin-left: -3px;*/
	
	
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 


          
          
  

}
div.connections div#header-main-site a.conn-nav:hover{
	background-color: #96243D;
	/*margin-left: -2px;
	margin-right: 12px;*/
  	padding-top: 10px;   
          
  

}

div.connections div#main{
	padding-top: 20px;
}

div.connections div.form-section{
	background-color: #EDEDED;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   
   
   padding: 20px;
   width: 900px;
   
   
   
  background-color: #EDEDED;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#ffffff)); 
  background-image: -webkit-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:    -moz-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:     -ms-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:      -o-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:         linear-gradient(top, #EDEDED, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#ffffff'); 

 border: 1px solid #BCBCBC;    
 
 
 	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;       
   
}
div.connections div.form-section:hover{
	border: 1px solid #5ea77a;
	background-color: red;
}


div.connections div.form-note{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   
   
   background-color: #5ea77a;
   color: #fff;
   padding: 10px;
   position: relative;
   clear: right;
}
div.connections div.form-note img{
	margin-left: -75px;
	position: absolute;
}
div.connections div.client-number{
	margin-top: -50px;
}
div.connections div.client-number img{
	top: 46px;
}
div.connections div.anonymous{
	margin-top: 0px;
}
div.connections div.anonymous img{
	top: 20px;
}
div.connections div.auto-matching{
	margin-top: 0px;
}
div.connections div.auto-matching img{
	top: 20px;
}
div.connections div.company-intro{
	margin-top: 25px;
}
div.connections div.company-intro img{
	top: 10px;
}
div.connections form#setup-company textarea#Intro{
	width: 443px;
}
div.connections form textarea{
	width: 443px;
	clear: left;
	display: block;
}
div.connections form#setup-company select#Anonymous{
	width: 447px;
}
div.connections form#setup-company select#Alert{
	width: 447px;
}

div.connections form#setup-company div.selector input {
	width: 15px;
	outline: none;
	border: none;
	float: left;
}
div.connections form#setup-company div.selector label{
	
}

div.connections input.add{
padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #495573;
	color: #fff;
	border: none;
	float: right;
	margin-right: 14px;
		-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   
   
   	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	 	background-repeat: no-repeat;
 	background-position: 180px -50px;
}
div.connections input.add:hover{
	padding-right: 30px;
  	background-color: #5EA77A;
 	background-image: url(../i/layout/connadd.png);
 	background-repeat: no-repeat;
 	background-position: 180px center;
}

div.connections  input.button{
padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #495573;
	color: #fff;
	border: none;
	float: right;
	margin-right: 14px;
		-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   
   
   	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	

}
div.connections  input.button:hover{
	padding-right: 10px;
  	background-color: #5EA77A;
}


div.conn-quicks{
	float: left;
	width: 933px;
	background-color: #4B807D;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	
	background-image: -moz-linear-gradient(top, #ededed, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#ffffff));
background-image: -o-linear-gradient(top, #ededed, #ffffff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #ededed, #ffffff);

}
div.connections div.conn-quicks a{
	font-size: 1.5em;
	margin: 0px;
	margin-left: 5px;
}
div.connections div.conn-quicks a.add-company{
	padding-left: 25px;
	padding-right: 25px;
}
div.connections div.conn-quicks a.add-company:hover{
	padding-right: 50px;
}



div.connections div.success{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   /*-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;*/
   
   background-color: #5ea77a;
   color: #fff;
   padding: 10px;
   background-image: url(../i/layout/conn-success.gif);
   background-repeat: no-repeat;
   background-position: 20px center;
   padding-left: 60px;
}
div.connections div.success a{
	color: #fff;
	text-decoration: underline;
}


div.connections div.choice{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   /*-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;*/
   background-color: #5ea77a;	
   
   padding: 20px;
   margin-top: 10px;
              
            
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

      

 border: 1px solid #BCBCBC;   
}

div.connections div.choice a{
	color: #0b347d;
}
div.connections div.choice p{
	color:  #444444;
}

div.connections div#tabs ul li a {   	
-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
}
div.connections div#tabs ul li a:hover{
	background-color: #F2C36B;
	color: maroon
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

div.connections div#tabs-projects ul li a {   	
-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
}
div.connections div#tabs-projects ul li a:hover{
	background-color: #F2C36B;
	color: maroon
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

div#connections-left{
	border: 1px solid #f2c36b;
	border-left: none;
}

div.connections div.subsector a{
	padding: 0px;
	margin: 0px;
-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
div.connections div.subsector a:hover {
	background-color: #042263;
	color: #fff;
	padding-left: 10px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px; 

    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.80);
}

div.connections div.sectorbox h2{
	color: #0b347d;
}

div.connections form#reqcat, div.connections form#srch{
		background-color: #EDEDED;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
   
   padding: 20px;
   margin-left: 125px;
   margin-top: 50px;
   
   
   
  background-color: #EDEDED;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#ffffff)); 
  background-image: -webkit-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:    -moz-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:     -ms-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:      -o-linear-gradient(top, #EDEDED, #ffffff); 
  background-image:         linear-gradient(top, #EDEDED, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#ffffff'); 

 border: 1px solid #BCBCBC;    
}



div.connections a.add-company{
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #495573;
	color: #fff;
	border: none;
	float: right;
	margin-right: 14px;
		-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   /*-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;*/
   
   	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	 	background-repeat: no-repeat;
 	background-position: 120px center;
}
div.connections a.add-company:hover{
	padding-right: 30px;
  	background-color: #5EA77A;
 	background-image: url(../i/layout/connadd.png);
 	background-repeat: no-repeat;
 	background-position: 120px center;
}

div.connections a.add-project{
	padding: 30px;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #495573;
	color: #fff;
	border: none;
	float: right;
	margin-right: 14px;
		-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   /*-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;*/
   
   	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	 	background-repeat: no-repeat;
 	background-position: 120px center;
}
div.connections a.add-project:hover{
	padding-right: 50px;
  	background-color: #5EA77A;
 	background-image: url(../i/layout/connadd.png);
 	background-repeat: no-repeat;
 	background-position: 120px center;
}

div.connections a.add-offer{
	padding: 30px;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #495573;
	color: #fff;
	border: none;
	float: right;
	margin-right: 14px;
		-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;        
   /*-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;*/
   
   	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	 	background-repeat: no-repeat;
 	background-position: 110px center;
}
div.connections a.add-offer:hover{
	padding-right: 50px;
  	background-color: #5EA77A;
 	background-image: url(../i/layout/connadd.png);
 	background-repeat: no-repeat;
 	background-position: 110px center;
}

div.connections div#content div#connections-right div.ui-tabs div.ui-tabs-panel p{
	padding-left: 10px;
}

div.sectorbox div.subt{
	padding: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 1em;
	margin: 1px;

	color: #000;
	border: none;
}
div.sectorbox div.chosen{
	padding: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 1em;
	margin: 1px;
	background-color: #5ea77a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	color: #fff;
	border: none;
}
div.sectorbox div.subt label{
	height: auto;
}


div.ui-draggable{
	-moz-box-shadow:0px 0px 10px #000000;
-webkit-box-shadow:0px 0px 10px #000000;
box-shadow:0px 0px 10px #000000;
}
div.ui-dialog-titlebar{
	background: #606c88; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNmM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRjNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-8 */
color: #fff;


}

div.compinf{
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

}


a.print{
	
	background-image: url(../i/icons/printer.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding: 5px;
	padding-left: 20px;
	
-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	
}

form#connections-login label{
	text-align: right;
}





