html , body, div, span, iframe, h1, h2, h3, h4,blockquote,
a,em,font, img, b, u, i, table, tbody, tfoot, thead, tr, th, td, input{
	text-align: left;
	letter-spacing: 0.25px;
	font-family: sans-serif, Arial, Helvetica ;
	font-size: 14px;
	line-height: 1.30;
}

.wrapperX, .footerX{
	width:85%;
	min-width:720px;
	margin-left:7.5%;
	padding: 0em .25em .5em 1em; 
}

.wrapper{
	/*position:fixed;
	margin-top:115px;
	z-index:99;*/
}
.indx{
	position:relative;
	top: -30px;
	padding-top:0px;
	margin-bottom:10px;
}

.indx a{
	text-decoration:none;
}

.scrollindx{  
	
	overflow-y:scroll;
	border-style:inset;
	background-color:white;
	padding:15px;
	position:relative;
	margin-bottom:10px;
	}

.scrollindx li:hover{
	color: rgb(255,121,0);
	-webkit-box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	-moz-box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	width:100%;
	background-color:rgb(255, 255, 230);
}
.scrollindx li {
	border-bottom:1px solid rgba(0,0,0,0.2);
}

.footerX{
position:absolute;
	bottom:0;
	min-width:720px;
	
	font-size: 0.80em;
} 
.indexBar{
	position:relative;
}


.background{
	background-color: rgb(221,220,228);
	background: -webkit-linear-gradient(rgba(45,18,174,0.2),rgba(225,230,240,0.3),rgba(45,18,174,0.2) ); /* For Safari */
	background: -o-linear-gradient(rgba(45,18,174,0.2),rgba(225,230,240,0.3),rgba(45,18,174,0.2) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(45,18,174,0.2),rgba(225,230,240,0.3),rgba(45,18,174,0.2) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(45,18,174,0.2),rgba(225,230,240,0.3),rgba(45,18,174,0.2) ); /* Standard syntax */
}


 /*===================================================
 Logo and top bar 
======================================================*/
.bar{
	width:100%;
	position: relative;
} 

.indexBar a{
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	padding: 0px 5px;
	text-decoration:none;
	text-align: center;
	/*background-image: url(../images/small/clear_vertical_bar.png);
	background-repeat: no-repeat;
	border-right-style:solid;
	border-right-color:rgb(255,255,0);
	border-right-width:1px;*/
	color:rgb(0,0,255);	
	-webkit-box-shadow: -5px 5px 5px rgb(136,136,136);
	-moz-box-shadow: -5px 5px 5px rgb(136,136,136);
	box-shadow: -5px 5px 5px rgb(136,136,136);
}
.indexBar a:hover{
	color: rgb(255,255,0);
	-webkit-box-shadow: 1px 1px 1px rgb(136,136,136);
	-moz-box-shadow: 1px 1px 1px rgb(136,136,136);
	box-shadow: 1px 1px 1px rgb(136,136,136);
}

#logoContainer{
	width:5.625em;
	height:5.625em;
	margin-right:5px;
	z-index:1;
	margin-top:-5px;
	float:left;
}

.logo {
	letter-spacing: 1px;
	color: rgb(131,150,156);
	text-shadow: 1px 2px .75px rgb(51,72,115);
	font-size: 1.75em;
	position: relative;
	margin-top:10px;
	float:left;
	
}

.logo:hover  {
	text-shadow: 1px 2px .75px rgb(254,157,4);
}

 .imgLogo {
	width:5.625em;
	height:5.625em;
	/*border: solid 1px rgb(255,255,255);*/
}

.narrow{
	height:10px;
}


.thick{
	height:20px;
}

.thickNav{
	height:20px;
	padding-top:2px;
}
.auth {
	width:40%;
	min-width:75px;
	position: relative;
	margin-top:0px;
	float:right;
}
.nv{
	top:10px;
	position:relative;
	float:left;
	margin-left:10px;

}

.content span {display:inline-block;}
 /*===================================================
 End Logo and top bar 
======================================================*/


