/* 	"WEB_20" Style Sheet for Terapad.com
	Copyright 2006 SiteJourney Ltd.
	Version 1.1.3 - February 06th 2007
*/

/* ------------------------- Global Properties ------------------------- */

* {
	margin: 0;
} 

html {
	height: 100%;
}

/* IE6 Patch February 6th 2007 by Terapad.com staff */
html #generic_panel {overflow: hidden; width: 150px;} 
html #content {overflow: hidden;}

body {
	padding: 0;
	min-width: 820px;
	min-height: 101%;			
	text-align: center;			
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 100%;
	background: url(/resources/6795/assets/r1200gs_bg2.gif) repeat-x 0 0;
}

img {
	font-size: 80%;
	color: #CCC;
	background-color: inherit;
}

/* useful for mouseover tips, currently not implemented */
acronym {
	font-style: normal;
	cursor: help;
	border: none;
}


/* -------------- General Text Sizing and Weight Properties for the template -------------- */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 115%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


/* ------------------------ Wrapper div, wraps the whole template ------------------------- */

#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	color: #000;	
	background-color: inherit;
}


/* ---------------------- Header (wraps logo_image and logo_text) ---------------------- */

#header {
	height: 105px;
}


/* ------------ Optional logo image, change display to 'block' to activate ------------ */

#logo_image {
	position: absolute;
	top: 25px;
	left: 0;
}

#logo_image a {
	width: 300px;
	height: 60px;
	background: url(/resources/6795/assets/r1200gs_bg.gif) no-repeat 0 0;
	display: none;
}


/* ----------- Header text, change display to 'none' if using the logo image ----------- */

#logo_text {
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
}

#logo_text h1 a {
	font-size: 110%;
	color: #ADB9C3;
	background-color: inherit;
	text-decoration: none;
}

#logo_text h2 a {
	margin-left: 40px;
	font-size: 55%;
	font-weight: bold;
	color: #EEC45A;
	background-color: inherit;
	text-decoration: none;
}


/* --------------------------- Search Container --------------------------- */

table#search {
	display: none;
}



/* ------- Nav_wraper wraps every nav bar elements, including the 'extra_x' elements ------- */

#nav_wrapper {
	position: relative;
	width: 187px;
	float: left;
	display: inline;
	background: url(/csses/web_20/images/nav_background.gif) repeat-y 0 0;
}


/* ----------------------- Navigation wraps only the nav bar elements ----------------------- */

#navigation {
	width: 150px;
	margin: 0 0 0 15px;
}


/* ------------------ Navigation panel displayed if the user is logged-in ------------------ */

#login_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#login_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#login_panel h3.catHead {
	font-size: 80%;
	background: url(/csses/web_20/icons/icon_admin_arrow.gif) no-repeat 0 0;
}

#login_panel h3.catIcon {
	padding: 0 0 0 22px;
}

#login_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#login_panel ul li {
	padding: 5px 0 5px 20px;
	line-height: 15px;
	border-bottom: 1px solid #999;
}

div#nav_wrapper div#login_panel ul#login_panel_menu {
	display: none;
}

div#nav_wrapper div#login_panel p.specifics {
	padding: 5px 0 10px 0;
	font-size: 70%;
	color: #C00;
border-bottom: 1px solid #999;
}

div#nav_wrapper div#login_panel:hover p.specifics {
	
}

div#nav_wrapper div#login_panel:hover ul#login_panel_menu {
	display: block;
}

div#nav_wrapper div#login_panel:hover h3.catHead {
	color: #504880;
	background-color: inherit;
	background: url(/csses/web_20/icons/icon_admin.gif) no-repeat 0 0;
}

#login_panel li.iconDocuEdit, #login_panel li.iconLogOut {
	background-position: 0 5px;
}

/* ----------- Linkology ----------- */

#login_panel a:link, #login_panel a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#login_panel a:hover {
	color: #0B8800;
	background-color: inherit; 
	text-decoration: none;
}


/* ---- Navigation panel for the site pages (such as 'about us', 'our services', etc) ---- */

#pages_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#pages_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#pages_panel h3.catHead  {
	font-size: 80%;
}

#pages_panel h3.catIcon {
	padding: 0 0 0 20px;
	background: url(/csses/web_20/icons/icon_folder_open.gif) no-repeat 0 1px;
}

#pages_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#pages_panel ul li {
	padding: 5px 0 5px 20px;
	line-height: 15px;
	border-bottom: 1px solid #999;
	background-position: 0 4px;
}

