@charset "utf-8";
/* CSS Document */
.login {
	background: none repeat scroll 0 0 #fff;
	/*border-radius: 2px;
	box-shadow: 0 1px 3px 1px #cccccc;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 20px;*/
	width: 100%;
}
.contactus {
	/*background: none repeat scroll 0 0 #fff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: 0 1px 3px 1px #cccccc;
	margin: 0;
	padding: 20px;*/
	width: 100%;
}
.login p {
	margin-left: 20px;
}
.contactus p {
	margin-left: 20px;
}
.s_heading {
	background-color: #ededed;
	border: 1px dashed #cccccc;
	font-size: 15px;
	/*margin-left: 20px;*/
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 7px !important;
}
form .login a.forgot {
	color: #7698c1;
	font-size: 12px;
	line-height: 38px;
	margin: 0;
	text-decoration: none;
}
form .login input[type="submit"] {
	width: 65px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #48649f;
	color: #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border: 2px 2px 2px 2px;
	font: 100% 'Droid Sans', arial;
	border: 0;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
form .contactus a.forgot {
	color: #7698c1;
	font-size: 12px;
	line-height: 38px;
	margin: 0;
	text-decoration: none;
}
form .contactus input[type="submit"] {
	width: 65px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #48649f;
	color: #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border: 2px 2px 2px 2px;
	font: 100% 'Droid Sans', arial;
	border: 0;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.error_panel {
	background: none repeat scroll 0 0 #fde4e1;
	border: 1px solid #fbd3c6;
	border-radius: 10px;
	color: #000000;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.success_panel {
	background: none repeat scroll 0 0 #E9FFD9;
	border: 1px solid #CFE2C0;
	border-radius: 10px;
	color: #000000;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.notice_panel {
	background: none repeat scroll 0 0 #E3F7FC;
	border: 1px solid #B9E7F9;
	border-radius: 10px;
	color: #000000;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.require_field {
	color: red;
	float: right;
	margin-right: 20px;
	font-size: 12px;
}
form .login a {
	color: #7698c1;
	text-decoration: underline;
}
.page-title {
	margin-top: 55px;
}
.page-title-main {
	margin-top: 120px;
}

.facebook {
	background-image: url(../images/social-facebook.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top:5px;
}
.twitter {
	background-image: url(../images/social-twitter.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top:5px;
}
.internet {
	background-image: url(../images/social-internet.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top:5px;
}
.branch {
	background-image: url(../images/map_pointer.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
/* Product Page CSS*/
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
/*CONTENTS-CONTAINER*/
.contents-container, .contents-container-after-login {
	width: 1170px;
	background: #FFF;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
}
.contents-bottom-curve {
	width: 960px;
	height: 7px;
	background: url(../images/content-bottom-curve.png) no-repeat bottom;
	margin: 0 0 20px 0;
}
/*LEFT-CONTAINER*/
.left-container {
	width: 816px;
	float: left;
	padding-left: 20px;
	margin-right: 15px;
	border-left: 1px solid #c6c6c6;
	min-height: 950px;
}
.contact-us {
	width: 650px;
}
/*RIGHT-CONTAINER*/
.right-container {
	width: 289px;
	float: left;
	padding-right: 20px;
}
.right-container h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}
.side-nav, .side-paragraph, .side-pic, .mortgage-rates, .newsletter {
	width: 295px;
}
.side-nav ul li {
	display: block;
	border-bottom: 1px solid #fff;
}
.side-nav ul li a:link, .side-nav ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 15px;
	color: #333;
	border-left: 5px solid #ccc;
	background: #F2F2F2;
}
.side-nav ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 15px;
	color: #333;
	background: #E2E2E2;
	border-left: 5px solid #2E5A92;
}
.side-nav ul li a.active {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 15px;
	color: #333;
	background: #E2E2E2;
	border-left: 5px solid #2E5A92;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999999;
	border-left: none;
	font-weight: bold;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
}
ul.tabs li:hover {
	background: #CCCCCC;
}
ul.tabs li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
ul.tabs_product {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
ul.tabs_product li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999999;
	border-left: none;
	font-weight: bold;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
}
ul.tabs_product li:hover {
	background: #CCCCCC;
}
ul.tabs_product li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tab_content_second {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}

ul.tabs_docs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
ul.tabs_docs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999999;
	border-left: none;
	font-weight: bold;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
}
ul.tabs_docs li:hover {
	background: #CCCCCC;
}
ul.tabs_docs li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



.tab_content_third {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}



ul.tabs_month_year {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
ul.tabs_month_year li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 10px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999999;
	border-left: none;
	font-weight: bold;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
}
ul.tabs_month_year li:hover {
	background: #CCCCCC;
}
ul.tabs_month_year li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



.tab_content_forth {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}


.tab_container {
	border: 1px solid #999999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #FFFFFF;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}
#container {
	width: 600px;
	margin: 0 auto;
}

#tab_emi table
{
	width:60%;
	margin-top:20px;
	margin-bottom:20px;
}
#tab_emi table tr
{
	height:25px;
}
.tablescroll
{
	width:auto;
	height:300 !important;
	overflow:auto;
	overflow-x:hidden;
	margin-right:10px;
}
.protitle
{
	border-bottom: 1px solid #c6c6c6;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
	margin-top:10px;
}
.txtlnk
{
	color:#48649f;
	font-size:14px;
	font-weight:bold;
}
form .simplelogin input[type="submit"] {
	width: 65px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #48649f;
	color: #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border: 2px 2px 2px 2px;
	font: 100% 'Droid Sans', arial;
	border: 0;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* News And Image Gallary Css*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1008px;
}
.,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
.grid {
    margin-left: 12px;
    margin-right: 12px;
}
.container_12 .grid_1 {
    width: 60px;
}
.container_12 .grid_2 {
    width: 144px;
}
.container_12 .grid_23 {
    width: 190px;
}
.container_12 .grid_3 {
    width: 228px;
}
.container_12 .grid_4 {
    width: 312px;
}
.container_12 .grid_5 {
    width: 396px;
}
.container_12 .grid_6 {
    width: 480px;
}
.container_12 .grid_7 {
    width: 564px;
}
.container_12 .grid_8 {
    width: 648px;
}
.container_12 .grid_9 {
    width: 732px;
}
.container_12 .grid_10 {
    width: 816px;
}
.container_12 .grid_11 {
    width: 900px;
}
.container_12 .grid_12 {
    width: 984px;
    position: relative;
}
.negative-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.product-title {
    border-bottom: 1px solid #e0e0e0;
    font: normal 20px/20px 'PT Sans', Arial, Verdana, sans-serif;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.products {
    padding: 40px 0 30px 0;
}
.featured-products {
    height: 740px;
    overflow: hidden;
    position: relative;
}

/* Grid Products */
.products.catalog {
    padding: 40px 0 1px;
}
.products article {
    background: #fff;
    border:1px solid #ededed;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.html);
    box-shadow: 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 2px 2px #ededed;
    margin: 0 9px 43px;
}
.products article:hover {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 4px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 4px 1px #e6e6e6;
    -webkit-box-shadow: 0px 0px 4px 1px #e6e6e6;
}
.newcategorytitle {
 	/*background-image:url(img/category.png);*/
	margin: 0 0 0 25px;
	background-color:#7698C1;
	position: absolute;
	width:175px;
	height:45px;
}
.products article .prev {
   /* background: #f5f5f5;*/
    height: 210px;
    margin: 8px 0 10px 1px;
    text-align: center;
    /*width: 210px;*/
}
.products article .prev a {
    display: table-cell;
   /* height: 210px;*/
    text-align: center;
    vertical-align: middle;
    /*width: 210px;*/
    //display:block;
    //height:auto;
    //margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.products article .prev img {
   /* height: 210px;
    max-height: 100%;
    max-width: 100%;
    width: 210px;*/
}
.products article h3.title {
    background: url(../images/bg-title.png) no-repeat center bottom;
    color: #48649f;
    font: bold 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 70px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
}
.products article h2.title {
    color:#555;
    font: normal 14px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 35px;
    margin: 0;
    padding: 0 8px;
	font-weight:bold;
    text-transform: uppercase;
}
.vert
{
	text-align:center;
	height: 45px;
	margin-left:5px;
	margin-right:5px;
}

.products .articles {
    background: #fff;
    border:1px solid #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    box-shadow: 0px 2px 2px #fff;
    -moz-box-shadow: 0px 2px 2px #fff;
    -webkit-box-shadow: 0px 2px 2px #fff;
    margin: 0 9px 43px;
}
.products .articles:hover {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 4px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 4px 1px #e6e6e6;
    -webkit-box-shadow: 0px 0px 4px 1px #e6e6e6;
}
.products .articles .prev {
   /* background: #f5f5f5;*/
    height: 150px;
    margin: 8px 0 10px 1px;
    text-align: center;
    /*width: 210px;*/
}
.products .articles .prev a {
    display: table-cell;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    //display:block;
    //height:auto;
    //margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.products .articles .prev img {
   height: 150px;
    max-height: 100%;
    max-width: 100%;
    width: 150px;
	border-radius: 1000px !important;
}
.products .articles h3.title {
    background: url(../images/bg-title.png) no-repeat center bottom;
    color: #48649f;
    font: bold 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 40px;
    margin: 0;
    padding: 0 8px;
	text-align:center;
	
    text-transform: uppercase;
}
.products .articles .cart .price .vert .mobile {
    color:#48649f;
    font: bold 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    height: 35px;
    margin: 0;
    padding: 0 8px;
	font-weight:bold;
   
}
.products .articles .cart .price .vert
{
	text-align:center;
	height: 90px;
	margin-left:5px;
	margin-right:5px;
}




/* List Products */
.products_list {
    margin: 43px 0 13px;
}
.products_list article {
    background: #fff;
    border:1px solid #ededed;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    behavior: url(PIE.html);
    box-shadow: 0px 2px 2px #ededed;
    -moz-box-shadow: 0px 2px 2px #ededed;
    -webkit-box-shadow: 0px 2px 2px #ededed;
    margin-bottom: 30px;
}
.products_list article .grid_3 {
    margin-left: 0;
}
.products_list article .prev {
    padding: 8px;
}
.products_list article .prev a {
    background: #f5f5f5;
    border: 0 none;
    display: table-cell;
    height: 210px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 210px;
    //display:block;
    //height:auto;
    //margin-top: expression((105-parseInt(offsetHeight)/2)  <0 ? "0" : 105-(parseInt(offsetHeight)/2) +'px') ;
}
.products_list article .prev img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.products_list article .grid_6 {
    margin: 0;
    width: 640px;
}
.products_list article .entry_content {
    padding: 20px 0 0 0;
}
.products_list article .entry_content a {
    text-decoration: none;
}
.products_list article .entry_content h3.title {
    color: #555;
    font: normal 16px/16px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products_list article .entry_content p {
    color: #707070;
    font: normal 12px/18px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
}
a.more {
    text-decoration: none;
}
a.more:hover {
    text-decoration: underline!important;
}
.breadcrumbs a {
    color: #707070;
    display: block;
    float: left;
    font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
    text-decoration: none;
}
.breadcrumbs span {
    background: url(../images/breadcrumbs.png) repeat center top;
    color: #707070;
    display: block;
    float: left;
    height: 7px;
    margin: 16px 7px 0;
    min-width: 9px;
}
.breadcrumbs a:hover {
    color: #707070;
    text-decoration: underline;
}
.breadcrumbs .current {
    background: none;
    color: #999;
    font: normal 12px/37px 'PT Sans', Arial, Verdana, sans-serif;
    margin: 0;
}
.news-list
{
	border:1px solid #eeeeee;
	margin-bottom:20px;
	overflow:auto;
	padding:10px; 
}
.news-list .news-title
{
	float:left;
	margin-bottom:20px;
}
.news-list .text
{
	clear:both;
	text-align: justify;
    text-justify: inter-word;
}
.require_field_red
{
	color:red;
}
form .login td
{
	padding-top:5px;	
}
.box-heading span {
    border-bottom: 2px solid #48649f;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 0;
}
.box-heading {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
}
.right-container .name
{
	margin-top:15px;
	margin-bottom:15px;
}
.right-container .image img
{
	padding:4px;
	border:1px solid #CCCCCC;
	height:100px;
	width:100px;
}
form .login td img
{
	padding:4px;
	border:1px solid #CCCCCC;
	height:100px;
	width:100px;	
}
.showcustomerlist table {
    border-collapse: collapse;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
    width: 100%;
}
.showcustomerlist td { padding: 7px; }
.showcustomerlist thead td { color: #4D4D4D; font-weight: bold; background-color: #F7F7F7; border-bottom: 1px solid #DDDDDD; }
.showcustomerlist tbody .loanamt { text-align: center; }
.showcustomerlist tbody .name { font-weight:bold;color:#48649f; }
.showcustomerlist tbody td { vertical-align: top; border-bottom: 1px solid #DDDDDD; }
.showcustomerlist tbody td a{ color:#000000;text-decoration:underline; }
.showcustomerlist tbody tr:hover { background-color: #E9E9E9; }
.dataTables_wrapper .dataTables_paginate {
    color: #ffffff;
    float: right;
    margin: -18px 2px 10px 0;
    background-color:#EEEEEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous, 
.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    display: block;
    cursor: pointer;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous {
    background-image: url(../images/core/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous {
    opacity: .35;
    filter: Alpha(35);
    cursor: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_next, 
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
    background-image: url(../images/core/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.dataTables_wrapper .dataTables_paginate .first {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.dataTables_wrapper .dataTables_paginate .last {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, 
.dataTables_wrapper .dataTables_paginate .paginate_active {
    float: left;
    height: 20px;
    padding: 0 10px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-color: #48649f;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #232323;
    border-left: 1px solid #666666;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    border-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button_disabled {
    color: #ffffff;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_active {
    color: #323232;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

#popup_container1 {
	display:none;
	font-family:Segoe UI Light,Helvetica Neue,Segoe UI,Segoe WP,sans-serif;
	font-weight:bold;
	
	text-align:left;
	font-size: 12px;
	width: 364px; 
	height: 110px; 
	background: #F3F3F3;
	
	border:solid 1px #dedede;
	border-bottom: solid 2px #456FA5;
	color: #000;
	
	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index: 9999999;
	
}
#popup_panel {
text-align: left;
padding-left:15px;
}
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.6;
}
#popup_container {
	display:none;
	font-family:Segoe UI Light,Helvetica Neue,Segoe UI,Segoe WP,sans-serif;
	font-weight:bold;
	text-align:left;
	font-size: 12px;
	width: 364px; 
	height: 110px; 
	background: #F3F3F3;
	border:solid 1px #dedede;
	border-bottom: solid 2px #456FA5;
	color: #000;
	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index: 9999999;
	
}

#popup_title {
display:none;
}
#popup_message {
padding-top: 15px;
padding-left: 15px;
}

#popup_panel {
text-align: left;
padding-left:15px;
	
}
#popup_ok,#popup_cancel,#gmail,#yahoo,#hotmail
{
background-color:#476EA7;
padding:3px;
color:#FFFFFF;
margin-top:20px;
margin-right:10px;
}