/* Importing generic styles */
@import url(/App_Themes/Styles/css/generic/reset.css);
@import url(/App_Themes/Styles/css/generic/helper.css);

/* Importing navigation styles */
@import url(/App_Themes/Styles/css/navigation/primary.css);
@import url(/App_Themes/Styles/css/navigation/secondary.css);
@import url(/App_Themes/Styles/css/navigation/footer.css);

/* Importing modules styles */
@import url(/App_Themes/Styles/css/modules/accordion.css);
@import url(/App_Themes/Styles/css/modules/secondary.css);
@import url(/App_Themes/Styles/css/modules/content.css);
/* =Typography
---------------------------------------- */

body
{
    color: #4B4B4B;
    background: #fff;
    font: 62.5%/1.5 Arial, Helvetica, sans-serif;
    text-align: center;
}

p /*added by Mohit*/
{
    text-align: justify;
}

p, blockquote
{
    margin: 0 0 1.2em;
}

/* links */
a, a:active
{
    /*color:#003F72;*/
    color: rgb(183,18,52);
    text-decoration: none; /*font-weight:bold;*/
}
a:hover
{
    color: #003F72;
    text-decoration: underline;
}


/* =headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: #009FDA;
    line-height: normal;
    padding: 0;
    margin: 0 0 .6em;
}
h1
{
    font-size: 2em;
    font-weight: normal;
}
h2
{
    font-size: 1.8em;
    font-weight: normal;
    color: #4B4B4B;
}
h3
{
    font-size: 1.6em;
}
h4
{
    font-size: 1.4em;
    font-weight: normal;
}
h5
{
    font-size: 1.2em;
}
h6
{
    font-size: 1.1em;
}
.PageHeaderLinks
{
    color: #4B4B4B;
    text-decoration: none;
}
.PageHeaderLinks:hover
{
    text-decoration: none;
}

/* =lists
---------------------------------------- */

#sitemap ul, ul.list
{
    margin: 0 0 0 15px;
    list-style-type: disc;
}

/* =Main container boxes
---------------------------------------- */
.container
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    text-align: left;
    padding: 0 0 40px 0;
}
#content
{
    font-size: 1.2em;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #009FDA;
    position: relative;
}
.primary-content
{
    width: 710px;
    padding: 20px 0 0 0;
    float: right;
}
.secondary-content
{
    width: 220px;
    padding: 20px 0 0 10px;
    float: left;
}

.banner-content
{
    border-bottom: 2px solid #009FDA;
    background: url(/App_Themes/Default/images/branding/banner-bg.png) no-repeat 100% 0;
    min-height: 267px;
    padding: 35px 580px 10px 50px;
}
.banner-content h1
{
    font-size: 2.5em;
}
.banner-content p
{
    margin-top: 35px;
    font-size: 1.3em;
}
body.home .primary-content
{
    width: 620px;
    margin: 20px 30px 0 10px;
    padding: 0;
    float: left;
}
body.home .secondary-content
{
    width: 290px;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
}

body.three-columns .primary-content
{
    width: 460px;
    float: right;
    padding: 20px 20px 0 0;
}
.additional-content
{
    width: 230px;
    float: right;
}

/* =Header
---------------------------------------- */
#header
{
    font-size: 1.1em;
    padding: 0 0 21px 0;
}
.logo
{
    background: url(/App_Themes/Default/images/branding/logo-first-actuarial.png) no-repeat 0 0;
    width: 222px;
    height: 88px;
    text-indent: -9999px;
    display: block;
    position: relative;
    margin: 21px 0 0 0;
    float: left;
    cursor: pointer;
}
.header-links
{
    width: 180px;
    padding: 10px 9px 3px 10px;
    float: right;
    min-height: 7em;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    margin-left: -1px;
}
.header-links strong
{
    display: block;
    width: 80px;
    float: left;
    color: #009FDA;
    cursor: auto;
}
.header-links ul
{
    overflow: hidden;
}
.header-links a
{
    color: #4B4B4B;
}

/* =Footer
---------------------------------------- */
#footer
{
    clear: both;
    font-size: 1.1em;
    padding: 20px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #FFF url(/App_Themes/Default/images/branding/footer-bg.png) no-repeat 0 35px;
}
.footer-col1, .footer-col2, .footer-col3
{
    border-top: 2px solid #009FDA;
    width: 280px;
    float: left;
    margin: 0 10px;
    padding: 10px 10px 0 10px;
}
#footer .blue
{
    color: #009FDA;
}
#footer .grey
{
    color: #8E8E8E;
}

/*added by Mohit */
#footer p
{
    text-align: left;
}

input[type="text"], input[type="password"]
{
    width: 150px;
}
input[type="submit"]
{
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    background: #4B4B4B;
    padding: 5px 5px 5px 5px;
    border: none;
    width: auto;
    float: right;
    overflow: visible;
}

input[type="submit"]:hover
{
    background: #009FDA;
    color: #ffffff;
}

