﻿.maindiv1{
  background: url(../Images/tail-middle.jpg) repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.maindiv
{
    width:100%;
    margin:0 auto;
    /*background-image:url(../Images/tail-middle.jpg);*/
    background-position:center;
    background-repeat:repeat-y;
    min-height:100%;
    align-items:center;
    align-content:center;
    height: 100%;
    left: 0;
    top: 0;

}
.header {
    width:1000px;
    margin:0 auto;
    background-position:center;
    align-items:center;
    align-content:center;
}
.contentdiv_Full
{
    width:100%;
    margin:0 auto;
    background-position:center;
    align-items:center;
    align-content:center;
}
.content_div 
{
    margin:0 auto;
    /*min-height:100px;*/
    padding-top:2px;
    padding-bottom:40px;
    padding-left:10px;
    padding-right:10px;
}
.AdminMeenuDiv
{
    margin:0 auto;
    width:20%;
    padding:10px;
    float:left;
}
.btnclass {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #747373) );
	background:-moz-linear-gradient( center top, #ededed 5%, #747373 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#060606;
	font-family: Afta sans;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	/* text-shadow:1px 1px 0px #ffffff; */
}
.btnclass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #090909) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #090909 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#090909');
	background-color:#090909;
    color:#fbf7f7;
}.btnclass:active {
	position:relative;
	top:1px;
}
 .FormatableText
{
    font-family: 'Arial';
    font-size:11pt;
}
  .FormatableText_notice
{
    font-family: 'Afta sans';
    font-size:10pt;
    font-weight:lighter;
}
   .FormatableText_Heading
{
    font-family: 'Afta sans';
    font-size:11pt;
}
.FormatableTextLarge
{
    font-family: 'Afta sans';
    font-size:12pt;
}
.forgetcss
{
    color:Red;
    font-family: 'Afta sans';
    font-size:10pt;
}
.hypSelectedmenu
  {
    color:#8fde62;
  }
.lable_msg {
    font-family:'Comic Sans MS';
    font-size:11pt;
    font-weight:bold;
    color:#820419;
}
.footer_div 
{
    width:100%;
    /*height:30px;*/
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    margin:0 auto;
    text-align:center;
    /*padding-top:15px;*/
    font-family:'Afta sans';
    color:black;
    vertical-align:text-bottom;
    /*background-color:gray;*/
}

.img 
{
    -webkit-box-shadow: 7px 7px 5px #7C7C7C;
    box-shadow: 7px 7px 5px #7C7C7C;
}