
body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	background-image:url('../Skins/Availpro Corporate skin/images/bg.jpg');
	background-repeat: repeat-x;
}

body div.pageContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div.content div.text p {
	font-family: Arial;
	font-size: 12px;
	color: #656565;
}

.clear {
	clear:both;
}

h1
{
	color: #005078;
}

h2 {
	margin-top: 12px;
	margin-left: 8px;
	margin-right: 25px;
	font-size: 1.4em;
	color: #005078;
	border-bottom: 1px #005078 solid;
	font-weight: bold;
	font-family: Arial;
}

h3 {
	font-weight: bold;
	color: #0F7BC9;
	margin-bottom: 0;
	padding-bottom: 0;
}

hr {
	width: 70%;
	border: 0;
	color: White;
	border-bottom: 1px dotted #656565;
	text-align: left;
}

a {
	color: #285EA6;
	font-weight: bold;
}

a:hover {
	color: #285EA6;
}

a img {
	border: 0;
}

div.header
{
	clear: both;
	/*overflow: auto;*/
	height: 145px;
	margin-left: 10px;
}

div.pageContainer
{
	width: 880px;
}

div.pageContainer div.loginPage a
{
	color: #4D9EC2;
	text-decoration: underline;
}

div.pageContainer div.header div.logo
{
/*
	background-image: url('../Skins/Availpro Corporate skin/images/logo.gif');
	background-repeat: no-repeat;
*/
	width: 226px;
	height: 120px;
	margin-top: 16px;
	float: left;
}

div.pageContainer div.header div.authentication
{
	float: right;
	color: #FFFFFF;
	margin-right: 10px;
}

div.pageContainer div.header div.authenticationPopup
{
	position: absolute;
	margin-left: -220px;
	z-index: 100;
}

div.pageContainer div.header div.authenticationPopup a
{
	color: #FFFFFF;
}

div.pageContainer div.header div.authentication div.loginForm
{
	display: block;
	background: #2E94C7;
	width: 190px;
	height: 150px;
	overflow: hidden;
	padding:10px;
		
	display: none;
}

div.pageContainer div.header div.authentication div.loginForm label
{
	width: 150px;
	display: block;
	float: left;
}

div.pageContainer div.header div.authentication div.loginForm input[type=text],
div.pageContainer div.header div.authentication div.loginForm input[type=password]
{
	display: block;
	width: 120px;
	float: left;
}

