@charset "utf-8";
/* CSS Document */
@font-face{font-family: 'WebRupee';src: url('http://cdn.webrupee.com/WebRupee.V2.0.eot');src: local('WebRupee'), url('http://cdn.webrupee.com/WebRupee.V2.0.ttf') format('truetype'),  url('http://cdn.webrupee.com/WebRupee.V2.0.woff') format('woff'), url('http://cdn.webrupee.com/WebRupee.V2.0.svg') format('svg');font-weight: normal;font-style: normal;}

.error {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;color: #FF0000;}
.success {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;color: darkgreen;}
.warning {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;color: brown;}
.editor {font-family: Verdana, Arial, Helvetica, sans-serif;color:#006699;}
.bestAnswer {font-family: Verdana, Arial, Helvetica, sans-serif;color:#0000FF;}
.normal {}

body{
    margin:0;
    padding:0;
    line-height:200%; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12.5px;
    color:#333333;
    }
	
b{
    }

li{
    margin-left:12px;
    }

h1 {font-size:24px; font-family:Helvetica, Arial,Times New Roman; margin-top:7px;margin-left:1px;margin-bottom:7px;margin-right:3px; color:#3366aa; }
h2 {font-size:20px; font-family:Helvetica, Arial,Times New Roman; margin-top:6px;margin-left:1px;margin-bottom:6px;margin-right:2px; color:#3366aa; }
h3 {font-size:17px; font-family:Helvetica, Arial,Times New Roman; margin-top:5px;margin-left:1px;margin-bottom:5px;margin-right:2px; color:#3366aa; }
h4 {font-size:15px; font-family:Helvetica, Arial,Times New Roman; margin-top:4px;margin-left:1px;margin-bottom:4px;margin-right:2px; color:#3366aa; }

A:link, A:active { color:#0080FF; text-decoration: none;  }
A:visited { color:#3399bb; text-decoration: none;  }
A:hover { color: blue; text-decoration: underline; }
	
#container {  
	background: none;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 


/*--header starts here--*/
#marque_space{
	margin-bottom:2px;
	color:#000;
	margin-top:3px;}
#header{
	display:inline-block;
	background-color:#FFF;
	background-repeat:repeat;
	margin-top:0px;
	padding:5px;
	
	border:#CCC 1px solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.18);
-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.18);
box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.18);
	}
	
.logo{
	float:left;
	clear:left;
	margin: 0px 0px 0px 0px;}

.loginLinks{
	float:right;
	clear:right;
	}

.headerAd
{
    float:left;
	margin: 10px 0px 2px 30px;
    display:inline-table; 
}

.topAboveHeaderText {
	float:left;
	clear:none;
	padding-left:10px;
	}

	
#header_banner
{
    display: table; 
    margin-right: auto; 
    margin-left: auto;
}
	

#header_add2bg{
	float:right;
	clear:right;
}

#header_add2{
	float:left;
	clear:left;
	margin:0px 0px 0px 0px;}
	
/*--header Ends here--*/


#main_content{
	background-color:#FFF;
	background-repeat:repeat;
	margin-top:8px;
	float:left;
	clear:left;
	
	border:#CCC 1px solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.18);
-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.18);
box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.18);
	}

/*--navigation menu starts here--*/
#navigation_bg{
	background-color:#FFF;
	background-repeat:repeat;
	margin-top:0px;
	float:left;


	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;


-webkit-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 8px 15px rgba(50, 50, 50, 0.1);
box-shadow:         0px 8px 15px rgba(50, 50, 50, 0.1);
	}
/*menu*/
#menu_bg{
	background-repeat:repeat;
	margin:7px 5px 0px 5px;
	float:left;
	
	border:#000 solid 1px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: rgb(41,137,216); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,137,216,1) 0%, rgba(30,87,153,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,137,216,1)), color-stop(99%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(41,137,216,1) 0%,rgba(30,87,153,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(41,137,216,1) 0%,rgba(30,87,153,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(41,137,216,1) 0%,rgba(30,87,153,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(41,137,216,1) 0%,rgba(30,87,153,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	

	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:left;
	line-height:32px;
	padding:0px 5px 0 8px;
	color:#FFF;
	}


#menu1bg {
	position:relative;
	margin:0 auto;
	float:left;
	margin-left:-40px;
}

ul#menu1 {
	margin:0px auto;
	position:relative;
	float:left;
	
}

ul#menu1 li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	border-right:solid #1e589b 1px;
}

