@charset "UTF-8";
/* start reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea, password {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
    font-family: Arial, Helvetica, sans-serif;
}
button { /* reset button specific for STEP mobile */
    background: none;
    cursor: pointer;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
.clearfix {
    display: block
}
/* end reset */

/* html element foundation */
body 
{
    /* vijay modify begin 
    background: #b2afab url(../images/bg_2.jpg) center repeat; 
    background-color:#efefef;*/
    background-color:#fff;
    /* vijay modify end */
    line-height:1;
    min-height: 460px;
   -webkit-text-size-adjust: none;
}
h1 {
    text-align: center;
    margin: 0 0.3em 0;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
    color: #4d4d4d;
}
h2 {
    font: 1.3em Georgia, "Times New Roman", Times, serif;

    color: #216999;
    text-shadow: 1px 1px 1px #fff;
  margin: 6px 0 0; 
}
h3 {
    font: 1.2em Georgia, "Times New Roman", Times, serif;
    color: #525254;
    text-shadow: 1px 1px 1px #fff;
    color: #216999;
}
h4 {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #525254;
    text-shadow: 1px 1px 1px #fff;
}
p {
    color: #696663;
    padding-bottom: 10px;
    font: 14px Arial, Helvetica, sans-serif;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    	text-decoration:none;
	color:blue;

}
nav ul {
    list-style:none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select, textarea {
    vertical-align:middle;
}
select {
    background: transparent;
    -webkit-appearance: none;
    border-color: #ccc;
    font-size: 1em;
    color: #4d4d4d;
    /* begin vijay change padding: 10px;
    height: 41px; */
    padding: 5px;
    height: 30px;
    /*end vijay change */
    width: 100%;
    box-sizing: border-box;
    border: none;
}
label {
    font: bold 14px Arial, Helvetica, Sans-Serif;
    color: #4d4d4d;
    /* Vijay remove display: inline-block; */
    margin: 19px 0 5px;
    width: 100%; 
}

ul {
    margin-top: 10px; outline: 1px solid #aba7a2;
}
div.button_group {
    margin: 10px 0;
}
div.button_group button {
    background: #e6e1da;
    border: 1px solid #fffaf2;
    border-right-color: #c4c1bc;
	border-bottom-color: #c4c1bc;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #696663;
    text-decoration: none;
    display: block;
    margin: 0;
    
    /*vijay delete text-indent: 20px; */
    list-style: none;
   /* vijay modify padding: 25px 0 25px 10px; */ padding: 8px 0 8px 8px;
   
    width: 100%;
    text-align: left;
}
div.button_group.arrows button {
	/* vijay modify background: #e6e1da url("../images/arrow-blue-right.png") no-repeat right center; */
	background: #e6e1da url("../images/arrow-blue-right.png") no-repeat right center;
}
div.button_group button:first-child {
    -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
	        border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px; 
        -moz-border-radius-topright: 4px;
	        border-top-right-radius: 4px; 
}
div.button_group button:last-child {
    -webkit-border-bottom-left-radius: 4px; 
        -moz-border-radius-bottomleft: 4px;
	        border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px; 
        -moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px; 
}
select
{
    font-size: 1em;
}
textarea, input[type="text"], input[type="tel"], input[type="email"] {
    background: #c9c6c2;
    border-color: #a09f9c;
   /* vijay change  font-size: 14px; */font-size: 1em;
    /* Vijay delete font-style: italic; */
    /* Vijay change color: #696663; 4D4D4D*/ color: #4D4D4D;
    /* vijay change padding: 10px 0; */ padding: 5px 0;
    text-indent: 5px;
    width: 100%;
   /* Vijay delete height: 41px; */
    box-sizing: border-box;
    -webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
            border-radius: 4px; 
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -moz-box-shadow:inset 1px 1px 2px #777;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #888;
    border-right: 1px solid #ddd;
    border-left: 1px solid #888;
    padding-left: 5px;
}

/* specific styles */
div.article {
    margin-bottom: 20px;
}

.teasertext { 
	font-weight: bold;
}
.wizardStepTitle {
	font: 24px Georgia, "Times New Roman", Times, serif;
    color: #009493;
}
.wizardStepCount
{
	font: 1em Arial;
	font-weight:bold;
    color: White;
    padding-top:14px;
}
.navBarMenuLink
{
	font: 1em Arial;
	font-weight:bold;
    color: White;
    padding-top:14px;
    vertical-align:middle;
    display:inline;
}

.header, .createAccountHeader {
    background-color:White;
    margin: 0;
    /* vijay change padding-top: 4px; */padding-top: 1px; 
    
    /* vijay change padding-left: 10px; */ padding-left: 10px; 
    
    padding-right: 10px;
}

#header {
    /* vijay delete height: 46px; */
    background-image:url("../images/titleBackground2.jpg");
}
#header button{
    border: none;
}
.createAccountHeader {
    background: #fff url("../images/home.png") no-repeat right 6px;
}
.introBanner img {
    max-width: 100%;
    border-bottom: 1px solid #c8c4be;
    outline: 1px solid #ddd;
}
.mainContent {
    padding: .4em .8em .8em .8em;

    box-sizing:border-box;
    /*
    border-right: 0.3em solid #909090;
    border-left: 0.3em solid #909090;
    border-bottom: 0.3em solid #909090;*/
}

