@import url('reset.css');


/* General Styles */

.treeviewStyle td
{
	padding-bottom:0px;
}
.sublinktableReskin {
            background-color: #e4e4e4;
            font-weight:bold;
            }


.vvv
{
	color: #333333;
    font-family: "Helvetica",arial,sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

body {
 margin: 0;
 background-color: #efefef;
 font-family: "Helvetica", arial, sans-serif;
 font-size: 13px;
 color:#333333;
 line-height: 1.4em;
}

.ie6 .png, 
.ie6 img {
 behavior: url(../JS/fixes/iepngfix.htc);
}

a {
 color:#598ccc;
 text-decoration: none
}


strong {
 font-weight: bold;
}

ul {
 /*list-style:disc;*/
 margin-left: 10px
}

ul.clear-list-style {
 margin-left: 0;
 list-style: none;
}

.hide {
 display: none;
}

.left {
 display: block;
 float: left;
}

.right {
 display: block;
 float: right;
}

.clear {
 float: none !important;
 visibility: none;
 height:1%;
 clear: both;
}

*+html .clear {
 display: inline !important;
}

.white-text {
 color:#ffffff;
}

.grey-text {
 color: #c4c4c4;
}

.red-text {
 color: #a82923;
}

p {
 display: block;
 margin-bottom: 10px;
}

h2 {
 font-size: 24px;
}

h3 {
 font-size: 20px;
}

h4 {
 font-size: 18px;
}

h5 {
 font-size: 16px;
}

h6 {
 font-size: 14px;
}

.dotted-header {
 padding-bottom: 15px; 
 border-bottom: 1px dashed #bdbdbd;
}

.page-title h1 {
 margin-bottom: 10px;
 font-family: Georgia, "times new roman";
 font-size: 28px;
 line-height: 32px;
 color:#333333;
}

.hgroup {
 margin-bottom: 20px;
}

.page-title h3.subtitle {
 font-size: 16px;
 color:#858585;
}

.section-title-icon {
 margin: -5px 15px 0 0;
}

.section-title h2 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}

.section-title span.sub-title {
 color: #666666;
 font-size: 13px;
}

/*table tbody td {
 font-weight: bold;
}*/
table tbody th {
 font-weight: bold;
}

table thead td {
 font-weight: bold;
}

table td {
 padding-bottom :5px;
}
/* Nagesh*/
table.dotted-line
{
	 padding: 60px 20px 40px;
	/*padding: 60px 20px 40px 20px;*/
	position: relative;	
	margin-bottom: 0px;/*Changed from 15px to 0px vikas*/
}


/*Nagesh*/



table.dotted-line tr 
{
 background: url(../images/Reskin/dotted-line.gif) left bottom repeat-x;
}

table.dotted-line td {
 padding: 0 0 5px 0;
}

table.dotted-line td img {
 vertical-align: top;
}

ul.primary-tabs-list {
 display: block;
 float: left;
 height:40px;
 margin-left: 0;
 overflow-y: hidden;
 list-style: none;
}

.primary-tabs-list li {
 display: block;
 float: left;
 margin:3px 20px 0 10px;
}

.primary-tabs-list li.first {
 margin-left: 3px;
}

.Inactive {
 padding:10px;
}

.primary-tabs-list a {
 display: block;
 height: 30px;
 padding: 10px 10px 10px 10px;/*Changed from 10px 10px 0 10px to 10px 10px 10px 10px */
 color: #333333;
}

.ie6 .primary-tabs-list a {
 float: left;
}

.primary-tabs-list a:hover {
 color:#5b5b5b;
}

.primary-tabs-list li.active a {
 padding: 9px 9px 0 9px;
 border: 1px solid #ffffff;
 border-bottom: 0px;
 background: url(../images/Reskin/tab-bg.gif) left top repeat-x #ffffff;
 -moz-box-shadow: 3px 2px 6px #ccc;
 -webkit-box-shadow: 3px 2px 6px #ccc;
 box-shadow: 3px 2px 6px #ccc;
 cursor: text;
}

ul.small-tabs-list {
 display: block;
 float: left;
 width: 100%;
 height:30px;
 margin: 0 0 20px 0;
 padding-bottom: 3px;
 overflow-y: hidden;
 list-style: none;
 background: url(../images/Reskin/dotted-line.gif) left bottom repeat-x;
}

