/* Stylesheet / CSS */
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
/* CSS Reset - Do not edit this line */ 
html {margin:0;padding:0;border:0;}body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}body {line-height:1.5;background:white;}table {border-collapse:separate;border-spacing:0;}caption, th, td {text-align:left;font-weight:normal;float:none !important;}table, th, td {vertical-align:middle;}blockquote:before, blockquote:after, q:before, q:after {content:'';}blockquote, q {quotes:"" "";}a img {border:none;}:focus {outline:0;}


/* General Styles
----------------------------------------------------------------------------------------------------*/
html {
	min-height: 100%;
}

body {
	height: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 20px;
	min-width: 998px;
	background:url(../images/BG.png) repeat;
}
#wrapper {	
	padding: 70px 0 0 0px;
	height: 100%;
}
#wrapper {
	width: 350px;
	margin:auto;
	position: relative;
}

#wrappertop {
	background:url(../images/wrapper_top.png) no-repeat;
	height:22px;
}

#wrappermiddle {
	background:url(../images/wrapper_middle.png) repeat-y;
	height:240px;
}

#wrapperbottom {
	background:url(../images/wrapper_bottom.png) no-repeat;
	height:22px;
}

#wrapper h2 {
	margin-left:20px;
	font-size:20px;
	font-weight:bold;
	font-family:Myriad Pro;
	text-transform:uppercase;
	position:absolute;
	text-shadow: #fff 2px 2px 2px;
}

#username_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:40px;
}

#username_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#username_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#username_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url{
	display:block;
	width:276px;
	height:45px;
	background:transparent;
	border:0;
	color:#bdbdbd;
	font-family:helvetica, sans-serif;
	font-size:14px;
	padding-left:20px;
}

#url_user {
	position:absolute;
	display:block;
	margin-top:-28px;
	float:left;
	padding-right:10px;
}

#password_input {
	margin-left:25px;
	position:absolute;
	width:300;
	height:50px;
	margin-top:100px;
}

#password_inputleft {
	float:left;
	background:url(../images/input_left.png) no-repeat;
	width:12px;
	height:50px;
}

#password_inputmiddle {
	float:left;
	background:url(../images/input_middle.png) repeat-x;
	width:276px;
	height:50px;
}

#password_inputright {
	float:left;
	background:url(../images/input_right.png) no-repeat;
	width:12px;
	height:50px;
}

#url_password {
	display:block;
	position:absolute;
	margin-top:-32px;
	float:left;
	margin-left:4px;
}

#submit{
	float:left;
	position:relative;
	padding:0;
	margin-top:160px;
	margin-left:25px;
	width:300px;
	height:40px;
	border:0;
}

#submit1 {
	position:absolute;
	z-index: 10;
	border:0;
}

#submit2 {
	position:absolute;
	margin-top:0px;
	border:0;
}

#links_left{
	float:left;
	position:relative;
	padding-top:5px;
	margin-left:25px;
}

#links_left a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_left a:hover{
	color:#292929;
}

#links_right{
	float:right;
	position:relative;
	padding-top:5px;
	margin-right:25px;
}

#links_right a{
	color:#bbb;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#links_right a:hover{
	color:#292929;
}

#powered{
	float:right;
	position:relative;
	padding-top:3px;
	margin-right:5px;
	font-size:11px;
}

#powered a{
	color:#aaa;
	font-size:11px;
	text-decoration:none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

