body.main{
	/*fallback*/
	background-color: #092972;
	background-image: url('../Images/hlsb_bkg.jpg');
	background-repeat: repeat-x;
	background-size: cover;
	font-family: sans-serif;
}
.mask {
	/*IE9 gradient overflow prevention */
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;	
	
}
.shadow {
	box-shadow: 3px 3px 3px #888888;
}
.topMenu thead th{
    padding:5px;
    color:#fff;
    /*text-shadow:1px 1px 1px #000000;*/
    /*filter: Shadow(Color=black, Direction=45, Strength=1);*/
    border:1px solid #aaaaaa;
    border-bottom:3px solid #aaaaaa;
   
 background: #b3dced; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZGNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5YjhlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2UwZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3dced), color-stop(50%,#29b8e5), color-stop(100%,#bce0ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-8 */*/


    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius:10px 10px 0px 0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.topMenu thead th.currpage {
	padding: 5px;
	color: #999999;
	border: 1px solid #aaaaaa;
	border-bottom: none;
	background: #FFFFFF;
}
.topMenu a:link{
	color: #000000;
	/*color:#DBDBDB;*/
   /*text-shadow:1px 1px 1px #000000;
   filter: Shadow(Color=black, Direction=45, Strength=1);*/
   text-decoration: none;
   display: block; 
}
.topMenu a:visited{
	color: #000000;
	/*color:#DBDBDB;*/
   /*text-shadow:1px 1px 1px #000000;
   filter: Shadow(Color=black, Direction=45, Strength=1);*/
   text-decoration: none;
   display: block;
}
.topMenu a:hover{
	color: #000000;
	/*color:#DBDBDB;*/
   text-decoration: none;
   display:block;
}
table.main {	
	border: 2px solid #aaaaaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background: #ffffff;
	
	box-shadow: 5px 5px 5px #555555;
	-moz-box-shadow: 5px 5px 5px #555555;	
	
}
a img{
	text-decoration: none;
	border: 0 none;
}
#outerLogin {
	width: 250px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#innerFrame {
	position: absolute;
	top: -135px;
	left: -300px;
	width: 1280px;
	height:1200px;
}
td.title{
	text-align: center;
}
table.box {
	width: 250px;
	color: #000000;
	border: 1px solid #aaaaaa;
	border-spacing: 0;
	background-color: #888888;
	background-image: url('../Images/tbl_bkg.png');
	background: #f2f6f8; /* Old browsers */
	box-shadow: 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px #888888;
	
	   
 background: #b3dced; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZGNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5YjhlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2UwZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3dced), color-stop(50%,#29b8e5), color-stop(100%,#bce0ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#0D05FA',GradientType=0 ); /* IE6-8 */*/

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;	
}
table.box th{
	padding: 10px;
}
tbody.box{
	color: #FFFFFF;
	font-weight: bold;
	
	/*text-shadow: 1px 1px 1px #000000;*/
	background: #fcfff4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #cedce7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZhNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-8 */
	filter:none;
}
tbody.box a:link {color:#FFFFFF; text-decoration: none;}
tbody.box a:visited {color:#FFFFFF; text-decoration: none;}
tbody.box a:hover {color:#FFFFFF; text-decoration: none;}
tbody.box a:active{color:#FFFFFF; text-decoration: none;}
table.box tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}
table.box tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}
th.announcement {
	color: #ffffff;
	text-shadow: 3px 3px 3px #888888;
}
th.announcement a:link {
	text-decoration: none;
	color: white;
}
th.announcement a:visited {
	text-decoration: none;
	color: white;
}
th.announcement a:active {
	text-decoration: none;
	color: white;
}
th.announcement a:hover {
	text-decoration: none;
	color: white;
}
.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.tbox {
	position:absolute; 
	display:none; 
	padding:14px 17px; 
	z-index:900
}
.tinner {
	padding:15px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	background:#fff url(../Images/preload.gif) no-repeat 50% 50%; 
	border-right:1px solid #333; 
	border-bottom:1px solid #333;
}
.tmask {
	position:absolute; 
	display:none; 
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%; 
	background:#000; 
	z-index:800;
}
.tclose {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:30px; 
	height:30px; 
	cursor:pointer; 
	background:url(../Images/close.png) no-repeat;
}
.tclose:hover {
	background-position:0 -30px;
}
ul.content{
	list-style: none;
}
ul.content li{
	background: #eee; 
	border: 1px solid blue;
	border-radius: 5px;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 6px;
}
ul.content li:hover{
	border:1px solid #bbb; 
	background:#e3e3e3;
}
ul.content li a:link{
	text-decoration: none;
	color: black;
}
ul.content li a:visited{
	text-decoration: none;
	color: black;
}
ul.content li a:hover{
	text-decoration: none;
	color: black;
}
td.content {
	text-align: left;
}
table.center {
	text-align: center;
}

/**********************
****** CSS for tabbed panels in content pane *******
***********************/

.etabs {
	 margin: 0; 
	 padding: 0; 
	 background: #cccccc;
}
.tab {
	 display: inline-block; 
	 zoom:1; 
	 *display:inline; 
	 background: #eee; 
	 border: solid 1px #999; 
	 border-bottom: none; 
	 -moz-border-radius: 4px 4px 0 0; 
	 -webkit-border-radius: 4px 4px 0 0; 
}
.tab a {
	 font-size: 14px;
	 line-height: 2em;
	 display: block;
	 padding: 0 10px;
	 outline: none;
	 text-decoration: none;
}
.tab a:hover {
	 text-decoration: underline;
}
.tab.active {
	 background: #fff;
	 padding-top: 6px; 
	 position: relative; 
	 top: 1px; 
	 border-color: #666; 
}
.tab a.active {
	 font-weight: bold; 
}
.tab-container .panel-container {
	 background: #fff; 
	 border: solid #666 1px; 
	 padding: 10px; 
	 -moz-border-radius: 0 4px 4px 4px; 
	 -webkit-border-radius: 0 4px 4px 4px; 
}
.panel-container {
	 margin-bottom: 10px;
}
.hidden {display: none;}
ul.title li{
	list-style: none;
	margin-left: 0px;
}
#banner li{
		display: none;
}
#banner li.active{
	display: block;
	margin-left: 0px;
	font: italic bold 18px Georgia;
	color: #728bc3;
}
input.invalid {
	background-color: #FF9999;
	border: 1px solid red;
}
#warning {
	background-color: #FF9999;
	padding: 15px;
	border: 1px solid red;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
