/*-------------------------------------------------------------------------
Capario
------------------------------------------------------------------------
Description:  Stylesheet for the Capario website
Filename:     core.css
------------------------------------------------------------------------*/
/* ========================================================================//
Index of styles used in specific elements and components for the
project within this style sheet.
X.
========================================================================*/
#lyo_common {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
}

#cntr_commonWrapper {
	margin: 0 auto 0 auto;
}

/*Header*/
#cntr_header {
	background: #fff url(/images/common/bg_header.jpg) no-repeat left;
	height: 135px;
	width: 1024px;
	margin: auto;
}

#cntr_headerLogo {
	background: url(/images/common/logo.gif) no-repeat left;
	height: 76px;
	width: 238px;
	margin: 48px 0 0 57px;
	float: left;
}

#cntr_headerLogo h1 {
	display: none;
}
.readiness_btn {
	background: url(/images/home/readiness_btn.png) no-repeat top left;
	display: block;
	text-indent: -99999px;
	width: 171px;
	height: 75px;
}

/*New Portal*/
#cntr_new_portal {
	background: #fff url(/images/common/btn_new_portal.jpg) no-repeat left;
	height: 103px;
	width: 221px;
	float: right;
	margin: 26px 48px 0 0;
}

/*Content 3 columns*/
#cntr_content {
	background: #fff url(../images/common/bg_main_center_home.jpg) repeat-y left;
	width: 1024px;
	height: 568px;
	margin: auto;
}

/*Left menu*/
#cntr_menuLeft {
	width: 272px;
	margin: 0 0 0 30px;
	background-color: #961a2f;
	float: left;
}

#cntr_menuLeftLogin {
	width: 272px;
	height: 78px;
	background: url(/images/home/leftm_loginbg.gif) no-repeat left;
}

#cntr_menuLeftLoginImg {
	width: 84px;
	height: 78px;
	margin-left: 136px;
	float: left;
	overflow: hidden;
}

#cntr_menuLeftLoginImg a {
	display: block;
	width: 84px;
	height: 78px;
	background: url(/images/home/leftm_login.gif) no-repeat top left;
}

#cntr_menuLeftLoginImg a:hover {
	background-position: 0 -78px;
}
#cntr_header   {
	display: none;
}

#cntr_menuLeftSub {
	width: 272px;
}

#cntr_menuLeftSub ul {
	width: 272px;
}

#cntr_menuLeftSub ul li {
	display: block;
}

#cntr_menuLeftSubItem1 a {
	width: 272px;
	height: 54px;
	background: url(/images/home/leftm_subitem1.gif) no-repeat top left;
	display: block;
}

#cntr_menuLeftSubItem1 a:hover {
	background-position: 0 -54px;
}

#cntr_menuLeftSubItem1 a span {
	display: none;
}

#cntr_menuLeftSubItem2 a {
	width: 272px;
	height: 54px;
	background: url(/images/home/leftm_subitem2.gif) no-repeat top left;
	display: block;
}

#cntr_menuLeftSubItem2 a:hover {
	background-position: 0 -54px;
}

#cntr_menuLeftSubItem2 a span {
	display: none;
}

#cntr_menuLeftSubItem3 a {
	width: 272px;
	height: 54px;
	background: url(/images/home/leftm_subitem3.gif) no-repeat top left;
	display: block;
}

#cntr_menuLeftSubItem3 a:hover {
	background-position: 0 -54px;
}

#cntr_menuLeftSubItem3 a span {
	display: none;
}

#cntr_menuLeftNewsEvents {
	width: 272px;
	height: 331px;
	background: url(/images/home/leftm_newseventsbg.gif) no-repeat top left;
	color: #fff;
}

#cntr_menuLeftNewsEvents span {
	display: none;
}

#cntr_menuLeftNewsEvents ul {
	padding: 53px 11px 0 22px;
}

#cntr_menuLeftNewsEvents ul li {
	padding-bottom: 14px;
	line-height: 16px;
}

#cntr_menuLeftNewsEvents ul li a {
	text-decoration: underline;
	color: #fff;
}

#cntr_menuLeftNewsEvents ul li a:hover {
	text-decoration: underline;
	color: #d9d9d9;
}

