/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background: #FFF;
	}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}
.red {color:#FF0000;}

/*       Links
======================= */
a {
	color:#0b44ac;
    text-decoration:underline;
}
a:hover {
    color:#000;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*      Display Error Message
=================================*/
.ErrorMessage {
	border: 1px solid;
    margin: 10px 20px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
	color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/icon-error.gif);
}
.ErrorMessage p {
	color:#ce0000;
	margin:0;
}

.SuccessMessage {
	border: 1px solid;
    margin: 10px 20px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
	color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(../images/icon-success.gif);
}


/*     Float containers fix 
=============================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*       Text
======================= */
body, td, th, div, p, ul, li, h1, h2, h3, h4, input, select {
	font: 12px Arial, Helvetica, sans-serif;
	color:#040404;
	text-align: left;
	}
	
h1, h2, h3, h4, h5, p, table {
	margin-left:15px;
	margin-right:15px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003164;
}

h1{
	padding-top:10px;
	margin-bottom:10px;
	font:21px Arial, HelveFtica, sans-serif;
}
h2 {
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#0a7d58;
	background-image: url(../images/bgh.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:10px 0 9px 0;
}
h4 {
	font-size:18px;
	font-weight:normal;
	color:#0b44ac;
	background:#e6fdf0;
	padding:10px 14px;
	margin:0 1px;
}
h4 span {
	font-size:14px;
}
h5 {
	font-size:13px;
	font-weight:bold;
	padding:5px 0;
}
h5 a {
	color:#003164;
	text-decoration:none;
}
p{
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
	color:#666;
	text-align:justify;
}
#Content ul, .LRCm ul, .BoxMMBot ul,
#Content ol, .LRCm ol, .BoxMMBot ol{
	padding:10px 30px 10px 0;
	margin:0 0 0 43px;
}
#Content ul li, .LRCm ul li, .BoxMMBot ul li,
#Content ol li, .LRCm ol li, .BoxMMBot ol li{
	padding: 0 0 7px 0px;
	color:#666;
	}
#Content li ul, .LRCm li ul, .BoxMMBot li ul,
#Content li ol, .LRCm li ol, .BoxMMBot li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li, .LRCm li ul li, .BoxMMBot li ul li,
#Content li ol li, .LRCm li ol li,  .BoxMMBot li ol li{
	padding: 9px 0 0  0;
	}

/*       Layout
======================= */
/*#Page {
	width: 950px;
	margin: 0 auto;
	text-align:left;
}
#Header {
	height:100px;
	position:relative;
}*/

/*       Logo
======================= */
/*#Logo {
	position:absolute;
	top:16px;
	left:0px;
	width:250px;
	height:70px;
	margin:0;
	padding:0;
}
#Logo a {
	display:block;
	width:250px;
	height:70px;
	background: url(../images/rail-ticket-online.gif) no-repeat;
}
#Logo strong{ display:none; }*/

/*        Menu
====================== */
/*#IRCTC {
		position:absolute;
		bottom:18px;
		right:5px;
		margin:0;
		padding:0;
		width:170px;
		height:40px;
}
#CustCare {
		position:absolute;
		top:3px;
		right:5px;
		margin:0;
		padding:0;
		width:170px;
		height:40px;
}
#TopMenu {
		position:absolute;
		top:12px;
		right:200px;
		margin:0;
		padding:0;
}
#MainNav {
	background:#f1f1f1 url(../images/mbg.gif) repeat-x left top;
	position:absolute;
	right:200px;
	bottom:22px;
	list-style:none;
}
#MainNav li {
	float:left;
	list-style:none;
}
#MainNav li a {
	display:block;
	padding:9px 13px 9px 13px;
	font-size:13px;
	font-weight:bold;
	color:#484848;
	text-decoration:none;
	border-right:1px solid #c6c6c6;
}
#MainNav li a.first {
	background: url(../images/ml.gif) no-repeat left top;
	padding-left:15px;
}
#MainNav li a.last {
	background: url(../images/mr.gif) no-repeat right top;
	border:none;
	padding-right:14px;
}
#MainNav li a:hover {
	color:#d5261e;
	text-decoration:none;
}
*/