ul#menu1 li a {
	padding:0px 10px;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
}

ul#menu1 li a:hover {
	background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	color:#000;
}

ul#menu1 li:hover > a {
	color:#000;
	
	background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	
	
}

/* Drop-Down Navigation */
ul#menu1 li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#menu1 ul, ul#menu1 ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:180px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#menu1 ul {
    top: 33px;
    left: 1px;
}

ul#menu1 ul li ul {
    top: 0;
    left: 181px;
}

ul#menu1 ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#menu1 ul li a {
	background:none;
	padding:0px 15px;
	color:#616161;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
}

ul#menu1 li a.first {
	border-left: 0 none;
}

ul#menu1 li a.last {
	border-right: 0 none;
}
/*menu ends*/
/*-- secondary menu starts here--*/

#menu2{
	float:left;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:left;
	line-height:32px;
	padding:0px 5px 0 15px;
	color:#ff7800;
	margin:-2px 0px 0px 10px;
	}
	
#menu2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:left;
	color:#ff7800;
	text-decoration:none;
	}
	
#menu2 a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:left;
	color:#fa861f;
	text-decoration:underline;
	}
	
#search_barrhs{
	float:right;
	margin-bottom:0px;
	margin-top:0px;
	}

.searchgo
{
	border:none;
	color:#999;
}

.search{
	outline:none;
	background-image:url('/images/style3/search.png');
	background-repeat:no-repeat;
	color:#999;
	padding-left:20px;
	width:120px;
	height: 16px;
	border: solid #CCC 1px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    }
    
    
   
/*--navigation menu Ends here--*/


/*--Content Starts here--*/
#content_bg{
	background-repeat:repeat;
	margin-top:15px;
	float:left;
	clear:left;
	margin-bottom:10px;
	}

#content_leftbar{
	margin-right:10px;
	margin-left:10px;
	background-color:#FFF;
	/*border:#E4E4E4 solid 1px;*/
	margin-top:0px;
	float:left;
	}
	
#content_center{
	margin-left:10px;
	display:table;
	height:auto;
	}
	
#content_rightbar{
	margin-left:10px;
	margin-top:0px;
	margin-right:6px;
	float:right;}

	
.WebRupee {
font-family: 'WebRupee';
}

img { border: 0; }
	
/*talk to tony john*/
#webmaster_rbbg{
	background-color:#000;
	clear:right;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
min-height:90px;
	}
#webmaster_img{
	margin:10px;
	float:left;
	}
	
#webmaster_tonycontentbg{
	display:block;
}
#webmaster_rbcontent{
	
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:10px 0px 10px 0px;
	display:block;
	}
#webmaster_socialicons{
	margin-right:10px;}
/*talk to tony john ends*/


/*--content_rightbar ENDS here--*/


.roundedBlock{
    border:solid 1px #caddea;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin:5px 5px 5px 5px;
    padding:3px 3px 0px 3px;
    text-align:left;
	}
	
#widget{
	    border:solid 1px #caddea;
	    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	    margin:2px 0px 2px 0px;
	    padding:10px 3px 10px 3px;
	    text-align:left;
	}

.advertisement{
	    border:solid 1px #caddea;
	    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	    margin:0px 0px 0px 0px;
	    padding:10px 3px 10px 3px;
	    text-align:left;
	}

.advertisement_label{
	    /*border:solid 1px #caddea;*/
	    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	    margin:0px 0px 0px 0px;
	    padding:0px 0px 0px 2px;
	    text-align:left;
	}
	


.advertisement_label:before
{
    content:" Advertisements";
    color:silver;
    font-style:italic;
	margin:10px;
	padding:0px;
    /*content:url("/images/advertisement.png");
	margin:1px 1px 1px 1px;
	padding:1px 1px 1px 1px;*/
	}
	
	
/*--spacer--*/#spacer11{ height:20px; float:left; clear:left; margin:0 10px 0 10px; width:984px;}

/*--tec FOOTER starts here--*/
#footer_bg{/*--tec FOOTER first section--*/
	background-color:#2f4467;
	height:32px;
	float:left;
	width:100%;
	clear:left;}
#footer_menudiv{
	float:left;
	width:100%;}
#footer_menu{
	font-family:Verdana, Geneva, sans-serif;
	
	margin-top:10px;
	text-align:center;
	color:#FFF;
	}