.mainContent2 {
    padding: 0;
    margin:0;
    box-sizing:border-box;
}
div.select_style {
    background: #c9c6c2 url("../images/arrow_dn.png") no-repeat right 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #777;
    border-left: 1px solid #777;
}

input[type="password"] {
    background: #c9c6c2;
    border-color: #a09f9c;
    font-size: 14px;
   /* vijay delete font-style: italic; */
    /* vijay modify color: #696663;*/ color:#4D4D4D;
    /*Vijay delete margin-bottom: 10px; */
    /* vijay change padding: 10px 0; */ padding: 5px 0;
    text-indent: 5px; 
    width: 100%;

           box-sizing: border-box;
    -webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
            border-radius: 4px; 
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -moz-box-shadow:inset 1px 1px 2px #777;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #888;
    border-right: 1px solid #ddd;
    border-left: 1px solid #888;
    padding-left: 5px;
           /*vijay delete box-shadow:inset 1px 1px 2px #777; */

}
/*
div.info input[type="text"] {
    background: #c9c6c2 url("../images/bg-question.png") no-repeat right 0;
    border-right: none;
}
*/
.helpButton
{
    
     background: #c9c6c2 url("../images/bg-question.png") no-repeat right 0;
     width:21px;
} 

button.submit {
    border-top: none;
	background: #e6e1da url('../images/arrow-blue-right.png') no-repeat right center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #696663;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    padding: 20px 10px;
    text-indent: 20px;
    text-align: left;
    width: 100%;
    -webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
            border-radius: 4px; 
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
}
button.submit:active,
div.button_group button:active {
    background-color: #f9f9f0;
}
button.submit.selected {
    background: #51a0d5 url('../images/arrow-white-right.png') no-repeat right center;
    color: #fff;
}
div.half_buttons {
    margin-right: -10px;
    position: relative;
}
button.submit.half {
    background-image: none;
    text-align: center;
    width: 39%;
    float: right;
    margin-right: 10px;
    text-indent: 0;
}
button.submit.half:first-child {
    float: left;
}
button.submit.disabled {
    background-color: #cfcac4; 
}
button.submit.delete {
    background-color: #f23b1c; 
    color: #fff;
}
button.submit.delete:active {
    background-color: #f56;
}
button.submit.medium {
    /* vijay change width: 66%; */ width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
    text-align: center;
    background: #51a0d5;
    color: #fff;
    text-indent: 0;
}
button.submit.medium:active {
	background: #6be;
}
.button_group button.edit_delete {
    background: #e6e1da url("../images/icon_minus_rnd.png") no-repeat 28px 20px;
    text-indent: 50px;
}
.button_group button.edit_add {
    background: #e6e1da url("../images/icon_plus_rnd.png") no-repeat 28px 20px;
    text-indent: 50px;
}
div.section.expand {
    background: url("../images/bg-section-plus.png") no-repeat right 0;
    margin-top: 20px;
    /* vijay add and then delete for reference only
    background-color:#B4B1AD;
*/
    
}
div.section.expand2 {
    background: url("../images/bg-section-plus2.png") no-repeat right 0;
    margin-top: 0px;
    padding-top:0.8em;
    padding-right:0.85em;
    /* vijay add and then delete for reference only
    background-color:#B4B1AD;
*/
    
}
div.section.collapse {
    background: url("../images/bg-section-minus.png") no-repeat center 0;
}
button.expand {
    background: url("../images/icon_plus.png") no-repeat 0 0;
    display: block;
    float: right;
    height: 32px;
    width: 37px;
    text-indent: -60px;
	overflow: hidden;
    border: none;
}
button.expand2 {
    background: url("../images/icon_plus2.png") no-repeat;
    display: block;
    float: right;
    height: 30px;
    width: 46px;
    
    text-indent: -60px;
	overflow: hidden;
    border: none;
}
button.collapse {
    background: url("../images/icon_minus.png") no-repeat 0 0;
    display: block;
    float: right;
    height: 32px;
    width: 37px;
    text-indent: -60px;
	overflow: hidden;
    border: none;
}
div.section.collapse p.edit_message {
    font-weight: bold;
    position: absolute;
    margin: 10px 0 0;
}
div.section.collapse h2 {
    margin-top: 58px;
}
.footer {
    background: transparent url("../images/bg-tabs.png") repeat-x 0 0;
    border-top: 1px solid #000;
    height: 50px;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 6px #444;
       -moz-box-shadow: 0 0 6px #444;
            box-shadow: 0 0 6px #444;

/* Vijay add begin */            
               position:fixed;

   
   /* Vijay add end */
}
.footer ul {
    margin: 0;
}
.footer li {
    background: none;
    border: none;
    border-left: 1px solid #fffaf2;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #696663;
    text-decoration: none;
    display: block;
    margin: 0;
    text-indent: 0;
    float: left;
    text-align: center;
    height: 50px;
}
.footer li:first-child {
    border-left: none;
}
.footer li:last-child {
    border-radius: 0;
}
.footer ul.three li { width: 33% }
.footer ul.four  li { width: 25% } .footer ul.four li:first-child { width: 24%;}
.footer a {
    border: none;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    display: block; 
    padding-top: 17px;
}
.footer li.selected a {
    padding-top: 13px;
}
.footer li.selected {
    background: #333;
    border-top: 6px solid #52a1d7;
    -webkit-box-shadow: inset 0 0 31px #000;
    -moz-box-shadow: inset 0 0 31px #000;
    height: 42px;
}
.footer a[active] {
	color: #4B9FD6;
}
#home .footer a {
    width: 49%;
}
.footer a:first-child {
    border: none;
}
div#footer_extra {
    background: #eae7e2 url("../images/bg-shadowbottom.png") no-repeat center 0; 
    padding: 20px 40px;
    text-align: center;
}
div#footer_extra h3 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #999388;
    text-shadow: none;
    margin: 0 0 10px 0;
}
div#footer_extra p {
    font:  10px Arial, Helvetica, sans-serif;
    color: #999388;
}