.LeftAlignedButton
{
    float: left !important;
}
.logincontrol
{
    margin: auto auto;
}


.logincontrol input[type="checkbox"]
{
    width: 20px;
}
.logincontrol td
{
    padding: 5px;
}


.savedRatingStar
{
    background-image: url(/App_Themes/Default/images/savedstar.png);
    width: 12px;
    margin-right: 2px;
}

.filledRatingStar
{
    background-image: url(/App_Themes/Default/images/filledstar.png);
    width: 12px;
    margin-right: 2px;
}

.emptyRatingStar
{
    background-image: url(/App_Themes/Default/images/emptystar.png);
    width: 12px;
    margin-right: 2px;
}


.sidebar
{
    width: 180px;
    background-color: #4B4B4B; /*rgb(143,211,239);*/
    padding-top: 0px;
    padding-left: 5px;
    vertical-align: top;
    margin-top: 0px;
    color: white;
}

.sidebar a
{
    color: #FFF; /*#4B4B4B;*/
}

.rightPane
{
    width: 748px;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    margin-top: 0px;
}

.StepHeader
{
    color: #009FDA;
    font-size: 1.8em;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
}


.divComments:hover
{
    background-color: #FFFFCC;
    cursor: text;
}

.txtComments
{
    display: none;
    overflow: hidden;
    width: 440px;
    height: 103px;
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

.values strong
{
    color: #009FDA;
    font-weight: normal;
}

.RegisterButton
{
    margin-right: 55px;
}


.mainbold
{
    font-weight: bold;
    font-size: 12px;
    text-align: justify;
}


/* Gridviews 
------------------------------------------*/
.gridView
{
    /*border:0px black solid;*/
    border: none; /*margin:auto auto;*/
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}





.gvRow
{
    background: white;
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px black solid;
    margin: 0px;
    padding: 3px;
}

.gvAltRow
{
    background: #eeeef4;
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px black solid;
    margin: 0px;
    padding: 3px;
}


.alt1
{
    background: white;
    color: black;
    font: arial 10;
    border: 0px black solid;
    margin: 0px;
    padding: 1px;
    text-indent: 4px;
}

.alt2
{
    background: #eeeef4;
    color: black;
    font: arial 10;
    border: 0px black solid;
    margin: 0px;
    padding: 1px;
    text-indent: 4px;
}

/* Application List
--------------------------------------------------- */
#leftPanel
{
    width: 24%;
    float: left; /* border-right:solid 2px gray;     */
}
#leftPanel table, #leftPanel th, #leftPanel tr, #leftPanel td
{
    margin: none;
    padding: 2px;
}
#leftPanel a
{
    color: #003F72;
}
#rightPanel
{
    padding-top: 5px;
}

#rightPanel table, #rightPanel th, #rightPanel tr, #rightPanel td
{
    margin: none;
    padding: 4px;
}


#detailsPanel
{
    background-color: #F5F5F5;
    margin-top: 10px;
}
#divider
{
    border-right: solid 2px gray;
    height: 100%;
    position: absolute;
    left: 25%;
}

.AppListHeader, .AppListHeader a
{
    background-color: #4B4B4B;
    color: #FFF;
    font-weight: normal;
}
.AppList
{
    text-indent: 4px;
}

.ApplistRow
{
    background-color: white;
}

.AppListAltRow
{
    background-color: #F5F5F5;
}

.AppListAltRow:hover, .ApplistRow:hover
{
    background-color: #EFCCD3;
    cursor: pointer;
}
.AppListSelectedRow
{
    background-color: #EFCCD3;
    color: #B71234;
}

.ApplistFooter
{
    background-color: #8E8E8E;
    color: black;
}
.ApplistFooter a
{
    color: #FFF;
}

.gvBriefings_pager a
{
    padding-right: 5px;
    font-size: medium;
}
.gvBriefings_pager
{
    text-align: center;
}

.SubMenu
{
    font-weight: bold;
    font-size: 1.2em;
    color: #4B4B4B;
}

/*********************************************************/

/*Edit Profile *******************************************/

.ProfileWrapper
{
    
    /*border-right: solid 1px #E5E5E5;*/
    padding: 0px;
    width: 700px;
    height: 300px;
    overflow: auto;
}
.ProfileWrapper ul
{
    border: none;
}
.ProfileMenu
{
    border-right: 1px solid #E5E5E5;
   vertical-align:top;
    padding-right:6px;
    }

.ProfileMenu  ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding:0;
	border-top: 1px solid #E5E5E5;
	font-weight: bold;
	
}

.ProfileMenu  ul li{ 
	display: block;
	padding: 5px 0 5px 0; 
	margin: 0;
	border-bottom: 1px solid #E5E5E5;
	background:none !important;
}
.ProfileMenu  ul li a {
    color: #4F4C4D;    
	padding: 0 0 0 10px; 
	text-decoration: none;
	display: block;
}

/* Second level of navigation */

