/* CSS for general contents page */

/* Nav shadow */
#nav_shadow 
{
	width:100%; 
	height:6px; 
	background-image:url("/Images/template/nav_shadow_2.png");
	background-repeat:repeat-x;
	background-position:top left; 
	float:left;
	overflow:hidden; /* < IE6 height fix */
}

/* Breadcrumb area */

#breadcrumb_area { 
	font-size:0.8em; 
	font-weight:bold; 
	width:100%; 
	padding-top:7px; 
	padding-bottom:7px; }
	
  #breadcrumb_area a { 
	  font-weight:normal; 
  }
  
  #breadcrumb_area .bc_current_page {
	  font-weight:bold;
  }

/* Content page wrappers */
#content_area { 
	width:948px; 
	float:left; 
	padding-left:10px; 
}

  /* The left side of the content page  */
  
  #left_area {
	  width:720px;
	  float:left;
  }
  
	#content_box {
		padding:10px;
		border:1px solid #dddddd;
		margin-bottom:10px;
		width:700px;
	}
	
   @media screen {
	  #content_box { overflow:hidden; }
   }
	  
	  #title_area
	  {
		  width:100%;
		  border-bottom:1px solid #dbdbdb;
		  margin-bottom:5px;
		  overflow:hidden;
	  }
	  
		#title_area #page_title
		{
			float:left;
			width:69%;
		}
		
		#title_area #page_title h1
		{
			margin-bottom:5px;
		}
		
		#title_area #page_functions 
		{
			top:0px;
			position:relative;
			float:right;
		}
		
		#title_area #page_info
		{
			font-size:0.9em;
			color:Gray;
			padding:0px;
			margin:0px;
			position:relative;
			float:right;
			font-weight:bold;
			width:29%;
			text-align:right;
			top:5px;
		}
		
		#title_area #updated_info p
		{
	
		}
		  
	  #page_area {
		 width:100%;
	  }
	  
		
		#page_area .CrsSubHeader 
		{
			border-bottom:1px solid #dbdbdb;
			Width:75%;
			padding:2px;
			margin:24px 0px 8px 0px;
			font-size:1.2em;
		}
		
		#page_area .CentreObject 
		{
			text-align:center;
		}
		
		#page_area .PaginateWrapper
		{
			width:100%;
			padding-top:15px;
			padding-bottom:15px;
		}
		
		#page_area .PaginateWrapper .Left
		{
			float:left;
			width:48%;
			text-align:left;
		}
		
		#page_area .PaginateWrapper .Right
		{
			float:right;
			width:48%;
			text-align:right;
		}
		
		#page_area .UnderlineText 
		{
			width:100%;
			border-bottom:1px solid #DDDDDD;
			margin-top:5px;
			margin-bottom:5px;
		}
  
	#other_pages_box
	{
		width:700px;
		padding:10px;
		border:1px solid #dddddd;
		margin-bottom:10px;
	}
	
	.other_pages_box
	{
		width:700px;
		padding:10px;
		border:1px solid #dddddd;
		margin-bottom:10px;
	}
  
	.other_pages_box_no_border
	{
		width:700px;
		padding:0px 10px 0px 10px;
	} 
  
  /* Right area of the contents page */
  
  #right_area {
	  width:200px;
	  float:right;
	  padding-right:10px;
  }
  
	.user_panel
	{
		width:194px;
		margin-bottom:15px;	
	}
	
	.user_panel .user_panel_top
	{
		height:16px;
		width:100%;
	}
	
	.user_panel .user_panel_top .top_left
	{
		width:16px;
		height:21px;
		background-image:url(../Images/template/user_panel_tl.gif);
		background-position:top left;
		background-repeat:no-repeat;
		float:left;
	}
	
	.user_panel .user_panel_top .top_middle
	{
		height:21px;
		width:162px;
		background-image:url(../Images/template/user_panel_header.gif);
		background-position:top left;
		background-repeat:repeat-x;
		float:left;
		font-weight:bold;
		text-align:center;
		font-size:12px;
		color:#FFFFFF;
	}
	
	.user_panel .user_panel_top .top_right
	{
		width:16px;
		height:21px;
		background-image:url(../Images/template/user_panel_tr.gif);
		background-position:top left;
		background-repeat:no-repeat;
		float:left;
	}
	
	.user_panel .user_panel_middle 
	{
		width:192px;
		background-color:#ececec;
		border-left:1px solid #b69ba0;
		border-right:1px solid #b69ba0;
	}
	

	.user_panel .user_panel_middle .panel_row
	{
		width:100%;
		padding:1px 0px 1px 0px;
	}
	
		.user_panel .user_panel_middle .panel_row .std_ul
		{
			margin:0px 0px;
			padding:0px 0px 0px 20px;
		}
		
		.user_panel .user_panel_middle .panel_row .std_ol
		{
			margin:0px 0px;
			padding:0px 0px 0px 25px;	
		}
		
		.user_panel .user_panel_middle .panel_row p
		{
			padding-left:5px;
		}
	
		.user_panel .user_panel_middle .panel_row .cell_left 
		{
			width:40%;
			float:left;
			padding:5px;
			text-align:right;
			font-size:12px;
		}
		
		.user_panel .user_panel_middle .panel_row .cell_right
		{
			width:45%;
			float:left;
			padding:5px;
		}
		
		.user_panel .user_panel_middle .panel_row .cell_full 
		{
			width:90%;
			padding:5px;
		}
	
	.user_panel .user_panel_bottom 
	{
		width:100%;
		height:16px;
	}
	
	.user_panel .user_panel_bottom .bottom_left
	{
		height:16px;
		width:16px;
		background-image:url(../Images/template/user_panel_bl.gif);
		background-position:left;
		background-repeat:no-repeat;
		float:left;
	}
	
	.user_panel .user_panel_bottom .bottom_middle 
	{
		height:15px;
		width:162px;
		background-color:#ececec;
		border-bottom:1px solid #b69ba0;
		float:left;
	}
	
	.user_panel .user_panel_bottom .bottom_right
	{
		height:16px;
		width:16px;
		background-image:url(../Images/template/user_panel_br.gif);
		background-position:left;
		background-repeat:no-repeat;
		float:left;
	}
	
	a.btn_text_small
	{
		background-image:url(../Images/template/btn_small_font.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		display:block;
		float:left;
		margin:4px 2px 2px 0px;
	}
	
	a.btn_text_small_selected
	{
		background-image:url(../Images/template/btn_small_font_selected.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:22px;
		height:22px;
		display:block;
		float:left;
		margin:2px 2px 2px 0px;
	}
	
	a.btn_text_medium
	{
		background-image:url(../Images/template/btn_medium_font.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:22px;
		height:22px;
		display:block;
		float:left;
		margin:4px 2px 2px 2px;
	}
	
	a.btn_text_medium_selected
	{
		background-image:url(../Images/template/btn_medium_font_selected.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:26px;
		height:26px;
		display:block;
		float:left;
		margin:2px;
	}
	
	a.btn_text_large
	{
		background-image:url(../Images/template/btn_large_font.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:26px;
		height:26px;
		display:block;
		float:left;
		margin:4px 2px 2px 2px;
	}
	
	a.btn_text_large_selected
	{
		background-image:url(../Images/template/btn_large_font_selected.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:30px;
		height:30px;
		display:block;
		float:left;
		margin:2px;
	}
	
	a.btn_bg_white 
	{
		background-image:url("../images/template/btn_bg_white.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:14px;
		height:14px;
		display:block;
		float:left;
		margin:4px 2px 2px 0px;
	}
	
	a.btn_bg_white_selected
	{
		background-image:url("../images/template/btn_bg_white_selected.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		display:block;
		float:left;
		margin:2px 2px 2px 0px;
	}
	
	a.btn_bg_pale_yellow
	{
		background-image:url("../images/template/btn_bg_pale_yellow.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:14px;
		height:14px;
		display:block;
		float:left;
		margin:4px 2px 2px 2px;
	}
	
	a.btn_bg_pale_yellow_selected
	{
		background-image:url("../images/template/btn_bg_pale_yellow_selected.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		display:block;
		float:left;
		margin:2px;
	}
	
	a.btn_bg_yellow 
	{
		background-image:url("../images/template/btn_bg_yellow.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:14px;
		height:14px;
		display:block;
		float:left;
		margin:4px 2px 2px 2px;
	}
	
	a.btn_bg_yellow_selected
	{
		background-image:url("../images/template/btn_bg_yellow_selected.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		display:block;
		float:left;
		margin:2px;
	}
	
	a.btn_bg_blue 
	{
		background-image:url("../images/template/btn_bg_blue.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:14px;
		height:14px;
		display:block;
		float:left;
		margin:4px 2px 2px 2px;
	}
	
	a.btn_bg_blue_selected
	{
		background-image:url("../images/template/btn_bg_blue_selected.png");
		background-position:top left;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		display:block;
		float:left;
		margin:2px;
	}
	
	a.disabledgo {
		background-image:url(../Images/Logos/Disabled_Go.gif);
		background-repeat:no-repeat;
		background-position:top left;
		width:100px;
		height:63px;
		display:block;
		margin:0px;
		padding:0px;
	}
	
	.object_wrapper
	{
		width:100%;
		padding:0.8em 0em 0.8em 0em;
		border-bottom:1px solid #dbdbdb;
	}
	
	.object_wrapper_top
	{
		margin-top:1.6em;
		width:100%;
		padding:0.8em 0em 0.8em 0em;
		border-bottom:1px solid #dbdbdb;
		border-top:1px solid #dbdbdb;
	}

.warning
{
	width:95%;
	padding:10px;
	text-align:center;
	border:3px solid red;
	color:Red;
}

#bottom_area {
	padding:20px 0px;
	clear:both;
	width:100%;
	text-align:right;
}
	
	#bottom_area #top_of_page_arrow 
	{
		background-image:url("../images/template/arrow_up_blue.gif");
		background-repeat:no-repeat;
		background-position:left;
		float:right;
		padding-left:10px;
		margin-right:10px;
		width:45px;
		text-align:left;
	}
	
	#bottom_area #back_arrow
	{
		background-image:url("../images/template/arrow_left_blue.gif");
		background-repeat:no-repeat;
		background-position:left;
		float:left;
		width:35px;
		text-align:left;
		padding-left:10px;
		margin-left:10px;
	}