#pages_panel ul li.linkIndent {
	padding-left: 28px;
	background-position: 8px 5px;
}

/* ----------- Linkology ----------- */

#pages_panel a:link, #pages_panel a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#pages_panel a:hover {
	color: #0B8800;
	background-color: inherit; 
	text-decoration: none;
}

#navigation div#pages_panel ul li a.active {
	cursor: default;
	color: #C00;
	background-color: inherit;
}


/* ---- Navigation panel for the site features (such as 'news', 'forums', 'shop', etc) ---- */

#features_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#features_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#features_panel h3.catHead  {
	font-size: 80%;
}

#features_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#features_panel ul li {
	padding: 5px 0 5px 20px;
	line-height: 15px;
	border-bottom: 1px solid #999;
	background-position: 0 5px;
}

#features_panel ul li.linkIndent {
	padding-left: 28px;
	background-position: 8px 5px;
}

/* ----------- Linkology ----------- */

#features_panel a:link, #features_panel a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#features_panel a:hover {
	color: #0B8800;
	background-color: inherit; 
	text-decoration: none;
}

#navigation div#features_panel ul li a.active {
	cursor: default;
	color: #C00;
	background-color: inherit;
}


/* --------- Navigation panel displaying a random pix from the image gallery --------- */

#gallery_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#gallery_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#gallery_panel h3.catHead  {
	font-size: 80%;
}

#gallery_panel img {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#gallery_panel a.galleryImage {
	width: 150px;
	margin: 7px 0 0 0;
	padding: 0;
	background: none;
}

#gallery_panel h4 {
	margin: 5px 0 0 0;
	font-size: 75%;
	color: #504880;
	background-color: inherit;
}

#gallery_panel p {
	margin: 3px 0 0 0;
	font-size: 75%;
	color: #369;
	background-color: inherit;
}

#gallery_panel a {
	margin: 3px 0 0;

	padding: 0 0 10px 0;
	font-size: 75%;
	display: block;
	border-bottom: 1px solid #999;
}

/* ----------- Linkology ----------- */

#gallery_panel a:link, #gallery_panel a:visited {
	text-decoration: none;
	color: #C00;
	background-color: inherit;
}

#gallery_panel a:hover {
	color: #039;
	background-color: inherit; 
}


/* --------- Flickr panel (optional integration component) --------- */

#flickr_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#flickr_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#flickr_panel h3.catHead  {
	font-size: 80%;
}

#flickr_panel img {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#flickr_panel a.flickrImage {
	width: 75px;
	margin: 4px 0 10px 0;
	padding: 0;
	background: none;
}

#flickr_panel h4 {
	margin: 8px 0 0 0;
	font-size: 75%;
	color: #504880;
	background-color: inherit;
}

#flickr_panel p {
	margin: 3px 0 0 0;
	font-size: 75%;
	color: #369;
	background-color: inherit;
}

#flickr_panel a {
	margin: 3px 0 10px 0;
	font-size: 75%;
	display: block;
}

/* ----------- Linkology ----------- */

#flickr_panel a:link, #flickr_panel a:visited {
	text-decoration: none;
	color: #C00;
	background-color: inherit;
}

#flickr_panel a:hover {
	color: #039;
	background-color: inherit; 
}


/* -------------- RSS container or Navigation panel displaying the last 3 news
			 items when the site layout is set to 'site_only' -------------- */

#news_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#news_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#news_panel h3.catHead  {
	font-size: 80%;
}

#news_panel h4 {
	margin: 5px 0 0 0;
	font-size: 75%;
	color: #504880;
	background-color: inherit;
}

#news_panel p {
	margin: 3px 0 0 0;
	font-size: 75%;
	color: #369;
	background-color: inherit;
}

#news_panel a {
	margin: 3px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 75%;
	display: block;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

/* ----------- Linkology ----------- */

#news_panel a:link, #news_panel a:visited {
	text-decoration: none;
	color: #C00;
	background-color: inherit;
}

#news_panel a:hover {
	color: #039;
	background-color: inherit; 
}


/* -------------- Blogroll / links panel  -------------- */

#links_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#links_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#links_panel h3.catHead  {
	font-size: 80%;
}

#links_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#links_panel ul li {
	padding: 5px 0 5px 20px;
	line-height: 15px;
	border-bottom: 1px solid #999;
	background-position: 0 5px;
}

#links_panel img {
	margin-top: 5px;
}

#links_panel h4 {
	margin: 5px 0 0 0;
	font-size: 75%;
	color: #504880;
	background-color: inherit;
}

