
body {
    font-family: Arial;
    font-size: 14px;    
   /* color: #F9AA8F;*/
   color:#262626;
    margin: 0;
    padding: 0;
    background: #F9AA8F;
}

#logo {margin-top:5px;
    width: 397px;
}

input:focus
{ 
/*background-color:#FFFF55;*/
border:solid 2px red;
}
select:focus
{ 
/*background-color:#FFFF55;*/
border:solid 1px red;
}
.wrapper {
    width: 100%;
    height: 80px;
    background : #F9AA8F;
    xbackground : -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(129,129,129)));
    xbackground : -moz-linear-gradient(top, rgb(255,255,255), rgb(129,129,129));
    border-top: 3px solid #c5d5d5;
    position: relative;
  /*  background-image: url('/Images/topnav-bg_1111.gif');*/

}
.display {
    text-decoration: none;
    color: blue;
    font-size: 15px;
    font-weight: bold;
    text-align:left;
    
}

.forline {
    width: 100%;
    height: 10px;
    background : none;
    xbackground : -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(129,129,129)));
    xbackground : -moz-linear-gradient(top, rgb(255,255,255), rgb(129,129,129));
    border-top: 3px solid blue;
    position: relative;
    background-image: url('/Images/ganinath/bar.jpg');
    background-repeat: repeat-x;
}


.gradbox-deleted {
	width: 750px;
	-moz-border-radius: 4px; border-radius: 4px; 
	background-color:#f5f5f5; 
	/*height:300px;	*/
	padding:5px;
	border:1px solid #eeeeee;
}

table.pad10 td {padding:5px 7px;}

.title {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;

}

.fl {
    float: left;
}

.container {
    width: 970px;
    margin: 0 auto;
}

.menu {
    height: 80px;
    xborder-left: 1px solid rgba(0,0,0,0.3);
    xborder-right: 1px solid rgba(255,255,255,0.3);
    float:left;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

a {
    text-decoration: none;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
}

ul.menu li {
    list-style: none;
    float:left;
    height: 79px;
    text-align: center;
	xborder-left:0px solid red;
    xbackground: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(199,199,199,1)), to(rgba(28,28,28, 1)) );
    xbackground: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(199,199,199,1) 0%, rgba(28,28,28, 1) 100%);
    background-color:#c5d5d5;
    xbackground-image:url('/images/topnav-button-bg.gif');
}

ul li a {
	font:14px/22px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
    display: block;
    padding: 0 20px;
    xborder-left: 0px ;
    xborder-right: 0px ;
    text-align: center;
    line-height: 79px;
	background-color:#F9AA8F;
	font-weight: bold;
   
    xbackground : -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(129,129,129)));
    xbackground : -moz-linear-gradient(top, rgb(255,255,255), rgb(129,129,129));
    -webkit-transition-property: background;
    -webkit-transition-duration: 200ms;
    -moz-transition-property: background;
    -moz-transition-duration: 200ms;
    }

ul.vertical li a {
    display: block;
    padding: 0 0px;
    border-left: 0px ;
    border-right: 0px ;
    text-align: center;
    line-height: 32px;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(129,129,129)));
    background : -moz-linear-gradient(top, rgb(255,255,255), rgb(129,129,129));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }

ul li a:hover {
    background: transparent none;
	color:#333333;
	text-shadow: 0 0px 0px rgba(255,255,255,0.4);
}

ul li a.highlight {
    background: transparent none;
	color:#333333;
	text-shadow: 0 0px 0px rgba(255,255,255,0.4);
}

ul[rel=sam1] li a {
    background: #606060;
}

ul[rel=sam1] li a:hover {
    background: transparent none;
}

ul li.active a{
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(131,199,255,1)), to(rgba(28,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(131,199,255,1) 0%, rgba(28,28,78, 1) 100%);
	color:#000000;
}


/* Css for vertical sample */
ul.vertical {
    margin: 0 20px 0 0;
    width: 136px;
    border: 0px ;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

ul.vertical li {
    list-style: none;
    position: relative;
    background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 140, from(rgba(255,255,255,1)), to(rgba(238,238,238, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(255,255,255,1) 0%, rgba(238,238,238, 1) 100%);
	height:32px;
}

ul.vertical li span {
    position: absolute;
    color: #151515;
    text-shadow: 0 1px 1px rgba(255,255,255,0.2);
}

ul.vertical li:first-child a, ul.vertical li:first-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

ul.vertical li:last-child a, ul.vertical li:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

ul.vertical li a{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(217,217,217,1)), to(rgba(168,168,168,1)));
    background: -moz-linear-gradient(top, rgba(217,217,217,1), rgba(168,168,168,1));
    text-align: left;
    border-bottom: 0px ;
    border-top: 0px ;
    border-right: 0px;
    color: none;
	font-size: 11px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
}