/*       Boxes
======================= */
.BoxL {
	background: #FFF url(../images/bgc.gif) repeat-y left top;
}
.BoxLBot {
	background: url(../images/bgbot.gif) no-repeat left bottom;
	padding-bottom:6px;
}
.BoxLTBot {
	background: url(../images/bgtbot.gif) no-repeat left bottom;
	padding-bottom:6px;
}
.BoxLHBlue {
	border-bottom:1px solid #a5a5a5;
	background: #eaf1ff url(../images/bgbtop.gif) repeat-y left top;
	position:relative;
}
.BoxLHBlue h1 {
	margin:0;
	padding:10px 14px;
	font-weight:bold;
	background: url(../images/topb.gif) no-repeat left top;
}
.BoxLHBlue h1 span {
	color:#787777;
	font-size:14px;
}

.BoxM {
	background: url(../images/boxmbg.gif) repeat-y left top;
}
.BoxMBot {
	background: url(../images/boxmbot.gif) no-repeat left bottom;
}
.BoxMM {
	background: url(../images/boxmmbg.gif) repeat-y left top;
}
.BoxMMBot {
	background: url(../images/boxmmbot.gif) no-repeat left bottom;
}
.BoxMHOrange, .BoxMHYellow {
	border-bottom:1px solid #a5a5a5;
}
.BoxMHOrange h2, .BoxMHYellow h2 {
	margin:0;
	padding:10px 14px;
	border:none;
}
.BoxMHOrange {
	background: url(../images/bgorange.gif) repeat-y left top;
}
.BoxMHOrange h2 {
	background: url(../images/toporange.gif) no-repeat left top;
}
.BoxMHYellow {
	background: url(../images/bgoyellow.gif) repeat-y left top;
}
.BoxMHYellow h2 {
	background: url(../images/topyellow.gif) no-repeat left top;
}

.BoxS {
	background: url(../images/boxsbg.gif) repeat-y left top;
}
.BoxSBot {
	background: url(../images/rightbot.gif) no-repeat left bottom;
}
.BoxSHGreen, .BoxSHBlue, .BoxSHDGreen {
	border-bottom:1px solid #a5a5a5;
}
.BoxSHGreen h2, .BoxSHBlue h2, .BoxSHDGreen h2 {
	margin:0;
	padding:10px 14px;
	border:none;
}
.BoxSHGreen {
	background: url(../images/bggreen.gif) repeat-y left top;
}
.BoxSHGreen h2 {
	background: url(../images/topgreen.gif) no-repeat left top;
}
.BoxSHBlue {
	background: url(../images/bgblue.gif) repeat-y left top;
}
.BoxSHBlue h2 {
	background: url(../images/topblue.gif) no-repeat left top;
}
.BoxSHDGreen {
	background: url(../images/bgdgreen.gif) repeat-y left top;
}
.BoxSHDGreen h2 {
	background: url(../images/topdgreen.gif) no-repeat left top;
}


/*       HomePage
======================= */
#MainHome {
}
#HomeLeft {
	width:530px;
	float:left;
}
#HomeRight {
	width:400px;
	float:left;
	margin:0 0 0 20px;
}
#HomeLeft h2, #HomeRight h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
}
.TblSearch {
	margin-top:12px;
}
.TblSearch td {
	padding:0 30px 14px 0;
	line-height:20px;
	color:#6e6e6e;
}
.TblSearch td span {
	color:#9ca0a4;
}
.TblSearch td .InM {
	padding:3px;
	width:200px;
	font-weight:bold;
	border:1px solid #999999;
	
}

.TblSearch td .InDt {
	padding:3px;
	width:120px;
	font-weight:bold;
	background: url(../images/icon-calendar.gif) no-repeat 108px center;
	border:1px solid #999999;
}
.TblSearch td select {
	width:120px;
	font-weight:bold;
	border:1px solid #999999;
}