#links_panel #opmlLogo {
	border: none;
}

/* ----------- Linkology ----------- */

#links_panel a:link, #links_panel a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

#links_panel a:hover {
	color: #0B8800;
	background-color: inherit; 
	text-decoration: none;
}


/* -------------- generic panel used by HTML container -------------- */

#generic_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#generic_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
	margin-bottom: 8px;
}

#generic_panel h3.catHead  {
	font-size: 80%;
}

#generic_panel .genericContent {
	margin: 5px 0 0 0;
	font-size: 75%;
	line-height: 17px;
	color: #000;
	font-weight: normal;
	background-color: inherit;
}

#generic_panel .genericContent ul, #generic_panel .genericContent  ol {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#generic_panel .genericContent ul {
	list-style-type: disc;
}

#generic_panel .genericContent ul, #generic_panel .genericContent  ol {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#generic_panel .genericContent ul {
	list-style-type: disc;
}

/* ----------- Linkology ----------- */

#generic_panel a:link, #generic_panel a:visited {
	color: #000;
	background-color: inherit;
}

#generic_panel a:hover {
	color: #0B8800;
	background-color: inherit; 

}


/* ------- Navigation panel displaying the current content of the shopping cart ------- */

#shopping_panel {
	margin: 0 0 20px 0;
	padding: 0 0 1px 0;
}

#shopping_panel div.catBkgrnd {
	margin: 0 0 10px 0;
	height: 15px;
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#shopping_panel h3.catHead  {
	font-size: 80%;
}

#shopping_panel table {
	width: 100%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#shopping_panel table td {
	padding: 3px 0;
	font-size: 70%;
	text-align: center;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#shopping_panel table tr input {
	width: 70px;
	text-align: center;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#shopping_panel table tr input.viewCartBtn {
	font-size: 100%;
	background: url(/csses/web_20/images/yellowButton.gif) repeat-y 0 0;
}

#shopping_panel table tr input.checkOutBtn {
	font-size: 100%;
	background: url(/csses/web_20/images/greenButton.gif) repeat-y 0 0;
}

#shopping_panel table td.strong {
	font-weight: bold;
}

#shopping_panel table td.totalLine {
	padding-right: 5px;
	text-align: right;
	color: #000;
	background-color: inherit;
}

#shopping_panel table td.alignLeft {
	padding-left: 5px;
	text-align: left;
}

#shopping_panel table tr.rowColor1 {
	background: url(/csses/web_20/images/yellowRow.gif) repeat-y 0 0;
}

#shopping_panel table tr.rowColor2 {
	background: url(/csses/web_20/images/blueRow.gif) repeat-y 0 0;
}


/* -------------- Navigation panel displaying the Terapad logo
			 Warning: it is against the Terapad.com Terms and Conditions to hide, 
			 	conceal or alter the rendering of the Terapad logo -------------- */

#logo_panel {
	margin: 0;
	padding: 0;
}

#logo_panel div.catBkgrnd {
	height: 23px;
	background: url(/csses/web_20/images/cat_seperator.gif) no-repeat 0 100%;
}

#logo_panel h3.catHead  {
	font-size: 80%;
}

#logo_panel img {
	margin: 10px 0 0 0;
	border: 0;
}


/* --- Content_wrapper wraps all the content elements, including the 'extra_x' elements --- */

#content_wrapper {
	width: 633px;
	float: right;
	display: inline;
	background: url(/resources/6795/assets/site_files/content_background2.gif) repeat-y 0 0;
}


/* ------ Content only wraps the content generated by the content management system ------ */

#content {
	width: 560px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}


/* ------------------------- #content child elements 
	Our default style sheets represent a compromise between standards compliance and flexibility
	for the sites editors who may not be familiar with CSS formatting - and therefore tries to
	compensate for incorrect or deprecated HTML markup ------------------------- */

#content, #content th, #content td, #content p, #content div, #content span {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

#content th {
	text-align: center;
}

#content input, #content select, #content textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

/* **** fix for 'too wide' button in IE **** */
#content .button {
	font-family : arial;
	font-size : 13px;
	padding : 0 .50em 0 .50em;
   	width : auto;
    overflow : visible;
}

#content a, #content a:visited, #content a:active {
	color: #B91111;
}

#content a:hover {
	color: #53760F;
}

#content form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h1 {
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #000000;
	margin-top: 0px;
	padding-left: 24px;
	background-image: url(/csses/web_20/icons/icon_headline.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content h2 {
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 20px;
	color: #000000;
}

#content h3 {
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000000;
}

