/*TEMPLATES----------------------------------------------*/
/*Template center------------------*/

#template_center_outer{
    height: 100%;
    width:100%;
    overflow: visible;
} /* or without overflow */

#template_center_outer[id] {
    display: table;
    position: static;
    overflow: hidden;
}

#template_center_middle {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
} /* for explorer only*/
#template_center_middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}
#template_center_inner {
    position: relative;
    top: -50%;
    text-align: center;
    } /* for explorer only */
#template_center_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
} /* for all browsers*/

#templateContainer{
	position:absolute;
	width:900px;
	height:650px;
	left:-450px;
	top:-325px;
}
#template_center_container-x{
	width:100%;
	height:1px;
}
#template_center_container-y{
	height:1px;
	width:1px;
}
#template_center_null{
	position: absolute;
	width: 1px;
	height:1px;
	
}
/*Template left bar-------------------------------------*/

#template_barLeft_container{
	width: 950px;
	background-color: #FFF;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#template_barLeft_header{
	width: 100%;
	float: left;
	padding: 2px;
}
#template_barLeft{
	width: 100%;
	min-height: 768px;
}
#template_barLeft_bar{
	width: 200px;
	float: left;
	height: 20px;
	padding 5px;
	margin-left: 4px;
}
#template_barLeft_MainContainer{
	width: 737px;
	float: right;
	height: 150px;
	
	margin-right: 5px;
}

/*template bar-----------------------------------------------*/
#template_upperBar{width:100%;}
#template_bottomBar{width:100%;}
#template_innerBar{width:100%;}
#template_innerBar #container{width:980px; height:25px;}

#bgColor{
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}
#bgContainer{
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}

/*END TEMPLATES--------------------------------------------*/
.pageContainer{
	position: absolute;
}

