@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:#CCC;
}
* {
	margin:0px;
	padding:0px;
}
.container {
	margin:0px auto;
	padding:0px;
	width:1138px;
	max-height:auto;
	background-color:#FFF;
}
.header {
	margin:0px auto;
	padding:0px;
	width:1138px;
	height:124px;
	background-image:url(images/headerbg_01.png);
	background-repeat:no-repeat;
	/*background-image:url(images/headerimage.png);
	background-repeat:no-repeat;*/
	border-bottom:1px solid #eebc04;
}
.header p {
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	margin:-45px 0 0 -703px;
	padding:0px;
	color:#f7c80f;
}
.homeicon {
	float: right;
	left: -70px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 35px;
}
.logindiv {
	width:270px;
	height:100px;
	margin:0px 152px 0 0;
	padding:0px;
	float:right;
}
.gobutton {
	height: 128px;
	margin: -65px 0 0 1050px;
	padding: 0;
	width: 128px;
	position:relative;
}
.indexgobutton {
	margin:30px -115px 0 0px;
	padding: 0;
	float:right;
	position: relative;
}
.log {
	margin: 155px 0 0 -50px;
	padding:0px;
	height:32px;
	bottom: 40px;
	position: relative;
	border-radius:5px;
	width: 73px;
	color:#000000;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	top: -150px;
	width:103px;
	background: rgb(252,227,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(252,227,0) 0%, rgb(241,218,54) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(252,227,0)), color-stop(100%, rgb(241,218,54))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(252,227,0) 0%, rgb(241,218,54) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(252,227,0) 0%, rgb(241,218,54) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(252,227,0) 0%, rgb(241,218,54) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(252,227,0) 0%, rgb(241,218,54) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce300', endColorstr='#f1da36', GradientType=0 ); /* IE6-9 */
}
.log:hover {
	border-radius:5px;
	background: rgb(248,181,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(248,181,0) 1%, rgb(251,223,147) 42%, rgb(249,220,144) 56%, rgb(249,191,44) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(248,181,0)), color-stop(42%, rgb(251,223,147)), color-stop(56%, rgb(249,220,144)), color-stop(99%, rgb(249,191,44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(248,181,0) 1%, rgb(251,223,147) 42%, rgb(249,220,144) 56%, rgb(249,191,44) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(248,181,0) 1%, rgb(251,223,147) 42%, rgb(249,220,144) 56%, rgb(249,191,44) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(248,181,0) 1%, rgb(251,223,147) 42%, rgb(249,220,144) 56%, rgb(249,191,44) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(248,181,0) 1%, rgb(251,223,147) 42%, rgb(249,220,144) 56%, rgb(249,191,44) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#f9bf2c', GradientType=0 ); /* IE6-9 */
}
.reg {
	margin: 155px 0 0 165px;
	padding:0px;
	width:103px;
	height:32px;
	bottom: 40px;
	position: relative;
	border-radius:5px;
	width: 73px;
	color:#e6ca92;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	position:relative;
	top:-340px;
}
.reg:hover {
	background-color:#2b2b2a;
	border-radius:5px;
}
.logindiv li {
	float:left;
	margin:0px;
	padding:0px;
}
.logosmall {
	width:100px;
	height:124px;
	margin:0px;
	padding:0px;
	position:relative;
	right:-5px;
	top:-27px;
	float:left;
}
.banner {
	width:1138px;
	height:314px;
	margin:0px;
	padding:0px;/*background-image:url(images/bannerbg.png);
	background-repeat:repeat-x;*/
}
.content {
	width:1138px;
	max-height:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	font-family:"Comic Sans MS", cursive;
}
.logo {
	width:160px;
	height:197px;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	left:247px;
	top:20px;
	background-image:url(images/logo2.png);
	background-repeat:no-repeat;
}
.storkads {
	width:357px;
	height:87px;
	margin: 98px 0 0 182px;
	padding:0px;
	float:left;
	background-image:url(images/storkadimg.png);
	background-repeat:no-repeat;
}
.inputdiv {
	width:605px;
	height:42px;
	margin:0px;
	padding:0px;
	float:left;
}
.textreg {
	border:#CCC 1px solid;
	background-color:#FFF;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	padding:0px 25px 0px 15px;
	font-size:18px;
	width:470px;
	height:42px;
	left:0px;
	margin: -14px 0 0 145px;
	position: relative;
}
.btnstyle {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	float:left;
	cursor:pointer;
	outline:none;
	border:none;
	display:block;
	margin:18px 0 0 35px;
	padding: 9px 12px 6px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 ); /* IE6-9 */
}
.btnstyle:hover {
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 ); /* IE6-9 */
}
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	width: 110px;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	/*font-weight:bold;*/
	 font-smooth:always;
	/*font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
    color: #fff;
	background: #000000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	border-radius: 0 25px 25px 0;
	height: 44px;
	left: 147px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	top: -44px;
}
.form-wrapper button:hover {
	background:#ad8c0c;
}
.form-wrapper button:active, .form-wrapper button:focus {
	background: #c42f2f;
	outline: 0;
}
.form-wrapper button:before { /* left arrow */
/* content: '';
    position: absolute;

    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;*/
}
.form-wrapper button:hover:before {
	border-right-color: #e54040;
}
.form-wrapper button:focus:before, .form-wrapper button:active:before {
	border-right-color: #c42f2f;
}
.fname {
	left:57px;
	margin: 0 85px 0 316px;
	padding: 0;
	position: relative;
	top: 71px;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	font-smooth:always;
}
.lname {
	padding: 0;
	position: relative;
	top: 71px;
	left: 84px;
	margin: 0 85px 0 -43px;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	font-smooth:always;
}
.sname {
	padding: 0;
	position: relative;
	top: 70px;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	font-smooth:always;
	left: 98px;
	margin: 0 85px 0 -35px;
	padding: 0;
	position: relative;
	top: 70px;
}
#code {
	border:#CCC 1px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	padding:0px 0 0 10px;
	font-size:12px;
	width:140px;
	position: relative;
	height: 28px;
	left:25px;
	margin: -14px 0 0 -32px;
	top: 69px;
}
#Reg {
	border:#CCC 1px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	padding:0px 0 0 10px;
	font-size:12px;
	width:140px;
	position: relative;
	padding:0px 0 0 10px;
	height: 28px;
	margin: -14px 0 0 -32px;
	top:70px;
	left: 48px;
}
#State {
	border:#CCC 1px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	font-size:12px;
	width:140px;
	position: relative;
	padding:0px 0 0 10px;
	height: 28px;
	left: 59px;
	margin: -14px 0 0 -32px;
	padding: 0 0 0 10px;
	position: relative;
	top: 70px;
}
.icondiv {
	/*width:906px;*/
	 width:1070px;
	height:340px;
	padding:0px;
	margin:0px auto;
	/*background:#F66;*/
	 position:relative;
}
.icondiv h1 {
	font-family:"Comic Sans MS", cursive;
	font-size:22px;
	color:#000000;
	border-bottom:1px solid #7f7f7f;
}
.catlookup {
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:20px 0px;
}
.catlookup1 {
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:20px 0px;
}
.searchicons {
	float: left;
	height: 40px;
	margin: -5px 0 0 340px;
	padding: 0;
	width: auto;
}
.searchicons ul {
	display: block;
	margin: 0;
	padding: 0;
}
.searchicons li {
	float: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	list-style-type: none;
	padding:0px 15px;
	background:url(images/li-style.png) no-repeat right;
}
.footer {
	width:1128px;
	height:35px;
	margin:0px;
	padding:0px;
	background-color:#1f1f1f;
	clear:both;
	position:relative;
	top:40px;
	line-height:35px;
	padding-right:10px;
}
.footer ul {
	margin-left:15px;
}
.footer li {
	margin:0px;
	line-height:28px;
	float:left;
	list-style:none;
	font-family: "Comic Sans MS", cursive;
	font-size:11px;
	color:#FFF;
	padding:0px 15px;
}
.footer li:after {
	content:"|";
	margin:0 0 0 5px;
	line-height:35px;
}
.footer a{
	color:#FFF;}
.footer p {
	font-family:"Comic Sans MS", cursive;
	font-size:11px;
	margin:0px;
	color:#FFF;
	float:right;
}
.morediv {
	padding:0px;
	float:right;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
	top:-32px;
}
.morediv a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-smooth:always;
}
.formdiv {
	margin: 0 auto -21px;
	padding: 0 0 120px;
	width:830px;
	height:auto;
	border-radius:5px;
	border: 1px solid #F6CD1A;
	position:relative;
	top:7px;
}
.fielddiv {
	width:790px;
	height:auto;
	margin: 0 0 0 10px;
	padding:0px;
	border:none;
}
.fielddiv h1 {
	font-family: "Comic Sans MS", cursive;
	font-size:25px;
	color: #facd16;
	margin:18px 0 25px -2px;
	border-bottom:1px solid #000;
	padding: 0 0 6px;
}
.fielddiv p {
	padding:0px;
	/*background:#F03;*/
	 height: 30px;
	margin: 0 0 8px;
	width: 100px;
	font-family: "Comic Sans MS", cursive;
	font-size:14px;
	color:#000;
}
.forminput {
	position: relative;
	top: -20px;
	margin: -5px 0 0 110px;
	padding: 0 1px 11px 0;
	position: relative;
	border:#CCC 1px solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	width:178px;
}
.formAddress {
	width:178px;
	position: relative;
	top: -20px;
	margin: -5px 0 0 110px;
	padding: 0 1px 11px 0;
	position: relative;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:#CCC 1px solid;
}
.submitcl {
	margin: 165px 0 0 143px;
	position: relative;
	width: 100px;
	padding:0px;
	height:32px;
	bottom: 40px;
	position: relative;
	border-radius:5px;
	color:#e6ca92;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	background-image:url(images/submit.png);
	background-repeat:no-repeat;
}
.submitcl:hover {
	border-radius:5px;
}
.menubar {
	width:1138px;
	height:40px;
	margin:0px;
	padding:0px;
	background:#C90;
}
.menubar ul {
	margin:0px;
	padding:0px;
	display:block;
}
.menubar li {
	margin: 9px 28px 0 14px;
	padding:0px;
	float:left;
	line-height:18px;
	list-style-type:none;
}
.addcatcontent {
	background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 52%, #F6F6F6 100%) repeat scroll 0 0 transparent;
	margin: 0 auto;
	padding: 160px 0 0;
}
.addcatwelc {
	border: 1px solid #dadad8;
	border-radius: 8px 8px 8px 8px;
	height: 500px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 550px;
	left: -134px;
	position: relative;
	top: -140px;
	width: 550px;
}
.addcatheading {
	border-bottom: 2px solid #eebc04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	height: 26px;
	margin: 24px 496px 2px 0;
	padding: 16px 0 8px;
	position: relative;
	text-align: center;
	width: 550px;
}
.addcatBDir {
	/* background: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%) repeat scroll 0 0 transparent;*/
background: rgb(255,214,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,214,94)), color-stop(100%, rgb(254,191,4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCCCCC;
	border-radius: 8px 8px 8px 8px;
	float: left;
	height: auto;
	margin: 31px -20px -15px 166px;
	padding: 14px 13px;
	width: 175px;
}
.addcathumbdiv {
	/*background: linear-gradient(to bottom, #FFFFFF 0%, #F6F6F6 47%, #EDEDED 100%) repeat scroll 0 0 transparent;*/
background: rgb(255,214,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,214,94)), color-stop(100%, rgb(254,191,4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0 ); /* IE6-9 */
	background:#C93;
	border: 1px solid #CCCCCC;
	border-radius: 8px 8px 8px 8px;
	float: left;
	height: auto;
	margin: 29px -20px -15px 49px;
	padding: 14px 13px;
	width: 175px;
}
.addcathumbdiv a {
	color: #000000;
	text-decoration: none;
}
.addcatBDir a {
	color: #000000;
	text-decoration: none;
}
.addcatBDir a:hover {
	color: #000000;
}
.addcatBDir:hover {
	background:#edc679;
}
.addcathumbdiv:hover {
	background: rgb(255,214,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,214,94)), color-stop(100%, rgb(254,191,4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(255,214,94) 0%, rgb(254,191,4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0 ); /* IE6-9 */
	background:#edc679;
}
.clfds-main {
	width:200px;
	height:84px;
	float:left;
	margin:35px 0px 0px 13px;
}
.clfds-icon {
	width:79px;
	height:100px;
	margin-right:8px;
	float:left;
}
.clfds-head {
	width:113px;
	height:20px;
	float:left;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color:#F90;
	font-weight:bold;
	text-align:left;
}
.clfds-content {
	width:113px;
	height:auto;
	float:left;
}
.clfds-content a {
	font-family:"Comic Sans MS", cursive;
	font-size:11px;
	float:left;
	text-decoration:none;
	color:#000;
	line-height:15px;
	text-align:left;
}
.clfds-content a:hover {
	color:#999;
	text-decoration:underline;
}
.clfds-readmore {
	width:113px;
	height:20px;
	float:left;
	text-align:right;
}
.clfds-readmore a {
	display:block;
	float:right;
	font-size:10px;
	color:#666;
	text-align:right;
}
.clfds-readmore a:hover {
	text-decoration:none;
}
.form-style {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(243, 243, 243, 1)), color-stop(51%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border:#CCC 1px solid;
	padding:5px;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
}
.btn-style {
	width:auto;
	height:auto;
	float:left;
	border:#CCC 1px solid;
	font-family: "Comic Sans MS", cursive;
	font-size:13px;
	text-align:center;
	line-height:24px;
	padding:5px 15px;
	color:#666;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
}
.btn-style:hover {
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(211, 211, 211, 1)), color-stop(99%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	color:#333;
}
<!--
login css-->  .wrapper {
	width: 960px;
	margin: 50px auto;
}
.form1 {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 8px 2px #D1D1D1;
	color: #777777;
	float: left;
	height: 265px;
	margin: 38px 0 0 410px;
	overflow: hidden;
	width: auto;
	height: auto;
}
.formtitle {
	padding: 10px;
	margin:0 0 13px -106px;
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	line-height: 16px;
	color: #000;
	border-bottom: 1px solid #eb8d19;
	width: 430px;
	background-color:#f0be04;
	float:left;
}
.input {
	/*width: 410px;*/
	margin: 15px 0 0 17px;
	overflow: hidden;
}
.inputtext {
	float: left;
	line-height: 18px;
	height: 35px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	width: 120px;
}
.inputcontent {
	float: left;
	/*width: 290px;*/
	height: 38px;
}
.nobottomborder {
	border-bottom: 0;
}
.buttons {
	background: none repeat scroll 0 0 #F1F1F1;
	border-top: 1px solid #DDDDDD;
	height: 29px;
	padding:10px 0 17px 154px;
	position: relative;
	top: -6px;
}
.orangebutton {
	background: -moz-linear-gradient(center top, #FFC339 0%, #FF9B19 100%) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px;
	padding: 2px 0;
	width: 86px;
}
.orangebutton:hover {
	background: #ff9b19; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9b19 0%, #ffc339 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9b19), color-stop(100%, #ffc339)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9b19 0%, #ffc339 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9b19 0%, #ffc339 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff9b19 0%, #ffc339 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b19', endColorstr='#ffc339', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff9b19 0%, #ffc339 100%); /* W3C */
}
/*********--------******************  menu start *********************-----------*********/
.leftmenu {
	width:200px;
	height:auto;
	float:left;
	background:#CCC;
	margin:10px 0 0 -100px;
}
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width:200px;
}
ul#menu a {
	display: block;
	text-decoration: none;
	font-family:"Comic Sans MS", cursive;
	font-size:13px;
}
ul#menu li {
	margin-bottom:1px;
}
ul#menu li a {
	background: #f0f2f2;
	color: #636363;
	padding: 0.5em;
}
ul#menu li a:hover {
	background: #FFF;
	color:#F60;
}
ul#menu li ul {
	margin-top:2px;
}
ul#menu li ul li a {
	background:#FFF;
	border-left:#FC0 3px solid;
	color:#666;
	margin-top:-1px;
	padding-left: 16px;
}
ul#menu li ul li a:hover, ul#menu li ul .current a {
	color:#F30;
}
/*********--------******************  menu end *********************-----------*********/	

