/* 
    Document   : style.css
    Created on : Sep 4, 2014, 2:48:52 PM
    Author     : Rafiqur Rahman
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
@font-face { 
    font-family: 14px/18px Arial, Helvetica, sans-serif;
} 
body{
    width: 780px;
   
    background-image: url("../images/body-bg.png");
    margin: 0px auto;
}

h1, h2, h3 {
    margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
}

#header{
    width: 100%;
    background-image: url("../images/body-bg.png");
    min-height:168px;
    /*border-bottom: 4px solid #2BB1E0;*/
    -moz-box-shadow: rgba(0, 0, 0, 0.5)  3px 3px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px;
}

#logo {
    width: 100%;
    float: left;
    height: 150px;
    margin-top: 5%;
    background-image: url(../images/NBIU_logo.png);
	background-repeat: no-repeat;
    margin-left: 1%;
 
}

#logo a {
    border: none;
    text-decoration: none;
    color: #FFFFFF;
}
#logo. h1 {
  position: relative;
}

.clear {
    clear:both
}

#headerMenu ul{
    clear:both;
    width:100%;
    list-style:none;
    float: left;
    list-style: none;
    margin-top:.2em;
    background: #2BB1E0;
   /* border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border: 5px 5px 5px 5px;*/	
}

a {
    color:#369;
    text-decoration:none;
}
a:hover {
    color: #00FFFF;
  
}


#menu{	
    margin: 0;
    padding: 0;
    z-index: 30
}

#menu li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#menu li a{	
    display: block;
    margin: 0 1px 0 0;
    padding: 3px 7px;
    color:whitesmoke;
    font-weight: bold;
    text-decoration:none;
    padding:8px 10px;
    /*background-color: #14620b;*/
    text-align: center;
}

#menu li a:hover{	 
    color: #00FFFF;
    background:#369;
}

#menu div{	
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    color:red;
    background-color:#2BB1E0;
    border: 1px solid #5970B2
}

#menu div a{	
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color:whitesmoke;
    background-color:#2BB1E0;
}

#menu div a:hover{	
    color: #00FFFF;
    background:#369;
}

#container{
    width:100%;
    
}



#content{
    width: 732px;
    min-height:400px;
     background-image: url("../images/body-bg.png");
    /*background: #262262;*/
    padding: 1em 1em 1em 2em;
    color: #262262;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px; 
    -moz-box-shadow: rgba(0, 0, 0, 0.5)  3px 3px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px;
}
#content p{

   text-align: justify;
    margin-top: 3px;
    margin-right: 16px;
    margin-bottom: 3px;
    margin-left: 16px;
}
#content p, a{

    text-decoration:none;
}

#footer{
    
  
    color:white;
    text-align:center;
    margin-top: 10px;
    padding-top: 1px;
    background: #2BB1E0; 
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border: 7px 7px 0px 0px; 
    -moz-box-shadow: rgba(0, 0, 0, 0.5)  0px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;		
}

#footer a{
 
    text-decoration: none;
    color: #FFFFFF;
    
}

#footer a:hover {
    color: #00FFFF;
  
}


.footerLink{
    padding-top:3px;
    font-weight: bold;
}

.footerText{
    font-size: 0.9em;
    font-weight: normal;
}

.footerText a {
    color: #00FFFF;

}


table { 
  margin: 1em 0 3em 0;
  line-height:1.5em;
  text-align: justify;
}


table tr th, table tr td { 
  background: #2BB1E0; 
  color: #FFF;
  padding: 0.75em 0.5em;
  text-align: left;
}
 
table tr td { 
  background: #FFF;
  color: #47433F;
  border-top: 1px solid #EEE;
}

.firstTd{
width:20%;
}


input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}




.button {
margin-left: 400px;
	-moz-box-shadow:inset 0px -25px 0px -50px #bbdaf7;
	-webkit-box-shadow:inset 0px -25px 0px -50px #bbdaf7;
	box-shadow:inset 0px -25px 0px -50px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:79px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}

}.button:active {
	position:relative;
	top:1px;
}