#cntr_menuLeftNewsEvents ul li p {
}

#cntr_menuLeftWhatsNew {
	width: 272px;
	margin: 2px 0 0 40px;
}

#cntr_menuLeftWhatsNew a {
	display: block;
	width: 191px;
	height: 41px;
	background: url(/images/home/btn_whatsnew.gif) no-repeat top left;
}

#cntr_menuLeftWhatsNew a:hover {
	background-position: 0 -41px;
}

#cntr_menuLeftWhatsNew a span {
	display: none;
}

/*Container Col Two and three*/
#cntr_colTwo {
	width: 691px;
	float: left;
}

/*Top menu Col Two and three*/
#cntr_menuTop {
	width: 691px;
}

#cntr_menuTop ul {
	width: 691px;
}

#cntr_menuTop ul li {
	display: block;
	float: left;
}

#cntr_menuTop ul li ul {
	display: none;
	position: absolute;
	margin-top: -1px;
	width: 137px;
	border-left: 1px solid #961a2f;
	border-top: 1px solid #961a2f;
	border-right: 1px solid #961a2f;
	background: #fff;
}

#cntr_menuTop ul li ul li {
	display: block;
	float: none;
	border-bottom: 1px solid #961a2f;
}

#cntr_menuTop ul li ul li a {
	background: none;
	height: auto;
	width: auto;
	color: #961a2f;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 2px 5px 10px;
}

#cntr_menuTop ul li ul li a:hover {
	color: #516370;
	text-decoration: none;
}

#cntr_menuTopItem1 a {
	width: 138px;
	height: 34px;
	background: url(/images/home/topm_item1.gif) no-repeat top left;
	display: block;
}

#cntr_menuTopItem1 a span {
	display: none;
}

#cntr_menuTopItem2 a {
	width: 138px;
	height: 34px;
	background: url(/images/home/topm_item2.gif) no-repeat top left;
	display: block;
}

#cntr_menuTopItem2 a span {
	display: none;
}

#cntr_menuTopItem3 a {
	width: 139px;
	height: 34px;
	background: url(/images/home/topm_item3.gif) no-repeat top left;
	display: block;
}

#cntr_menuTopItem3 a span {
	display: none;
}

#cntr_menuTopItem4 a {
	width: 137px;
	height: 34px;
	background: url(/images/home/topm_item4.gif) no-repeat top left;
	display: block;
}

#cntr_menuTopItem4 a span {
	display: none;
}

#cntr_menuTopItem5 a {
	width: 139px;
	height: 34px;
	background: url(/images/home/topm_item5.gif) no-repeat top left;
	display: block;
}

#cntr_menuTopItem5 a span {
	display: none;
}

/*Container Col Two and three background*/
#cntr_contentTwoCol {
	background: url(/images/home/columtwothreebg.gif) repeat-y left;
	width: 691px;
	height: 534px;
}

/*Container Col Two*/
#cntr_contentColTwo {
	width: 513px;
	height: 534px;
	float: left;
}

#cntr_contentColTwoFlashAnim {
	width: 512px;
	height: 205px;
	background-color: #dadcda;
}

#cntr_contentColTwoCopy {
	width: 488px;
	margin: 10px 0 0 25px;
}

#cntr_contentColTwoCopy h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	color: #4d5f6c;
	padding-bottom: 16px;
}

#cntr_contentColTwoCopy p {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: normal;
	color: #4d5f6c;
	padding-bottom: 15px;
}

#cntr_contentColTwoCopy p  a {
	text-decoration: underline;
	color: #4d5f6c;
}

#cntr_contentColTwoCopy p a:hover {
	text-decoration: underline;
	color: #c72032;
}

/*Container Col Three*/
#cntr_contentColThree {
	width: 173px;
	height: 534px;
	float: left;
	background: url(/images/home/image.jpg) no-repeat top left;
}

/*Container Bottom*/
#cntr_bottom {
	background: #fff url(/images/common/bg_bottom.jpg) no-repeat left;
	height: 54px;
	width: 1024px;
	margin: auto;
}