/*.leftmenu{
	margin:10px 0 0 0;
	padding:0px;
	width:200px;
	background:#cccccc;
	float:left;
	
}

.leftmenu ul{
	margin:0px;
	padding:0px;
	display:block;
}

.leftmenu li{
	margin-bottom: 1px;
	list-style-type:none;
	background:#dedede;
	line-height:18px;
	margin: 0 0 1px;
    padding: 4px 0 8px;
}

.leftmenu a{
	color:#636363;
	padding:1.5em;
	text-decoration:none;
	
}*/
.categoriname {
	width:910px;
	height:auto;
	margin:10px 15px 0 0;
	padding:0px;
	border: 1px solid #CCCCCC;
	float:right;
}
.categoriname a {
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#F90;
}
.link-style2 {
	width:140px;
	height:auto;
	float:left;
	margin: 13px 8px 16px 20px;
	/*margin-right:20px;
	margin-bottom:20px;*/
	padding:8px;
	text-align:center;
	border:#CCC 1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
.link-style2 a {
	display:block;
	font-size:12px;
	color:#000;
	padding:5px 8px;
	text-align:center;
	margin-top:0px;
	/*border: 1px solid #CCCCCC;
	background-color:#f8ca12;*/
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.link-style2 a:hover {
	text-decoration:none;/*background-color:#c3c3c3;
	
	border:#333 1px solid;*/
}
.link-style2:hover {
	/*border:#999 1px solid;*/
	background:#FFF;
	cursor:pointer;
}
.rightlist {
	width:525px;
	height: auto;
	float:left;
	padding: 5px 0 0 10px;
}
.categoriedetails {
	font-family:"Comic Sans MS", cursive;
	width: 100%;
	height: auto;
	float:left;
	padding:0px;
	margin:10px 0 10px 10px;
}
.categoriedetails h1 {
	border-bottom:1px solid #eebc04;
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	height: 15px;
	margin:0px 0px 10px 0px;
	padding: 16px 0 8px 0px;
	width: 95%;
}
.sub_head {
	font-family:"Comic Sans MS", cursive;
	color:#F90;
	font-size: 14px;
	height: 15px;
	margin:0px 0px 10px 0px;
	padding: 16px 0 8px 0px;
}
.categoriedetails p {
	font-family:"Comic Sans MS", cursive;
	font-size:13px;
	margin:0px 7px;
	padding: 0px;
	line-height:25px;
}
.rightlist ul {
	margin:0px;
	padding:0px;
}
.rightlist li {
	margin:0px 0 2px;
	padding:0px;
	list-style-type:none;
}
h1 {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	color:#F90;
	position:relative;
	left:10px;
	font-weight:normal;
	top:5px;
}
.rightlist h2 {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	color:#F90;
	border-bottom: #F90 solid 1px;
	font-weight:normal;
}
.rightlist p {
	font-family:"Comic Sans MS", cursive;
	font-size:13px;
	color:#000;
	margin: 6px 0 0;
	padding: 0 0 8px;
	line-height:18px;
}
.companylogo {
	width:170px;
	/*height:128px;*/
	margin:15px 5px 15px 15px;
	padding:0px;
	/*background:#F93;*/
	float:left;
}
.information {
	width:170px;
	/*height:128px;*/
	margin:0px;
	padding:0px;
	/*background:#F93;*/
	float:left;
}
.information h1 {
	width:170px;
	margin:0px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
	background-color: #FC0;
	color:000;
}
/*CSS BY RAM*/
.clfds-head a {
	text-decoration:none;
	color:#F90;
}
.catlookup1 a {
	color:#000;
}
.catlookup1 a:hover {
	color:#F60;
}
.message {
	font-family:"Comic Sans MS", cursive;
	text-decoration:none;
	font-size:14px;
}
.usermenu {
	width:200px;
	height:auto;
	float:left;
	padding:0px;
	margin:3px;
	border: #CCC 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.usermenu h2 {
	border-bottom:#FF0 1px solid;
}
.userright {
	width:600px;
	padding:0px;
	float:left;
	height:auto;
	margin:3px;
	border: #CCC 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.job-detail-box {
	width:685px;
	height:auto;
	float:left;
	background:#FFF;
	padding:10px;
	border:#E2E2E2 1px solid;
	margin:10px 0px 0px 0px;
	color:#333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.job-detail-box h1 {
	width:100%;
	padding-bottom:6px;
	margin-bottom:10px;
	color:#06F;
	font-weight:normal;
	font-size:16px;
	border-bottom:#CCC 1px solid;
}
.job-detail-box h2 {
	width:100%;
	padding-bottom:6px;
	margin-bottom:10px;
	color:#000;
	font-weight:normal;
	font-size:14px;
	color:#06F;
	border-bottom:#CCC 1px solid;
}
.job-detail-box td {
	border-bottom:#FFF 2px solid;
	background:#f0f0f0;
	padding:6px;
}
.job-detail-box th {
	background:#f9ca13;
	padding:6px;
	color:#000;
	font-size:14px;
	text-align:left;
	font-weight:normal;
}
.job-detail-box table {
	border-right:#FFF 1px solid;
	border-top:#FFF 1px solid;
}
.job-detail-box tr {
border-bottom
}
.job-detail-box p {
	margin-bottom:10px;
	line-height:22px;
	text-align:justify;
}
.job-detail-box td a {
	text-decoration:none;
	color:#000;
}
/*END CSS BY RAM*/



/* CSS bY KARTHIK*/
.leftpanel {
	height:320px;
	width:230px;
	border:2px solid lightgrey;
	border-radius:5px;
	margin-left:45px;
	margin-top:50px;
	box-shadow: 0px 8px 10px #888888;
	font-family:"Comic Sans MS", cursive;
}
.leftpanel img {
	margin-left:-5px;
	margin-top:-5px;
}
.leftpanel h3 {
	font-family:"Comic Sans MS", cursive;
	margin-left:85px;
	margin-top:-40px;
}
.leftpanel p {
	font-family:"Comic Sans MS", cursive;
	font-size:13px;
	padding-top:2px;
	margin-left:5px;
	margin-top:20px;
}
.leftpanel a {
	text-decoration:none;
	color:black;
}
.middlepanel {
	height:240px;
	width:350px;
	border:2px solid lightgrey;
	border-radius:5px;
	margin-left:500px;
	margin-top:-50px;
	box-shadow: 0px 8px 10px #888888;
}
.middlepanel h3 {
	font-family:Comic Sans MS;
	margin-left:85px;
	margin-top:-40px;
}
.inputsearch {
	margin-left:-140px;
}
.inputsearch img {
	margin-left:880px;
	margin-top:-17px;
}
.inputsearch span {
	margin-left:890px;
	margin-top:-25px;
	position:Absolute;
}
.mainpanel {
	margin-left:300px;
	margin-top:-380px;
	min-height:700px;
}
.mainpanel p {
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
}
.mainpanel img {
}
.search {
	margin-left:740px;
	width:220px;
	height:20px;
	border-radius:4px;
	border:1px solid lightgrey;
}
.searchicon {
	margin-left:-302px;
	margin-top:330px;
}
.maincontent {
	width:980px;
	height:auto;
	margin-top:20px;
}
.maincontent fieldset {
	height:275px;
	border:2px solid lightgrey;
	font-family:Comic Sans MS bold;
}
.maincontent1 {
	width:810px;
	height:800px;
}
.maincontent1 fieldset {
	height:430px;
	border:2px solid lightgrey;
	font-family:Comic Sans MS;
}
.vertical1 {
	margin-left:235px;
	margin-top:-260px;
	background:lightgrey;
	width:2px;
	height:240px;
}
.vertical2 {
	margin-left:465px;
	margin-top:-240px;
	background:lightgrey;
	width:2px;
	height:240px;
}
.vertical3 {
	margin-left:805px;
	margin-top:-240px;
	background:lightgrey;
	width:2px;
	height:240px;
}
.vertical3 img {
	margin-left:5px;
}
.pagination {
	background:url("images/pagination BG.png");
	height:40px;
	width:300px;
	margin-left:680px;
	margin-top:30px;
}
.pagination p {
	margin-left:20px;
	margin-top:5px;
	position:absolute;
	font-size:16px;
	font-weight:none;
	font-family:"Comic Sans MS", cursive;
}
.pagination a {
	text-decoration:none;
	color:black;
}
.inquiry p {
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
}
.inquiry input {
	width:500px;
	border:2px solid lightgrey;
	border-radius:4px;
	margin-left:116px;
	margin-top:-16px;
}
.inquiry textarea {
	width:500px;
	height:400px;
	margin-top:10px;
	position:absolute;
	margin-left:-13px;
	border:2px solid lightgrey;
	border-radius:4px;
}
.submit {
	margin-top:400px;
	margin-left:120px;
	background:#D7DF01;
}
.loginpage {
	height:500px;
}
.field1 {
	text-decoration:none;
	float:left;
	color:grey;
	font-family:"Comic Sans MS", cursive;
	margin-left:120px;
}
.log {
	background:white;
	width:60px;
	height:30px;
	border-radius:5px;
	border:1px solid lightgrey;
}
.logbg {
	height:50px;
	width:350px;
	border:1px solid lightgrey;
	border-radius:4px;
	margin-left:0px;
	margin-top:130px;
	position:absolute;
	background:#F2F2F2;
}
input {
	border-radius:5px;
	border:1px solid lightgrey;
}
.maincontentlist {
	margin-top:-5px;
	width:848px;
	height:auto;
	border:2px solid lightgrey;
	border-radius:2px;
}
.images {
	padding-left:80px;
	position:absolute;
	margin-top:-10px;
	margin-left:-40px;
}
.bannerimage {
	margin-left:355px;
}
.bannerimage img {
	margin-top:30px;
}
.bannerimage input {
	margin-left:-305px;
	margin-top:180px;
	position:absolute;
	height:33px;
	width:280px;
	border-radius:14px;
	border:1px solid lightgrey;
	padding-left:20px;
	font-family:Helvetica;
}
.bannerimage input:focus {
	border:2px solid #ffdc00;
	border-radius:14px;
	outline:none;
}
.bannerbelow {
	margin-left:420px;
	margin-top:10px;
}
.bannerbelow p {
	font-family:Comic Sans MS;
	font-size:14px;
	margin-top:3px;
	margin-left:15px;
}
.bannerbelow a {
	text-decoration:none;
	color:black;
}
.bannerbelow img {
	padding-top:-5px;
	padding-left:-15px;
	line-height:10px;
}
.img1 {
	margin-top:-2px;
	margin-left:-35px;
	position:absolute;
}
.img2 {
	margin-top:2px;
	margin-left:-5px;
	position:absolute;
}
.img3 {
	margin-top:1px;
	margin-left:0px;
	position:absolute;
}
.content-inside {
	width:900px;
	text-align:justify;
	padding-top:50px;
	font-size:15px;
	
	
}
.content-inside span {
font-weight:;
	color:#FC0;
}
.content-inside a {
	color:#FC0;
	text-decoration:none;
}
.content-inside ol li {
	margin:0px 0px 5px 20px;
}
.content-heading {
	font-size:15px;
}
.seperator {
	height:1px;
	width:900px;
	background-color:lightgrey;
}


/* 360Tactics New Forms */
.tactics .mainpanel form,
.tactics .addcatcontent form {
	margin: 1em;
}

.tactics .mainpanel form > div p:first-of-type,
.tactics .addcatcontent form > div p:first-of-type {
	float: left;
	width: 25%;
	min-width: 150px;
	max-width: 280px;
	min-height: 2em;
	text-align: right;
	margin-right: 1em;
}

.tactics .mainpanel form > div,
.tactics .addcatcontent form > div {
	margin-bottom: 1em;
	clear: both;
	display: block;
	min-height: 2em;
}

input[type="submit"]:disabled {
	display: none;
}

#loadingSpinner {
	position: absolute;
	top: 50%;
	left: 50%;
}

/* 360Tactics Layout */
.leftpanel {
  height: auto;
}

.ta-nav-list {
	list-style-type: none;
	margin: 1.5em 0;
	padding: 0 .5em;
	line-height: 1em;
}

.ta-nav-list li {
}

.leftpanel .ta-nav-list {
	font-size: .9em;
}

.leftpanel .ta-nav-list li a {
  margin: .3em 0;
	display: block;
}