@charset "utf-8";
/* Some default CSS for the demonstration! Not related to the Project*/

body {
	behavior:url("csshover3.htc");
}

body {
	background: #fff url(../images/grad.png) repeat-x scroll 0 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000
}

a, a img {
	border: none;
	outline: none;
}

a {
	color: #06F;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color:#033;
	text-decoration:none;
}

h1 {
	color:#000;
	background-color: #e6f0f8;
	padding: 15px;
	text-align: center;
	border: 2px solid #3E3F3E;
	width: 800px;
	margin: 15px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 3px 4px 3px #9fc5d5;
	font-size: 170%;
	font-weight: bold;
}

h1 img {
	display: block;
	margin: 5px auto;
	text-align:center;
}
h1 a {
	color: #3E3F3E;
	text-decoration:none;
}
h2 {
	font-size: 11px;
	text-decoration: underline;
	font-style:oblique;
	text-align: center;
}

div#swashata {
	background-color: transparent;
	width: 600px;
	margin: 0px auto 10px auto;
	padding: 20px;
	border: 2px solid #30646D;
	padding: 10px;
}
#swashata h1 {
    color: #00BCD1;
    font-style: italic;
    background-color: transparent;
    padding: 5px;
    border: 0px none;
    width: 90%;
    font-size: 130%;
    font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
}
/* Forms */
form {
	display: none;
}
input[type="text"], input[type="password"] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    padding: 5px;
}
input[type="submit"], input[type="reset"] {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #defbfe;
    color: #006666;
    padding: 5px;
    border: 1px solid #00BCD1;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 20px;
}
input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #AEE8FB;
    color: #006666;
}
input[type="submit"]:active, input[type="reset"]:active {
    padding: 7px 7px 3px 3px;
}
.focusField{
    border:solid 2px #00BCD1;
    background:#FEF9F0;
    color:#333;
}
.idleField{
    background:#e0f1fe;
    color: #83acde;
    border: solid 2px #c5cef3;
}
label {
    text-shadow: 1px 2px 3px #defbfe;
    color: #007b89;
    font-size: 15px;
    font-weight: bold;
}
/* Table */
table {
    margin: 20px auto;
}
table, table tr, table tr td {
    border: 1px solid #C5D4E2;
    border-collapse: collapse;
    color: #15252C;
    font-size: 12px;
    font-family: Verdana;
    padding: 5px;
    text-align: justify;
}
table tr:first-child, table tr:first-child td {
    background: #F1F5F9;
    color: #003333;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    border-collapse: separate;
}
/* Footer */
div#footer_wrapper {
	position: absolute;
	bottom: 0;
	z-index: 100;
	height: 50px;
	padding: 5px;
	margin: 0 auto;
	background: url(../images/grad.png) repeat-x scroll 0 -80px;
	width: 99.3%;
	font-family: cursive;
}

#footer {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
#footer .footer_logo {
	background: url(../images/favicon.png) no-repeat scroll left center;
	height: 50px;
	padding: 0 0 0 55px;
	margin: 0;
	float: left;
	width: 150px;
	height: 50px;
}
#footer .footer_logo a {
	padding: 20px 0;
	display: block;
}
#footer .tutorial {
	float: none;
	margin: 0 auto;
	width: 150px;
	padding: 20px 0;
	height: 50px;
}
#footer .menu {
	float: right;
	width: 400px;
	height: 50px;
	margin: 0;
	padding: 20px 0;
}