/* ========== armoire.uitemplate helper CSS ========== */

/* ========== GENERAL HTML TAG SETUP ========== */
html{
	margin: 0px;
	padding: 0px;
	height: 100%;	
}
body {
	margin: 0px;
	text-align: center;
	background-color: 660000;
	padding: 0px;
	height: 100%;	
	font-family:arial,georgia,verdana,Sans-serif;
	font-size:13px;
	line-height:1.3em;

}
table{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family:arial,georgia,verdana,Sans-serif;
	font-size:13px;
	line-height:1.6em;}
td{
	padding: 0px;
	margin: 0px;
}
a img{
	border-width:0;	
}

h1{
	font-size: 1.4em;
	margin-bottom:1.5em;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
	margin-bottom:0.5em;
}
h4,h5,h6{
	font-size: 1em;
	margin-bottom:0.5em;
}
/* ========== END GENERAL HTML TAG SETUP ========== */

/* ========== GENERAL PAGE SETUP ========== */
#pageBody{ /*fixes the general page width*/
background-color: 660000;
	width: 750px;
 	margin: 0px auto;
	padding: 10px 0px;
	}
/* container_1, container_2, container_3, container_4 are place holders for the page border pngs */
#container_1{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderLeft.png") repeat-y left top;
	text-align: left;
}
#container_2{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderRight.png") repeat-y right top;
}
#container_3{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderTop.png") no-repeat left top;
}
#container_4{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderBottom.png") no-repeat left bottom;

	/* Padding values depend on the exact sizes of frame images EXCEPT right padding => IE hover bug: MUST be zero */
	padding: 4px 0px 8px 5px;
}
#container_5{
	width: 737px; /* The page width MUST be respecified for OPERA */
	float: left;
	background-color: White;
}
/* ========== END GENERAL PAGE SETUP ========== */

/* ========== HEADERS & FOOTERS SETUP ========== */
/* Outside header (above the page) */
#TABLE_headerOut{ /* Table containing the outside header */
table-layout: fixed;
	width: 750px;
}
#TR_headerOut{
}
#TD_headerOut_leftColumn{
}
#TD_headerOut_centerColumn{
}
#TD_headerOut_rightColumn{
}

/* Inside header (in the top of the page) */
#TABLE_headerIn{ /* Table containing the inside header */
	table-layout: fixed;
	width: 737px;
}
#TR_headerIn{
}
#TD_headerIn_leftColumn{
}
#TD_headerIn_centerColumn{
}
#TD_headerIn_rightColumn{
}

/* Inside footer (in the bottom of the page) */
#TABLE_footerIn{ /* Table containing the inside footer */
}
#TR_footerIn{
}
#TD_footerIn_leftColumn{
}
#TD_footerIn_centerColumn{
}
#TD_footerIn_rightColumn{
}

/* Outside footer (bellow the page) */
#TABLE_footerOut{ /* Table containing the outside footer */
	cursor: default;
	clear: both;
	table-layout: fixed;
	width: 750px;
}
#TR_footerOut{
}
#TD_footerOut_leftColumn{
}
#TD_footerOut_centerColumn{
color: #890c08;
	vertical-align:top;
	padding: 0px 0px 5px 5px;
}
}
#TD_footerOut_rightColumn{
text-align: right;
	padding: 0px 2px 5px 0px;
}
#DIV_footerOut{
text-align: center;
	cursor: default;
	clear: both;
}
#DIV_footerOut_centerColumn{ 
line-height: 28px;
}
/* ========== END HEADERS SETUP ========== */

/* ========== CONTENT SETUP ========== */
/* ========== TABLE-TYPE SETUP ========== */
#TABLE_mainArea{
	table-layout: fixed;
	width: 737px;
}
#TR_mainArea{ 
}
#TD_mainArea_leftColumn{
	padding: 5px 0px 5px 5px;
	background-color: #FDF5E6;
	cursor: default;
	width: 160px;
	vertical-align: top;

}
#TD_mainArea_centerColumn{
	padding: 15px 15px 25px 15px;
	vertical-align: top;
}

#TD_mainArea_rightColumn{
}
/* ========== END TABLE-TYPE SETUP ========== */
/* ========== DIV-TYPE SETUP ========== */
/*#DIV_mainArea{
}

#DIV_mainArea_leftColumn{
	height: 100%;
	background-color: white;
	vertical-align: top;
	border-right: 4px solid #000000;
	
	background-repeat: no-repeat;
	background-position: center bottom;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	cursor: default;
}

#DIV_mainArea_centerColumn{
	position: absolute;
	height:100%;
	overflow: auto;
	right:0px;
	width: 100%;
	top:0px;
}

#DIV_mainArea_rightColumn{ 
}
/* ========== END DIV-TYPE SETUP ========== */
/* ========== END CONTENT SETUP ========== */

/* ========== OUTLINE & NAVIGATION  ========== */
#navListRoot{ /* Menu root div */
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navListRoot li{
	padding: 5px 0px 0px 0px; 
/*margin: 0px;
	padding:0px;*/
}
#navListRoot a, #navListRoot a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
}
#navListRoot a:hover{
	display: block;
	text-decoration: none;
	color: #660000	;
	background-color: ivory;
}
.navList{ /* Menu class styles */
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
}
.menuItemSelected{
	background-color: #660000;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #FFF;
	
}
.menuItemUnSelected{
	padding: 3px 0px 3px 10px;
	font-weight: bold;
}

.navlist .menuItemSelected{
	background-color: #660000;
	font-size: 10px;
	font-family: arial,verdana;
	color: white;
	font-weight: bold;
	padding: 1px 0px 10px 10px;
	
	/*width: 160px;*/
	font-weight: normal;
}
.navlist .menuItemUnSelected{
	background-color: white;
	font-size: 10px;
	font-family: arial,verdana;
	color: #660000;
	padding: 1px 0px 1px 10px;
	
	/*width: 160px;*/
	font-weight: normal;
}

/* ========== END OUTLINE & NAVIGATION  ========== */

/* ========== START TEMPLATE INSTANCE SPECIFIC ELEMENTS ========== */
#orgLogo {
	/*text-align: left;*/
	padding:0px 5px 25px 10px;
	/*background-image: url(img/degradeSousLogo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	padding-bottom: 15px;*/
}
#orgTitle {
	display: inline;
}
#orgTitle div {
	display: inline;
}
#scLogo {
	position:absolute;
	bottom:5px;
	width: 160px;
}
/*#scLogo a {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 160px;
	display: block;
	text-decoration: none;
}
#scLogo a:hover {
	background-color: #f68c8c;
	width: 160px;
}*/
/* ========== END TEMPLATE INSTANCE SPECIFIC ELEMENTS ========== */
