/* CSS Document */

.c_head{padding:0; margin:12px 0;text-align:left;}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1{float:left;}
.c_head h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;}
.title_vis{margin:0; float:right;}

.c_content{clear:both;}
.c_contentpane{padding:0px 0 0 0; text-align:left;}
.c_footer {margin-bottom:20px;padding:0; text-align:right;}



/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}

.blue_bg {background:#d4e5f4; padding:3px 7px 3px 7px; border-left:3px solid #396e9d;  border-right:3px solid #396e9d;}
.blue_back_content {padding:15px 0 5px 0;}
.blue_back_content a, .blue_back_content a:active, .blue_back_content a:link {color:#a51e22; text-decoration:none;}
.blue_back_content a:hover {color:#df9644;}

.round_top{ height:3px; width:100%; background-image:url(images/topbg.jpg); background-position:top left; background-repeat:repeat-x;}
.round_top_left{background:#d4e5f4 url(images/round_top_left.gif) no-repeat bottom left; min-width:3px; height:3px; float:left; }
.round_top_right{background:#d4e5f4 url(images/round_top_right.gif) no-repeat bottom left; min-width:3px; height:3px; float:right;}

.round_bottom{background:#396e9d; height:3px; width:98%; float:left;  }
.round_bottom_left{background:#d4e5f4 url(images/round_bottom_left.gif) no-repeat bottom left; min-width:3px; height:3px; float:left; }
.round_bottom_right{background:#d4e5f4 url(images/round_bottom_right.gif) no-repeat bottom left; min-width:3px; height:3px; float:right;}


.Container4 {
	margin-bottom: 8px;
	background: url("images/c4_bg.jpg") repeat-y left bottom;
}

.Container44 {
	margin-bottom: 8px;
	background: url("images/c4_bg2.jpg") repeat-y right bottom;
	background-color:#d4e6f4;
}

.Container4 .c4-bg-top {
	height: 10px;
	background: url("images/c4_bg_top.jpg") repeat-x left top;
}

.Container4 .c4-bg-tl {
	height: 10px;
	background: url("images/c4_bg_tl.jpg") no-repeat left top;
}

.Container4 .c4-bg-tr {
	height: 10px;
	background: url("images/c4_bg_tr.jpg") no-repeat right top;
}

.Container4 .title {
	padding: 0 10px 10px 10px;
	border: 1px solid #396d9c;
	border-width: 0 1px;
}

.Container4 .containerpane {
	clear: both;
	padding-left:10px;
	
	border-width: 0 1px;
	display:inline-block;
}

.Container4 .c4-bg-bottom {
	background: url("images/c4_bg_bottom.jpg") repeat-x left bottom;
	min-height:10px;
}

.Container4 .c4-bg-bl {
	background: url("images/c4_bg_bl.jpg") no-repeat left bottom;
	min-height:10px;
}

.Container4 .containerbot {
	background: url("images/c4_bg_br.jpg") no-repeat right bottom;
	min-height:10px;
}

.arrowlistmenu ul{
width:230px;
list-style-type: none;
padding: 0;
margin: 0 10px 0 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
background-color: #d4e6f4;
}

.arrowlistmenu ul li{
 /*bottom spacing between menu items*/
list-style-type: none;
}

.arrowlistmenu ul li a{
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #396d9c;
font-size: 100%;
list-style-type: none;
padding: 8px 0;
color:#a72327;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #e1f1fe;
}