.small-tabs-list li {
 display: block;
 float: left;
 margin-top:3px;
 border-right:1px solid #ffffff;
}

.small-tabs-list li.first {
 margin-left: 3px;
}

.small-tabs-list a {
 display: block;
 height: 25px;
 padding: 5px 10px 0 10px;
 background: #ededed;
 border: 1px solid #ffffff;
 color: #97959a;
}

.ie6 .small-tabs-list a {
 float: left;
}

.small-tabs-list a:hover {
 color:#5b5b5b;
}

.small-tabs-list li.active a {
 background: #979797;
 color: #ececea;
 cursor: text;
}

ul.small-posts-list {
 list-style: none;
 margin-left: 0;
}

ul.small-posts-list li {
 display: block;
 padding: 10px;
 margin-bottom: 10px;
}

ul.small-posts-list li.even {
 background: #f1f2f4;
}

ul.small-posts-list li .small-post-profile-picture {
 border: 2px solid #979797;
}

ul.small-posts-list li .small-post-text {
 width: 330px;
 color:#666666;
}

ul.small-posts-list li .small-post-text .hgroup {
 margin-bottom: 5px;
 background: url(../images/Reskin/dotted-line.gif) left bottom repeat-x;
}

ul.small-posts-list li .small-post-text .hgroup h4 {
 font-weight: bold;
 font-size: 15px;
 color: #a62a22;
}

.grey-pill {
 display: inline-block;
 position: relative;
 padding: 0 5px;
 margin-left: 5px;
 color:#ffffff;
 background: #b3b3b3;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 behavior: url(../JS/fixes/PIE.htc);
}

.sub-nav {
 background: #e5e5e5;
}

#sub-content-search {
 margin: 10px 20px 0 0;
}

#sub-content-search a {
 color: #333333;
}

#sub-content-search a:hover {
 color: #5b5b5b;
}

#sub-content-search input {
 width:270px;
 padding: 2px 2px 2px 20px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 background: url(../images/Reskin/search.gif) right center no-repeat #ffffff;
 behavior: url(../JS/fixes/iepngfix.htc);
 margin-right: 10px;
}

.place-holder 
{
	width:270px;
 padding: 2px 2px 2px 20px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 background: url(../images/Reskin/search.gif) right center no-repeat #ffffff;
 behavior: url(../JS/fixes/iepngfix.htc);
 margin-right: 10px;
 color:#666666;
}

.grey-bar {
 /*padding: 15px 10px;*/
 padding: 0px 15px;
 background-color: #efefef;
 margin-bottom: 20px;
}

.grey-bar a {
 color: #333333;
}

.grey-bar a:hover {
 color: #5b5b5b;
}