.hint {
    background: #ddd;
    font: normal 12px arial, helvetica, sans-serif;
    margin: 2px 0 0 10px;
    padding: 10px 12px;
    width: 200px;
    display: block;
    position: absolute;
    z-index: 10;
    border: 2px solid #777;
    -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
}
.hint span {
    background: url("../images/ui-hint-pointer.png") no-repeat 0 0;
    height: 16px;
    width: 30px;
    position: absolute;
    margin: -14px 0 0 10px;
    z-index: 11;
    top: 0;
    left: 0;
}
.error {
    background: #ffe3e3;
    font: normal 12px arial, helvetica, sans-serif;
    margin: 2px 0 0 10px;
    padding: 10px 12px;
    width: 200px;
    display: block;
    position: absolute;
    z-index: 10;
    border: 2px solid #ff0000;
    -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
}
.error span {
    background: url("../images/ui-error-pointer.png") no-repeat 0 0;
    height: 16px;
    width: 30px;
    position: absolute;
    margin: -14px 0 0 10px;
    z-index: 11;
    top: 0;
    left: 0;
}
.toggle {
	margin: 3px 0 -4px 2px;
}

span.boldLabel, span.normalLabel, p.smallInstructionText, span.inputlabel, span.inputlabelHint
{
	color: rgb(0, 0, 0); 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	letter-spacing: normal; 
	line-height: normal; 
	orphans: 2; 
	text-align: -webkit-auto; 
	text-indent: 0px; 
	text-transform: none; 
	white-space: normal; 
	widows: 2; 
	word-spacing: 0px; 
	-webkit-text-size-adjust: auto; 
	-webkit-text-stroke-width: 0px; 
	display: inline !important; 
	float: none;
}
span.inputlabelHint
{

}

span.boldLabel
{
	font-weight:bold;
}    