#content h4 {
	line-height: 22px;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content h5 {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000000;
}

#content h6 {
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #000000;
}

#content p {
	margin-top: 5px;
	margin-bottom: 19px;
}

#content ul, #content ol {
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 7px;
}

#content ul {
	list-style-type: disc;
}

#content blockquote {
	padding-left: 40px;
}

#content hr {
	margin-bottom: 6px;
}


/* ---------- #content child elements required by the content management system ---------- */

/* used for field descriptions, message details IP address display, news date */
#content .tip {
	font-size : 10px;
}

/* on event and news details page, displays the published time and date in a slightly lighter color */
#content .contentDate {
	color: #9F9F9F;
}

/* used by every form to label a required field */
#content .formLabel {
	font-weight : bold;
}

/* used by every form to label an optional field */
#content .formLabelOptional {
	font-weight : bold;
	color : #808080;
}

/* used to alternate row colors in the tables found on forums summary page and forum thread list */
#content .forumsRowAlt1 {
	background-color : #F5F5DC;
}

/* used to alternate row colors in the tables found on forums summary page and forum thread list */
#content .forumsRowAlt2 {
	background-color : #FFFFFF;
}

#content .forumsRowAlt1 a, #content .forumsRowAlt1 a:visited, #content .forumsRowAlt1 a:active {
	color: #000;
}

#content .forumsRowAlt2 a, #content .forumsRowAlt2 a:visited, #content .forumsRowAlt2 a:active {
	color: #000;
}

/* used to display a summary of message for any given tread */
#content .forumSummary {
	font-size : 11px;
}

/* used to display forum text in thread list  */
#content .forumText {
	font-size : 12px;
}

/* used to display server-side validation error messages */
#content .frontError {
	font-weight : bold;
	color : #FF3300;
}

/* used to alternate row color in the table for the shop 'checkout' and 'view cart' page */
#content .shopRowAlt1 {
	background-color : #F5F5DC;
	height: 25px;
}

/* used to alternate row color in the table for the shop 'checkout' and 'view cart' page */
#content .shopRowAlt2 {
	background-color : #FFFFFF;
	height: 25px;
}

#content .shopRowAlt1 a, #content .shopRowAlt1 a:visited, #content .shopRowAlt1 a:active {
	color: #000;
}

#content .shopRowAlt2 a, #content .shopRowAlt2 a:visited, #content .shopRowAlt2 a:active {
	color: #000;
}

/* used to alternate row color in the table for the shop 'checkout' and 'view cart' page */
#content .shoppingCartText {
	font-size : 12px;
}

/* used to display the total cost of the cart on the shop pages */
#content .shoppingCartTotal {
	font-size : 13px;
	font-weight: bold;
	line-height: 20px;
}

/* used on news pages to display stories' links */
#content .newsLinks {
	font-size : 11px;
}

/* used on the shop's product list and product detail page to cross through the original price of an on-sale item */
#content .strikeThrough {
	text-decoration: line-through;
}

/* used on the shop's product list and product detail page to display the reduced price of an on-sale item */
#content .onSale {
	font-weight: bold;
	color: #cc3300;
}

/* used on the shop's product detail page to display a form allowing the user to purchase a product */
#content .shoppingWidget {
	background-color : #FFFFFF;
}

/* used on user login and profile pages to separate the different sections of a form */
#content .formPanel {
	border-style: dotted;
	border-width: thin;
}

/* used to style the labels for the job properties on the position search/list page */
#content .jobs_listHeaders {
	font-weight: bold;
	color: #504880;	
}

/* used to style the buttons on the position details and job search form */
#content .jobs_controls {
	border-width: 1px;
	border-color:#990000; 
	color: #FFFFFF;
	background-color: #f1f2fe;
}

/* used to style the job search form */
#content .jobs_searchPanel {
	border: 1px solid #53760F;
	background-color: #f1f2fe;
	padding: 10px;
}


/* ---------- Styles the floating content generated by the 'images and files' tab 
		 of the page editor, just like the content zone, we had to strike a balance
		 between standards compliance and ease of use ---------- */

#quick_image {
	width: 200px;
	margin: 5px 0 20px 20px;
	border-bottom: 2px solid #53760F;
	float: right;
	display: inline;
}

#quick_image img {
	margin: 0 0 5px 0;
	border: 1px solid #ADB9C3;
}

#quick_image p {
	margin: 0 0 15px 0;
	color: #53760F;
	background-color: inherit;	
	line-height: 15px;
}

