@charset "utf-8";
/* --------------------------------------------------------------
-----------------------------------------------------------------

	DEFINITIONS:Madhusudan Public School | Chakradharpur | W. Singhbhum | Jharkhand | Insia | 833102
	AUTHOR:      a2z web creator

	CONTENTS:
	0. FONT-FACE
	1. RESET
	2. DEFAULT ELEMENT STYLES
		2.1 BODY
		2.2 LINK STYLES
		2.3 HEADINGS
		2.4	OTHER ELEMENTS
	3. BASE
		3.1 HEADER STYLES
		3.1.1	Top Nav Styles
		3.1.2	Searchform Styles
		3.2 BLADES
		3.2.1	Blades General
		3.2.2	About Blade
		3.2.3	Feature Apps blade
		3.2.4	Download top blade
		3.2.5	Download Form
		3.2.6	Download Instructions
		3.3 FOOTER
		3.3.1	Footer Navigation Colors
		3.3.2	Footer Navigation
		3.3.3	Footer Extended
		3.4 PAGES
		3.4.1	Application Detail
		3.4.2	Download Page
		3.4.3	Homepage
		3.4.4	Application List
		3.4.5	Error Page
	4. EXTRAS
		4.1 TRANSITIONS
		4.2 BUTTON STYLES
		4.3 BROWSER SPECIFIC
		4.4 CAROUSEL Section styles
		4.4.1	HOMEPAGE APPS CAROUSEL
		4.4.2	Mini Carousel
		4.4.3	Application Thumbnail carousel
		4.5	Email Popup (tell a friend)

-------------------------------------------------------------- */
/* 1. RESET
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
  display:block;
}
ul{
  list-style:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
input{
	border: 1px solid #D4D7D9;
	-webkit-box-shadow: inset 0px 0px 2px 0px #ccc;
	-moz-box-shadow: inset 0px 0px 2px 0px #ccc;
	box-shadow: inset 0px 0px 2px 0px #ccc;
}

/* 2.1 BODY DEFAULTS
--------------------------------------------------------- */
html{
	margin-bottom: 1px;
	min-height: 100%;
	background: #000 url(../images/bg_2014.png) repeat;
}
body {
	color:#000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	background: #000 url(../images/bg_2014.png) repeat;/* Old browsers */
	margin:0;
	
}
html>body {
	font-size: 10px;
}
p, blockquote, footer, a.blue-btn {
	font-size: 1.2em;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

p, li
{
	color:#576675;
}

/* 2.2 LINK STYLES
--------------------------------------------------------- */
a{
	color: #000;
	text-decoration: none;
}
a:hover {text-decoration:underline;}
a:visited {color:#000; }
a:active,a:focus{
	color:#333;
}

/* 2.3 HEADINGS
--------------------------------------------------------- */
h1, h2, h3 {
	font-family: Arial, sans-serif;
	color: #000;
}
h1{
	font-size: 3.6em;
	word-spacing: -1px;
}
.ie7 h1 {
	font-weight: normal;
}
.ie7 h1.footer
{

}
.ie7 .footerfix{
	position: relative;
	margin: 1px;
	zoom: 1;
}
h2{
	font-family: Arial, sans-serif;
	font-size: 2em;
	line-height: 1.3;
	word-spacing: -1px;
	margin: 1.5833em 0 1.3em;
	font-weight: bold;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
	color: #000;
}
h4 {
	font-size: 1.125em;
	line-height: 1.3333em;
	color:#617a93;
}
h5, dt {
	font-weight: bold;
}
h4, h5, h6, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	text-align: left;
}

/* 2.4 OTHER ELEMENTS
--------------------------------------------------------- */
hr, .hide {
	display: none;
}
a img{
	border: none;
}
li p {
	margin: 0;
}
li p + p {
	margin-top: 1.5em;
}
li ul, li ol, li dl, dd ol, dd ul, dd dl {
	margin: 0 0 0 1.5em;
}
strong, b, figcaption em, figcaption i, caption em, caption i {
	font-weight: bold;
}
em, i, cite {
	font-style: italic;
}
small, .small {
	font-size: .875em;
}
sup, sub {
	line-height: 2em;
	font-size: .3em;
}
sup {
	font-size: 0.4em;
	vertical-align: text-top;
	top:0.3em;
}
p sup, h2 sup {
	font-size: 0.7em;
}
p sub, p sup, h2 sub, h2 sup {
	line-height: 1em;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
address + p {
	margin-top: 0;
}

/* figure */
figure {
	position: relative;
}
figure img, figure iframe {
	margin: .75em auto;
}
figure blockquote {
	margin: 1.5em 0px .75em -1.5em;
}
figure ul, figure ol {
	margin: .75em 0 .75em 2em;
}
figure .semantic-list {
	margin-left: 0;
}
figure li ul, figure li ol {
	margin: 0 0 0 1.5em;
}
figure p, figure pre {
	margin-top: .75em;
	margin-bottom: .75em;
}
figure p+p {
	margin-top: 1.5em;
}
figcaption {
	clear: left;
	margin: .75em 0;
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}
.clearfix {
	clear: both;
}

//////////////////////////////////////////////////

table {
  background-color: #FFF;

}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background:#f9f9f9;
  font:normal 12px 'Arial', Helvetica, sans-serif;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: center;
  border-top: 1px solid #ddd;
  background:#232323;
  color:#FFF;
  font:bold 14px 'Arial', Helvetica, sans-serif;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: center;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}