table
{
	
}	
#toolbar, #threebuttontoolbar, #twobuttontoolbar
{
	display:table;
	width:100%;
	font: 1em Arial, Helvetica, sans-serif;
	height:61px;
	background:black url("../images/headerBackground5.jpg") repeat-x;
}
#toolbarrow, #threebuttontoolbarrow, #twobuttontoolbarrow
{
	display:table-row;

	
}

#toolbarrow
{
	
	float:right;
	
}
.navbreadcrumbs
{
	padding-left:0.8em;
	display:none;
	
}
.navbreadcrumbs a
{
	font-weight:bold;
}
.toolbarrow50percentcellleft span, .toolbarrow50percentcellright span, .toolbarrow30percentcellleft span , .toolbarrow30percentcellright span, .toolbarrow30percentcellcenter span, .leftButton span, .rightbutton span
{
	padding-top:1em;
	display:block;
	
}
.toolbarrow50percentcellleft span a, .toolbarrow50percentcellright span a, .toolbarrow30percentcellleft span a, .toolbarrow30percentcellright span a, .toolbarrow30percentcellcenter span a, .leftButton span a, .rightbutton span a
{
	
}
.toolbarrow50percentcellleft h3, .toolbarrow50percentcellright h3, .toolbarrow30percentcellleft h3, .toolbarrow30percentcellright h3, .toolbarrow30percentcellcenter h3, .leftButton h3, .rightbutton h3
{
	padding-top:1.2em;
	display:block;
}

.toolbarrow50percentcellleft a img, .toolbarrow50percentcellright a img, .toolbarrow30percentcellleft a img, .toolbarrow30percentcellright a img, .toolbarrow30percentcellcenter a img, .leftButton a img, .rightbutton a img
{
	margin-top:0.5em;
	display:block;
}
.toolbarrow50percentcellleft
{
		margin-left:0.8em;

	display: table-cell;
	float:left;
	text-align:left;
}
.toolbarrow50percentcellright
{
		margin-right:0.6em;
	display: table-cell;
	float:right;
	text-align:right;
}
/*
.toolbarrow30percentcellleft, .toolbarrow30percentcellcenter, .toolbarrow30percentcellright
{
	height:45px;
}
*/
.toolbarrow30percentcellleft
{
	margin-left:0.8em;
	display: table-cell;
	width:33%;
	text-align:left;
	float:left;
}
.toolbarrow30percentcellcenter
{
	display: table-cell;
	width:33%;
	text-align:center;
	float:left;
}
.toolbarrow30percentcellright
{
	margin-right:0.6em;
	display: table-cell;
	text-align:right;
	float:right;

}
#toolbar .leftButton
{
	/*float:left;margin-left:15px;padding-top:5px;*/
	
	display: table-cell;
	padding-right:5px;
}
.toolbarrowcellitem
{
	text-decoration:none;
	padding-right:5px;
	display:inline;
}
#toolbar .rightButton
{
	/*float:right;margin-right:10px;padding-top:5px;*/
	text-decoration:none;
	display: table-cell;
	padding-right:5px;

}

#toolbar .centerButton
{
	float:left;margin-left:20%;padding-top:5px;text-decoration:none;
}

#toolbar a, #threebuttontoolbar a, #twobuttontoolbar a
{
	text-decoration:none;
	
	font: 1em Arial;
	
    color: White;
    padding-top:4px;
    display:inline-block;
    vertical-align:middle;
   
}
/* Vijay delete
input
{
	color:black !important;
}
*/
::-webkit-input-placeholder {
    color:    black;
}
:-moz-placeholder {
    color:    black;
}


.link-button .first-child
{
    border-bottom: #808080 0px solid;
    border-left: #808080 0px solid;
    margin: 0px;
    border-top: #808080 0px solid;
    border-right: #808080 0px solid;
    _margin: 0;
}
table.headertable td.lefttablecell
{
	width: 54px; vertical-align: middle;
}

table.headertable td.middletablecell
{
	width: 100%; vertical-align: middle;
}

table.headertable td.righttablecell
{
	width: 54px; vertical-align: middle;
	
}
.navbar
{
	/* vijay delete height: 3.5em; */
	padding-top: 5px; 
	padding-bottom:1px;
	padding-left: 10px; 
	padding-right: 10px;
	background: black url("../images/headerBackground5.jpg") repeat-x;

	
}
.navbar  h3
{
    color: #ffffff;
}
.middletablecell h2
{
	color: White; text-align: center;
}