#quick_image ul {
	padding: 0;
	list-style: none;
}

#quick_image li {
	padding: 0 0 5px 23px;
	line-height: 15px;
	background-position: 0 0;
	font-size: 12px;
}

#quick_image li.linkDesc {
	margin-bottom: 10px;
}

/* ----------- Linkology ----------- */

#quick_image a:link, #quick_image a:visited {
	color: #C00;
	background-color: inherit;
}

#quick_image a:hover {
	color: #53760F;
	background-color: inherit; 
}


/* -------------------------- Footer navigation -------------------------- */

#bottom_nav {
	margin: 5px 10px 0 0;
	text-align: right;
	float: right;
	display: inline;
	width: 520px;
 	height: 30px;
}

#bottom_nav li {
	padding: 0 0 0 5px;
	font-size: 70%;
	display: inline;
}

#bottom_nav img {
	vertical-align: middle;
}

#bottom_nav li a:link, #bottom_nav li a:visited {
	text-decoration: underline;
	color: #594E9C;
	background-color: inherit;
}

#bottom_nav li a:hover {
	text-decoration: underline;
	color: #C00;
	background-color: inherit;
}


/* ------------------------- Clearing Class -------------------------- */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}


/* --------------------------- Icon Image Paths--------------------------- */

.iconAdminArrow {
	background:  url(/csses/web_20/icons/icon_admin_arrow.gif) no-repeat;
}

.iconFoldOpen {
	background: url(/csses/web_20/icons/icon_folder_open.gif) no-repeat;
}

.iconFoldClosed {
	background: url(/csses/web_20/icons/icon_folder_closed.gif) no-repeat;
}

.iconExtLink {
	background: url(/csses/web_20/icons/icon_externalLink.gif) no-repeat;
}

.iconDocuOff {
	background:  url(/csses/web_20/icons/icon_document_off.gif) no-repeat;
}

.iconDocuOn {
	background:  url(/csses/web_20/icons/icon_document_on.gif) no-repeat;
}

.iconBack {
	background:  url(/csses/web_20/icons/icon_back.gif) no-repeat;
}

.iconDocuEdit {
	background: url(/csses/web_20/icons/icon_document_edit.gif) no-repeat;
}

.iconLogOut {
	background: url(/csses/web_20/icons/icon_logout.gif) no-repeat;
}

.iconHome {
	background: url(/csses/web_20/icons/icon_home.gif) no-repeat;
}


/* ------------------------- Unused Extra DIV Elements for this style sheet ------------------------- */

/* #extra_1 and #extra_2 are in the #header div */
/* #extra_3, #extra_4 and #extra_5 are in the #nav_wrapper div */
/* #extra_6, #extra_7, #extra_8, #extra_9 are in the #content_wrapper div */
/* #extra_10 is in the #content div */
/* #extra_11, #extra_12 and #extra_13 are in the #wrapper div */
/* #extra_14 and #extra_15 are in the body */

#extra_1, #extra_2, #extra_8, #extra_9, #extra_10, #extra_11, #extra_12, #extra_13, #extra_14 {
	display: none;
}


/* ------------------------- Extra DIV Element Specifications ------------------------- */

#extra_3 {	/* In this style sheet, used for the top nav bar corners */
	width: 187px;
	height: 21px;
	background: url(/csses/web_20/images/nav_top.gif) no-repeat 0 0;
}

#extra_4 {	/* In this style sheet, used for the bottom nav bar corners */
	width: 187px;
	height: 20px;
	background: url(/csses/web_20/images/nav_bottom.gif) no-repeat 0 0;
}

#extra_5 {	/* In this style sheet, used for the large Exclamation Point */
	position: absolute;
	top: 160px;
	left: -73px;
	width: 73px;
	height: 484px;
	background: url(/resources/6795/assets/site_files/exclamation3.gif) no-repeat 0 0;
}

#extra_6 {	/* In this style sheet, used for the top Content Corners */
	width: 633px;
	height: 21px;
	background: url(/resources/6795/assets/site_files/content_top2.gif) no-repeat 0 0;
}

#extra_7 {	/* In this style sheet, used for the bottom Content Corners */
	width: 633px;
	height: 20px;
	background: url(/resources/6795/assets/site_files/content_bottom2.gif) no-repeat 0 0;
}

#extra_15 {	/* In this style sheet, used for to give 20px of space between the bottom of the wrapper and the bottom of the viewport*/
	height: 20px;
}

#horiz_panel { 	display: none; }