/*Container footer */
#cntr_footer {
	height: 16px;
	width: 1024px;
	background: url(/images/home/bg_footer.jpg) no-repeat top left;
	margin: auto;
}

#cntr_footer p {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #516370;
	padding-left: 40px;
	padding-right: 40px;
}

#cntr_footer a {
	color: #516370;
	text-decoration: underline;
}
/******************************************* PORTAL WEB PAGE *******************************************/

#cntr_header_portal {
	background: #fff url(../images/common/bg_header2.jpg) no-repeat left;
	height: 135px;
	width: 1024px;
	margin: auto;
}
#portal_container	{
	width: 1024px;
	height:	568px;
	background: url(../images/common/back-portal.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
}

#container-login	{
	width: 272px;
	height: 78px;
	float:left;
}

#container-menu	{
	width: auto;
	height: auto;
	float: right;
	margin-right: 31px;
}

#connectivity_logo 	{
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

#cntr_menuLeftLogin_portal {
	width: 272px;
	height: 78px;
	/*background: url(../images/common/leftm_login.gif) no-repeat left;*/
}

#cntr_menuLeftLoginImg_portal {
	width: 84px;
	height: 78px;
	margin-left: 166px;
	float: left;
	overflow: hidden;
}

#cntr_menuLeftLoginImg_portal a {
	display: block;
	width: 84px;
	height: 78px;
	background: url(../images/common/leftm_login.gif) no-repeat left top;
}

#cntr_menuLeftLoginImg_portal a:hover {
	background-position: 0 -78px;
}

#cntr_menuLeftLoginImg_portal a span {
	display: none;
}

#cntr_bottom_portal {
	background: #fff url(/images/common/bg_bottom_portal.jpg) no-repeat left;
	height: 55px;
	width: 1024px;
	margin: auto;
}

#cntr_footer_portal {
	height: 16px;
	width: 1024px;
	margin: auto;
	background: #fff url(../images/home/bg_footer_portal.jpg) no-repeat left;
	
}

#cntr_footer_portal p {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #516370;
	padding-left: 80px;
	padding-right: 80px;
}

#cntr_footer_portal a {
	color: #516370;
	text-decoration: underline;
}

#portal_content	{
	width: 284px;
	height: 107px;
	float: right;
	margin-right: 70px;
	margin-top: 60px;
}

#portal_header	{
	width: 284px;
	height: 107px;
	background: url(../images/home/heading.png) no-repeat left top;
}

#portal_btn_portal {
	width: 172px;
	height: 73px;
	vertical-align: top;
	background: url(../images/home/btn_portal.png) no-repeat left bottom;
	margin: 40px 56px 5px;
}
#portal_btn_portal_link {
	text-align: left;
	vertical-align: top;
	float: right;
	margin-bottom: 5px;
	width: 172px;
	height: 52px;
}
#portal_btn_portal_link:hover {
	width: 172px;
	height: 73px;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: top;
	background: url(../images/home/btn_portal.png) no-repeat left top;
}

#portal_btn_new {
	width: 172px;
	height: 73px;
	vertical-align: top;
	background: url(../images/home/btn_new.png) no-repeat left bottom;
	margin: 10px 56px 5px;
}
#portal_btn_new_link {
	text-align: left;
	vertical-align: top;
	float: right;
	width: 172px;
	height: 52px;
}
#portal_btn_new_link:hover {
	width: 172px;
	height: 73px;
	text-align: left;
	vertical-align: top;
	background: url(../images/home/btn_new.png) no-repeat left top;
}

#portal_btn_say {
	width: 172px;
	height: 73px;
	vertical-align: top;
	background: url(../images/home/btn_say.png) no-repeat left bottom;
	margin: 10px 56px 5px;
}
#portal_btn_say_link {
	text-align: left;
	vertical-align: top;
	float: right;
	width: 172px;
	height: 52px;
}
#portal_btn_say_link:hover {
	width: 172px;
	height: 73px;
	text-align: left;
	vertical-align: top;
	background: url(../images/home/btn_say.png) no-repeat left top;
}

/*--- 5010 Footer Link --*/
a#footer_5010_link {
	color: #961a2f;
	font-weight: bold;
}