/*********************************************** APPICATION STYLESHEETS *************************************************************************/
/*	
	Description: Global styles of other components
	Author: ArkIT Team
	Copyright (c) ArkIT 2008.
*/
/*************************************************************************************************************************/


/*************************************************************************************************************************/
/*	
	Description: Global styles for WebBox-es
*/
/*************************************************************************************************************************/

/****************************************** Global HTML Stucture *************************************************/

a, a.link_editor{
	color:#92a74b;
	text-decoration: none;
}
a:hover, a.link_editor:hover {
	text-decoration: underline;
}
td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	FONT-SIZE: 11px;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

.left_border {
	background-image: url(../graphics/left_border.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.right_border {
	background-image: url(../graphics/right_border.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#footer {
	clear:both;
	float:left;
	width: 900px;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
}

/****************************************** Global HTML Stucture *************************************************/

/****************************************** TopNavigation *************************************************/
ul.top_nav_menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	vertical-align: bottom;
	display: inline;
	width: auto;
}
ul.top_nav_menu li{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
ul.top_nav_menu li a  {
	font-weight: normal;
	color:#92A74B;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
ul.top_nav_menu li a:hover {
	color: #92A74B;
	text-decoration: underline;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
ul.top_nav_menu li.top_nav_separator{
	width: 10px;
	text-align: center;
	color:#92A74B;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
ul.top_nav_menu li a.active  {
	font-weight: normal;
	color: #92A74B;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
ul.top_nav_menu li a.active:hover {
	text-decoration: underline;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
/****************************************** TopNavigation *************************************************/

/****************************************** HeaderNavigation *************************************************/
.horizontal_nav {
	/*width: 100%; */
	background-color: #e3f1d6; 
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	/*border: 1px solid #FF0000;*/
}
ul.header_nav_menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*white-space: nowrap;
	vertical-align: middle;*/
	font-size: 12px;
	/*border: 1px solid #0000FF;
	height: 30px;*/
}
/*ul.header_nav_menu li{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	height: auto;
}


ul.header_nav_menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#727d49;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 5px 0px 0px 0px;
	padding: 3px 10px 3px 10px; 
	display: inline-block;
	text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

ul.header_nav_menu li.separator a,
ul.header_nav_menu li.separator a:hover{
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px; 
	background-color: transparent;
	width: 10px;
}

ul.header_nav_menu li.active a,
ul.header_nav_menu li.active a.current {
	text-decoration: none;
	color: #ffffff;
	background-color: #727d49;
}
ul.header_nav_menu li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #727d49; 
}*/
/*ul.header_nav_menu li a.active  {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #68A351;
	margin: 0px 7px 0px 7px;
	padding: 5px 10px 5px 10px;
}
ul.header_nav_menu li a.active:hover {
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #68A351;
	margin: 0px 7px 0px 7px;
	padding: 5px 10px 5px 10px;
}*/
/****************************************** HeaderNavigation *************************************************/

/************************************* Footer Navigation *********************************************************/

ul.footer_nav_menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	vertical-align: middle;
}
ul.footer_nav_menu li{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
ul.footer_nav_menu li a  {
	font-weight: normal;
	color:#92A74B;
	text-decoration: none;
	white-space: nowrap;
}
ul.footer_nav_menu li a:hover {
	color: #92A74B;
	text-decoration: underline;
	white-space: nowrap;
}
ul.footer_nav_menu li.footer_nav_separator{
	width: 10px;
	text-align: center;
	color:#92A74B;
	white-space: nowrap;
}
ul.footer_nav_menu li a.active  {
	font-weight: normal;
	color: #92A74B;
	text-decoration: none;
	white-space: nowrap;
}
ul.footer_nav_menu li a.active:hover {
	text-decoration: underline;
	white-space: nowrap;
}
.fNav{
	text-decoration: none;
	color:#666666;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 9px 0px 10px;
}
.fNav:hover{
	text-decoration: none;
	color:#666666;
	font-size: 11px;
	margin: 0px 9px 0px 10px;
} 
.fNavSel{
	text-decoration: none;
	color:#666666;
	font-size: 11px;
	margin: 0px 9px 0px 10px;
}
.fNavSel:hover{
	text-decoration: none;
	color:#666666;
	font-size: 11px;
	margin: 0px 9px 0px 10px;
}

/************************************* Footer Navigation *********************************************************/
/******************* LeftNavigationTemplate Elements**********************/
/*
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
 	white-space: nowrap;
*/
#navleftcontainer
{
	/*color: #727D49;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;	
	display: block;
	padding: 17px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(../graphics/box_back_green.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E9F2DD;*/
}
.myBox {
    margin: 5px 0px 5px 0px;
    color: #727D49;
    width: 160px;
    padding: 9px 7px 9px 7px;
    background-color: #D5E8C1;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.myBox_selected {
    margin: 5px 0px 5px 0px;
    color: #EFF4EC;
    width: 160px;
    padding: 9px 7px 9px 7px;
    background-color: #C5E1AA;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*----   niveli 1   ----*/

#navleftcontainer ul{
	padding:0px 20px 10px 0px;
	margin:0px 0px 0px 0px;
}
#navleftcontainer ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#navleftcontainer ul li a {
	color: #727d49;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 23px;
	text-decoration: none;
	display: block;
	width: auto;
	background-image: url(../graphics/item_date_bullet_green.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#navleftcontainer ul li a:hover {
	color: #3b4907;
	text-decoration: underline;
	width: auto;
}
/*----   niveli 1   ----*/
/*----   niveli 2   ----
#navleftcontainer ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 26px;
	list-style-image: url(../graphics/bullet_nav2.gif);	
}
#navleftcontainer ul ul li a {
	color: #727d49;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-image: url(../graphics/bullet_nav2.gif);	
}
#navleftcontainer ul ul li a:hover {
	color: #3b4907;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	list-style-image: url(../graphics/bullet_nav2_hover.gif);	
}*/
/*----   niveli 2   ----*/

/****************************************************************************/


/************************ FORM ELEMENTS ***********************************************/
select{
	FONT-SIZE: 10px;
	COLOR: #504E4E;
	height: 18px;
}

input{
	FONT-SIZE: 10px;
	COLOR: #504E4E;
	height: 18px;
}

input.txtBoxdefault{
	BORDER: #b3b293 1px solid;
	FONT-SIZE: 10px;
	WIDTH: 97px; 
	COLOR: #504E4E;
	HEIGHT: 15px;
}
input.txtBox160{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border:1px solid  #b3b293;
	FONT-SIZE: 12px;
	WIDTH: 160px; 
	COLOR: #504E4E;
	HEIGHT: 20px;
}
textarea.txtBox160{
	border:1px solid  #b3b293;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #604F47;
	background-color:#ffffff;
}

textarea.txtArea{
	color: #504E4E;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	HEIGHT:70px;
	WIDTH: 250px;
	border:1px solid  #b3b293;
    background-color : #ffffff
}

/************************ FORM ELEMENTS ***********************************************/


/******************************* workgroup elements*****************************/

#workgroup{
	position: absolute;
	top: 9px;
	padding-left: 280px;
	width:499px;
}

/******************************* workgroup elements*****************************/


/*************************************************************************************************************************/
/*	
	Description: Global styles for NEM Modules
*/
/*************************************************************************************************************************/


/************************************* Search Results Module ******************************************************/


.navTitleList{
	font-weight: bold;
	font-size:14px;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

.navList {
	TEXT-DECORATION:none; 
	FONT-SIZE: 11px;
	font-weight:normal;
	COLOR: #827868;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;

}

a.navList:link {
	TEXT-DECORATION:none; 
	FONT-SIZE: 11px;
	font-weight:normal;
	COLOR: #827868;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;

}
a.navList:active {
	TEXT-DECORATION:none; 
	FONT-SIZE: 11px;
	font-weight:normal;
	COLOR: #827868;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}
a.navList:visited {
	TEXT-DECORATION:none; 
	FONT-SIZE: 11px;
	font-weight:normal;
	COLOR: #827868;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	}
a.navList:hover {
	TEXT-DECORATION:underline; 
	FONT-SIZE: 11px;
	font-weight:normal;
	COLOR: #827868;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

.rel_art_link {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B3B293;
}	

.greenfour {
background-color:#ffffff;
}
.greenthree {
background-color:#ffffff;
}
.greenone {
	color:#000000;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}
.graygobtn{
	font:bold 11px tahoma;
	color:#ffffff;
	border:0px solid black;
	padding: 3px 3px 5px 3px;
	height: 20px;
	background-color:#CD0004;
}	
/************************************* Search Results Module ******************************************************/


/************************************* List Item Collector ******************************************************/

a.title_link_sh:link {
	color:#000000;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	text-decoration: none;

}
a.title_link_sh:active {
	color:#000000;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	text-decoration: none;

}
a.title_link_sh:visited {
	color:#000000;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	
}
a.title_link_sh:hover {
	text-decoration:underline; 
	color:#000000;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px; 
	font-weight: bold;
	text-align: left;

 }
 .listpadditem{
 	FONT-WEIGHT: normal;
 	FONT-FAMILY: Arial, Helvetica, sans-serif;
 	font-size:11px;
 	padding: 0px 0px 0px 0px;
 
 }
 
 .divpadditem{
 	display:inline;
 	padding:0px 10px 0px 10px;
 	FONT-WEIGHT: normal;
 	FONT-FAMILY: Arial, Helvetica, sans-serif;
 	font-size:12px;
 	width:auto;
 	white-space: nowrap;
 
 }
 
 #divpadditem{
 	display:inline;
 	padding:0px 10px 0px 10px;
 	FONT-WEIGHT: normal;
 	FONT-FAMILY: Arial, Helvetica, sans-serif;
 	font-size:12px;
 	width:auto;
 	white-space: nowrap;
 
 }
 
 .imgpadditem{
 	display:inline;
 	
 }
 
 #imgTab{
 	background-color:#fff;
 }
 
 #imgDiv{
 	padding: 0px 0px 0px 0px;
 	margin:0;
 }

/************************************* List Item Collector ******************************************************/


/****************************** Site Map Module **********************************************/

.sitemap_first {
	padding: 5px 0px 5px 5px;
}
a.sitemap_first_txt{
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #604F47;
}

.sitemap_second {
	padding: 10px 0px 10px 10px;

}
.sitemap_second_txt {
    font-weight: normal;	
	text-align: left;
	font-size: 12px;
	color: #CD0004;
	text-decoration: none;
}
.sitemap_third {
	padding: 10px 10px 10px 20px;
}
.sitemap_third_txt{
	font-weight: normal;	
	text-align: left;
	font-size: 12px;
	color: #CD0004;
	text-decoration: none;
}
.sitemap_fourth {
	padding: 10px 15px 10px 30px;
}
.sitemap_fourth_txt {
	font-weight: normal;	
	text-align: left;
	font-size: 12px;
	color: #CD0004;
	text-decoration: none;
}
/****************************** Site Map Module **********************************************/

/****************************** Print Email Module ******************************************/
#print_email_module{
	margin: 0;
	padding: 3px 0px 0px 0px;
}

#print_email_module .print_icon img,
#print_email_module .email_icon img,
#print_email_module .close_icon img{
	width: 16px;
	height: 16px;
	border: none;
	background-image: url(../graphics/print_email_icon.png);
}

#print_email_module a.print_icon img{
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#print_email_module a.print_icon:hover img{
	background-position: -20px 0px;
}


#print_email_module a.email_icon img{
	background-image: url(../graphics/print_email_icon.png);
	background-repeat: no-repeat;
	background-position: -40px 0px;
}

#print_email_module a.email_icon:hover img{
	background-position: -60px 0px;
}

#print_email_module a.close_icon img{
	background-repeat: no-repeat;
	background-position: -80px 0px;
}

#print_email_module a.close_icon:hover img{
	background-position: -100px 0px;
}
/****************************** Print Email Module ******************************************/

/****************************** Location Path Module ****************************************/
#locationa_path_module{
	padding: 0;
	margin: 0;
}

