﻿body {
	margin:0px auto;
	padding:0px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#171717;
	/*	background-color: #E8E8E8; */
}
.webkit-scrollbar {
  width: 10px;
}


.header {
	padding:15px 5px;
}
.header div {
	float:right;
	padding:15px 10px;
}
.header div a {
	color:#FFD800;
}
.header img, .navPanel img, .navSelect img {
	vertical-align:middle;
	margin:0px 5px 0px 0px;
	border:none;
}
.subHeader {
	background-image:url('Menu/subheader_bg.png');
	background-repeat:repeat-x;
	height:27px;
}
.subHeader div {
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#10428C;
}
.clear {
	clear:both;
	float:none;
	height:0px;
}
.title {
	font-size:18px;
	font-weight:bold;
	padding:0px 5px;
}
/* TOOLBAR */
	.toolbar {
	height:25px;
	margin:0px 5px;
	background-image:url('Menu/toolbar_bg.png');
	background-repeat:repeat-x;
	float:left;
}
.toolbarLeft {
	background-image:url('Menu/toolbar_left.png');
	background-repeat:no-repeat;
	height:25px;
	width:7px;
	float:left;
}
.toolbarRight {
	background-image:url('Menu/toolbar_right.png');
	background-repeat:no-repeat;
	height:25px;
	width:12px;
	float:left;
}
.toolbarContent {
	padding:5px;
	float:left;
	height:25px;
}
.toolbarContent img {
	vertical-align:top;
	border:0px;
	margin-right:5px;
}
.toolbarContent a, .toolbarContent a:visited {
	padding:5px;
	color:#000000;
	text-decoration:none;
}
.toolbarContent a:hover {
	text-decoration:underline;
}
/* NAVIGATION */
	.navigation {
	width:20%;
	height:80%;
	margin: 5px 5px 0px 5px;
	border:solid 1px #6394CE;
	background-color:#ffffff;
	float:left;
	vertical-align:bottom;
	position:relative;
}
.navPanel {
	padding:10px;
	height:60%;
}
.navPanel a, .navPanel a:visited {
	padding:5px 5px;
	display:block;
	color:#000000;
	border:solid 1px #ffffff;
	text-decoration:none;
}
.navPanel a:hover {
	background-color:#FFE88C;
	border:solid 1px #D69C00;
}
.title {
	font-size:18px;
	font-weight:bold;
	padding:0px 5px;
}
.navSeparator {
	height:10px;
	background-image:url('Menu/nav_separator.png');
	background-repeat:repeat-x;
	background-position:center;
}
.navSelect {
	position:absolute;
	bottom:0px;
	width:100%;
}
.navSelect a {
	height:22px;
	display:block;
	padding:5px;
	background-image:url('Menu/nav_link.png');
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.navSelect a:hover {
	background-image:url('Menu/nav_link_hover.png');
	background-repeat:repeat-x;
}
/*------------------ New Stylesheet ----------------*/
.input:focus, .select:focus, .textarea:focus {
	-webkit-box-shadow: 0px 0px 5px #313131;
	-moz-box-shadow: 0px 0px 5px #313131;
	box-shadow: 0px 0px 5px #313131;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}
.input {
	border: 1px solid #313131;
	color:#171717;
	padding:4px;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	-webkit-box-shadow: inset 2px 2px 2px 0px #B4B4B4;
	-moz-box-shadow: inset 2px 2px 2px 0px #B4B4B4;
	box-shadow: inset 2px 2px 2px 0px #B4B4B4;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.right {
text-align:right;
}

.small {
	width:90px;
}
.small_1 {
	width:90px;
}
.small_add {
	width:77px;
}
.small_add_1 {
	width:53px;
}


.smallGridlistbox_1 {
	width:80px;
	height:50px;
}



.smallnongrid {
	width:125px;
}
.small_1nongrid {
	width:110px;
}
.small_addnongrid {
	width:97px;
}
.small_add_1nongrid{
	width:73px;
}
.medium {
	width:200px;
}
.medium_1 {
	width:209px;
}
.large {
	width:300px;
}
.x-large {
	width:400px;
}
.select {
	border: 1px solid #313131;
	color:#0F0F0F;
	padding:4px;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	-webkit-box-shadow: inset 2px 2px 2px 0px #B4B4B4;
	-moz-box-shadow: inset 2px 2px 2px 0px #B4B4B4;
	box-shadow: inset 2px 2px 2px 0px #B4B4B4;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.in_btn input {
	border:1px;
	background:none;
}
.textarea {
	border: 2px solid #313131;
	color: #7F7F7F;
	display: block;
	font-size: 12px;
	height: 25px;
	margin: 0 0 10px;
	padding: 2px 3px 0;
}
.GridView {
	font:12px "Trebuchet MS", Arial;
   text-align:left;
   border-collapse:collapse;
   margin:0px auto;
    -moz-box-shadow: 3px 2px 3px #424242;
    -webkit-box-shadow: 3px 2px 3px #424242;
    box-shadow: 3px 2px 3px #424242;
}
.GridView td {
    border-bottom:2px solid #e0e0e0;
    padding: 4px;
}
.Header{
    width:100px;    
}
.GridView tr{    
    padding: 4px;
}
.GridView th{    
    padding: 4px;
}
.HeaderStyle tr td:hover {
	background:#d0dafd url("http://media.smashingmagazine.com/images/express-css-table-design/table-images/gradhover.png") repeat-x;
	color:#339;
}
.HeaderStyle{
    font-size:13px;
	font-weight:bold;
	background:#61b0ea url(../images/head_bg.png) repeat-x left bottom;
	border-top:2px solid #b1d8f5;
	border-bottom:1px solid #e0e0e0;
	color:#fff;
/*	text-shadow:#000000 1px 1px;
	padding:8px;*/
}
.HeaderStyle p {
	margin:0px;
	padding:0px 0px 2px 0px;
}
	color:#3d3d3d;    
}
.AlternatingRowStyle 
{
   /* font-size:13px; */
	font-weight:normal;
	background:#ebebeb url(../images/alternating_bg.png) repeat-x bottom;
	border-top:2px solid #d3ddff;
	border-bottom:1px solid #e0e0e0;
	color:#3d3d3d;
	padding:8px;
}
.AlternatingRowStyle:hover, .RowStyle:hover {
	background:#989898;
	color:#fff;    
}
.AlternatingRowStyle:hover, .RowStyle:hover {
	background:#989898;
	color:#fff;    
}
.SelectedRowStyle
{
    background-color: #a7cbec;
}
.PagerStyle {
	background:none repeat scroll 0 0 #E8EDFF;    
}
.PagerStyle table
{
    margin:10px;
}
.PagerStyle td, .PagerStyle tr, .PagerStyle th{
    width:auto !important;
    padding:0;
}

.PagerStyle span, .PagerStyle a{
    font-size: 10px;
    font-weight: bold;
    margin-right: 4px;
    padding: 4px 8px;
    text-decoration:none;
}
.PagerStyle span
{
     background-color: #dfefff;
     }
.PagerStyle a
{
    
     color:#005F9C;
}
.PagerStyle a:hover{background-color: #dfefff;}

.FooterStyle
{
    background-color: #92b2ce;
}
.HeaderStyle a {
    color: Black;
    text-decoration: none;
    background: url(../images/listing/sort-regular.png) right center no-repeat;
    display:block;
   
}
.GridIcon
{
    position: relative;
    top: 8px;
    display:block;
}
.ico-edit
{
    background-image: url('../images/listing/ico-edit.png');
    background-repeat: no-repeat;
    height: 24px;
}
.ico-view
{
    background-image: url('../images/listing/ico-view.png');
    background-repeat: no-repeat;
    height:24px;
}
.btn {
	float:right;
	padding:6px;
	margin:7px auto;
}
.save_btn {
	
 	background:url(../images/save_bg.png) repeat-x;
	padding:4px 10px;
	margin-right:10px;
	color:#fff;
	font:bold 13px "Trebuchet MS", Arial;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #6caedf;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	   -moz-box-shadow: 3px 3px 3px -2px #333333;
	        box-shadow: 3px 3px 3px -2px #333333;
	text-shadow:0px 1px 1px #212121;
	}
.login_btn {
	background:#3377c9;
	background:-moz-linear-gradient(top, #3377c9 0%, #2761a7 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3377c9), color-stop(100%, #2761a7));
	background:-webkit-linear-gradient(top, #3377c9 0%, #2761a7 100%);
	background:-o-linear-gradient(top, #3377c9 0%, #2761a7 100%);
	background:-ms-linear-gradient(top, #3377c9 0%, #2761a7 100%);
	background:linear-gradient(top, #3377c9 0%, #2761a7 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3377c9', endColorstr='#2761a7', GradientType=0);
	background:url(../images/save_bg.png) repeat-x;
	padding:4px 10px;
	margin-right:10px;
	color:#fff;
	font:bold 13px "Trebuchet MS", Arial;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #205a9e;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	   -moz-box-shadow: 3px 3px 3px -2px #333333;
	        box-shadow: 3px 3px 3px -2px #333333;
	text-shadow:0px 1px 1px #212121;
}
.reset_btn {
	background:#de7171;
	background:-moz-linear-gradient(top, #9b9b9b 0%, #777777 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b9b), color-stop(100%, #777777));
	background:-webkit-linear-gradient(top, #9b9b9b 0%, #777777 100%);
	background:-o-linear-gradient(top, #9b9b9b 0%, #777777 100%);
	background:-ms-linear-gradient(top, #9b9b9b 0%, #777777 100%);
	background:linear-gradient(top, #9b9b9b 0%, #777777 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#777777', GradientType=0);
	padding:3px 9px;
	margin-right:0px;
	color:#fff;
	font:bold 13px "Trebuchet MS", Arial;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #646464;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	   -moz-box-shadow: 3px 3px 3px -2px #333333;
	        box-shadow: 3px 3px 3px -2px #333333;
	text-shadow:0px 1px 1px #212121;
}
.close_btn {
	/*background:#de7171;
	background:-moz-linear-gradient(top, #de7171 0%, #d06868 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #de7171), color-stop(100%, #d06868));
	background:-webkit-linear-gradient(top, #de7171 0%, #d06868 100%);
	background:-o-linear-gradient(top, #de7171 0%, #d06868 100%);
	background:-ms-linear-gradient(top, #de7171 0%, #d06868 100%);
	background:linear-gradient(top, #de7171 0%, #d06868 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de7171', endColorstr='#d06868', GradientType=0);*/
	background:url(../images/grey_bg.png) repeat-x;
	border:1px solid #c4c4c4;
	padding:4px 10px;
	margin-right:10px;
	color:#fff;
	font:bold 13px "Trebuchet MS", Arial;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	 -moz-box-shadow: 3px 3px 3px -2px #333333;
	box-shadow: 3px 3px 3px -2px #333333;
	text-shadow:0px 1px 1px #212121;
	width:65px;
}
.com_button {
	display: inline-block;
	position: relative;
	margin:2px 10px 2px 0px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);
	font: bold 12px/25px Arial, sans-serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	   -moz-box-shadow: 3px 3px 3px -2px #333333;
	        box-shadow: 3px 3px 3px -2px #333333;
	text-shadow:0px 1px 1px #212121;
	
}

.com_buttonrefresh {
	display: inline-block;
	margin:2px 10px 2px 0px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);
	font: bold 12px/25px Arial, sans-serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	   -moz-box-shadow: 3px 3px 3px -2px #333333;
	        box-shadow: 3px 3px 3px -2px #333333;
	text-shadow:0px 1px 1px #212121;
	
}

.com_button:hover, .save_btn:hover, .close_btn:hover,.clear_btn:hover, .login_btn:hover, .reset_btn:hover {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 0px 0px 2px rgba(0, 0, 0, .5);
}
.com_button:active {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, .8);
}
.edit {
	background:url(../images/edit.png) no-repeat;
	width:24px;
	height:24px;
	text-indent:-999px;
}
.blue {
	color: #fff;
	font:bold 12px Arial;
	padding:2px 5px;
	border:1px solid #0b7899;
	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c9e3), color-stop(100%, #39a0be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c9e3 0%, #39a0be 100%); /* IE10+ */
	background: #70c9e3; /* W3C */
    top: 0px;
    left: 24px;
    }
.gray {
	color: #fff;
	font:bold 12px Arial;
	padding:2px 5px;
	border:1px solid #737373;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* IE10+ */
	background: linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%); /* W3C */
}
.lbllr_current, .firstdiv {
	background:#fff url(../images/table_bg.png) repeat-x;
	padding:5px;
	border:1px solid #97b4c8;
}
.firstdiv .first_1 {
	width:85%;
	float:left;
	min-height:80px;
}
.firstdiv .first_2 {
	width:6%;
	float:right;
	min-height:80px;
	padding:05px;
}
.gvlr_details, .seconddiv {
	background:#e9e9e9;
	border:1px solid #c0c0c0;
	padding:5px;
}
.gvCustom, .thirddiv {
	background:#fff;
	padding:5px;
}
 /*Vishnu */
.miscLabel
{
  font:15px "Trebuchet MS", Arial;
  font-weight:bold;
  color:#3896f5;
  text-align:left;
}
.GridViewForTbl {
	font:12px "Trebuchet MS", Arial;
   text-align:left;
   border-collapse:collapse;
   border-style:double;
   margin:0px auto;
    -moz-box-shadow: 3px 2px 3px #424242;
    -webkit-box-shadow: 3px 2px 3px #424242;
    box-shadow: 3px 2px 3px #424242;
}
.clear_btn {
background:url(../images/grey_bg.png) repeat-x;
	border:1px solid #c4c4c4;
	padding:4px 10px;
	margin-right:10px;
	color:#fff;
	font:bold 13px "Trebuchet MS", Arial;
	-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 3px 3px 3px -2px #333333;
	 -moz-box-shadow: 3px 3px 3px -2px #333333;
	-box-shadow: 3px 3px 3px -2px #333333;
	-text-shadow:0px 1px 1px #212121;
	width:65px;
	}
.forSelectbutton
{
    float:left;
	padding:6px;
	margin:7px auto;
}
    
.spacing
{
    border-spacing:3px;
    
}    
    
.chargegriddiv    
{
    height:180px;
    width:100%;
    
    /*overflow:scroll;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.chargegrid    
{
    /*height:200px;*/
    width:100%;
    /*overflow:scroll;*/
  /*  overflow-y: scroll;
    overflow-x: hidden;*/
}


    
.ChargesGridView {
	font:12px "Trebuchet MS", Arial;
   text-align:left;
   border-collapse:collapse;
   margin:0px auto;
    -moz-box-shadow: 3px 2px 3px #424242;
    -webkit-box-shadow: 3px 2px 3px #424242;
    box-shadow: 3px 2px 3px #424242;
}    
    
.ChargesAlternatingRowStyle {
    font-size:13px;
	font-weight:normal;
	background:#ebebeb url(../images/alternating_bg.png) repeat-x bottom;
	border-top:0px solid #d3ddff;
	border-bottom:0px solid #e0e0e0;
	color:#3d3d3d;
	padding:0px;
}  

 .gridsearch{
 width:100%;
 min-height:60%;
 /*overflow:scroll;*/
     overflow-y: hidden;
    overflow-x: scroll;
 }  
 .LinkButton 
 {
     background-image: url ('~/images/GrudSelect.png') no-repeat;
     cursor:pointer;
 }
 .GridViewCompressed {
	font:12px "Trebuchet MS", Arial;
   text-align:left;
   border-collapse:collapse;
   margin:0px auto;
    -moz-box-shadow: 3px 2px 3px #424242;
    -webkit-box-shadow: 3px 2px 3px #424242;
    box-shadow: 3px 2px 3px #424242;
}
.GridViewCompressed td {
    border-bottom:1px solid #e0e0e0;
    padding: 1px;
}

.GridViewCompressed tr{    
    padding: 1px;
}
.GridViewCompressed th{    
    padding: 1px;
}


 .firstdivforpdf {
	background:#fff url(../images/table_bg_pdf.png) repeat-x;
	padding:5px;
	border:1px solid #97b4c8;
	
}
 .modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading {
    
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
    
    
    /* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	}
	
#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color:rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}