/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
html, body {
	height: 100%;
	padding-top: 2px;
	/*padding-bottom: 30px;*/
	min-width: 970px;
	
	
}
/* Finesse the page header spacing */
.page-header1 {
	margin-bottom: 0px;
	margin-top: 5px;
}
/*.page-header .lead {
  margin-bottom: 10px;
}*/

/* Reset the container */
.container {
	max-width: none !important;
	width: 990px;
	background-color: #fff;/*box-shadow: 2px 2px 10px #888888;*/
	height: 590px;
}
/* Demonstrate the grids */

.col-xs-2 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #699;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-3 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #699;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-4 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-5 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-6 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-7 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-8 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-9 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.col-xs-12 {
	padding-top: 5px;
	padding-bottom: 15px;/*background-color: #FC0;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}
.container .navbar-header, .container .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
	float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-toggle {
	display: none;
}
.navbar-collapse {
	border-top: 0;
}
.navbar-brand {
	margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding: 10px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
	float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff !important;
	background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a, .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #999 !important;
	background-color: transparent !important;
}
.leftMenu {
	width: 25%;
	/*background-color: #036;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
    background: #1C546C;
	background: -moz-linear-gradient(#2980b9 0%, #1C546C 100%);
	background: -webkit-gradient(color-stop(0%, #2980b9), color-stop(100%, #1C546C));
	background: -webkit-linear-gradient(#2980b9 0%, #1C546C 100%);
	background: -o-linear-gradient(#2980b9 0%, #1C546C 100%);
	background: -ms-linear-gradient(#2980b9 0%, #1C546C 100%);
	background: linear-gradient(#2980b9 0%, #1C546C 100%);
}
.blue:hover {
	color: #FFF;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	color: #FFFFFF;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.yellow{
	background: #d3d934;
  background-image: -webkit-linear-gradient(top, #d3d934, #a9b320);
  background-image: -moz-linear-gradient(top, #d3d934, #a9b320);
  background-image: -ms-linear-gradient(top, #d3d934, #a9b320);
  background-image: -o-linear-gradient(top, #d3d934, #a9b320);
  background-image: linear-gradient(to bottom, #d3d934, #a9b320);
	
	}
	
.yellow:active{
	background: #d3d934;
  background-image: -webkit-linear-gradient(top, #d3d934, #a9b320);
  background-image: -moz-linear-gradient(top, #d3d934, #a9b320);
  background-image: -ms-linear-gradient(top, #d3d934, #a9b320);
  background-image: -o-linear-gradient(top, #d3d934, #a9b320);
  background-image: linear-gradient(to bottom, #d3d934, #a9b320);
	
	}
	
.yellow:hover {
	background: #d3d934;
  background-image: -webkit-linear-gradient(top, #d3d934, #d3d934);
  background-image: -moz-linear-gradient(top, #d3d934, #d3d934);
  background-image: -ms-linear-gradient(top, #d3d934, #d3d934);
  background-image: -o-linear-gradient(top, #d3d934, #d3d934);
  background-image: linear-gradient(to bottom, #d3d934, #d3d934);
}	
/* BLACK BLUE BUTTON*/
.blackb {
	border: 1px solid #495267;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #606c88;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
	background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
	background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
	background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
	background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
	background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#606c88, endColorstr=#3f4c6b);
}
.blackb:hover {
	border: 1px solid #363d4c;
	background-color: #4b546a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
	background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
	background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
	background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
	background-image: -o-linear-gradient(top, #4b546a, #2c354b);
	background-image: linear-gradient(to bottom, #4b546a, #2c354b);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4b546a, endColorstr=#2c354b);
}
#footer {
	clear: both;
	height: 25px;
	background-color:transparent;
	position: relative;/*background: url(../images/darkdenim3.png) repeat;*/
}
.footertxt {
	color: #669;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: center;
}
/*.foot_below {
	clear: both;
	height: 30px;
	width: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.foot_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}*/
.headingTxt3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background-color:#069;
	display:block;
	padding:10px;
	margin-top:10px;
	border-radius:5px 5px 0 0;
}	
.scrollTxt {
	font-family: "Arial", Gadget, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #036;
	background-color: #E6F7FF;
	height: 28px;
	padding: 5px;
}
.loginTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #036;
	width: auto;
	text-align: left;
}
.headingTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #036;
	font-style:normal;
	margin-left:20px;
	
}
.confirmTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #F7F7F7;
}
.panel-orange {
	border-color: #fb7130;
}
.panel-orange > .panel-heading {
	color: #ffffff;
	background-color: #fb7130;
	border-color: #428bca;
}
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}
/* Set the fixed height of the footer here */
/*#footer {
	height: 60px;
	background-color: #006699;
}*/
.tncbox {
	padding: 15px;
	height: 300px;
	width: auto;
	position: relative;
	overflow: auto;
	background-color: #FBFBFB;
}
.midPanel {
	display: block;
	width: 490px;
	height: auto;
	background-color: #fff;
	margin-left: 0px;
	float: left;
}
.midPanel2 {
	display: block;
	width: 480px;
	height: auto;
	background-color: #fff;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	padding-right: 10px;
}
.rightPanel {
	display: block;
	width: 230px;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
	padding: 0px;
	float: right;
	margin-right: 10px;
	/*border-left: 0.10em solid #CCC;*/
}
.leftPanel {
	display: block;
	width: 240px;
	height: auto;
	background-color: #fff;
	margin-left: 10px;
	margin-top: 5px;
	padding: 4px;
	float: left;
}
.imgpanel {
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	float: right;
	padding: 0px;
}
.infoband {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #F5F5F5;
	padding: 10px;
	color: #036;
	border-radius: 5px;
	font-weight: bold;
}
.infoband2 {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #E1E1F0;
	padding: 10px;
	color: #036;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.iconset {
	padding: 2px;
	margin-left: 30px;
}
/* SIMPLE TABLE*/
table, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	border: 0.10em solid #CCC;/*background-color:#F3F3F3;*/
}
/* TABLE STYLE*/
.table-stripedm {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	border: 0.08em solid #CCC;
}
.table-stripedm > tbody > tr:nth-child(odd) > td, .table-stripedm > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
/*LOGIN BAND*/
.logBand {
	display: block;
	width: 100%;
	height: 32px;
	background-color: #E6F7FF;
}
.loginDetails {
	width: 25%;
	float: left;
	/*background-color:#0C3;*/
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #036;
	text-align: left;
}
.annoucements {
	width: 53%;
	float: left;/*background-color:#FC0;*//*padding:5px;*/
}
.logoutBand {
	width: 10%;
	float: right;
	/*background-color:#CC0;*/
	padding: 3px;
}
.servTime {
	width: auto;
	float: left;
	color: #F00;
	font-size: 12px;
	/*background-color: #CC0;*/
	padding: 3px;
	margin-left: 100px;/*border: solid 1px #0076a3;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');*/
}
/* TIMER*/

