/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

body {
	/*line-height:1;*/
	color:black;
	
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	color:#333;
	
}

a, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
    margin:100px auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.main_cntrl{
	width: 100%;
	height: 600px;
	background: url(images/main_bg1.jpg) no-repeat;
	}
.test_box{
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom:7px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	height: auto;
	border-radius:8px;
	border:1px #CCCCCC solid;background: #fcfff4; /* Old browsers */
background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */

.search_area{
	width:290px;
	height:29px;
	float:left;
    }
.bdr_srh{
	border-radius:5px;}
.search_bttn{
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 26px;
    margin-left: 19px;
    margin-top: 2px;
    top: 5px;
    width: 26px;
    }
.sign_in_bttn{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 35px;
	}
	.sign_in_bttn1{
	float: left;
    height: 32px;
    margin-left: 5px;
    width: 32px;
	}
img[title]:hover:after{
	content:attr(title);
	color:#FFF;
	font-size:12px;
	background-color:#900;
    }
.tov_nav_bg{
	width: 100%;
	height: 120px;
	background:url(images/top_nav_bg.GIF) repeat-x;
	}

a{
    background-color: orange;
    border-radius: 5%;
    color: white;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 1.2em;
    padding: 5px;
}

 .edt
    {
       background: url(../Content/images/edit.png) no-repeat top left;
       display: block;
       width: 150px;
       height: 150px;
       text-indent: -9999px; /* hides the link text */
       text-align:center;
     }
  .del
     {
       background: url(../Content/images/delete.png) no-repeat top left;
       display: block;
       width: 150px;
       height: 150px;
       text-indent: -9999px;
     }
  .navlist li
     {
       display: inline;
       list-style-type: none;
       padding-right: 20px;
     }