a.toggle-row {
 display: block;
 position: relative;
 height: 30px;
 width: 30px;
 margin-top: 5px;
 background: url(../images/Reskin/toggle_row.png) no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

a.expand-row {
 background-position: left top;
}

a.contract-row {
 background-position: left bottom;
}

.dropdown-link-style {
 padding-right: 15px;
 background: url(../images/Reskin/small-down-arrow-2.png) right center no-repeat;
}

.medium-green-button {
 height: 33px;
 width: 160px;
 padding: 0 12px 0 12px;
 border: 0px;
 color: #ffffff;
 font-size: 13px;/* Changed from 15 px to 13px */
 font-weight: bold;
 background: url(../images/Reskin/medium-green-button.png) left top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 cursor: pointer;
}
.medium-green-button-login 
{ display: inline-block; position: relative; padding: 0 32px 0 32px;  margin-bottom: 5px;
background: url(../images/Reskin/green-button-left.png) top left no-repeat, url(../images/Reskin/green-button-right.png) top right no-repeat; 
}

    
.medium-green-button-login {background: url(../images/Reskin/green-button-right.png) top right no-repeat;
background: url(../images/Reskin/green-button-right.png) top right no-repeat\0/;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/Reskin/green-button-left.png', sizingMethod='crop'); /* IE6-8 */
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Reskin/green-button-left.png', sizingMethod='crop')"; /* IE8 only */
}

.medium-green-button-Arch {
 height: 33px;
 width: 196px;
 padding: 0 12px 0 12px;
 border: 0px;
 color: #ffffff;
 font-size: 13px;/* Changed from 15 px to 13px */
 font-weight: bold;
 background: url(../images/Reskin/medium-button4.png) left top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 cursor: pointer;
}
.medium-green-button:hover {
 background: url(../images/Reskin/medium-green-button.png) left bottom;
 behavior: url(../JS/fixes/iepngfix.htc);
}

.green-pill-button {
 display: inline-block;
 position: relative;
 height: 21px;
 padding: 2px 10px 0 10px;
 background: url(../images/Reskin/small-green-gradient.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-pill-button:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-green-gradient.gif) left bottom repeat-x;
}

.green-pill-button-2 {
 display: inline-block;
 position: relative;
 height: 22px;
 padding: 3px 10px 0 10px;
 background: url(../images/Reskin/small-green-gradient-2.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-pill-button-2:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-green-gradient-2.gif) left bottom repeat-x;
}

.green-pill-button-3 {
 display: inline-block;
 position: relative;
 height: 23px;
 padding: 3px 10px 0 10px;
 background: url(../images/Reskin/small-green-gradient-3.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-pill-button-3:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-green-gradient-3.gif) left bottom repeat-x;
}

.blue-pill-button {
 display: inline-block;
 position: relative;
 height: 23px;
 padding: 2px 10px 0 10px;
 background: url(../images/Reskin/small-blue-gradient.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.blue-pill-button:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-blue-gradient.gif) left bottom repeat-x;
}

.black-pill-button {
 display: inline-block;
 position: relative;
 height: 23px;
 padding: 2px 10px 0 10px;
 background: url(../images/Reskin/small-black-gradient.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.black-pill-button:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-black-gradient.gif) left bottom repeat-x;
}

.ie6 .green-pill-button, 
.ie6 .green-pill-button-2, 
.ie6 .green-pill-button-3, 
.ie6 .blue-pill-button, 
.ie6 .black-pill-button {
 /* display: inline; */
}

.previous-button {
 padding-left: 15px;
 color: #333333;
 background: url(../images/Reskin/small-arrows.gif) left top no-repeat;
}

.next-button {
 padding-right: 15px;
 color: #333333;
 background: url(../images/Reskin/small-arrows.gif) right bottom no-repeat;
}

.previous-button:hover, 
.next-button:hover {
 color: #5b5b5b;
}

.previous-button.disabled, 
.next-button.disabled {
 color:#bbbbbb;
 cursor: text;
}

/*Added by Kishore */
.previous-button-disabled 
{
 padding-left: 15px;
 background: url(../images/Reskin/small-arrows.gif) left top no-repeat;
 color:#bbbbbb;
 cursor: text;
}
.previous-button-disabled a:hover{
 color: #5b5b5b !important;
}
 
.next-button-disabled a:hover {
 color: #5b5b5b !important;
}


.next-button-disabled 
{
 padding-right: 15px;
 background: url(../images/Reskin/small-arrows.gif) right bottom no-repeat;
 color:#bbbbbb;
 cursor: text;
}
/*Added by Kishore end */


.live-search-box {
 display: block;
 position: relative;
 background: #f7f7f5;
 padding-top: 0px;
 margin-bottom: 15px;
 border:1px solid #cdcdcc;
}

.live-search-form {
 padding: 0 10px;
}

.live-search-field {
 width:850px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.live-search-results {
 height:180px;
 padding: 10px;
 overflow-y: auto;
}
.live-search-results input {
 margin-right: 7px;
}
.live-search-results ul li {
 padding: 2px;
 margin-bottom: 5px;
}

.live-search-results ul li:nth-child(odd) {
 background: #efefef;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.live-search-results ul li.odd {
 background: #efefef;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.demo-icon {
 margin-right: 10px;
}

.indented-box {
 height: 80px;
 margin-bottom: 10px;
 background: #f7f7f5;
 border-top:1px solid #bcbcbc;
 border-right:1px solid #e3e3e1;
 border-bottom:1px solid #e2e2e2;
 border-left:1px solid #bdbdbb;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
}

form ul li label {
 width: 225px;
 text-align: right;
 margin-right: 15px;
}

/*form ul li {
 margin-bottom: 10px;
}*/

form ul li.invalid {
}


form ul li.invalid .field-status {
 display: block;
 min-height: 20px;
 padding: 2px 0 0 25px;
 
 background: url(../Images/Reskin/invalid-warning.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 vertical-align:middle;
 }
.ie6 form ul li.invalid .field-status { 
 display: inline !important;
}

form ul li.invalid .reason {
 margin: 4px 0 0 10px;
}

form ul li.invalid .field-status {
 padding-right: 25px;
 background: url(../images/Reskin/invalid-warning.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}
/*Added for Reskin Kishore */
ul li.invalid .field-status {
 display: block;
 min-height: 20px;
 padding: 2px 0 0 25px;
 
 background: url(../Images/Reskin/invalid-warning.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 }
 
 .field-status {
 display: block;
 min-height: 20px;
 padding: 2px 0 0 25px;
 
 background: url(../Images/Reskin/invalid-warning.png) left top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 }
 
 
/* Added for Reskin Kishore end*/


ul.person-class-list {
 display: block;
 margin-left: 330px;
}

ul.person-class-list li {
 float: left;
 margin-right: 15px;
}

.ie6 ul.person-class-list li span {
 float: left;
}

.person-super-IO {
 display: inline-block;
 height: 16px;
 padding: 2px 0 0 25px;
 background: url(../images/Reskin/small-person-icon-1.png) left center no-repeat;
}

.person-IO {
 display: inline-block;
 height: 16px;
 padding: 2px 0 0 25px;
 background: url(../images/Reskin/small-person-icon-2.png) left center no-repeat;
}

.person-expert {
 display: inline-block;
 height: 16px;
 padding: 2px 0 0 25px;
 background: url(../images/Reskin/small-person-icon-3.png) left center no-repeat;
}

.ie6 .person-super-IO, 
.ie6 .person-IO, 
.ie6 .person-expert {
 display: inline;
}

.system-message {
 display: block;
 height: 26px;
 padding: 4px 0 0 30px;
 background: url(../images/Reskin/medium-yellow-gradient.gif) left top repeat-x #dcdf99;
 border-top:1px solid #4e4f38;
 border-bottom:1px solid #4e4f38;
}

.system-message-text {
 padding-top: 2px;
 margin-right: 10px;
}

.system-message-icon {
 padding-right: 10px;
}

.close-system-message {
 display: block;
 height: 19px;
 width: 19px;
 margin-top: 2px;
 background: url(../images/Reskin/grey-close-button.png) left top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 text-indent: -9999px;
 line-height: 0;
 font-size: 0px;
}

.close-system-message:hover {
 background: url(../images/Reskin/grey-close-button.png) left bottom no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

.alert {
 padding: 10px 15px;
 border: 1px solid #e5e27d;
 background: #fef9d7;
}

.alert-text {
 margin: 6px 0 0 15px;
}

/* Layout Elements */

#global-navigation {
 position: relative;
 height: 30px;
 background: #1f1f1f;
 z-index: 5;
 
}
.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header {
 height:100px;
 background: url(../images/Reskin/bg_top.gif) left top #3d3d3d;
}

#primary-navigation {
 height:40px;
 margin-bottom: 30px;
 background: url(../images/Reskin/bg_nav.gif) repeat-x #e4e4e4;
}

.wrapper {
 position: relative;
/* width:100%;*/
width:100%;
 /*width:746px;*/
 margin: 0 auto;
}

.wrapperMenu {
 position: relative;
 width:80%;
 /*width:746px;*/
 margin: 0 auto;
}

.ie7 .wrapperMenu {
 position: relative;
 
 /*width:746px;*/
 margin: 0 auto;
}

.wrapperNew {
 position: relative;
 width:746px;
 /*width:746px;*/
 margin: 0 auto;
}

/*#logo {
 display: block;
 width: 130px;
 height: 100px;
 background:url(../images/Reskin/logo.gif) left top no-repeat;
 text-indent: -99999px;
 overflow-x: hidden;
}*/

.logo 
{
 float:left;
 display: block;
 width: 130px;
 height: 98px;
 background:url(../images/Reskin/logo.gif) left no-repeat;
 text-indent: -99999px;
 overflow-x: hidden;
}


#customer-activity {
 margin-top: 50px;
 color:#8a8a8a
}

#footer {

 
 color: #333333;
 font-family: "Helvetica",arial,sans-serif;
 font-size: 13px;
 line-height: 1.4em;
  text-align: center;
}

#bottom-navigation {
 display: inline-block;
}

#copyright {
 display: inline-block;
 position: relative;
}

