/* CSS Document */
body { 
	background-color: transparent; 
	width: 100%; 
	height: 100%;	
	 }
	 
#Body{    
	background:url('images/background.jpg'); 	
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: transparent; 
	width: 100%; 
	height: 100%;	 
	 }
	  
form { height: 100%; }

.fixedwidth { width:900px; height:100%; }
.fullwidth { width:100%; height:100%; }

/*-------- design style --------*/
.page_bg_left{ background:url(images/pagebg_left.jpg) repeat-y left; width:18px; }
.page_bg_right{ background:url(images/pagebg_right.jpg) repeat-y right; width:18px; }
.page_top { vertical-align:top; width:100%; background:#ffffff; }
.page_bottom { vertical-align:bottom; }
.logo_style { padding: 5px 5px 4px 5px; text-align:left; background-color:#69A164;}
.user_style { padding:0px 15px 0px 10px;  text-align:right;}
.menu_bg { background:url(images/Green_r3_c1.jpg) repeat-x top; height:45px; padding: 1px 10px 0px 10px; }
.bread_bg { background:url(images/Green_r7_c1.jpg) repeat-x; height:30px; padding: 0px 15px 0px 15px; }
.content_style { padding:6px; text-align:center; vertical-align:top; }
.footer_style { height:54px; line-height:54px; text-align:right; padding-right:10px; background:url(images/Green_r11_c1.gif) repeat-x; }
.header_div {
	text-align:right;
	color: white;	
	padding-right:20px;
	padding-top:0px;
}

/*--------- pane style ----------*/
.controlpanel { width: 100%; background-color: #FFFFFF; }
.headerpane { padding: 0px 0px 0px 0px;}
.bannerpane { padding: 0px 0px 0px 0px; }
.toppane { padding:2px 6px 2px 6px; }
.leftpane { padding:2px 6px 2px 6px; }
.contentpane { padding:2px 6px 2px 6px; }
.rightpane { padding:2px 6px 2px 6px; }
.bottompane { padding:2px 6px 2px 6px; }

/*--------- Default style ----------*/
.Head{ font-size:13px; font-weight:bold; color:#000000; }
.SubHead{ font-size:12px; font-weight:bold; color:#000000; }
.SubSubHead{ font-size:12px; color:#000000; }
.Normal{ font-size:12px; color:#333333; font-weight: normal; }
.TH,TD,DIV,P,TABLE { font-size: 12px; color: #000000; font-family: Verdana, Arial,  Helvetica, sans-serif; }

A:link { color :#333333; text-decoration : none; }
A:active { color :#333333; text-decoration : underline; }
A:hover { color :#000000; text-decoration : underline; }
A:visited { color:#333333;}

.headerLinks { color :#ffffff;}
A.headerLinks:link { color :#ffffff; text-decoration : none; }
A.headerLinks:active { color :#ffffff; text-decoration : none; }
A.headerLinks:hover { color :#dddddd; text-decoration : underline; }
A.headerLinks:visited { color :#ffffff; text-decoration : none; }

/*--------- Menu style ----------*/
.MainMenu_MenuContainer { background-color: transparent; width:100%;}
.MainMenu_MenuBar { }
.MainMenu_MenuArrow { display: none;}
.MainMenu_RootMenuArrow { display: none; }
.MainMenu_MenuIcon { display: none;}
.MainMenu_MenuBreak { border: transparent 0px solid; background-color: transparent; height: 1px; }

.RootMenuItem TD { padding:0px 10px 0px 10px; height:44px; font-size:13px; font-weight:bold; color:#FFFFFF; text-align:center; }
.RootMenuItemSel TD { padding:0px 10px 0px 10px; height:44px; font-size:13px; font-weight:bold; color: #ffffff; text-align:center; background:url(images/Green_r4_c5.jpg) repeat-x bottom; }
.RootMenuItemHover TD { padding:0px 10px 0px 10px; height:44px; font-size:13px; font-weight:bold; color:#ffffff; text-align:center; background:url(images/Green_r4_c5.jpg) repeat-x bottom; }

.MainMenu_MenuItem { padding:5px 25px 5px 13px; border:0pt none; font-size: 11px; color: #444444; font-weight: bold;}
.MainMenu_MenuItemSel { background-color: transparent; cursor: hand; }
.Submenu { border:1px #5FA558 dotted; cursor:pointer; margin-top: 0px; margin-left: 0px; z-index: 1000; font-size: 11px;  color: #333333; font-weight: bold; background: #cecece; }
.Submenuitemselected,Submenuitembreadcrumb { padding:5px 25px 5px 13px; border:0pt none; margin-top: 0px; margin-left: 0px;  font-size: 11px;  color: #FFFFFF; font-weight: bold; background: #333333; }

/*--------- CommandButton style ----------*/
.CommandButton { font-size : 10px; font-weight : normal; color: #0033CC; text-decoration: none; }
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active { font-size : 10px; font-weight : normal; color : #0033CC; text-decoration : underline; }
A.CommandButton:hover { font-size : 10px; font-weight : normal; color : #0033CC; text-decoration : none; }

/*--------- Login style ----------*/
.Login, A.Login:link, A.Login:visited, A.Login:active{ padding:2px 0px 2px 22px; font-size:10px; color:#333333; height:15px; text-decoration:none; }
A.Login:hover { font-size:10px; font-weight : normal; color: #3e3760; text-decoration:none; }

/*--------- User style ----------*/
.User, A.User:link, A.User:visited, A.User:active{ padding:2px 6px 2px 22px; font-size:10px; color:#333333; height:15px; text-decoration:none; }
A.User:hover { font-size:10px; font-weight : normal; color: #3e3760; text-decoration:none; }


/*--------- Breadcrumb style ----------*/
.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active { color:#333333; font-size:12px; text-decoration:none; }
A.Breadcrumb:hover  { color:#5FA558; font-size:12px; text-decoration:none; }

/*--------- Footer style ----------*/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active { font-size:10px; font-weight:bold; color:#000000; text-decoration:none; }
A.Footer:hover { font-size:10px; font-weight:bold; color :#5FA558; text-decoration : none;}