#locationa_path_module a.current_text_1,
#locationa_path_module a.path_text{
	color: #92a74b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#locationa_path_module a.current_text_1:hover,
#locationa_path_module a.path_text:hover{
	color: #727d49;
	text-decoration: underline;
}

#locationa_path_module a.current_text{
	color: #727d49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#locationa_path_module a.current_text:hover{
	text-decoration: underline;
}

#locationa_path_module .separator{
	color: #92a74b;
	margin: 0px 5px 0px 5px;
}

/****************************** Location Path Module ****************************************/

/************************ Forgot Password Module  ************************************/

.graygobtnBlue{
	font:bold 11px tahoma;
	color:#ffffff;
	border:0px solid black;
	padding: 3px 3px 5px 3px;
	height: 20px;
	background-color:#65615B;
}

/************************ Forgot Password Module  ************************************/


/************************ Global Template Componente  ************************************/

.graygobtnBlue{
	font:bold 11px tahoma;
	color:#ffffff;
	border:0px solid black;
	padding: 3px 3px 5px 3px;
	height: 20px;
	background-color:#65615B;
}

/************************ Feedback Module  ************************************/
input.feedbutton
{
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #604F47;
	height:24px;
	border:1px solid  #b3b293;
	width:43px;
	background-color:#ffffff;
	margin: 5px 5px 5px 5px
}
input.subbtn
{
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #604F47;
	height:24px;
	border:1px solid  #b3b293;
	width:43px;
	background-color:#ffffff;
	margin: 5px 5px 5px 5px
}
input.txtBox160{
	border:1px solid  #b3b293;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #604F47;
	background-color:#ffffff;
}
input.txtArea{
	border:1px solid  #b3b293;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #604F47;
	background-color:#ffffff;
	}