.content-wrapper {
 margin-bottom: 15px;
 background: url(../images/Reskin/page-bottom.gif) no-repeat left top #ffffff;
}

.inner-content-wrapper {
 position: relative;
 padding: 60px 20px 40px 20px;
}

.inner-content-wrapper-2 {
 position: relative;
 padding: 30px 20px 40px 20px;
}

.half-width-column {
 width: 420px;
}

/* Navigation */


.navigation {
 margin-left: 0;
 list-style: none;
}

#global-navigation ul.navigation {
 float: left;
 margin-left: 30px;
 
}

.ie6 #global-navigation ul.navigation {
 width:600px;
}

*+html #global-navigation ul.navigation {
}

#global-navigation ul.navigation li 
{
 color:#b2b2b2;
 display: block;
 float: left;
 margin-right: 25px;
}

#global-navigation ul.navigation a {
 display: block;
 height: 24px;
 padding-top: 6px;
 color:#b2b2b2;
 text-decoration: none;
}

.ie6 #global-navigation ul.navigation a {
 float: left;
}

#global-navigation ul.navigation a:hover {
 color:#dddddd;
}

/*#global-navigation ul.navigation li.active a {
 color:#efefef;
 font-weight: bold;
 background: url(../images/Reskin/global_nav_arrow.png) center bottom no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}*/