p.zix {
	font-size: 16px;
	
	font-family:Georgia, serif;
}
h3.zix {
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	color: #0000FF;
}

/******************************
*******Administrator Area******
******************************/

ul.admin-nav {
	margin: 0 auto;
	margin-left: -30px;
	list-style-type: none;
	width: 300px;
}
ul.admin-nav li{
	margin-top:5px;
	margin-bottom: 5px;
	border: 2px solid black;
	text-align: center;
	border-radius: 5px;
	background-color: #E0EEEE;
}
.admin-nav li:hover{
	background-color: #B4CDCD;
	cursor: pointer;
}
.admin-nav a:link{text-decoration: none;color:black;}
.admin-nav a:hover{text-decoration: none;color:black;}
.admin-nav a:visited{text-decoration: none;color:black;}
.err{
	border: 1px solid red;
}
/*******************************
******* Alert Handler **********
*******************************/
.smsg {
	text-align: center;
	position: absolute;
	width: 300px;
	z-index: 10;
	border-radius: 5px;
	background-color: green;
	color:white;
	margin: 0 auto;
	border: 1px solid black;
	padding: 10px;
}
.fmsg {
	text-align: center;
	position: absolute;
	width: 300px;
	z-index: 10;
	border-radius: 5px;
	background-color: red;
	margin: 0 auto;
	border: 1px solid black;
	padding: 10px;
}
.nmsg {
	display: none;
}
