/*  CSS Document 
 
	Project : Aashray - Urology Institute
	Created date : 9th May 2007.
	Description : CSS Document defines the property of all predefine tags and also define tags.
	Copyright: This Document is the property of Forte Interactive Pvt. Ltd.
*/


html,body {
	margin: 0 auto; 
	height:100%;
	background-color:#fcb324;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:17px;
}


/* Link Style */

a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#ff6600;
	text-decoration: none;
}

/* Form Style */


select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
input, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.noborder {
	border:0px;
	background-color:transparent;
}

.button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF6600;
	border:1px #FF9900 solid;
}
/* ---------- Define tag style sheet ---------- */

/* Table Style */

#main {
	margin:0 auto;
	height:100%;
	text-align:center; !important
}
#content {
	margin:0 auto;
	width:780px;
	text-align:left;
	background-color:#FEFEFE;
}

/* Font Style */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#70192D;
	margin:0px;
	padding:0px;
	line-height:normal;
	font-weight:100;
}
.message {
		color:#cc0000;
}
.sidenav, .sidenav a:link,  .sidenav a:visited,  .sidenav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#70192D;
	padding-left:9px;
}
.sidenav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:9px;
	font-weight:bold;
}
.sidenav1, .sidenav1 a:link,  .sidenav1 a:visited,  .sidenav1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BD3908;
	padding-left:9px;
	font-weight:bold;
}
.sidenav1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:9px;
	font-weight:bold;
}
.dotc {
	color:#e77b1d;
}