/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, nav1, output, ruby, section, summary,
time, mark, audio, video {
	border-color: inherit;
	font-size: 100%;
	font-family: Calibri;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, nav1, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 991px;
	height: 9px;
}

/* Default Styles 
---------------------------------------------------light_alu------------*/

body {
	background: url('../images/light_alu.png');
	font-family: 'Droid Sans', sans-serif;
}

.clearfix {
	clear: both;
}

.header {
	width: 1024px;
	margin: 0.5em auto auto auto;
}

.wrap {
	width: 1024px;
	margin: 0.5em auto;
}

.content {
	width: 1024px;
	margin: 0.5em auto;
}

.footer {
	width: 1024px;
	margin: auto auto auto auto;
}

nav {
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding: 0 10px;
	position: relative;
	height : 50px;
}

nav1 {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#eee));
	background-image: linear-gradient(#eee, #eee);
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding: 0 10px;
	position: relative;
}
#tblStudentDetail {
   width: 100%;
}

.loginbox {
	background-image: linear-gradient(#75b5f4, #75b5f4);
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.4);
	padding: 0 10px;
	position: relative;
	top: 1px;
	left: 20px;
	width: 375px;
	margin-right: 200px;
}

.button {
	background-image: linear-gradient(#0f5091, #0f5091);
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	padding: 0 10px;
	position: relative;
	width:100px;
	height:30px;
	color:white;
	top: 0px;
	left: 2px;
}

myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:5px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

.navfooter {
	background: -webkit-gradient(linear, center top, center bottom, from(#333333), to(#333333));
	background-image: linear-gradient(#333333, #333333);
	border-radius: 6px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
	padding: 0 0;
	position: relative;
	height:40px;
}

.menu li {
	float: left;
	position: relative;
}

.menu li a {
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 12px;
	margin: 8px 8px;
	vertical-align: middle;
	text-decoration: none;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: 5px;
	opacity: 1;
}

/* Persistant Hover State */
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
	background-image: linear-gradient(#ccc, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}

.modalPopup
{
	text-align: center;
	padding-top: 30px;
	border-width: 0px;

	width: 300px;
	height: 125px;
}

.blink
{
	text-decoration:blink	
}

.captchastyle
{
	background-image: url('../images/captchabg.gif')
}
 #div
        {
             -moz-border-radius: 10px;
             -webkit-border-radius: 10px;
            -khtml-border-radius: 10px;
            /*border-radius: 5px;*/
             border: solid 1px #000;
             padding: 2px;
             background-color: White;
             font-size: 12px;
             font-weight: 700;
             margin: 2px;
        }
        fieldset {
            /*font: 1em Verdana, Geneva, sans-serif;*/
            text-transform: none;
            color: #00F;
            background: #CCF;
            border: solid solid #333;
           }
   legend {
          padding: 0.2em 0.5em;
          border:1px solid green;
          color:green;
          /*font-size:90%;*/
          text-align:left ;
  }
    .myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:5px;
	border:1px solid #057fd0;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.myButton:active {
	position:relative;
	top:1px;
}

       


/* This button was generated using CSSButtonGenerator.com */