#R01, #R02, #R03 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#6e6e6e;
	padding:0 0 15px 30px;
	margin:0 20px 0 18px;
	text-align: inherit;
	line-height:19px
}
#R01 {
	background: url(../images/01.gif) no-repeat 0px 2px;
}
#R02 {
	background: url(../images/02.gif) no-repeat 0px 2px;
}
#R03 {
	background: url(../images/03.gif) no-repeat 0px 2px;
}
.PNRDetail p {
	padding:0 0 10px 0;
	}
#HomeRight .InS {
	padding:3px;
	width:30px;
	font-weight:bold;
}
#HomeRight .InM {
	padding:3px;
	width:96px;
	font-weight:bold;
}
#HomeRight .InL {
	padding:3px;
	width:140px;
	font-weight:bold;
	color:#999;
}


/*  Rail Search Listing Page
======================= */
#BackTicketHistory {
	font: normal 18px Arial, Helvetica, sans-serif;
	position:absolute;
	right:0;
	top:1px;
	padding:12px 14px 8px 20px;
	margin:0;
	z-index:100;
	line-height:normal;
}
#ModifySearchOpen {
	font: normal 18px Arial, Helvetica, sans-serif;
	position:absolute;
	right:0;
	top:1px;
	padding:10px 14px 10px 20px;
	margin:0;
	z-index:100;
	background: url(../images/blue-down.gif) no-repeat 0 19px;
	line-height:normal;
}
#ModifySearchPanel .BxL {
	color:#11488a;
	font-weight:bold;
	float:left;
	padding:10px 14px 0 14px;
	margin:0;
}

#ModifySearchPanel {
	background:#ffffde url(../images/bgmp.gif) repeat-y left top;
	border-bottom:1px solid #a5a5a5;
}
#ModifySearchPanel p {
	color:#11488a;
	font-weight:bold;
	float:left;
	padding:14px 14px 19px 14px;
	margin:0;
}
#ModifySearchPanel p span {
	color:#9ca0a4;
	font-size:12px;
}

#MainIn {
	background: url(../images/bgcl.gif) repeat-y left top;
}

.Slider {
	position: relative;
	background: url(../images/sbg.gif) 0 0 no-repeat;
	width: 201px;
	height: 14px;
    }

.Slider div {
	position: absolute;
	cursor: pointer;
	top: 0px;
    }
#ColumnLeft {
	float:left;
	width:230px;
}
.TblLeft {
	border-collapse:collapse;
	width:199px;
}
.TblLeft th {
	background:#F7F7F7;
	text-align:left;
	border-bottom:1px solid #CCC;
	padding:4px 10px 4px 5px;
	font-weight:bold;
}
.TblLeft td {
	padding:4px 10px 4px 5px;
	border-bottom:1px solid #CCC;
}
.LeftColumnBox {
	margin-top:7px;
	background-image: url(../images/bgh.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0 15px;
	padding-bottom:5px;
}
.LeftColumnBox h5, .LeftColumnBox p {
	margin:0;
}
.LeftColumnBox p {
	padding:2px 0;
	line-height: normal;
	margin:3px 0 0 0;

}

.LeftColumnBox p.right {
	text-align:right;
}


#ColumnRight {
	float:left;
	width:719px;
}
#Content {
}

#Footer {
	position: relative;
	background: url(../images/bgf.gif) no-repeat left top;
	margin-top:20px;
}
#Footer p.left {
	text-align:left;
	padding:10px 10px 20px 15px;
	margin:0;
	font-size:12px;
	color:#666;
}
#Footer p.left a {
	color:#2e94ac;
}
#Footer p.left span {
	color:#2e94ac;
	padding:0 10px;
}
#Footer p.right {
	padding: 16px 10px 0 0;
}