/*========================================
colours
==========================================*/
.orange{
	background-color:rgb(255,121,0);
}

.logoBackground{
	background-color:rgb(255,121,0);
	background: -webkit-linear-gradient(rgba(255,121,0,0.8),rgba(255,255,0,0.3),rgba(255,121,0,0.8) ); /* For Safari */
	background: -o-linear-gradient(rgba(255,121,0,0.8),rgba(255,255,0,0.3),rgba(255,121,0,0.8) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255,121,0,0.8),rgba(255,255,0,0.3),rgba(255,121,0,0.8) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,121,0,0.8),rgba(255,255,0,0.3),rgba(255,121,0,0.8 )); /* Standard syntax */
}
.yellow, .light{
	background-color:rgb(255,255,0);
}

.logoGrey{
	background-color:rgb(131,150,156)
}
.background2{
	background-color:rgb(221,220,228);
	background-color:rgba(45,18,174,0.1);
}
.coolBlue{
	background-color: rgb(245, 252, 252)
}

/*========================================
End colours
==========================================*/
/*----------------------------
	Styling the swing image
-----------------------------*/


#logoContainer{
	position:relative;
	z-index:1;
	-moz-perspective: 800px;
	-webkit-perspective: 800px;
	perspective: 800px;
}
#logoContainer img:hover{
	/*border-color:rgb(255,121,0);*/
}

#logoContainer img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	
	/* Enabling 3d space for the transforms */
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	/* When the images are flipped, they will be hidden */
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	/* Enabling a smooth animated transition */
	-moz-transition:2s;
	-webkit-transition:2s;
	transition:2s;
	}
	
#front{
	z-index:100;
}

#back{
	z-index:1;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	/* Rotating the front image by default */
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
}

#logoContainer.flipped #front{
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	/**
	 * Rotating the front image when the
	 * flipped class is added to the container
	 */
	
	-moz-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	
}

#logoContainer.flipped #back{
	
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	/* Rotating the back image div into view */
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
}
/* =================================================
Form elements - buttons,input, labels, textarea etc
====================================================*/
.labelDialog {
	display: block;
	clear: left;
	float: left;
	width: 80px;
	text-align: left;
	padding: 5px 5px 0 0;
	color: black;
}

.labelProfile {
	font-weight: bold;	
	display: block;
	clear: left;
	float: left;
	width: 140px;
	text-align: right;
	vertical-align: middle;
	padding: 0 0 5px 0;

}
.labelProfileSm {
	font-weight: bold;	
	display: block;
	clear: left;
	float: left;
	width: 80px;
	text-align: right;
	vertical-align: middle;
	padding: 0 0 5px 0;
	
}


.tnImg {
	vertical-align: middle;
}

#chngPwdfrm .labelDialog{
	width: 100px;
}

.pword{
	width: 170px;
	position:relative;
	padding: 5px 5px 0 0;
	left:0px;
	border: solid 1px rgb(255,255,255);
	border-style:inset;
	font-size:1em;
}

.errInput{
	background-color:rgb(255,169,184);
}
.indentfrmlbl{
	position:relative;
	width:160px;
	padding: 10px 0 10px 0;
	font-size:0.875em;
	text-align: right;
	}

input:hover{
	-webkit-box-shadow: 0px 0px 5px 1px rgb(255,121,0);
	-moz-box-shadow: 0px 0px 5px 1px rgb(255,121,0);
	box-shadow: 0px 0px 5px 1px rgb(255,121,0);
}

input{
	
	margin-bottom:5px;
}



.label_bold{
	/*color: rgb(0,0,255);*/
	font-weight:bold;
	font-size:0.875em;
}

.labeld {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	text-align: left;
	padding: 5px 5px 0 0;
	color: black;
	font-size:0.875em;

}

.labeldpr {
	display: block;
	font-weight:bold;
	clear: left;
	float: left;
	width: 100px;
	text-align: left;
	color: black;
	padding-right:10px;
}
.labeltextpr {
	display: block;
	font-weight:bold;
	clear: left;
	float: left;
	width: 300px;
	text-align: left;
	color: black;
	padding-right:10px;
}
.labelgen {
	
	padding: 5px 5px 0 0;
	color: black;
	font-size:0.875em;
}

