body {
	background: #eee url("../images/bg_header.jpg") left top repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	border:0;
	line-height:1.6em;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
}
h1{
	border-bottom:1px solid #f0f0f0;
	color:#A82923;
	font-size:20px;
	margin-top:0;
	padding-bottom:10px;
}
h2,h3{
	color:#A82923;
}
p {
	line-height: 1.5em;
	text-align:justify;
}

/* ----------- PAGE----------- */
#page{
	background: #fff url("../images/bg_footer.gif") left bottom repeat-x;
	border:0px solid #999;
	margin:20px 20px 0px 20px;
	min-height:760px;
}

/* ----------- HEADER----------- */
#headerLeft{
	background: url("../images/cnr_left.gif") left top no-repeat;
}
#headerRight{
	background: url("../images/cnr_right.gif") right top no-repeat;
	padding-right:30px;
	text-align:right;
}

/* ----------- LOGIN----------- */
#login{
	background-color:#A82923;
	color:#fff;
	padding:10px 0px 10px 0px;
	width:180px;
}
#login_title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/* ----------- NAVIGATION----------- */
#navigation{
	background:url("../images/nav-bg.gif") repeat-x; 
	height:32px; 
	margin:0 auto;
	width:auto; 
}
#navigation .right_link{
	float:right;
	font-size:11px;
	line-height:32px;
	margin:0 10px;
}
#navigation ul{
	height:32px;
	line-height:32px;	
}
#navigation ul li{
	display:inline;
}
#navigation ul li a, #navigation ul li a:visited{
	--background:url(images/line-a.gif) right no-repeat;
	padding:0 20px;
	display:block;
	text-decoration:none;
	float:left;
	color:#000000;
	font-weight:bold;
}
#navigation ul li a:hover{
	color:#FFFFFF;
	background:#A5A5A5;
}

/* ----------- SUBNAV ----------- */

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 180px;
}

ul#menu a {
  display: block;
  text-decoration: none;
  text-transform:capitalize;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #A82923;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #A82923;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #A82923 solid;
  padding-left: 15px;
}

/* ----------- CONTENT ----------- */
#content{
	border:0px solid blue;
	margin:0;
	padding-bottom:8px;
}
#subnav{
	border:1px;
	padding:0px; 
	vertical-align:top;
	width:180px; 
}
#feature{
	float:right; 
	margin:0 0 10px 20px;
	padding:0;
}
#main{
	padding:0 5px 20px 0px;
	vertical-align:top;
}

/* -----------  ----------- */
.table {
	background: #fff;
	border-collapse: collapse;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: left;
	width: 100%;
}
.table th {
	border-bottom: 2px solid #A82923;
	color: #A82923;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 8px;
}
.table td {
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
.table tbody tr:hover td {
	background: #f0f0f0;
}

/* ----------- FOOTER ----------- */
#footer{
	font-size:10px;
	line-height:20px;
	margin:10px;
	text-align:center;
}

/* ----------- TO BE DEPRECATED ----------- */
a:link {
	color: #336699;
	text-decoration: none
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: none;
}

.pageheading {
	color: #990033;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
    font-size: 16px;
	font-weight: bold;
	margin: 1px;
}

.text {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin: 1px;
}

.textsmall {
	color: #666666;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 60%; 
}

.texterror {
	color: #990033;
}

.ulist {
	color: #666666;
	list-style: url(../images/arrowRgtRed.gif);
}

/* css related to airtime process page added by ca 2011-10-12 */
#fileList table {
	border-collapse: collapse;
}

#fileList table th,
#fileList table td {
	zzborder: 1px solid #000;
	padding: 5px;
}

#fileList table span.ajaxLoading
{
	display:inline-block;
	width:16px;
	height:16px;
	background-image:url(../images/ajax-loader-small.gif);
}

#validateDiv span.ajaxLoading 
{
	display:inline-block;
	xborder: 1px solid red;
	width:16px;
	height:16px;
	background-image:url(../images/ajax-loader-small.gif);
	background-repeat:no-repeat;
	background-position:right; 
	zzmargin: 10px;
	
}

#validateDiv p{
	line-height:20px;
}