/*  Table Styles
============================= */
.TblL {
	width:948px;
	margin:0 1px;
	border-collapse:collapse;
	border-top:1px solid #d2d2d2;
	text-align:left;
}
#Caption {
	padding:10px;
	
}
.TblL thead th {
	background:#F3F3F3;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
	padding:10px;
	text-align: center;
	color:#757474;
}
.TblL tbody td {
	border-bottom:1px solid #d2d2d2;
	padding:10px;
	color:#000;
	vertical-align:top;
	text-align:center;
}
.TblL tbody tr.odd {
	background:#fafafa;
}
.TblL tbody td p{
	margin:0;
	padding:0;
	color:#000;
}
.TblL tbody td span, .TblL tbody td p span {
	color:#a3a3a3;
}
.TblL tbody td p a {
	font-size:13px;
	font-weight:bold;
}
.TblM {
	width:719px;
	margin:0;
	border-collapse:collapse;
	border-top:1px solid #d2d2d2;
	text-align:left;
}
.TblM caption {
	padding:10px;
	font-weight:bold;
}
.TblM th {
	background:#F3F3F3;
	font-weight:bold;
	border-top:1px solid #d2d2d2;
	padding:10px;
	text-align: right;
	color:#757474;
}
.TblM thead th {
	background:#e6fdf0;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
	padding:10px;
	text-align:left;
	color:#0b44ac;
}

.TblM thead th.ThTrainName {
}
.TblM thead th.ThDeparts {
	width:45px;
}
.TblM thead th.ThArrives {
	width:50px;
}
.TblM thead th.ThDuration {
	width:88px;
}
.TblM thead th.ThFrom {
	width:44px;
}
.TblM thead th.ThTo {
	width:44px;
}
.TblM thead th.ThSeats {
	width:100px;
	text-align:center;
}
.TblM thead th.ThBook {
	width:44px;
}




.TblM tbody td {
	border-top:1px solid #d2d2d2;
	padding:10px;
	color:#000;
	vertical-align:top;
}
.TblM tbody tr.odd {
	background:#fafafa;
}
.TblM tbody td p{
	margin:0;
	padding:0;
	color:#000;
}
.TblM tbody td span, .TblM tbody td p span {
	color:#a3a3a3;
	font-size:11px;
}
.TblM tbody td p a {
	font-size:13px;
	font-weight:bold;
}



.TblCB {
	width:948px;
	margin:0 1px;
	border-collapse:collapse;
	border-top:1px solid #d2d2d2;
	text-align:left;
}
.TblCB caption {
	padding:10px;
}

.TblCB th {
	background:#F3F3F3;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
	padding:10px;
	color:#757474;
	border-bottom:1px solid #d2d2d2;
	text-align:right;
}
.TblCB thead th {
	text-align:left;
}
.TblCB td {
	border-bottom:1px solid #d2d2d2;
	padding:10px;
	color:#000;
	vertical-align:top;
}
.TblCB tbody td span, .TblCB tbody td p span {
	color:#a3a3a3;
}


.TblCBS {
	width:474px;
	margin:0 1px;
	border-collapse:collapse;
	border-top:1px solid #d2d2d2;
	text-align:left;
}
.TblCBS caption {
	padding:8px;
}

.TblCBS th {
	background:#F3F3F3;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
	padding:8px;
	color:#757474;
	border-bottom:1px solid #d2d2d2;
	text-align:right;
}
.TblCBS thead th {
	text-align:left;
}
.TblCBS td {
	border-bottom:1px solid #d2d2d2;
	padding:8px;
	color:#000;
	vertical-align:top;
}
.TblCBS tbody td span, .TblCBS tbody td p span {
	color:#a3a3a3;
}






/*       Forms
====================== */
div.box{
	padding:10px;
	margin:15px 14px 0 14px;
	/*background:#F3F3F3;*/
}
div.box input.input-text, div.box textarea.input-text{
	border:1px solid #B5B5B5;
	color:#666666;
	width:350px;
	padding:3px;
	font-weight:bold;
}

div.box label{
	display:block;
	padding:6px;
	color:#555555;	
}

div.box label span{
	display:block;
	float:left;
	padding-right:8px;
	width:150px;
	text-align:right;
	font-weight:bold;
}
.spacer{margin-left:164px; 
	margin-top:10px;
	font-size:11px;
	color:#555555;
}