.righttablecell h2
{
    color: White; text-align: right;
}
.middletablecell h1
{
	text-align: center;
    margin: 0 0.3em 0;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
    /* vijay modify color: #4d4d4d;	*/ color: #ffffff;
}

input[type="radio"],
input[type="checkbox"] {
    font-size: 1.2em;
	margin: -2px 10px 0 0;
	width: 18px;
  height: 18px;
  padding: 5 0 0 0;
  border:1px solid gray;
}

input[type="checkbox"].selected {
background-color:#fff;
}




/* ---------- OLD CSS RE<OVE ONCE BUTTONS ARE INCORPORATED ------------- */
/* Vijay delete
    li {
        background: #e6e1da url("../images/arrow-blue-right.png") no-repeat right center;
        border: 1px solid #fffaf2; 
        border-right-color: #c4c1bc;
        border-bottom-color: #c4c1bc;
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #696663;
        text-decoration: none;
        display: block;
        margin: 0;
        text-indent: 20px;
        list-style: none;
    }
*/
    a.submit {
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
        background: #e6e1da url('../images/arrow-blue-right.png') no-repeat right center;
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #696663;
        text-decoration: none;
        display: block;
        margin-top: 10px;
        padding: 10px 10px;
        text-indent: 20px;
        -webkit-border-radius: 4px; 
           -moz-border-radius: 4px; 
                border-radius: 4px; 
        -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
        
    }
    /* a.button {
        display: inline-block;
        vertical-align: text-bottom;
        border-bottom: medium none;
        border-left: medium none;
        margin: 0px;
        border-top: medium none;
        border-right: medium none;
        background-color: transparent;
        cursor: pointer;
        border-bottom: #808080 1px solid;
        border-left: #808080 0px solid;
        margin-right: 0.04em;
        background: url(images/buttonbackground.JPG) repeat-x 0px 0px;
        border-top: #808080 1px solid;
        border-right: #808080 0px solid;
        padding-bottom: 0px;
        line-height: 2em;
        min-height: 2em;
        padding-left: 10px;
        padding-right: 10px;
        color: #000;
        font-size: 0.9em;
        padding-top: 0px;
    }*/
    
    
    /*      Vijay add         */
    
div.inputFieldContainer
{
    margin-top:10px;
}

button.navButtonClass
{

    border:0 none;
    display: inline;
    margin:0;
    padding:0 0 0 0;
    /*text-indent: 20px;*/
    outline: 0 none;
    -webkit-border-radius: 0px; 
       -moz-border-radius: 0px; 
            border-radius: 0px; 
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  /*
vijay change
    width:40px;
    height:37px;
*/
width:40px;
height:27px;	
}

button.submit.medium.delete {
    background-color: #f23b1c; 
    color: #fff;
}

button.submit.medium.delete:active {
    background-color: #f56;
}

.helpbutton
{
   padding-bottom:5px;
}
.righttablecell a
{
    color:white;
}

.lefttablecell a
{
    color:#fff;
}

.hidden
{
     display:none;
}
button#navPreviousStep
{
	background-image:url("../images/navLeftEnabled.png");
	/* vijay change width:54px;
	height:37px;
*/
width:40px;
height:27px;
	background-repeat:no-repeat;
}
button#navNextStep
{
	background-image:url("../images/navRightEnabled.png");
	background-repeat:no-repeat;
	/* vijay change width:54px;
	height:37px;
*/
width:40px;
height:27px;
}
div.wizardNavFiller
{
	/* vijay change width:54px;
	height:37px;
*/
width:40px;
height:27px;
}
button#BackButton
{
    /* vijay replace all urls with relative  better still move images folder under css and remove authorize rule from web.config*/
    background-image: url("../images/btn-back3.png");
    background-repeat:no-repeat;
	width:59px;
	height:34px;
}
.helpbutton
{
    background-image: url("../images/bg-question.png");
    background-color:transparent;
    background-repeat:no-repeat;
    width:25px;
    height:25px;
    border: 0;
    
    
}
.clearbutton
{
    /* vijay move the images folder under css folder or change urls to relative path */
    background-image: url("../images/icon_cross_sm.png");
    background-color:transparent;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    border: 0;
    
    
}

.countryFilterRadio
{
    
    display:inline-block;
    width:30px;
    height:35px;
}

.noNavbar
{
	height: 4px; 
	background: gray url("../images/headerBackground4.jpg") repeat-x;
	
}

.addButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.addButton:hover {
	text-decoration: none;
}
.addButton:active {
	position: relative;
	top: 1px;
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	
}