#global-navigation ul.navigation li.active a{
 color:#efefef;
 font-weight: bold;
 background: url(../images/Reskin/global_nav_arrow.png) center bottom no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc); 
}

/*#global-navigation ul.navigation li.dropdown a {
 padding-right: 20px;
 background: url(../images/Reskin/small-down-arrow.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}*/
#global-navigation ul.navigation li.dropdown {
 padding-right: 20px;
 background: url(../images/Reskin/small-down-arrow.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

ul#customer-account-information {
 margin: 0 30px 0 0;
 list-style: none;
 
}

.ie6 ul#customer-account-information {
 width: 400px;
}

ul#customer-account-information li {
 padding-right: 10px;
 margin-right: 10px;
 background: url(../images/Reskin/nav-divider-2.gif) right center no-repeat; 
}

ul#customer-account-information li.last {
 padding-right: 0;
 margin-right: 0;
 background: none; *width:180px;
}


#support-contacts-dropdown {
 display: block;
 height: 2.4%;
 /*padding: 5.6% 2% 0 0;*/
 /*padding: 6px 20px 0 0;*/
 text-decoration: none;
 /*background: url(../images/Reskin/small-down-arrow.png) right center no-repeat;*/
 behavior: url(../JS/fixes/iepngfix.htc);
}

#customer-account-information a {
 color:#b2b2b2;
}

#customer-account-information a:hover {
 color:#dddddd;
}

#account-information-profile-picture {
 margin: 3px 5px 0 0;
}

#account-information-dropdown {
 display: block;
 color:#666666;
 height: 24px;
 padding: 6px 25px 0 0;
 background: url(../images/Reskin/small-down-arrow-3.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

*+html  #account-information-dropdown {
 width: 150px;
}

#primary-navigation ul.navigation {
 float: left;
}

.ie6 #primary-navigation ul.navigation {
 width:700px;
}

#primary-navigation ul.navigation li {
 display: block;
 float: left;
 margin-right: 25px;
}

#primary-navigation ul.navigation li.last {
 margin-right: 0;
}

#primary-navigation ul.navigation a {
 display:block;
 height:28px;
 padding-top: 12px;
 color:#333333;
 font-size: 14px;
 text-decoration: none;
}

#primary-navigation ul.navigation a:hover {
 color:#5b5b5b;
}

.ie6 #primary-navigation ul.navigation a {
 float: left;
}

#primary-navigation ul.navigation li.active a {
 font-weight: bold;
 background: url(../images/Reskin/primary_nav_arrow.png) center bottom no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

#primary-navigation ul.navigation li.dropdown a {
 padding-right: 20px;
 background: url(../images/Reskin/small-down-arrow.png) right top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

.extra-primary-navigation-button {
 margin-top:8px;
}