#powered a:hover{
	color:#292929;
}
.main
{
	width:960px;
	margin:auto;
	  margin-top:20px;
}
.logo
{
	background:url(../images/logo.png) no-repeat;
	height:80px;
	  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
	  font-family: 'Slabo 27px', serif;
	  font-size:26px;
	  color:#000;
	  text-transform:uppercase;
	  padding:20px;
	  padding-left:100px;
	  width:695px;
	  margin:auto;
}
.sub-text
{
    color: #7A140C;
  font-size: 26px;
  margin: auto;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: 'Dancing Script', cursive;
}
.sub-main
{
	border:1px solid #ccc;
	width:960px;
	margin:auto;
	   padding: 10px;
	  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
    height: 100%;
	display:block;
}
.wrapper {
  background: #ffffff;
  border: 1px solid #bfbfbf;
    padding: 10px;
	max-height:100%;
	display:block;
}
.login
{
	background:url(../images/BG.png) repeat;
	border-radius:5px;
	  display: block;
  overflow: hidden;
}
.login-frm
{
	padding: 20px;
	float:right;
}
.login input[type=text], .login input[type=password]
{
	padding:10px;
	margin-right:10px;
	background: white; 
    border: 1px solid #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #DDD inset; 
    color: #666; 
    outline: none; 
}
.login input[type=text]:hover, .login input[type=password]:hover
{
	border:1px solid  #6C6C6C;
}
.btn {
  background: #050505;
  background-image: -webkit-linear-gradient(top, #050505, #444647);
  background-image: -moz-linear-gradient(top, #050505, #444647);
  background-image: -ms-linear-gradient(top, #050505, #444647);
  background-image: -o-linear-gradient(top, #050505, #444647);
  background-image: linear-gradient(to bottom, #050505, #444647);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
   border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  border: 0px;
  font-weight: bold;
  cursor:pointer;
}

.btn:hover {
  background: #050505;
  background-image: -webkit-linear-gradient(top, #444647, #050505);
  background-image: -moz-linear-gradient(top, #444647, #050505);
  background-image: -ms-linear-gradient(top, #444647, #050505);
  background-image: -o-linear-gradient(top, #444647, #050505);
  background-image: linear-gradient(to bottom, #444647, #050505);
  text-decoration: none;
  cursor:pointer;
}
.error-msg
{
  color: #FF0000;
  font-size: 13px;
  position: absolute;
  margin-top: 36px;
  margin-left: 3px;
  font-weight: bold;
}
.dwn-box
{
	width:100%;
	  padding: 20px;
	
}
ul
{
	padding:0px;
	margin:0px;
}
ul li
{
	list-style:none;
}
.content
{
	  margin: 0px;
	  width: 917px;
	  height: 100%;
	  display: block;
	  background: url(../images/BG.png) repeat;
	  margin-top: 10px;
	  padding: 10px;
	  border-radius: 5px;
	    overflow: hidden;
}
#matter_div ul
{
    background: -moz-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
  width: 100%;
  height: 10%;
    border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
#matter_div ul li a
{
color:#fff;
font-size:13px;
font-weight: bold;
  text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}
#matter_div ul li
{
	padding:8px 10px;
	float:left;
	border-bottom:2px solid #350805;
  background: -moz-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background:linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
   border-right: 1px solid rgba(105, 10, 3, 1);
  border-left: 1px solid rgba(0, 0, 0, 1);
}
#matter_div ul li:last-child
{
	border-right:0px;
}
#matter_div ul li:hover
{
  	background: -moz-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143,2,34,1)), color-stop(44%, rgba(109,0,25,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: linear-gradient(to bottom, rgba(76, 1, 18, 1) 0%, rgba(52, 15, 24, 1) 44%, rgba(92, 2, 23, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
border-right: 1px solid #600C06;
}
#matter_div
{
  width: 600px;
  background: #fff;
  border-radius: 5px;
  float: left;
  margin-right:10px;
}
.tabcontents img
{
	width:25%;
	padding:5px;
	border:1px solid #e2e2e2;
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
}
.right-div
{
  float: right;
  background: #fff;
  width: 304px;
  border-radius: 5px;
  text-align: center;
/*  padding: 10px;
*/}
.right-div h2
{
  border-bottom: 2px solid #7A140C;
  background: -moz-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background:linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    color: #fff;
  font-size: 15px;
  border-radius: 5px 5px 0px 0px;
  padding: 7px 0px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  
}
.right-div li
{
    list-style: none;
  font-size: 12px;
  color: #000;
  text-align: left;
  background: url(../images/arrow.jpg) no-repeat top 4px left;
  padding-left: 12px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #e2e2e2;
    height: 100%;
  overflow: hidden;
  
}
.right-div li a em
{
	float:right;
	font-style:italic;
	  color:#BF0505;
  font-size: 12px;
}
.right-div li span
{
	color:#990000;
	padding-right:5px;
	font-weight:bold;
}
.right-div ul
{
	padding: 10px;
}
.tabcontents
{
	  padding: 10px 20px;
	    font-size: 13px;
		text-align:justify;
		/*height: 771px;*/
}
.nehru
{
    float: left;
  height: 100%;
  overflow: hidden;
  font-size: 13px;
  width: 403px;
  padding-top: 0px;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
    color: #7A140C;
	  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
}
.nehru img
{
	margin-right:10px;
	float:left;
}
.footer
{
	text-align:center;
	padding:20px;
	font-weight:bold;
	  text-shadow: 1px 1px 1px #8F8F8F;
	    color: #7A140C;
		  font-family: 'Open Sans', sans-serif;
		    font-size: 11px;
}
.right-div ul li a.latest
{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding:0px 5px;
	float:right;
}
.right-div ul li a
{
	text-decoration:none;
	color:#000;
	  word-wrap: break-word;
}
.right-div ul li a:hover
{
	color:#999999;
}

.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

 font-weight:bold;
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }
 
 .menu
 {
 	width:280px;
	float:left;
	background:#350805;
	   border-bottom:2px solid #350805;
  background: -moz-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background:linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
    border-radius: 5px;
  padding: 3px 0px;
  margin-right:10px;
 }
 .menu ul li
 {
	list-style:none;
	display:block;
	  border-bottom:2px solid #350805;
  background: -moz-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top,  rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background:linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
   padding: 10px 15px;
     color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 13px;
  font-weight: bold;
    
 }
  .menu ul li:hover
  {
  	background: -moz-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143,2,34,1)), color-stop(44%, rgba(109,0,25,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(top, rgba(143,2,34,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(109,0,25,1) 44%, rgba(169,3,41,1) 100%);
background: linear-gradient(to bottom, rgba(76, 1, 18, 1) 0%, rgba(52, 15, 24, 1) 44%, rgba(92, 2, 23, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
  }
 .menu ul li a
 {
 	color:#fff;
	 text-shadow: 1px 1px 1px #000;
	   font-size: 13px;
  text-decoration: none;
  font-weight: bold;
    width: 100%;
  display: block;
 }
  .menu ul
  {
  	width:100%;
  }
  .right-area
  {
  	  background: #fff;
  width: 581px;
  padding: 20px;
  FLOAT: right;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
    min-height: 847px;
  max-height: 100%;
  }
  .down-arw
  {
  	background:url(../images/down.gif) right no-repeat;
  }
  .sub-menu li
  {
  	background:none !important;
	border:0px !important;
	padding:5px !important;
  	
  }
  .sub-menu
  {
  	padding-left:25px;
	  width: 94% !important;
  }
  .menu ul li a:hover
  {
  	opacity:0.8;
  }
  .right-area h2.welcome
  {
  	font-size:20px;
	color:#7A140C;
	text-align:center;
	margin:10px 0px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
  }
  
  .list span
  {
  	color:#7A140C;
	font-weight:bold;
  }
  .list
  {
  	padding:10px 0px;
	font-size:14px;
  }
  .list a
  {
  	text-decoration:none;
	color:#333333;
  }
  .list a:hover
  {
  	color:#7A140C;
  }
  .comm a
  {
  	color:#333333;
	text-decoration:none;
	font-size:14px;

  }
  .comm a:hover
  {
  	color:#7A140C;
  }
  .comm a span
  {
  	color:#7A140C;
	font-weight:bold;
	padding-right:5px;
  }

.archive-pages ul{
  float:left;
  margin:0px;
  padding:10px;
  list-style:none;
}
.archive-pages li{
  border:1px solid silver;
  float:left;
  font-weight:700;
  margin:0 2px;
  text-align:center;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;  
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(214,214,214,1) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(214,214,214,1))); 
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%); 
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%); 
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%); 
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(214,214,214,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d6d6d6',GradientType=0 );
      padding: 1px 7px;
}
.archive-pages .first a,
.archive-pages .previous a,
.archive-pages .next a,
.archive-pages .last a{
  overflow:hidden;
  white-space:nowrap;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: width,text-indent,letter-spacing;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -moz-transition-property: width,text-indent,letter-spacing;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -o-transition-property: width,text-indent,letter-spacing;
  -o-transition-timing-function: ease;
}
.archive-pages a{
  text-decoration:none; 
  font-size:11px;
}
.archive-pages .next a:after,
.archive-pages .last a:after{
  content:" \BB";
}
.archive-pages .first a:before,
.archive-pages .previous a:before{
  content:'\AB '
}
.archive-pages .first a:hover,
.archive-pages .previous a:hover,
.archive-pages .next a:hover,
.archive-pages .last a:hover{
  width: 100px;
  text-indent:0;
  letter-spacing:0px;
}
.archive-pages .first a{
  text-indent:+6px;
  letter-spacing:10px;
}
.archive-pages .previous a{
  text-indent:+7px;
  letter-spacing:10px;
}
.archive-pages .next a{
  text-indent:-159px;
  letter-spacing:10px;
}
.archive-pages .last a{
    text-indent:-154px;
  letter-spacing:10px;
}

.archive-pages li.selected{
  background: -moz-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
   padding: 2px 7px;
   color:#fff ;
}
.contact
{
	  padding: 0px !important;
  padding-right: 15px !important;
}
.contact h3
{
	  color: #7A140C;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding-top: 7px;
  font-weight: bold;
  padding-bottom: 5px;
    text-decoration: underline;
}
.contact span
{
	color: #7A140C;
	font-weight:bold;
	padding-right:6px;
}

.contact div
{
	font-size:12px;
	color:#000000;
	
}
.marguee
{
    background: url(../images/right-arrow.png) no-repeat left;
  padding: 0px 5px;
  display: block;
  overflow: hidden;
  clear: both;
  padding-left: 25px;
  color: #B22E25;
  text-transform: capitalize;
  line-height: 20px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: bold;
}
.change-pass
{
	margin:auto;
	  box-shadow: 1px 1px 0px #000;
	    border: 1px solid #bfbfbf;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 154px;
    background: -moz-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92, 2, 23, 1)), color-stop(44%, rgba(76, 1, 18, 1)), color-stop(100%, rgba(52, 15, 24, 1)));
  background: -webkit-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -o-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: -ms-linear-gradient(top, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%);
  background: linear-gradient(to bottom, rgba(92, 2, 23, 1) 0%, rgba(76, 1, 18, 1) 44%, rgba(52, 15, 24, 1) 100%)
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
}
.change-pass td
{
	text-align: center;
	padding:5px;
}
.change-pass td input
{
	  border: 1px solid #BAB2B2;
	  border-radius: 5px;
	  padding: 7px 10px;
}
.change-pass td input[type=submit]
{
	border:0px;
	  font-size: 13px;
	  
}
.change-pass td input:hover
{
	border:1px solid #bfbfbf;
	box-shadow : inset 0 0 0.5em yellow; 
	
}
.marguee ul li
{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	padding-right:10px;
	
}
#view6 table
{
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
#view6 table td
{
	vertical-align:top;
	text-align:justify;
	border-top:1px solid #e2e2e2;
	padding:15px 0px;
	color:#000000;
	font-size:13px;
}
#view6 table td h2, #view6 h2, .tabcontents h2
{
font-size:15px;
  color: #7A140C;
  font-weight:bold;
}
#view6 h2
{
	margin-bottom:10px;
}
#view6 .bottom-txt
{
  color: #000000;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: verdana;
  font-size: 11px;
}
.tabcontents .bottom-txt
{
	  color: #000000;
  /* margin-top: -10px; */
  margin-bottom: 10px;
  font-size: 12px;
}
#view6  b
{
	color:#000000;
	
}
.add-comm
{
  /* width: 226px; */
  /* border: 1px solid #e2e2e2; */
  /* float: right; */
/*  padding: 10px;
  border-radius: 5px;
*/  /* box-shadow: 2px 2px 2px #ccc; */
  line-height: 24px;
}
.comm .fa-hand-o-right
{
	font-size:18px;
}
.comm h3
{
	border-bottom:1px solid #e2e2e2;
	font-size:20px;
	color:#7A140C;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}
.dwint li
{
	line-height: 30px;
  font-size: 14px;
  color: #000;
}
.dwint li .fa-hand-o-right
{
	font-size:18px;
}
.comm 
{
	line-height:25px;
	color: #000;
		font-size:14px;

}
.comm p .note
{
	font-size:16px;
	padding-right:15px;
	color:#7A140C;
	font-weight:bold;
	
}
.comm p
{
	margin-bottom:15px;
}
.date
{
	padding:0px 10px;
	color:#7A140C;
	font-weight:bold;
	font-size:15px;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	color:red;
	font-weight:bold;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.c-profiles {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
}	

.c-profiles th {
	background: url(images/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff !important;
  	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}
.c-profiles th a
{
	color:#fff;
}

.c-profiles th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.c-profiles th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

.c-profiles th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.c-profiles td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
	word-break: break-all;
}

.c-profiles td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.c-profiles td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.c-profilestr {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

.c-profiles tr:nth-child(odd) td {
	background: #f1f1f1 url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

.c-profiles tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.c-profiles tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.c-profiles tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

/*.c-profiles tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}*/

.c-profiles tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
.list-order li
{
	margin-bottom:10px;
}
.list-order span
{
	  color: #7A140C;
  font-weight: bold;
  padding-right: 5px;
  font-size: 12px;
}
.spec-case
{
	
  background: #ecf2f5;
  width: 96%;
  /* height: 23px; */
  margin-top: 20px;
  box-shadow: inset 0 1px 1px #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px 11px;
}
.spec-case h3
{
	  border-bottom: 0px !important;
  font-size: 14px;
  color: #7A140C;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  text-align: left !important;
  PADDING: 0PX;
  MARGIN: 0PX;
  FONT-WEIGHT: BOLD;
  PADDING-RIGHT: 7PX;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
 
}
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.col-profile td
{
	  padding-right: 10px;
	  /* border: 1px solid #e2e2e2; */
	  padding: 5px;
}
.col-profile input[type=text]
{
	border-radius:3px;
	border:1px solid #e2e2e2;
	padding:5px;
}
.col-profile input[type=text]:hover
{
	box-shadow:2px 2px 2px #e2e2e2;
}
input[name=delete]
{
	background:url(../images/delete.png) no-repeat center;
	width:24px;
	height:24px;
	border:0px;
	cursor:pointer;
}
.c-profiles input
{
	border:1px solid #e2e2e2;
	border-radius:5px;
	padding:5px 10px;
}
.sub-menu font
{
	font-size: 13px !important;
  color: rgb(250, 162, 0) !important;
}

.vinod{
font-size:16px;
color:Brown;
!font-style: italic;
font-family: Helvetica;
text-align: left;
text-decoration:underline;
font-weight:bold;
}