/* Form styles */
div.form-container {
	margin: 10px;
	padding: 10px;
}
p.legend {
	margin-bottom: 1em;
}
p.legend em {
	color: #C00;
	font-style: normal;
}
div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
div.errors p {
	margin: 0;
}
div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
div.form-container p {
	margin: 0;
}
div.form-container p.note {
	margin-left: 170px;
	font-size: 90%;
	color: #333;
	padding-bottom:0;
}
div.form-container fieldset {
	margin: 10px 0;
	padding: 10px;
	border:none;
}
div.form-container legend {
	font-weight: bold;
	color: #666;
}
div.form-container fieldset div {
	padding: 0.25em 0;
}
div.form-container label, div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container label.error, div.form-container span.error {
	color: #C00;
}
div.form-container label em, div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}
div.form-container input.error {
	border-color: #C00;
	background-color: #FEF;
}
div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}
div.form-container div.controlset label, div.form-container div.controlset input {
	display: inline;
	float: none;
}
div.form-container div.controlset div {
	margin-left: 170px;
}
div.form-container div.buttonrow {
	margin-left: 180px;
}

#MyAccount {
	margin:10px 0 0 15px;
	padding:20px;
}
#MyAccount #profile {
	background: url(../images/icon-profile.gif) no-repeat 0 6px;
	padding:4px 0 0 60px;
}
#MyAccount #MyTrans {
	background: url(../images/icon-transaction.gif) no-repeat 0 10px;
	padding:0 0 0 60px;
	margin-top:20px;
}
#MyAccount h2 {
	padding:0 0 6px 0;
	margin:0;
}
#MyAccount p {
	margin:0;
	padding:0 0 10px 0;
	line-height:22px;
}
#MyAccount p span {
		padding:0 5px;
}
table.RdTbl {
	margin:0;
	border:none;
}
table.RdTbl td {
	border:none;
	padding:0 10px 0 0;
}
table.RdTbl input 
{
	vertical-align:middle;
}

table.TblM th a.up {
	background:url(../images/sort_up.gif) no-repeat right center
}
table.TblM th a.down {
	background:url(../images/sort_down.gif) no-repeat right center
}


#PaymentGateway {
	border:1px solid #d2d2d2;
	margin:20px;
}
#PGLeft {
	background:#f3f3f3 url(../images/bgrl.gif) repeat-y right top;
	width:201px;
	height:300px;
	float:left;
}
#PGLeft p {
	margin:0;
	padding:0;
}
#PGLeft p a{
	background:#FFF;
	width:190px;
	display:block;
	padding:10px 0 10px 10px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
}
#PGLeft p a.active {
	border-right:1px solid #FFF;
}
/* For PaymentGateWay Change By Mayur */ 
.PGLeft {
	background:#f3f3f3 url(../images/bgrl.gif) repeat-y right top;
	width:201px;
	height:300px;
	float:left;
}
.PGLeft p {
	margin:0;
	padding:0;
}
.PGLeft p a{
	background:#FFF;
	width:190px;
	display:block;
	padding:10px 0 10px 10px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
}
.PGLeft p a.active {
	border-right:1px solid #FFF;
}
/* End Of Change PaymentGateWay */
#PGRight {
	
	float:left;
	width:500px;
}

#UpdateResults {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#fba370;
	border:1px solid #fba370;
	padding:15px 0;
	background:#fee0cf;
	width:240px;
	text-align:center;
	position:fixed;
	top:300px;
	left:675px;
	z-index:1005;
}
.TblTatkal {
	border-collapse:collapse;
	border:1px solid #CCC;
}
.TblTatkal th {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px;
}
.TblTatkal td {
	border:1px solid #CCC;
	padding:5px;
}
.ROF {
	float:left;
	width:236px;
	height:230px;
}

.TblSearch td .autotext {
 background-image: url(../Images/Mirror.jpg); background-position: right center ; background-repeat: no-repeat; 
 padding:3px;
 width:200px;
 font-weight:bold;
 border:1px solid #999999;
}

.TblSearch td .autoSearch {
 background-image: url(../Images/black.gif); background-position: right center; background-repeat: no-repeat; 
 padding:3px;
 width:200px;
 font-weight:bold;
 border:1px solid #999999;
}

.autotext {
 background-image: url(../Images/Mirror.jpg); background-position: right center ; background-repeat: no-repeat; 
}

