

.footer {
	font-size: 75%; 
	margin: 0.0em; 
	padding: 0.0em; 
	text-align: center; 
	clear: both;
}

.footer p { 
	border: 0px solid #C4C4C4;
	padding: 0.0em;
	margin: 0.0em;
        background:url('../Module/images/col_bg.gif');
        color:black; 
        height:40px;
}

input[type="button"]:hover,input[type="submit"]:hover 
{ cursor:pointer; 

-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
  /*-moz-box-shadow:    2px 2px 5px 1px #ccc;*/
	-moz-box-shadow: 1px 2px 0 0 black;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;
	border:1px solid #61c4ea;
	background-color:#66FFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#111;
	font-family:'Verdana',Arial,sans-serif;
	font-size:14px;
	text-shadow:#b2e2f5 0 1px 0;
	padding:5px

 }


input[type="button"], input[type="submit"]{
	-moz-box-shadow: 1px 2px 0 0 black;
	text-shadow:#ccc 0px -2px 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;
	border:1px solid #61c4ea;
	background-color:#8cb9fe;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#222;
	font-family:'Verdana',Arial,sans-serif;
	font-size:14px;
	padding:5px
}
/*
input[type="button"], input[type="submit"]{
-moz-box-shadow: 1px 2px 0 0 black;
    background: url("../images/loginbuttonbg.png") repeat-x scroll 0 0 #339CDF;
    border: 1px solid #339CDF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin: 0 12px 0 0;
    padding: 7px 10px 8px;
    text-shadow: 0 -1px #278DB8;
    width: auto;
}
input[type="button"]:hover, input[type="submit"]:hover{
-moz-box-shadow: 1px 2px 0 0 #111111;
    background: url("../images/loginbuttonbg.png") repeat-x scroll 0 0 #339CDF;
    border: 1px solid #339CDF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin: 0 12px 0 0;
    padding: 7px 10px 8px;
    text-shadow: 0 -1px #278DB8;
    width: auto;
}*/
.home{
        width: 100%;
	color: #000; 
	padding: 0px 0px;
	border-collapse: collapse; border-spacing: 0;
	background-color: #ccccff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 1px;
}

.home thead {


	//font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: center;
	color: #006699;
	background-color: #C8C8C8;
	border-bottom: solid 1px #999;

}
.home td{
color: #000; 
white-space:nowrap;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.home th {

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: solid;
	text-align: center;
	text-shadow: white 1px 1px 1px;
	font-color:#339999;
}
.home tbody tr {background-color: rgb(255, 248, 240);
height:20px;
}
.Addform{
        width: 75%;
	color: #000; 
	padding: 0px 0px;
	border-collapse: collapse; border-spacing: 0;
	background-color: #ccccff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 1px;
}


.Addform td{

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
white-space:nowrap;
}
.Addform thead {


	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: center;
	color: #006699;
	background-color: #FF9900;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	//background-image: -moz-linear-gradient(top, #ccc, #fff, #B3B3B3 90%);
	border-bottom: solid 1px #999;

}
.Addform th {

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: bold;
	font-weight: solid;
	text-align: center;
	text-shadow: white 1px 1px 1px;
	background-color: #C8C8C8;
}
.heading  {


	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: center;
	color: #006699;
	background-color: #FF9900;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #ccc, #fff, #B3B3B3 90%);
	border-bottom: solid 1px #999;

}


.mytable{

color:#000;
padding: 0px 0px;
width:200px;
}

 
.listform {
	border: 1px solid #e3e3e3;
	background-color: #ccccff;
        width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 1px;

}
 #table-2 th {
	padding: 3px;
	color: #333;
	text-align: center;

}
.listform tbody tr,.Addform tbody tr 
	{
		background-color: rgb(255, 248, 240);
		height:20px;
	}
.listform tbody tr:hover {
		background-color: #eef;
		height:18px;
}

.listform thead {

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: center;
	color: #006699;
	background-color: #C8C8C8;

	//background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	//background-image: -moz-linear-gradient(top, #ccc, #fff, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}


.listform th {

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: solid;
	text-align: center;
background-color: #C8C8C8;
	text-shadow: white 1px 1px 1px;
}
.listform td {
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-bottom: 0px solid #fff;
	border-top: 1px solid #fff;
}
.listform td:hover {
/*background-color: #fff;*/
}
.path
{
	border-radius: 6px;
	min-width: 100%;
 	display: inline-block; 
	background-color: #ddd;
	font-family: 'Times new roman', Helvetica, Arial, sans-serif;
	font-size:18px;
}

body {
	padding-left: 1em;
	font-family: Georgia, "Times New Roman",Times, serif;
	font-size:12px;
	color: #000;
	/*  background-color: #d8da3d;*/
	background-color: #eee;
 }

a{
    text-decoration: none;
}
a, div {
    text-decoration: none;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

img
{
margin:0px;
  border:0px solid #0000ff;
}


.tooltip {
    color: #336699;
    background:#fff;
    display:none; /*--set hidden--*/
    padding:10px;
    position:absolute;    z-index:1000;

	border-bottom-color:#999;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
}




