
@import "/itm3/style/undo.css";
@import "/itm3/style/adminmenu.css";
@import "/itm3/style/layoutboxes.css";
@import "/itm3/style/properties.css";
@import "/itm3/style/lists.css";


html
{
	margin-bottom: 		1px;
	min-height: 			100%;
}

body
{
	color:					#333333;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
}

#pageBody td
{
	color:					#333333;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
}




/* Page Style */

#container
{
	text-align: 			center;
}

#page
{
	margin:					10px auto;
	text-align: 			left;
	width:					800px;
}




/* Page Header Style */

#pageHeader
{
	background-color:		#0e4d37;
	background-repeat: 	no-repeat;
	background-position: top right;
	position:				relative;
}

#logo
{
	display: 				inline;
}




/* Page Footer Style */

#pageFooter
{
	clear:					both;
	font-size: 				10px;
	font-weight: 			bold;
}

#pageFooter a
{
	color: 					#0e4d37
}

#terms
{
	float:					left;
	text-align: 			center;
}

#poweredBy
{
	float: 					right;
}




/* Main Menu Style */

#mainMenu
{
	font-size: 				12px;
	font-weight: 			bold;
	position: 				absolute;
	right: 					0px;
	top: 						99px;
}

#mainMenu a:link,
#mainMenu a:visited
{
	color:					#ffffff;
	text-decoration:		none;
}

#mainMenu a:hover
{
	color:					#ffff00;
}

#mainMenu ul
{
	display:					inline;
}

#mainMenu li
{
	display:					inline;
	list-style:				none;
	padding: 				0px 7px;
}




/* Meta Menu Style */

.metaMenu
{
	border-top:				1px solid #ffffff;
	font-size: 				10px;
	font-weight: 			bold;
	text-align:				right;
}

#pageHeader .metaMenu
{
	background-color:		#cccccc;
	border-bottom:			2px solid #9c9c9c;
}

#pageFooter .metaMenu
{
	background-color:		#666666;
	margin-bottom: 		15px;
}

#pageHeader .metaMenu a:link,
#pageHeader .metaMenu a:visited
{
	color:					#0e4d37
}

#pageFooter .metaMenu a:link,
#pageFooter .metaMenu a:visited
{
	color:					#ffffff;
}

#pageFooter .metaMenu a:hover,
#pageHeader .metaMenu a:hover
{
	color:					#ffff00;
}

.metaMenu ul
{
	display:					inline;
}

.metaMenu li
{
	display:					inline;
	list-style:				none;
	padding: 				0px 10px;
	line-height:			20px;
}




/* Utiltity Style */

#utility, #parentTree
{
	color:					#0e4d37;
	font-size: 				10px;
	margin: 					3px 0px;
}

#utility a, #parentTree a
{
	color:					#0e4d37;
}

#utility
{
	text-align:				right;
}

#parentTree
{
	padding-left:			3px;
}

#utility form
{
	display: 				inline;
}

#utility img
{
	vertical-align:		middle;
}

input.searchbox
{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			bold;
	color:					#002719;
	height:					18px;
	width:					100px;
}




/* Page Content Style */

#pageContent
{
	float: 					left;
	margin-left:			6px;
	width: 					600px;
}




/* SideBar Style */

#sideBar
{
	float: 					left;
	font-size:				10px;
	width:					194px;
}

#sideBar h1
{
	background-color: 	#a7bfb7;
	font-size: 				12px;
	font-weight: 			bold;
	margin-top: 			7px;
	padding:					3px;
}

#sideBar #nav h1
{
	margin-top: 			0px;
}

#sideBar .subSite h1
{
	color: 					#ffffff;
	background-color: 	#cc6600;
}

#sideBar h1 a:link
{
	color:					#000000
}

#sideBar h1 a:visited
{
	color:					#000000
}

#sideBar h2
{
	font-weight: 			bolder;
	margin-top:				7px;
}

#sideBar p
{
	font-size:				10px;
}

#sideBar div div
{
	margin-left:			3px;
}




/* SmartNav Style */

#nav a
{
	color: 					#0e4d37;
	display: 				block;
	font-weight: 			bold;
	width:					100%;
}

html>body #nav a
{
	width: 					auto;
}

#nav a:visited
{
	color: 					#0e4d37;
}

#nav a:hover
{
	background-color: 	#bbbbbb;
	text-decoration: 		none;
}

#nav a:active
{
	color: 					#000000;
}

#nav li
{
	line-height:			20px;
}

#nav li.active
{
	background-color: 	#dddddd;
}

#nav li a
{
	padding-left: 			3px;
}

#nav li li a
{
	padding-left: 			23px;
}

#nav li li li a
{
	padding-left: 			43px;
}

#nav li li li li a
{
	padding-left: 			63px;
}

#nav li li li li li a
{
	padding-left: 			83px;
}

.bottomrow table
{
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;

}

.bottomrow .tile
{
	border-right: 1px solid #999999;
}