.autoSearch {
 background-image: url(../Images/black.gif); background-position: right center; background-repeat: no-repeat; 
}

.infoMSG {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/icon-info.gif);
    border: 1px solid;
    margin: 10px 20px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-weight:bold;
}

.PMerchant {
	border-top: 1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding:0 20px 20px 25px;
	margin:0 1px;
}

.PMerchant img {
		margin-top:20px;
		margin-right:25px;
}

.PMerchant1 {
	padding:0 20px 20px 25px;
	margin:0 1px;
}
.PMerchant1 img{
	margin-top:20px;
	margin-right:25px;
}

.PMerchant2 {
	border-bottom:1px solid #d2d2d2;
	padding:0 20px 20px 25px;
	margin:0 1px;
	
}

.TblCC {
	
}
.TblCC td {
	padding:5px 10px 5px 0;
}


dl.horizontal {
	margin:0;
}
dl.horizontal dt {
	float:left;
	width:160px;
	line-height:20px;
	white-space:nowrap
}
dl.horizontal dd {
	margin:0 0 5px 150px;
	line-height:20px;
	margin-left:170px;
}
dl.horizontal dt label:after {
	content:":"
}
dl.horizontal dt.required label:after {
	content:"*"
}

.package {
	border-bottom:1px solid #dcdcdc;
	margin:15px 15px 0  15px;
	padding-bottom:10px;
}
.package h3 {
	line-height:20px;
	background:none;
	padding:0 0 10px 0;
	margin:0;
}
.package h3 span {
	color:#666;
	font-size:13px;

}
.package p {
	margin:0;
}
.ImgRight {
	float:right;
	margin:10px 15px 0 15px;
	border:1px solid #CCC;
	padding:5px;
}
.package .ImgRight {
	margin-right:0;
}
table.pricing {
	font-size:14px;
	width:919px;
	border-collapse:collapse;
}
table.pricing th, table.pricing td {
	padding:.5em;
	border-bottom:1px solid #c3c3c3;
	border-collapse:collapse
}
table.pricing th {
	border-top:1px solid #c3c3c3;
	background:#f2f2f2;
	font-weight:bold;
}
table.pricing {
	border-left:1px solid #c3c3c3
}
table.pricing th, table.pricing td {
	border-right:1px solid #c3c3c3
}





/*       Layout
======================= */
#Page {
	width: 950px;
	margin: 0 auto;
	text-align:left;
}
#Header {
	height:100px;
	position:relative;
}

/*       Logo
======================= */
#Logo {
	position:absolute;
	top:16px;
	left:0px;
	width:250px;
	height:70px;
	margin:0;
	padding:0;
}
#Logo a {
	display:block;
	width:250px;
	height:70px;
	background: url(../images/rail-ticket-online.gif) no-repeat;
}
#Logo strong{ display:none; }

/*        Menu
====================== */
#IRCTC {
		position:absolute;
		bottom:19px;
		right:0;
		margin:0;
		padding:0;
		width:190px;
		height:53px;
}
#CustCare {
		position:absolute;
		bottom:19px;
		right:190px;
		margin:0;
		padding:0;
		width:150px;
		height:53px;
}
#TopMenu {
		position:absolute;
		top:5px;
		right:0;
		margin:0;
		padding:0;
}
#MainNav {
	background:#f1f1f1 url(../images/mbg.gif) repeat-x left top;
	position:absolute;
	left:268px;
	bottom:22px;
	list-style:none;
}
#MainNav li {
	float:left;
	list-style:none;
}
#MainNav li a {
	display:block;
	padding:9px 13px 9px 13px;
	font-size:13px;
	font-weight:bold;
	color:#484848;
	text-decoration:none;
	border-right:1px solid #c6c6c6;
}
#MainNav li a.first {
	background: url(../images/ml.gif) no-repeat left top;
	padding-left:15px;
}
#MainNav li a.last {
	background: url(../images/mr.gif) no-repeat right top;
	border:none;
	padding-right:14px;
}
#MainNav li a:hover {
	/*	background:#478001;*/
	color:#d5261e;
	text-decoration:none;
}