ul.vertical li a:hover {
    background: transparent none;
}

ul.vertical[rel=ver1] li a{
    background: #606060;
}

ul.vertical[rel=ver1] li a:hover{
    background: transparent none;
}

button.skip, input[type="submit"].skip, a.skip {
  background: #777;
  background: -moz-linear-gradient(top, #777777 0%, #666666 50%, #555555 50%, #7e7e7e 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #777777), color-stop(0.5, #666666), color-stop(0.5, #555555), color-stop(1, #7e7e7e));
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #eeeeee;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip:hover, input[type="submit"].skip:hover, a.skip:hover {
  background: #666666;
  background: -moz-linear-gradient(top, #888888 0%, #555555 50%, #444444 50%, #333333 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #888888), color-stop(0.5, #555555), color-stop(0.5, #444444), color-stop(1, #333333));
  cursor: pointer;
  color: #ffffff;
}

button.skip2 {
  background: #777;
  background: -moz-linear-gradient(top, #8c94a0 0%, #4f5f75 50%, #435063 50%, #1b242b 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8c94a0), color-stop(0.5, #4f5f75), color-stop(0.5, #435063), color-stop(1, #1b242b));
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #eeeeee;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip2:hover {
  background: #666666;
  background: -moz-linear-gradient(top, #6c7460 0%, #2f3f55 50%, #233063 50%, #1b242b 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #6c7460), color-stop(0.5, #2f3f55), color-stop(0.5, #233063), color-stop(1, #1b242b));
  cursor: pointer;
  color: #ffffff;
}

button.skip2:active {
  -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  cursor: pointer;
}

button.skip:active {
  -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
  cursor: pointer;
}  
  
  #footer {padding-top:10px; color:#F9AA8F; height:95px; font-family:arial; font-size:12px; text-align:center; background-image:url('../Images/footer_bg.jpg'); clear:both; font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; background-repeat:repeat-x;}
  #footer .container a {color:#000000; font:13px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;}


	.content, .contentA{
		padding:10px;
		width:450px
	}
	.contentLogin{
		padding:60px;
		width:450px
	}
	.lblviewProfile
	{
	    font-weight:bold;
		font-size:13.5px;
		
	}
	.left{
		width:140px;
		float:left;
		padding:7px 0px 0px 7px;
		min-height:24px;
		font-weight:bold;
		font-size:12.5px;
	}
	.right{
		width:190px;
		float:left;
		padding:5px;
		min-height:24px;
		
	}
	.center{
		width:190px;
		float:left;
		padding:5px;
		min-height:24px;
		
	}
	
	.clear{
		float:none;
		clear:both;
		height:0px;
	}
	.row{
		background-color:none;
		display:block;
		min-height:32px;
	}
	.text{
		width:190px;
	}
	.textRegis{
		width:290px;
		height:20px;
	}
	.text1
	{	   
		width:40px;
	}
	.DDRegis{
		width:295px;
		height:22px;
	}
	.lbl1
	{
	    font-size:12.5px;
	  	    
	}
	.ruler{
		width:400px; border-bottom:dashed 1px #dcdcdc;
	}
	tr:focus{
		background-color:#fcfcf0;
	}
	td{
		vertical-align:top;
	}
	.over{
		background-color:#e6e2af;
	}
	.out{
		background-color:none;
	}


/*************************************************
*Special for particaular
*/
.rightRegis{
		width:290px;
		float:left;
		padding:5px;
		min-height:24px;
		
	}











/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_example {
	font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}


#dt_example #container {
	width: 800px;
	margin: 30px auto;
	padding: 0;
}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #demo {
	margin: 30px auto 0 auto;
}

#dt_example .demo_jui {
	margin: 30px auto 0 auto;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_example a {
	color: #0063DC;
	text-decoration: none;
}

#dt_example a:hover {
	text-decoration: underline;
}

#dt_example ul {
	color: #4E6CA3;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}


button.skip3 {
  background: #fcfff4; /* old browsers */
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* opera */

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #000;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip4 {
  background: #4c4c4c; /* old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #0c0c0c 91%, #131313 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#0c0c0c), color-stop(100%,#131313)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#0c0c0c 91%,#131313 100%); /* opera */

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip5 {
  background: #cedbe9; /* old browsers */
  background: -moz-linear-gradient(top, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #3ba8e0 71%, #3a8bc2 84%, #26558b 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedbe9), color-stop(17%,#aac5de), color-stop(50%,#6199c7), color-stop(51%,#3a84c3), color-stop(59%,#419ad6), color-stop(71%,#3ba8e0), color-stop(84%,#3a8bc2), color-stop(100%,#26558b)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #cedbe9 0%,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#419ad6 59%,#3ba8e0 71%,#3a8bc2 84%,#26558b 100%); /* opera */ 

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip6 {
  background: #cedce7; /* old browsers */
  background: -moz-linear-gradient(top, #cedce7 0%, #596a72 49%, #4B6470 50%, #596a72 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(49%,#596a72), color-stop(50%,#4B6470), color-stop(100%,#596a72)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #cedce7 0%,#596a72 49%,#4B6470 50%,#596a72 100%); /* opera */

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}


button.skip3:hover {
  background: #dcdfd4; /* old browsers */
  background: -moz-linear-gradient(top, #dcdfd4 0%, #cfd5c7 40%, #c3ae9d 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecefe4), color-stop(40%,#cfd5c7), color-stop(100%,#a3ae9d)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* opera */

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #000;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip4:hover {
  background: #3c3c3c; /* old browsers */
  background: -moz-linear-gradient(top, #3c3c3c 0%, #494949 12%, #555555 25%, #373737 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(12%,#494949), color-stop(25%,#555555), color-stop(39%,#373737), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#131313',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #3c3c3c 0%,#494949 12%,#555555 25%,#373737 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* opera */

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip5:hover {
  background: #becbd9; /* old browsers */
  background: -moz-linear-gradient(top, #becbd9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #318ac6 59%, #4bb8f0 71%, #3a8bc2 84%, #16457b 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#becbd9), color-stop(17%,#aac5de), color-stop(50%,#6199c7), color-stop(51%,#3a84c3), color-stop(59%,#318ac6), color-stop(71%,#4bb8f0), color-stop(84%,#3a8bc2), color-stop(100%,#16457b)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becbd9', endColorstr='#16457b',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #becbd9 0%,#aac5de 17%,#6199c7 50%,#3a84c3 51%,#318ac6 59%,#4bb8f0 71%,#3a8bc2 84%,#16457b 100%); /* opera */ 

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip6:hover {
  background: #beccd7; /* old browsers */
  background: -moz-linear-gradient(top, #beccd7 0%, #495a62 49%, #3B5460 50%, #394a52 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#beccd7), color-stop(49%,#394a52), color-stop(50%,#3B5460), color-stop(100%,#394a52)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beccd7', endColorstr='#394a52',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #beccd7 0%,#394a52 49%,#3B5460 50%,#394a52 100%); /* opera */

  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  xfont-weight: bold;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  xtext-shadow: 0 -1px 1px #000f4d;
  width: 150px;
}

button.skip, button.skip2, button.skip3, button.skip4, button.skip5, button.skip6, input[type="submit"].skip, input[type="submit"].skip2, input[type="submit"].skip3, input[type="submit"].skip4, input[type="submit"].skip5, input[type="submit"].skip6  {
	font:13px/22px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	text-shadow: #333333 1px 1px 2px;
	line-height:18px;
}

h1,h2 {
  font-family: 'Cuprum', arial, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  text-transform: uppercase;
}
h2 {border-bottom:2px solid #ffcc00; padding-bottom:10px;
    width: 725px;
}
h3 {color:#333333; width:100%; color:#313d4b; font-size:16px; font-family:arial; font-weight:bold; vertical-align:middle; padding-left:10px; padding-bottom:5px;}

#footer a {font-size:12px; color:#121212; margin:0px 10px;}
#footer a:hover {text-decoration:underline; color:blue;}


a#office			{ background: url('../images/buttons-1.gif') 0px 0px no-repeat; width:200px; height:60px; display:block; position:absolute; top:15px; left:475px;}
a#office:hover		{ background: url('../images/buttons-1.gif') 0px -60px no-repeat;     -webkit-transition-property: background;
    -webkit-transition-duration: 50ms;
    -moz-transition-property: background;
    -moz-transition-duration: 50ms;
}
a#hygienist			{ background: url('../images/buttons-2.gif') 0px 0px no-repeat; width:200px; height:60px; display:block; position:absolute; top:15px; left:698px;}
a#hygienist:hover	{ background: url('../images/buttons-2.gif') 0px -60px no-repeat;     -webkit-transition-property: background;
    -webkit-transition-duration: 50ms;
    -moz-transition-property: background;
    -moz-transition-duration: 50ms;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 415px; padding: 10px; background-color: #000000; color: #FFFFFF; position:relative; top:100px; height:95px; font-size:18px; background-color:#f7f7f7; color:#000; margin-left:20px; -moz-border-radius: 8px 8px 0px 8px; border-radius: 8px 8px 0px 8px; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

/*
	Captcha Style
*/

#captcha-wrap{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:100px;
	margin-left:80px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:140px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}
 
#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
	float:right; width:117px; 
	background:url(logos.jpg) top right no-repeat; 
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