/************************ Feedback Module  ************************************/

/************************ Global Template Componente  ************************************/

.fullbox_right{
	border:1px solid #D7D5D5;
 }
 
.table_title01{
 	background-color: #E8E3DD;
 }
 
.fullbox_right_bg{
 	background-color: #DFEDF4;
 }
 .fullbox_bg{
  	background-color: #E8E3DD;
 }
/* element right */
.right_img{
	background-image: url(../graphics/image_templates/right_back.gif);
	background-repeat: repeat-y;
}
.right_img_trans{
	background-color:#B3D5E7; 
	background-image: url(../graphics/image_templates/right_back_trans.gif);
	background-repeat: repeat-y;
}
.right_img_white{
	background-color:#ffffff; 
	background-image: url(../graphics/image_templates/right_back_trans.gif);
	background-repeat: repeat-y;
}
 td.right_header{
	background-image: url(../graphics/image_templates/left.gif);
	background-repeat: no-repeat;
	background-color : #E8E3DD;
	padding-left: 24px;
	padding-right: 4px;	
	text-align: left;
	height: 20px;
	background-position: 2px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;	
}
.separator_line1{
	background-image: url(../graphics/image_templates/line_point1.gif);
}
.separator_line2{
	background-image: url(../graphics/image_templates/line_point1.gif);
}	

