/* CSS by Shanthi M */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 20px;
}
/*.youraccount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 20px;
}*/
.youraccount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 19px;
}
.youraccount a:hover {
	text-decoration: none;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	line-height: 20px;
}
.menuselected {
	color: #FFFF00;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FF3300;
	line-height: 30px;
	font-weight: bold;
}
.pagelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.tblheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.errormessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	line-height: 17px;
}
.errormessage_public {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	line-height: 17px;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #999999;
	text-decoration: none;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	line-height: 20px;
}
a {
	color: #FF3300;
}
a:hover {
	COLOR: #000000;
}
.tblheader a {
	color: #FF3300;
	text-decoration: none;
}
.tblheader a:hover {
	COLOR: #FFFF00;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.input-form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #F8F8F8;
}
.submitbu_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	cursor: pointer;
	background-color: #FF9933;
}
.submitbu_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	cursor: pointer;
	background-color: #9900FF;
}
/*CSS for pop up hint box */
#hintbox { 
	position:absolute;
	top: 0;
	background-color: white;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #000000;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	text-align: justify;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: #026272;
	margin: 3px 8px;
}
/* CSS to change the row color */
.first {
	background-color: #CCFF00;
}
.second {
	background-color: #FF9933;
}
.feature {
	background-color: #99CCFF;
}
 /*
 Grid Styles
 */
 
 body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
}
table.datagrid {
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
    width: 100%;
    /*margin-left: 1em;*/
}
table.datagrid th {
    text-align: center;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    background: #000000;
    padding: 5px;
    color: white;
	height :45px;
}
table.datagrid th a {
    color: white;
    text-decoration: none;
}
table.datagrid th a:hover {
    color: #FB6400;
}
   
table.datagrid td {
	/*text-align: left;*/
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-left: 5px;
	height :27px;
}
table.datagrid tr.odd {
    background: #FFFFFF;
	text-align: center;
}
table.datagrid tr.even {
    background: #FFFFFF;
	text-align: center;
}
p.paging {
    text-align: center;
    font-weight: bold;
}

p.paging a {
    color: #990033;
}
/*For empty records*/
table.empty_datagrid {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
    width: 100%;
	color:#FFFFFF;
   /*margin-left: 1em; */
}
table.empty_datagrid th {
    text-align: center;
    background: #FFFFFF;
    padding: 4px;
	font-weight:normal;
	color:#000000;
}