div.pageContainer div.header div.authentication div.button
{
	background-image: url('../Skins/Availpro Corporate skin/images/header/authentication.png');
	background-repeat: no-repeat;
	width: 220px;
	height: 24px;

	padding-top: 11px;
	padding-left: 24px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

div.pageContainer div.header div.languages
{
	width: 70px;
	height: 36px;
	float: right;
/*	border: 1px red solid;*/
}

div.pageContainer div.header div.languages div.languageSelector
{
	clear: both;
	margin-top: 12px;
	font-size: 0.8em;
	cursor: pointer;
	text-transform: uppercase;
	
	/*border: 1px red solid;*/
	height: 20px;
}

div.pageContainer div.header div.languages div.languageSelector div.languagesFlags
{
	float:left;
	background-image:url('../Skins/Availpro Corporate skin/images/header/lang/combo-content.gif');
	background-repeat: no-repeat;
	width: 46px;
	height: 19px;
}

div.pageContainer div.header div.languages div.languageSelector div.expandedFlags div.row
{
	clear: both;
	cursor: pointer;
	overflow:auto;
	padding-bottom: 3px;
}

div.pageContainer div.header div.languages div.languageSelector div.expandedFlags div.row a
{
	text-decoration: none;
}

div.pageContainer div.header div.languages div.languageSelector div.expandedFlags div.row a img
{
	border: 0;
}

div.pageContainer div.header div.languages div.languageSelector div.expandedFlags div.row:hover
{
	background: #E1E1E1;
}

div.pageContainer div.header div.languages div.languageSelector div.languagesFlags div.row
{
	clear: both;
}

div.pageContainer div.header div.languages div.languageSelector div.languagesFlags div.flag
{
	float:left;
	padding-top: 4px;
	padding-left: 8px;
}

div.pageContainer div.header div.languages div.languageSelector div.languagesFlags div.caption
{
	float:left;
	padding-top: 3px;
	padding-left: 4px;
}

div.pageContainer div.header div.languages div.languageSelector.expanded div.languagesFlags
{
	background-image:url('../Skins/Availpro Corporate skin/images/header/lang/combo-content-expanded.gif');
	background-repeat: no-repeat;
}

div.pageContainer div.header div.languages div.languageSelector div.expandedFlags
{
	display: none;
}

div.pageContainer div.header div.languages div.languageSelector.expanded div.expandedFlags
{
	border-left: 1px #E1E1E1 solid;
	border-right: 1px #E1E1E1 solid;
	border-bottom: 1px #E1E1E1 solid;
	display: block;
	clear: both;
	background: #FFFFFF;
	width: 42px;
	overflow:auto;
	margin-left: 3px;
	margin-top: 8px;
	/*border: 1px red solid;*/
	
	position: absolute;
	z-index: 100;
}

div.pageContainer div.header div.languages div.languageSelector.expanded div.flag
{
	float:left;
	padding-top: 4px;
	padding-left: 4px;
}

div.pageContainer div.header div.languages div.languageSelector.expanded div.caption
{
	float:left;
	padding-top: 3px;
	padding-left: 4px;
}


div.pageContainer div.header div.languages div.languageSelector div.languageSelectorArrow
{
	float:left;
	background-image:url('../Skins/Availpro Corporate skin/images/header/lang/combo-arrow.gif');
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

div.pageContainer div.header div.menu
{
	display:block;
	color: #404040;
	float: right;
	margin-top: 84px;
	padding: 0;
	padding-right: 10px;
	width: 600px;
	text-align: right;
}

div.pageContainer div.header div.menu .localizedTabsMenu
{
	float: right;
}

div.pageContainer div.header div.menu .localizedTabsMenu div
{
	display: block;
	float: left;
}

div.pageContainer div.header div.menu .localizedTabsMenu span.itemLeft
{
	display: block;
	float: left;
	width: 0;
	height: 26px;
}

div.pageContainer div.header div.menu .localizedTabsMenu span.itemContent
{
	display: block;
	float: left;
	height: 26px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	color: #FFFFFF;
}

div.pageContainer div.header div.menu .localizedTabsMenu span.itemRight
{
	display: block;
	float: left;
	width: 0;
	height: 26px;
}

div.pageContainer div.header div.menu .currentLocalizedTab span.itemLeft
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-left.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
}

div.pageContainer div.header div.menu .currentAdminLocalizedTab span.itemLeft
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-left.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
}

div.pageContainer div.header div.menu .currentLocalizedTab span.itemContent
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-middle.gif');
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	color: #FFFFFF;
}

div.pageContainer div.header div.menu .currentAdminLocalizedTab span.itemContent
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-middle.gif');
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	color: #FF0000;
}

div.pageContainer div.header div.menu .currentAdminLocalizedTab span.itemRight
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-right.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
}

div.pageContainer div.header div.menu .currentLocalizedTab span.itemRight
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-right.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
}

div.pageContainer div.header div.menu .currentAdminLocalizedTab a
{
	color: #FF0000;
	text-decoration: none;
}

div.pageContainer div.header div.menu .AdminLocalizedTab a
{
	color: #FF0000;
	text-decoration: none;
}

div.pageContainer div.header div.menu .currentLocalizedTab a
{
	color: #FFFFFF;
	text-decoration: none;
}

div.pageContainer div.header div.menu .localizedTabsMenu div.separatorLeft
{
	display: block;
	float: left;
	background-color: #4D9EC2;
	width: 1px;
	height: 16px;
	margin-top: 5px;
}