#bottom-navigation li {
 /*display: inline-block;*/
 display: inline; 
  /*float: left;*/
 padding-right: 10px;
 margin-right: 5px;
 background: url(../images/Reskin/nav-divider.gif) right top no-repeat;
}

*+html  #bottom-navigation li {
 display: inline;
}

#bottom-navigation li.last {
 padding-right: 0;
 margin-right: 0;
 background: none;
 
}

#bottom-navigation a {
 color:#717171;
}

#bottom-navigation a:hover {
 color:#828282;
}

a#live-help-button {
 display: block;
 position: fixed;
 height: 130px;
 width: 38px;
 top:230px;
 right:0;
 background: url(../images/Reskin/live-help-button.png) left top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 text-indent: -9999;
 line-height: 0;
 font-size: 0px;
 -webkit-transition:width .05s ease-in;
 -moz-transition:width .05s ease-in;
 -o-transition:width .05s ease-in;
 transition:width .05s ease-in;
}

.ie6 #live-help-button {
 position: absolute;
}

a#live-help-button:active, 
a#live-help-button:hover {
 width:40px;
}

a#live-help-button:active {
 background: url(../images/Reskin/live-help-button.png) left bottom no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

form ul li.invalid {
}


form ul li.invalid .field-status {
 display: block;
 min-height: 20px;
 padding: 2px 0 0 25px;
 
 background: url(../Images/Reskin/invalid-warning.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 }
.ie6 form ul li.invalid .field-status { 
 display: inline !important;
}

form ul li.invalid .reason {
 margin: 4px 0 0 10px;
}
a#live-help-button:active {
 background: url(../Images/Reskin/live-help-button.png) left bottom no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}

#display-options-dropdown {
 position: relative;
}

ul#display-options-dropdown-list {
 display: block;
 position: absolute;
 left: 0;
 width:150px; /* Changed to 150 from 100 */
 margin-left: 0;
 background: #EFEFEF;
 z-index: 5; /* Added for display options */
  border:2px solid #E5E5E5;
 border-left:2px solid #FFFFFF;
 
}

ul#display-options-dropdown-list li {
 display: block;
 position: relative;
 padding:5px;
}

ul#display-options-dropdown-list li a {
 display: block;
 position: relative;
 padding: 5px;
 border-bottom: 1px dotted #7a7a7a;
}

ul#display-options-dropdown-list li.last a {
 border-bottom: 0px;
}

ul.account-information-dropdown-list {
 display: block;
 position: absolute;
 /*width: 184px;*/
 width: 194px;
 margin-left: 0;
 border-right: 1px solid #191919;
 border-left: 1px solid #191919;
 background-color: #181818;
 -webkit-border-bottom-right-radius: 7px;
 -webkit-border-bottom-left-radius: 7px;
 -moz-border-radius-bottomright: 7px;
 -moz-border-radius-bottomleft: 7px;
 border-bottom-right-radius: 7px;
 border-bottom-left-radius: 7px;
 
}


ul.account-information-dropdown-list li {
 display: block;
 padding: 0 !important;
 margin: 0 !important;
 color: #bababa;
}

ul.account-information-dropdown-list li a {
 display: block;
 height: 22px;
 padding: 8px 10px !important;
 border-top: 1px solid #2c2c2c;
 border-bottom: 1px solid #2a2a2a;
 margin: 0 !important;
 background: #191919 !important;
 color: #bababa;
}

ul.account-information-dropdown-list li.last {
 border-bottom: 0;
}

ul.account-information-dropdown-list li.last a {
 border-bottom: 0;
 -webkit-border-bottom-right-radius: 7px;
 -webkit-border-bottom-left-radius: 7px;
 -moz-border-radius-bottomright: 7px;
 -moz-border-radius-bottomleft: 7px;
 border-bottom-right-radius: 7px;
 border-bottom-left-radius: 7px;
}

ul.account-information-dropdown-list li a:hover {
 border-top: 1px solid #87bfef;
 background-color: #5488ba !important;
 color: #d9d9d9;
}

*+html #account-information-dropdown {
 width: 150px;
}
/* Changed for accountInfo */
#SubscriberTopBar1_accountInformation {
 display: block;
 color:#666666;
 height: 24px;
 padding: 6px 25px 0 0;
 background: url(../Images/Reskin/small-down-arrow-3.png) right center no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
}