.ProfileMenu  ul li.current a,
.ProfileMenu  ul li.current li.current a    
{   color: rgb(183,18,52);/*#009FDA;*/
    /*background: url(/App_Themes/Default/images/branding/secondary-nav-marker.png) no-repeat left 5px !important; 	*/
	}	
.ProfileMenu  ul li a:hover,
.ProfileMenu  ul li.current li a:hover{   
	color: rgb(183,18,52);/*#009FDA;    	*/
	}	
.ProfileMenu  ul ul {
	/*margin: 3px 0 0 10px;
	border-top: 0;*/
	}	
.ProfileMenu  ul li.current li {
	border-bottom: 0;
	font-weight: normal;	
	}
.ProfileMenu  ul li.current li a {
	color:#4F4C4D;
	background-image:none;
	}	



.ProfileDetail
{
    width: 540px;
    padding-left:10px;
    background: white;
    height: auto;
    float: right;
    vertical-align:top;
}

/****************** Tabs *******************/

.ajax__tab_default .ajax__tab_header
{
    white-space: nowrap;
   
    
}


.ajax__tab_default .ajax__tab_outer
{
    display: -moz-inline-box;
    display: inline-block;
}
.ajax__tab_default .ajax__tab_inner
{
    display: -moz-inline-box;
    display: inline-block;
}
.ajax__tab_default .ajax__tab_tab
{
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}
ajax__tab_default .ajax__tab_body {
background-color:#FFFFFF;
border-color:-moz-use-text-color #999999 #999999;
border-style:none solid solid;
border-width:0 1px 1px;
font-family:Arial;
font-size:inherit;

}


/*****************************************************************/

.ajax__tab .ajax__tab_header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7z6CzLx8RuILNM8ofz9jYVQ2&t=633609627639697818) repeat-x scroll center bottom;*/

}
.ajax__tab .ajax__tab_outer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn718N-7BzyrnnbgQ2qg7eGJQ2&t=633609627639697818) no-repeat scroll right center;*/
height:21px;
padding-right:4px;
}
.ajax__tab .ajax__tab_inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7PereXjP-csWFHwClkXaRcQ2&t=633609627639697818) no-repeat scroll 0 0;*/
padding-left:3px;
border-left:2px solid #4b4b4b;
}
.ajax__tab .ajax__tab_tab {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uatVMAFrracyafCROyEl6CMzpHyfeZJaTsMPntiZq08nA2&t=633609627639697818) repeat-x scroll 0 0;*/
height:18px;
margin:0;
padding:4px;
 color: #4b4b4b;
    text-decoration: none;
     font-size: 1.1em;
    font-weight: bold;
    
    
}
.ajax__tab .ajax__tab_hover .ajax__tab_outer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7LrZjszQjPRQwF-W3ygSu1A2&t=633609627639697818) no-repeat scroll right center;*/

}
.ajax__tab .ajax__tab_hover .ajax__tab_inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7OG6QMXzr1FjsAUCJBNkDbw2&t=633609627639697818) no-repeat scroll 0 0;*/
border-left:2px solid #009FDA;
}
.ajax__tab .ajax__tab_hover .ajax__tab_tab {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*text-decoration:underline;*/
color:#009FDA;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7rt3_1Qk6sQGUrZfnlQvBaw2&t=633609627639697818) repeat-x scroll 0 0;*/
}
.ajax__tab .ajax__tab_active .ajax__tab_outer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7TpzeNtGqxUl9nlekV0LbWCrjkGnk_ZmsHbGgfeP6yTk1&t=633609627639697818) no-repeat scroll right center;*/
}
.ajax__tab .ajax__tab_active .ajax__tab_inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7PuBgDzummC6rE3TNqibKtg2&t=633609627639697818) no-repeat scroll 0 0;*/
border-left:2px solid #009FDA;
}
.ajax__tab .ajax__tab_active .ajax__tab_tab {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#009FDA;/*#4B4B4B*/
font-weight:bold;
/*background:transparent url(WebResource.axd?d=93r6qefxChaI5C-Qp6YIc4TDSQMHPsOffv3wVxPG8uYWiz1ZCpEAvr9fpeqFUjn7xgARElNLvjk_IVEaal_rRQ2&t=633609627639697818) repeat-x scroll 0 0;*/
}
.ajax__tab .ajax__tab_body {
background-color:#FFFFFF;
border-color:-moz-use-text-color #999999 #999999;
border-style:none solid solid;
border-width:0 0px 0px;
font-family:inherit;
font-size:inherit;
padding:8px;
padding-top:15px;
}

/***************************************************/
.ChangePwd td
{
    padding:0px;
    }
    
    
/**************************/
a.whoweare_tabs 
{
    line-height: normal;
    padding: 0;
    margin: 0 0 .6em;
    font-size: 1.6em;
    font-weight: normal;
    color: #4B4B4B;
    
}

a:hover.whoweare_tabs
{
    color: #009FDA;
    text-decoration:none;
    
}

a.whoweare_tabs_selected {

    color: #009FDA;
    
}

.logoimage {

display:block;
margin-left:auto;
margin-right:auto;

}