td.right_grey_nav{
	background-image: url(../graphics/image_templates/grey_tree.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 4px;	
	text-align: left;
	height: 20px;
	background-position: top 1px;	
	padding-bottom: 4px;
}


#vertical_brown{
	background-image: url(../graphics/vertical_brown_dot.gif);
	background-repeat: x-repeat;
	width:100%;
}

#vertical_red{
	background-image: url(../graphics/vertical_red_dot.gif);
	background-repeat: x-repeat;
	width:100%;

}

/************************ Global Template Componente  ************************************/
/************************ Pop Up Light Box  ************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../graphics/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../graphics/overlay.png);
	filter:alpha(opacity=85);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../graphics/overlay.png", sizingMethod="scale");*/
	}
	
/************************ Pop Up Light Box  ************************************/


.bottom{
background-image:url('../graphics/bottom.gif'); 
background-repeat:repeat;
}

.up{
background-image:url('../graphics/up.gif'); 
background-repeat:repeat;
}

.bgGrey{
background-color:#eee; 
}


/************************ Main Template Styles  ************************************/
#MainWraper{
	background-color: #ffffff;
	height: 100%;
}

#Header{
	margin: 3px 0px 10px 0px;
}

#HeaderArea{
	position: relative;
}

.header_left{
	background-image: url(../graphics/header_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 32px;
	/*border: 1px solid #ff0000;*/
	width: 730px;
}

#LogoArea{
	vertical-align: bottom;
	width: 170px;
	/*border: 1px solid #00ff00;*/
}

#BannerArea{
	/*height: 100px;*/
	clear: both;
	/*border: 1px solid #ff0000;*/
}

#TopNavigationArea{
	text-align: right;
	display: block;
	width:100%;
	/*border: 1px solid #FF0000;
	float: right;*/
	margin: 10px 0px 10px 0px;
}
/***** Kusht per te rregulluar zhvendosje qe del ne simple mode ***/
#TopNavigationArea .simpletab{
	display: inline;
}
/***** Kusht per te rregulluar problemin qe del ne simple mode ***/

#LanguageArea{
	/*width: 65px;
	float: right;*/
	display: inline;
	width: auto;
}

#DonorLogoArea{
	position: absolute;
	width: 381px;
	height: 50px;
	top: 47px;
	right: 0px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 5px;
	background-color: #fff;
	text-align: right;
	/*border: 1px solid #ff0000;*/
}

#DonorLogoArea img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#HeaderNavigationArea{
	height: 30px;
	margin: 0px 0px 15px 0px;
	background-color: #e3f1d6;
}

.location_print_email_container{
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid #e9f2dd;
}

#location_path_area{
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 25px;
	background-image: url(../graphics/bullet_nav.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	height: 25px;
}

#print_email_area{
	width: 65px;
	text-align: right;
	vertical-align: middle;
	padding: 0px 10px 0px 0px;
	height: 25px;
}
/*********** Footer Area *********/
.footer_area{
	height: 45px;
	background-color: #e9f2dd;
	margin: 15px 0px 15px 0px;
}

.copyright_area {
	color: #92A74B;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
	padding-left: 10px;
}

.footer_nav_area{
	padding-right: 10px;
}

/*********** Footer Area *********/

/************************ Main Template Styles  ************************************/