.labelgenpr {
	font-weight:bold;
	text-align: left;
	color: black;
}
.labelsmall {
	padding: 5px 5px 0 0;
	color: black;
	font-size:0.65em;
}

.label_l {
	display: block;
	clear: left;
	float: left;
	width: 160px;
	text-align: right;
	padding: 5px 5px 0 0;
	font-size:0.875em;
}
/* The recycle is the background empty or full bin icon*/
#bernieEdFrm span.recycle {font-size:20px;
}
	
#bernieEdFrm input[type="checkbox"] + label .recycle{
	background-image: url(../images/recycle_bin4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

#bernieEdFrm  input[type="checkbox"]:checked + label .recycle{
	background-image: url(../images/recycle_bin4.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}

#bernieEdFrm input, #bernieEdFrm textarea{
 
}

#bernieEdFrm hr {  border-top: 1px solid rgb(110,138,195);
    margin: 5px 0px 10px 0px; padding: 0; 
}

.backbuttn
{
	top:10px;
	position:relative;
	line-height:0;
	z-index:99;
	margin-left:20px;
}
.backbuttn img, .backbuttn img:hover{
	text-decoration:none;
	border:none;
}

#bernieEdFrm .addbuttn
{
	height:20px;
	top:40px;
	width:80px;
	position:fixed;
	margin-left:25%;	
	z-index:99;
	padding:3px 5px;
	margin-top:10px;
}
 #bernieEdFrm .savebuttn
{ 	height:20px;
	top:20px;
	width:80px;
	position:fixed;
	margin-left:25%;	
	z-index:99;
	padding:2px 5px;
}


 #bernieEdFrm .savebuttn:hover,  #bernieEdFrm .addbuttn:hover{
	border-style:inset;
	border-color:transparent;
	border-width:1px;
	cursor: pointer;
}

.emp {
	
	padding:5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
	box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
	margin-bottom:5px;
}

.noemp {
	padding:5px;
	margin-bottom:5px;
	-webkit-box-shadow: 1px 1px 1px rgba(5,5,5,0.8);
	box-shadow: 1px 1px 1px rgba(5,5,5,0.8);
	background-color:rgb(255,255,210)
}

.stdBorder{
	border: solid 1px rgb(255,255,255);
	border-style:inset;
	height:400px;
	width:400px;	
}

.div1, .div2,.div3
{
	width:100px;
	height:20px;
	text-align:center;	
	
}
.div1{
	background-color:rgb(255,121,0);
	top:0px;
	left:100px;
	position:relative;
	z-index:1;
}

.div2{
	background-color:rgb(255,255,0);
	top:0px;
	left:100px;
	position:relative;
	z-index:0;
}

.div3{
	background-color:rgb(0,0,255);
	top:0px;
	left:100px;
	color:white;
	position:relative;
	z-index:0;
}

@media screen and (min-width: 768px){


.thickNav{
	height:25px;
	padding-top:2px;
}
.indexBar a{
	font-weight:bold;
	font-size: 1.4em;
	padding: 2px 5px;
	border-style:;
	border-color:transparent;
	border-width:1px;
}

a li {
	
	
	font-size: 1.1em;
	padding: 2px 0px;	
}

}


@media screen and (max-width: 767px){



.indexBar a{
	font-weight:bold;
	font-size: 1.4em;
	padding: 0px 5px;	
}

a li {
	
	font-size: 1.2em;
	padding: 2px 0px;	
}
	
}
@media screen and (max-width: 360px){
a li {
	font-size: 1.3em;
	padding: 2px 0px;	
}
	
}

@media screen and (min-height: 900px){

.scrollindx{
	min-height: 600px;
}

}

/*====================================================
smooth animation
=====================================================*/
.indexBar a {
/* Enabling a smooth animated transition */
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	transition:0.25s;	
}
/*------end smooth animation ------------------------*/