/* Changed for accountInfo end */

.two-thirds-width-column li.invalid input, 
.two-thirds-width-column li.invalid text-area
.two-thirds-width-column li.invalid select {
 margin-bottom: 5px;
}

.two-thirds-width-column ul li label.half-width-label, 
.two-thirds-width-column ul li span.half-width-span {
 min-height: 25px;
 width: 225px;
 text-align: right;
 margin-right: 15px;
}

.two-thirds-width-column input.quarter-width-field, 
.two-thirds-width-column textarea.quarter-width-field {
 width: 87px;
}

.two-thirds-width-column select.quarter-width-field {
 width: 97px;
}

.two-thirds-width-column ul li label.quarter-width-label, 
.two-thirds-width-column ul li span.quarter-width-span {
 min-height: 25px;
 width: 100px;
 text-align: right;
 margin-right: 15px;
}

.one-third-width-column {
 width: 270px;
}

#content input {
 padding: 3px;
}

.full-width-column {
 width: 900px;
}

.full-width-column input.half-width-field, 
.full-width-column textarea.half-width-field {
 width: 300px;
 margin-right: 10px;
}
 
.full-width-column select.half-width-field {
 width: 310px;
 margin-right: 10px;
}

.two-thirds-width-column {
 width: 600px;
}

.two-thirds-width-column input.half-width-field, 
.two-thirds-width-column textarea.half-width-field {
 width: 300px;
}


.two-thirds-width-column select.half-width-field {
 width: 310px;
}

.half-width-field-login{
  width: 600px;
}

.full-width-column ul li label.half-width-label, 
.full-width-column ul li span.half-width-span {
 width: 225px;
 text-align: right;
 margin-right: 15px;
}

.full-width-column input.quarter-width-field, 
.full-width-column textarea.quarter-width-field {
 width: 87px;
}

.full-width-column select.quarter-width-field {
 width: 97px;
}

.full-width-column ul li label.quarter-width-label, 
.full-width-column ul li span.quarter-width-span {
 width: 100px;
 text-align: right;
 margin-right: 15px;
}

/* added by Kishore for Reskin */
#subcontentsearch {
 margin: 10px 20px 0 0;
}

#subcontentsearch a {
 color: #333333;
}

#subcontentsearch a:hover {
 color: #5b5b5b;
}

#subcontentsearch input {
 width:270px;
 padding: 2px 2px 2px 20px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 background: url(../images/Reskin/search.gif) right center no-repeat #ffffff;
 behavior: url(../JS/fixes/iepngfix.htc);
 margin-right: 10px;
}

/* added by Kishore for Reskin end */

/* added by Surya For Reskin Profile Page  */
fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
fieldset label {
    color: #333333;
    float: left;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    text-decoration: none;
    width: 175px;
}

 fieldset input.text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    color: #333333;
    width: 200px;
}
/* added by Surya For Reskin Profile Page  */

/*buttons*/

.green-button {
 display: inline-block;
 position: relative;
 padding: 0 32px 0 32px;
 margin-bottom: 5px;
 background: url(../images/Reskin/green-button-left.png) top left no-repeat, url(../images/Reskin/green-button-right.png) top right no-repeat;
}
/* Added for reskin login start*/

.profexploginbox{ margin:0; width:559px; }
.profexploginboxtop{ background:url('../Images/Reskin/profsignbox_top.gif') no-repeat center center; width:559px; height:5px;   }
.profexploginboxmid{ background:url('../Images/Reskin/profsignbox_mid.gif') repeat-y center center; width:479px; 
padding:35px 0 30px 80px;  }
.profexploginbox input[ type="text"], .profexploginbox input[ type="password"] { width:250px; height:20px; margin:5px 0 0 0; font-family:"Helvetica",arial,sans-serif; padding:0 0 0 5px; }
.marginbottom15px{ margin-bottom:15px !important }
.marginbottom0px{ margin-bottom:0px !important }
.profsignbut{ width:300px; margin:10px 0 20px 0; }  
.profsignbut .green-button{ margin-right:15px; vertical-align:middle; text-decoration:none !important; }
/*.profexploginboxbot{ width:559px;   }*/
.profexploginboxbot{ background:url('../Images/Reskin/profsignbox_bot.gif') no-repeat center center; width:559px; height:5px;   }