.servTimeicon {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	width: auto;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
	border: 2px solid #FC0;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
	
}
.small2 {
	font-size: 11px;
	padding: .2em 1em .275em;
	width:100%;
	height:100%;
}
/* blue */
.blueT {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
/* green */
.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#92c54c), to(#4e7b10));
    /*background: -webkit-gradient(linear, left top, left bottom, from(#5b8621), to(#4e7d0e));*/
    background: -moz-linear-gradient(top, #92c54c, #4e7b10);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c54c', endColorstr='#4e7b10');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.inputstyle {
	padding: 7px 10px 5px 10px;
	width: auto;
	height: auto;
	color: #F00;
	background-color: transparent;
	border: 0;
	font-size: 12px;
	padding: 3px;
}
.headingTxt2a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
.tablepanel {
	display: block;
	width: 100%;
	height: 420px;
	border-radius: 4px;
	background-color: #FFF;
	border: thin solid #428bca;
}
.tablepanel-body {
	/*display: block;
	width: 100%;
	height: 100%;*/
	
	width: 100%;
	padding: 2px;
}
.form_row_design2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #036;
	background-image: none;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
}
.frmtobox1 {
	display: block;
	background-color: #FFF;
	width: 43.85%;
	height: 32px;
	text-align: left;
	float: left;
}
.frmtobox2 {
	display: block;
	background-color: #FFF;
	width: 50%;
	height: 32px;
	text-align: left;
	float: left;
}
.label2a {
	display: block;
	background-color: #FFF;
	width: 15%;
	height: 32px;
	text-align: left;
	float: left;
	padding-top: 5px;
}
.form_row {
	float: left;
	width: 257px;
	text-align: left;
	padding: 3px 0 3px 0;
}
label.left {
	float: left;
	width: 70px;
	padding-top: 3px;
	text-align: right;
}
input.form_input {
	display: block;
	width: 50%;
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.panel-black {
	border-color: #CCCCCC;
}
.panel-black > .panel-heading {
	color: #ffffff;
	background-color: #1384bd;
	border-color: #CCCCCC;
}
.panel-black > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #CCCCCC;
}
.panel-black > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #CCCCCC;
}
/* RIGHT LIST*/
.list {
	width: 100%;
	height: 25px;
	background-color: #fff;
	display: block;
	padding: 10px;
	list-style: none;
}
.list.underline li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #E5E4E3;
	list-style-type: none;
	margin-left: 0px;
	text-decoration: none;
}
.list.underline li:last-child {
	margin-bottom: 0;
}
.list.underline li:hover {
	text-decoration: none;
	color: #FC0;
}
.linklist {
	width: 100%;
	display: block;
	background-color: #fff;
	height: 100%;
}
.linklist2 {
	width: 100%;
	display: block;
	background-color: #fff;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.linklist2a {
	width: 100%;
	display: block;
	background-color: #fff;
	height: 100%;
}
.linklist3 {
	width: 100%;
	display: block;
	background-color: #fff;
	height: 40px;
	/*border-top:5px solid #066;*/
	border-top: 0.10em solid #CCC;
	border-bottom: 0.10em solid #CCC;
}
/* EVENTS*/	
.eventsPanel {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #F7F7F7;
	float: left;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
.eventHeader {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #CCCCCC;
	padding: 10px;
	background-image: url(images/floral1.png);
	background-repeat: repeat-xy;
}
.eventHeader2 {
	font-family: "PT Sans Caption";
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	color: #F90;
	text-align: left;
}
.eventDate {
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	color: #069;
	text-align: left;
	font-style: italic;
}
.latestEvnts {
	display: block;
	height: 100%;
	width: 100%;
	/*background-color: #FC0;*/
	border-bottom: 1px dashed #CCC;
}
.dwmenu {
	display: block;
	height: auto;
	width: 100%;
	background-color: #FC0;
	border-bottom: 1px dashed #CCC;
	padding: 20px;
}
/* Jquery Accordion + Jquery Toggle */

.accordion-wrapper, .toggle-wrapper {
	display: block;
	width: 100%;
	margin-top: 15px;
}
.accordion-wrapper:first-child, .toggle-wrapper:first-child {
	margin-top: 0;
}
.accordion-wrapper .accordion-title, .accordion-wrapper .accordion-title.active, .toggle-wrapper .toggle-title, .toggle-wrapper .toggle-title.active {
	display: block;
	padding: 0 0 0 34px;
	background: no-repeat 9px center;
	border: 1px solid #E5E4E3;
}
.accordion-wrapper .accordion-title span, .accordion-wrapper .accordion-title.active span, .toggle-wrapper .toggle-title span, .toggle-wrapper .toggle-title.active span {
	display: block;
	padding: 8px 15px;
	border-left: 1px solid #E5E4E3;
}
.accordion-wrapper .accordion-title, .toggle-wrapper .toggle-title {
	background-image: url("images/icons/gemicon/plus-16x16.png");
}
.accordion-wrapper .accordion-title.active, .toggle-wrapper .toggle-title.active {
	color: #000;
	background-image: url("images/icons/gemicon/minus-16x16.png");
}
.accordion-wrapper .accordion-content, .toggle-wrapper .toggle-content {
	display: none;
	padding: 15px 32px;
	border: solid #E5E4E3;
	border-width: 0 1px 1px 1px;
}
/* Buttons */

.button {
	display: inline-block;
	border: 0px solid;
	font-weight: normal;
	text-transform: none;
	padding:12px;
	/*width:100%;*/
}
.button.gradient {
	background: -moz-linear-gradient(top);
	background: -webkit-gradient(linear, left top, left bottom);
	background: -webkit-linear-gradient(top);
	background: -o-linear-gradient(top);
	background: -ms-linear-gradient(top);
	background: linear-gradient(to bottom);
	text-shadow: 2px 3px 0 rgba(30, 30, 30, 0.2);
	-moz-transition: color .3s ease-in, -moz-transform .3s ease-in;
	-webkit-transition: color .3s ease-in, -webkit-transform .3s ease-in;
	-o-transition: color .3s ease-in, -o-transform .3s ease-in;
	transition: color .3s ease-in, transform .3s ease-in;
}
.button.small {
	font-size: .9em;
	padding: 6px 15px 5px 15px;
	
}
.button.small2 {
	font-size: 1.0em;
	padding: 6px 15px 8px 15px;
	width:100%;
	height:100%;
	margin-bottom:6px;
	
}
.button.medium {
	width: 30%;
	height: auto;
	font-size: 1.1em;
	padding: 2px 2px 2px 2px;
	margin-bottom:2px;
}
.button.large {
	font-size: 1.4em;
	font-weight: normal;
	padding: 18px 20px 17px 20px;
}
.button.white {
	color: #666666;
	background-color: #FFFFFF;
	border-color: #A8A8A8;
}
.button.white:hover {
	color: #333333;
	background-color: #EFEFEF;
	border-color: #000000;
}
.button.white.gradient {
	background: #EFEFEF;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRkVGRUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MTkpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: -webkit-gradient(color-stop(0%, #FFFFFF), color-stop(100%, #EFEFEF));
	background: -webkit-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: -o-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: -ms-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
}
/* Btns */

.mbtns {
	display: block;
	background-color: #fff;
	width: auto;
}
.button.orange {
	color: #FFFFFF;
	background-color: #FF9900;
	border-color: #CC7500;
}
.button.orange:hover {
	color: #FFFFFF;
	background-color: #A66000;
	border-color: #FF9900;
}
.button.orange.gradient {
	background: #A66000;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxODIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjkwMDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNBNjYwMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxODIpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(#FF9000 0%, #A66000 100%);
	background: -webkit-gradient(color-stop(0%, #FF9000), color-stop(100%, #A66000));
	background: -webkit-linear-gradient(#FF9000 0%, #A66000 100%);
	background: -o-linear-gradient(#FF9000 0%, #A66000 100%);
	background: -ms-linear-gradient(#FF9000 0%, #A66000 100%);
	background: linear-gradient(#FF9000 0%, #A66000 100%);
}
/* BLUE BTNS*/

.button.blue {
	color: #FFFFFF;
	background-color: #56AED4;
	border-color: #287A9D;
}
.button.blue:hover {
	color: #FFCC00;
	background-color: #1C546C;
	border-color: #56AED4;
}
.button.blue.gradient {
	background: #1C546C;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MDkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1NkFFRDQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxQzU0NkMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5MDkpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(#56AED4 0%, #1C546C 100%);
	background: -webkit-gradient(color-stop(0%, #56AED4), color-stop(100%, #1C546C));
	background: -webkit-linear-gradient(#56AED4 0%, #1C546C 100%);
	background: -o-linear-gradient(#56AED4 0%, #1C546C 100%);
	background: -ms-linear-gradient(#56AED4 0%, #1C546C 100%);
	background: linear-gradient(#56AED4 0%, #1C546C 100%);
}
.button.white {
	color: #666666;
	background-color: #FFFFFF;
	border-color: #A8A8A8;
}
.button.white:hover {
	color: #333333;
	background-color: #EFEFEF; 
	border-color: #000000;
}
.button.white.gradient {
	background: #EFEFEF;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRkVGRUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MTkpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: -webkit-gradient(color-stop(0%, #FFFFFF), color-stop(100%, #EFEFEF));
	background: -webkit-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: -o-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: -ms-linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
	background: linear-gradient(#FFFFFF 0%, #EFEFEF 100%);
}
.txttag {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	/*padding: .5em 2em .55em;*/
	font-weight: normal;
}

/*forgotTxt*/

.forgotTxt{
	width:auto;
	text-align:center;
	display:block;
	padding-top:10px;
	padding-bottom:0px;	
	font: 12px/100% Arial, Helvetica, sans-serif;
	}
.form_row_design {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#333;
	padding-left: 15px;
	margin-top:-10px;
	/*background-color:#FC0;*/
}

.form_bullet_design {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#333;
	/*background-color:#FC0;*/
	float: left;
	padding-left: 15px;
	width: 100%;
	margin-bottom:5px;
}	
.capcha {
	background-image:url(../images/imageverification.jpg); 
	text-align:center; 
	border:none; 
	font-weight:bold; 
	font-family:Modern ;
	padding-top:5px;
	padding-bottom:5px;
}

.pTxt{
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#036;
	padding:10px;
	background-color:#fff;
	
}
.read-more {
	text-align: left;
	color:#F90;
	margin-left:10px;
	font-weight:normal;
}	
.pan1{
	width:960px;
	height:200px;
	
}
.highboard{
	width:100%;
	height:170px;
	background-color:#F7F7F7;
	margin-top:0px;
}
/**/
.otherDts{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#F3C75F;
	color:#333;
	padding:7px;
	text-align:center;
	}	