﻿/* CSS Document */

/*.c_head{text-align:left;}*/

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .head_title h1{float:left;}
.c_icon img { float:left; padding-right:4px; }
.head_title h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;width:100%;}
.title_vis{margin:0; float:right;}

.c_content{clear:both;}

.c_footer {clear:both;margin-bottom:20px;padding:0;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
.c_content .eipbackimg {margin-top:0;margin-left:-20px;}
.c_actions
{
	width: 100%;
	float:right;
}

.c_head_sidebar
{
	float: right;
}

.c_top h1
{
	padding-left: 33px;
	line-height: 33px;
}


.sidebarwrapper .c_contentpane
{
	padding: 0px;
}
.c_content_right
{
	text-align: right;
}

.c_flash_content, .c_flashpane
{
	padding: 0px;
}

.c_head_sidebar .c_head
{
	width: 283px;
}

.relative
{
	position: relative;
	z-index: 20000;
}

.absolute
{
	position: absolute;
}

.ContainerWrapper
{
    padding: 13px 21px 0px;
}

.FlashWrapper
{
    padding: 0px 12px;
}

.DefaultContainerWrapper
{
    padding: 13px 13px 0px;
}

.BoxContainerWrapper
{
	width: 289px;
}

.BoxTop
{
	height: 33px;
}

.LightBlueBoxTop
{
	background: url(images/light_blue_box_top.png) no-repeat;
}

.LightBlueBoxMiddle
{
	background: url(images/light_blue_box_middle.png) repeat-y;
}

.LightBlueBoxBottom
{
	background: url(images/light_blue_box_bottom.png) no-repeat;
}

.BlueBoxTop
{
	background: url(images/blue_box_top.png) no-repeat;
}

.BlueBoxMiddle, .BlueBoxGridMiddle
{
	background: url(images/blue_box_middle.png) repeat-y;
}

.BlueBoxBottom
{
	margin-top: 2px;
	background: url(images/blue_box_bottom.png) no-repeat;
}

.BrownBoxTop
{
	background: url(images/brown_box_top.png) no-repeat;
}

.BrownBoxMiddle
{
	background: url(images/brown_box_middle.png) repeat-y;
}

.BrownBoxBottom
{
	background: url(images/brown_box_bottom.png) no-repeat;
}

.BrownBoxBottom, .LightBlueBoxBottom, .BlueBoxBottom
{
	height: 1px;

}

.BoxContainerWrapper .c_icon h1
{
	line-height: 25px;
}

.BoxContentWrapper
{
	padding: 5px 10px;
}

.LightBlueBoxTop h1 .TitleHead, .BlueBoxTop h1 .TitleHead, .BrownBoxTop h1 .TitleHead
{
	color: #ffffff;
	padding-left: 10px;
	display: block;
	width: 289px;
	font-size: 20px;
}

.UDT_Even
{
	background-color: #D4DEF1;
}