/* Added for reskin login end*/


.lte8 .green-button {
 -pie-background: url(images/Reskin/green-button-left.png) top left no-repeat, url(images/Reskin/green-button-right.png) top right no-repeat;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-button span {
 display: inline-block;
 position: relative;
 height: 25px;
 padding: 7px  0 0;
 background: url(../images/Reskin/green-button-middle.png) top left repeat-x;
 color: #ffffff;
 font-weight: bold;
 cursor: pointer;
}

.green-button:hover {
 background: url(../images/Reskin/green-button-left.png) bottom left no-repeat, url(../images/Reskin/green-button-right.png) bottom right no-repeat;
}

.lte8 .green-button:hover {
 -pie-background: url(images/Reskin/green-button-left.png) bottom left no-repeat, url(images/Reskin/green-button-right.png) bottom right no-repeat;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-button:hover span {
 background: url(../images/Reskin/green-button-middle.png) bottom left repeat-x;
}

.green-pill-button {
 display: inline-block;
 position: relative;
 height: 21px;
 padding: 2px 10px 0 10px;
 margin-right: 5px;
 background: url(../images/Reskin/small-green-gradient.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-pill-button:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-green-gradient.gif) left bottom repeat-x;
}

.green-pill-button-2 {
 display: inline-block;
 position: relative;
 height: 22px;
 padding: 3px 10px 0 10px;
 margin-right: 5px;
 background: url(../images/small-green-gradient-2.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-pill-button-2:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-green-gradient-2.gif) left bottom repeat-x;
}

.green-pill-button-3 {
 display: inline-block;
 position: relative;
 height: 23px;
 padding: 3px 10px 0 10px;
 margin-right: 5px;
 background: url(../images/Reskin/small-green-gradient-3.gif) left top repeat-x;
 color:#ffffff;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 behavior: url(../JS/fixes/PIE.htc);
}

.green-pill-button-3:hover {
 color:#ffffff;
 background: url(../images/Reskin/small-green-gradient-3.gif) left bottom repeat-x;
}

/*dilip*/
.GridDeadlineHeader
{
   	
}

.GridDeadlineHeader a {
 color: #333333;
}


.GridDeadlineHeader a:hover {
 color: #5b5b5b;
}

.GridHeader
{
   	
}

.GridHeader a {
 color: #333333;
}


.GridHeader a:hover {
 color: #5b5b5b;
}

.TitleText {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 13px; 
      FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 2px;
}
.wrapperTrash {
 
 width:916px;
 /*width:746px;*/
 }
 .medium-green-button-Arch {
 height: 33px;
 width: 210px;
 padding: 0 12px 0 12px;
 border: 0px;
 color: #ffffff;
 font-size: 13px;/* Changed from 15 px to 13px */
 font-weight: bold;
 background: url(../images/Reskin/medium-green-button-large.png) left top no-repeat;
 behavior: url(../JS/fixes/iepngfix.htc);
 cursor: pointer;
}

 .subcrd input{ margin:0 3px 0 3px; *margin:0px; }
 .paddingleft6px{ padding-left:6px }
 .myexpgrid input{ margin:5px 0 0 5px; }


.togglecollapse {
    background: url("../images/Reskin/slidetoggle_new2.gif") no-repeat -1px 0 transparent;
    color: #333333; 
    width:29px; 
    height:27px;
    float:right; 
}

.toggleexpand {
    background: url("../images/Reskin/slidetoggle_new2.gif") no-repeat -1px -33px transparent;
    color: #333333; 
    width:29px; 
    height:27px;
    float:right; 
}

.autoforward-disabled 
{
	color:#bbbbbb;
    cursor: text;
}
.input-text
{
	width: 200px;
}

.input-textarea
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;	
}

.ddltext
{
    width: 200px; 
}

.RadioButtonWidth label
{
	margin:0 15px 0 5px;	
}
.RadioButtonWidth input
{
	margin:0px;	
}
.ulallign
{

}
.ulallign ul
{ 
 margin:10px;
 padding:10px;
list-style-type :disc;
}
.ulallign ol
{
 margin: 15px;
 padding:10px;
 list-style-type :decimal; 
}