.footer_linkallfoot a{
	text-decoration:none;
	color:#FFF;}
.footer_linkallfoot a:hover{
	text-decoration:none;
	color:#3fbdd9;}/*--tec FOOTER first section ends--*/
/*--tec FOOTER second section starts--*/
#footer2nd_bg{/*--tec FOOTER first section--*/
	background-color:#6d84a2;
	height:42px;
	float:left;
	width:100%;
	clear:left;}
#footer2nd_menudiv{
	float:left;
	width:100%;}
#footer2nd_menu{
	font-family:Verdana, Geneva, sans-serif;
	
	margin-top:10px;
	text-align:center;
	color:#FFF;
	}
/*--tec FOOTER ends here--*/



nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background:none;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}

nav li {
  float: left; 
  margin-bottom:-8px;         
}

nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;  
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color:#0077c2;
}

nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color:#0077c2;
  cursor:pointer;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #fff;
  color:#ff7800;
}

nav #login-content {
  margin-right:70px;
  display: none;
  position: absolute;
  border-right:#CCC solid 1px;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px 15px 5px 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 150px;  
}

/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 238px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#login #submit {		
  background-color: #d14545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
  background-image: -webkit-linear-gradient(top, #e97171, #d14545);
  background-image: -moz-linear-gradient(top, #e97171, #d14545);
  background-image: -ms-linear-gradient(top, #e97171, #d14545);
  background-image: -o-linear-gradient(top, #e97171, #d14545);
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {		
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
}	

#login #submit:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}

/*create an account link*/
#login_links1{
	float:left;
	clear:left;
	margin:0px 10px 8px 0px;
	text-shadow: 0.1em 0.1em #FFF;
	}
.login_links11 a{
	font-family:Verdana, Geneva, sans-serif;
	
	font-weight:normal;
	color:#077b95;
	text-decoration:none;
	}
	
.login_links11 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	
	font-weight:normal;
	color:#F90;
	text-decoration:none;
	}
	
hr{	
	color:#FFF;
	clear:left;}
/*-------login ends----------*/



input[type=submit] {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: #65a9d7;
   padding: 5px 10px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
    height: 35px;
}

    input[type=submit]:disabled {
        position:relative;
        top:1px;
        color: #F9F8F6;
        background: #C0C0C0;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    text-shadow: 0 0 0 0;
    }
    
.myButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 7px 14px;
   -webkit-border-radius: 23px;
   -moz-border-radius: 23px;
   border-radius: 23px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }

    .myButton:active, .myButton:visited, .myButton:link, .myButton:hover {
        position:relative;
        top:1px;
        color: #ffffff;
    }



.linkButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 7px 14px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }

    .linkButton:active, .linkButton:visited, .linkButton:link, .linkButton:hover {
        position:relative;
        top:1px;
        color: #ffffff;
    }
    
    
    table.resourceBar {color:#333333;width:100%;border-width: 1px;border-color: #d4e3e5;border-collapse: collapse;}
    table.resourceBar th {background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #d4e3e5;text-align:center;}
    table.resourceBar tr {background-color:#d4e3e5;}
    table.resourceBar td {border-width: 1px;padding: 8px;border-style: solid;border-color: #d4e3e5;background-color:#ffffff;}
    
    table.plainBox {color:#333333;width:100%;border-width: 1px;border-color: #d4e3e5;border-collapse: collapse;}
    table.plainBox tr {background-color:#d4e3e5;border-color: #d4e3e5;}
    table.plainBox td {border-width: 1px;padding: 8px;border-style: solid;border-color: #ffffff;background-color:#ffffff;}
    
    table.pageHeader {width:100%;border-width: 1px;border-color: #d4e3e5;border-collapse: collapse;}
    table.pageHeader th 
    {
        border-width: 1px;padding: 8px;border-style: solid;border-color: #d4e3e5;font-weight:normal;
        background: #d2ebf9; /* Old browsers */
        background: -moz-linear-gradient(top,  #d2ebf9 1%, #feffff 64%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d2ebf9), color-stop(64%,#feffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #d2ebf9 1%,#feffff 64%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #d2ebf9 1%,#feffff 64%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #d2ebf9 1%,#feffff 64%); /* IE10+ */
        background: linear-gradient(to bottom,  #d2ebf9 1%,#feffff 64%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
    }
    table.pageHeader tr {background-color:#d4e3e5;}
    table.pageHeader td {border-width: 1px;padding: 8px;border-style: solid;border-color: #d4e3e5;background-color:#ffffff;}