div.pageContainer div.header div.menu ul
{
	display: block;
	margin:0;
	padding:0;
	float: right;
}

div.pageContainer div.header div.menu ul li
{
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px #8FD1DF solid;
	padding-left: 20px;
}

div.pageContainer div.header div.menu ul li.first
{
	border: 0;
	padding: 0;
}

div.pageContainer div.header div.menu ul li a
{
	color: #404040;
	text-decoration: none;
}

div.pageContainer div.header div.menu ul li a.current
{
	color: #005078;
}

div.pageContainer div.header div.menu
{
	
	
	
}

div.splash
{
	height: 280px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.pageContent
{
	margin-bottom: 20px;
	overflow: visible;
	width: 880px;
}

div.pageContent div.argbox
{
	float:left;
	height: 244px;
}

div.pageContent div.argbox a
{
	color: #1E85B3;
}

div.pageContent div.argbox div.borderLeft
{
	float:left;
	background-image:url('../Skins/Availpro Corporate skin/images/home/argbox-border-left.gif');
	background-repeat: no-repeat;
	height: 244px;
	width: 10px;
}

div.pageContent div.argbox div.middleContent
{
	float:left;
	background-image:url('../Skins/Availpro Corporate skin/images/home/argbox-bg.gif');
	background-repeat: repeat-x;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 244px;
/*	overflow: auto;*/
}

div.pageContent div.argbox div.middleContent div.content
{
	border-left: 1px #A3A3A3 dotted;
	height: 200px;
	padding: 10px;
	padding-top: 6px;
}

div.pageContent div.argbox div.middleContent div.content span.title
{
	display:block;
	color: #1F85B4;
	font-size: 1.1em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.pageContent div.argbox div.middleContent div.content span.text
{
	display:block;
	font-size: 1.0em;
	padding-left: 10px;
	padding-right: 10px;
}

div.pageContent div.argbox div.middleContent div.content p
{
	margin:0;
	padding:0;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

div.pageContent div.argbox div.middleContent div.content.first
{
	border-left: 0;
	padding-left: 6px;
	padding-right: 12px;
}

div.pageContent div.argbox div.borderRight
{
	float:left;
	background-image:url('../Skins/Availpro Corporate skin/images/home/argbox-border-right.gif');
	background-repeat: no-repeat;
	height: 244px;
	width: 10px;
}

div.argbox#avantagesArgs div.middleContent
{
	width: 240px;
}

div.argbox#comparisonsArgs
{
	margin-left: 4px;
}

div.argbox#comparisonsArgs div.middleContent
{
	width: 350px;
}

div.argbox#comparisonsArgs span.title
{
	display: block;
	color: #E66E00;
	font-weight: bold;
	font-size: 1.2em;
	margin:0;
	padding:0;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.pageContent div.argbox div.middleContent div.content div.title div.titleLeft
{
	float:left;
	background-image: url('../Skins/Availpro Corporate skin/images/home/argbox-title-left.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 6px;
}

div.pageContent div.argbox div.middleContent div.content div.title div.titleContent
{
	float:left;
	color: white;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

div.pageContent div.argbox div.middleContent div.content div.title div.titleRight
{
	float: right;
	background-image: url('../Skins/Availpro Corporate skin/images/home/argbox-title-right.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 6px;
}

div.pageContent div.argbox div.middleContent div.content div.title
{
	/*overflow: auto;*/
	padding-bottom: 10px;
	background-image: url('../Skins/Availpro Corporate skin/images/home/argbox-title-bg.gif');
	background-repeat: repeat-x;
	height: 18px;
}

div.pageContent div.argbox div.middleContent ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.pageContent div.argbox div.middleContent ul li
{
	list-style: none;
	border-top: 1px #D8D8D8 solid;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 23px;
	background-image: url('../Skins/Availpro Corporate skin/images/home/bullet1.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

div.pageContent div.argbox div.middleContent ul li.first
{
	border-top: 0;
}

div.pageContainer div.footer
{
	margin-top: 20px;
	margin-bottom: 10px;
	background-image:url('../Skins/Availpro Corporate skin/images/footer/middle.gif');
	background-repeat: repeat-x;
	height: 26px;
	color: #FFFFFF;
	font-size: 0.8em;
}

div.pageContainer div.footer a
{
	color: #FFFFFF;
	text-decoration: underline;
}

div.pageContainer div.footer div.left
{
	float: left;
	background-image:url('../Skins/Availpro Corporate skin/images/footer/left.gif');
	background-repeat:no-repeat;
	height: 26px;
	width: 9px;
/*	border: 1px red solid;*/
}

div.pageContainer div.footer div.middle
{
	float: left;
	width: 860px;
	padding-top: 6px;
}

div.pageContainer div.footer div.right
{
	float: right;
	background-image:url('../Skins/Availpro Corporate skin/images/footer/right.gif');
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	height: 26px;
	width: 9px;
}

div.pageContainer div.footer div.links
{
	float: left;
}

div.pageContainer div.footer div.copyright
{
	float: right;
}

div.pageContainer div.footer span.copyright
{
	display: block;
	float: right;
	
}

div.pageContainer div.carroussel
{
	height: 58px;
	padding: 1px;
}

div.pageContainer div.carroussel div.previous
{
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/carroussel/previous.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 58px;
	cursor: pointer;
	margin-top: 2px;
}

div.pageContainer div.carroussel div.next
{
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/carroussel/next.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 58px;
	cursor: pointer;
	margin-top: 2px;
}

div.pageContainer div.carroussel div.cases
{
	float: left;
	height: 58px;
	width: 835px;
	overflow: hidden;
}

div.pageContainer div.carroussel div.cases a
{
	text-decoration: none;
}

div.pageContainer div.carroussel div.cases a img
{
	border:0;
}

div.pageContainer div.carroussel div.cases .panel-container
{
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	white-space: nowrap;
/*	display: table-row;*/
}

div.pageContainer div.carroussel div.cases div.case
{
	/*display:table-cell;*/
	margin: 0;
	padding-left: 1px;
	padding-right: 2px;
}

div.pageContainer div.carroussel div.cases div.case div.background
{
	float:left;
	height: 58px;
	width: 76px;
	background-image: url('../Skins/Availpro Corporate skin/images/carroussel/case.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}

div.pageContainer div.carroussel div.cases div.case div.background span
{
	display: block;
	margin: 20px auto;
}

div.banner
{
	background-image:url('../Skins/Availpro Corporate skin/images/content/banner.jpg');
	background-repeat: repeat-y;
	width: 875px;
	height: 50px;
	color: #FFFFFF;
	font-size: 2.0em;
	padding-top: 20px;
	padding-left: 20px;
}

div.banner h1
{
	color: #FFFFFF;
	margin: 0;
}

div.pageContent div.article
{
	
}

div.pageContent div.article div.navigation
{
	float:left;
	background-image:url('../Skins/Availpro Corporate skin/images/content/summary-bg.jpg');
	background-repeat: repeat-y;
	width: 190px;
	height: 610px;
}

div.pageContent div.article div.navigation td
{
	white-space: nowrap;
}

div.pageContent div.article div.navigation div.title
{
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

div.pageContent div.article div.navigation .item
{
	/*
	background-image: url('../Skins/Availpro Corporate skin/images/content/summary-item.jpg');
	background-repeat: no-repeat;
	*/
	
	height: 18px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 0;
	margin-left: 5px;
	margin-top: 0px;
	white-space: nowrap;
	display: block;
	width: 160px;
	color: #656565;
	font-size: 0.9em;
	font-weight: normal;
	
	border-bottom: 1px #C7C7C7 solid;
	/*
	border: 1px red solid;
	*/
}

div.pageContent div.article div.navigation .adminItem
{
	/*
	background-image: url('images/content/summary-item.jpg');
	background-repeat: no-repeat;
	*/
	height: 18px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 0;
	margin-left: 5px;
	margin-top: 0px;
	white-space: nowrap;
	display: block;
	width: 160px;
	color: #ff0000;
	font-size: 0.9em;
	font-weight: normal;
	border-bottom: 1px #C7C7C7 solid;
	/*
	border: 1px red solid;
	*/
}

div.pageContent div.article div.navigation a,
div.pageContent div.article div.navigation a:hover
{
	text-decoration: none;
}

div.pageContent div.article div.navigation .item:hover
{
	background-image:url("../Skins/Availpro Corporate skin/images/content/summary-item-selected.jpg");
	background-repeat:no-repeat;
	border-color:-moz-use-text-color -moz-use-text-color #C7C7C7;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#656565;
	display:block;
	font-size:0.9em;
	height:18px;
	margin:0 0 0 5px;
	padding:10px 6px 6px 10px;
	width:163px;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
}

div.pageContent div.article div.navigation .adminItem:hover
{
	background-image:url("../Skins/Availpro Corporate skin/images/content/summary-item-selected.jpg");
	background-repeat:no-repeat;
	border-color:-moz-use-text-color -moz-use-text-color #C7C7C7;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#ff0000;
	display:block;
	font-size:0.9em;
	height:18px;
	margin:0 0 0 5px;
	padding:10px 6px 6px 10px;
	width:163px;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
}

div.pageContent div.article div.navigation .navitem
{
	/*
	background-image: url('../Skins/Availpro Corporate skin/images/content/summary-item.jpg');
	background-repeat: no-repeat;
	*/
	/*height: 20px;*/
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 10px;
	color: #2F8EBA;
	margin: 0;
	white-space: nowrap;
	
	display: block;
	width: 175px;
	color: #656565;
	/*font-size: 0.9em;*/
}

/*
div.pageContent div.article div.navigation .navitem:hover,
div.pageContent div.article div.navigation .item:hover
{
	color: #2f8eba;
}
*/

div.pageContent div.article div.navigation .navitem a,
div.pageContent div.article div.navigation .item a
{
	color: #656565;
	text-decoration: none;
	width: 95%;
	display: block;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*
div.pageContent div.article div.navigation .navitem a:hover
{
	color: #2f8eba;
}
*/
div.pageContent div.article div.navigation a .active
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/summary-item-selected.jpg');
	background-repeat: no-repeat;
	height: 18px;
	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-right: 6px;
	
	display: block;
	width: 163px;
	color: #656565;
	font-size: 0.9em;
	
	border: 0;
	margin: 0;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: hand;
	
	/*margin-left: -3px;*/
	
	border-bottom: 1px #C7C7C7 solid;
	
	/*
	border: 1px red solid;
	*/
}

div.pageContent div.article div.navigation br
{
	display: none;
}

div.pageContent div.article > div.content
{
	float:left;
}

div.pageContent div.article div.content div.text
{
	float:left;
	width: 420px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

div.pageContent div.article div.content div.pubs
{
	float: right;
	width: 206px;
	padding: 0;
	margin-left: 15px;
}

div.pageContent div.article div.content div.text div.blueBox
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/blue-box-bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #4EACD4;
	width: 430px;
	margin:0;
	margin-top: 20px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

div.pageContent div.article div.content div.text div.blueBox div.title
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/blue-box-top.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #4EACD4;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 22px;
	margin-top: 0;
}

div.pageContent div.article div.content div.text div.blueBox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.pageContent div.article div.content div.text div.blueBox ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 16px;
	margin-right: 2px;
/*	margin-top: 4px;*/
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url('../Skins/Availpro Corporate skin/images/content/bullet-arrow-white.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

div.pageContent div.article div.content div.text div.blueBox div.buttonContainer
{
	text-align: right;
	padding-right: 20px;
}

div.pageContent div.article div.content div.text div.blueBox div.content
{
	/*
	overflow: auto;
	height: 195px;
	*/
	padding-right: 8px;
}
/*
div.pageContent div.article div.content div.pubs > div
{
	margin-bottom: 10px;
	margin-top: 10px;
}
*/
.MainMenu_MenuItem
{
	border: 0;
}

.mainMenu
{
	display: block;
	float: right;
	text-align: left;
	margin-right: -15px;
}

.mainMenu span.SeparatorLeft
{
	display: block;
	float: left;
	border-left: 1px #4D9EC2 solid;
	/*margin-left: 14px;*/
	width: 8px;
	
	margin-top: 5px;
}

.mainMenu span:first-child span.SeparatorLeft
{
	border: 0;
}

.mainMenu span
{
	/*border: 1px red solid;*/
	display: block;
	float: left;
}

.mainMenu span.txt
{
	font-weight: bold;
	display: block;
	float: left;
	height: 25px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 0px;
	margin-right: 6px;
	
	/*
	border: 1px red solid;
	*/
}
/*
.mainMenu span.txt:hover
{
	background: #4D9EC2;
	color: #4D9EC2;
}
*/
.mainMenu span.txt span.itemLeft
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-left.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
	/*
	margin-left: 4px;
	*/
}

.mainMenu span.txt span.itemContent
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-middle.gif');
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	color: #FFFFFF;
}

.mainMenu span.txt span.itemRight
{
	display: block;
	float: left;
	background-image: url('../Skins/Availpro Corporate skin/images/header/menu/item-right.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 26px;
	/*
	margin-right: 8px;
	*/
}

.MenuItemSelCssClass
{
	/*background: #4D9EC2;*/
	color: #4D9EC2;
}

.NavCSSContainerSub
{
	display: none;
	background: #FFFFFF;
	border: 1px #115C81 solid;
	padding: 5px;
	position: absolute;
	z-index: 1000;
}

/* login page */


div.pageContent div.loginBox
{
	background-image: url('../Skins/Availpro Corporate skin/images/login/loginBox.jpg');
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	float: left;
	padding: 25px;
}

div.pageContent div.loginPub
{
	float: right;
}

div.pageContent div.loginBox > div.tb
{
	
	margin-left: -3px;
}

div.pageContent div.loginBox label
{
	display: block;
	margin-top: 8px;
	margin-bottom: 4px;
}

div.pageContent div.loginBox > div.tb > div.tbLeft
{
	float: left;
	background-image:url('../Skins/Availpro Corporate skin/images/login/tb-left.jpg');
	background-repeat: no-repeat;
	height: 29px;
	width: 6px;
}

div.pageContent div.loginBox > div.tb > div.tbMiddle
{
	float: left;
	background-image:url('../Skins/Availpro Corporate skin/images/login/tb-middle.jpg');
	background-repeat: repeat-x;
	height: 29px;
}

div.pageContent div.loginBox > div.tb > div.tbRight
{
	float: left;
	background-image:url('../Skins/Availpro Corporate skin/images/login/tb-right.jpg');
	background-repeat: no-repeat;
	height: 29px;
	width: 6px;
}

div.pageContent div.loginBox > div.tb input[type=text],
div.pageContent div.loginBox > div.tb input[type=password]
{
	margin-top: 5px;
	border: 0;
	color: #4E4E4E;
	width: 240px;
}

div.buttonContainer
{
	margin-left: -4px;
	margin-top: 6px;
}

div.pageContent div.loginBox .separ
{
	height: 5px;
	border-top: 1px #DCDCDC solid;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.pageContent div.loginBox ul
{
	display: block;
	margin:0;
	margin-left: 20px;
	padding:0;
}

div.pageContent div.loginBox ul li
{
	list-style: none;
	color: #4D9EC2;
	font-size: 1em;
	letter-spacing: -1px;
	list-style-image: url('../Skins/Availpro Corporate skin/images/login/bullet.gif');
}

div.pageContent div.loginBox ul li a
{
	color: #4D9EC2;
}

div.navbar
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 6px;
	color: #C0C0C0;
	font-size: 0.9em;
}

div.navbar a.breadCrumb
{
	color: #C0C0C0;
	text-decoration: underline;
	font-weight: normal;
}

a.adminLink
{
	
}

div.pubs div.testimonies
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/tmbox-middle.jpg');
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 160px;
	padding-left: 25px;
	padding-right: 20px;
	font-family: Arial;
	margin-left:-2px;
}

div.pubs div.testimonies div.title
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/tmbox-title.gif');
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 170px;
	padding-top: 6px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: -8px;
}

div.pubs div.testimonies div.content
{
	color: #0F7BAC;
	font-weight: 500;
	font-size: 1.2em;
	font-style: italic;
}

div.pubs div.testimonies-top
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/tmbox-top.jpg');
	background-repeat: no-repeat;
	height: 14px;
	margin-left:-2px;
}

div.pubs div.testimonies-bottom
{
	background-image: url('../Skins/Availpro Corporate skin/images/content/tmbox-bottom.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	min-height: 100px;
	margin-bottom: 0;
	margin-left: -25px;
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.pubs div.testimonies div.author span.name
{
	display:block;
	color: #000000;
	font-weight: 600;
	font-size: 1.0em;
}

div.pubs div.testimonies div.author span.job
{
	display:block;
	color: #000000;
	font-size: 1.0em;
}

div.pubs div.testimonies div.author span.hotelName
{
	display:block;
	color: #575757;
	font-size: 0.8em;
}

div.pubs div.testimonies div.separ
{
	border-bottom:1px #DCDCDC solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.rouages
{
	height: 174px;
	width: 206px;
	background-image: url('../Skins/Availpro Corporate skin/images/content/rouages-entire.jpg');
	background-repeat: no-repeat;
	padding:10px 0px 10px 16px;
	color: #FFFFFF;
}
div.rouages div.inscription
{
	height: 174px;
	width: 180px;
	/* padding:10px 0px 10px 16px; */
	color: #FFFFFF;
}

div.pageContent div.bigtext
{
	float:left;
	width: 670px;
	padding: 0;
	margin: 0;
}

div.pageContent div.bigtext,
div.pageContent div.bigtext ul li,
div.pageContent div.text,
div.pageContent div.text ul li
{
	font-family: Arial;
	font-size: 12px;
	color: #656565;	
}

div.footer div.sirionaVisiblePanel
{
	float:left;
}

* html div.pageContent div.article div.content div.text
{
	float: left;
}

* html div.pageContent div.article div.content div.pubs
{
	width: 206px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: right;
}

div.pageContent div.text div.blueBox p,
div.pageContent div.text div.blueBox ul li
{
	color: #FFFFFF;
}
.textWhite {
	font-size:11px;
	font-weight:bold;
	color:#FFF;}
	
	
	
/* Distributors pages lists */

.listing	{font-family:Arial; font-size:12px; color:#656565; font-weight:normal; line-height: 17px; padding:0px 0px 0px 20px; background-image:url(http://web.availpro.com/Portals/7/Images/listing-icon.gif); background-repeat:repeat-y; background-position:left; background-position:0px 2px;}

.listing2	{font-family:Arial; font-size:12px; color:#656565; font-weight:normal; line-height: 17px; padding:0px 0px 0px 20px; background-image:url(http://web.availpro.com/Portals/7/Images/listing-icon.gif); background-repeat:repeat-y; background-position:left; background-position:0px 2px;}

.homeprofbtext01		{font-family:Arial; font-size:12px; color:#1092e5; font-weight:normal; line-height: 14px;}
.homeprofbtext02		{font-family:Arial; font-size:12px; color:#1092e5; font-weight:normal; line-height: 16px;}

.profbtext01		{font-family:Arial; font-size:12px; color:#49535c; font-weight:normal; line-height: 17px;}
.profbtext02		{font-family:Arial; font-size:12px; color:#21aad6; font-weight:normal; line-height: 17px;}	
