/* CSS Document */

.c_head{padding:0; margin-top:8px;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:4px;padding:0; text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px; }

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}



/* allows for up to 11 unique Columns - (need to add letters in html if more than 1 of same is used) -  */
.Column560, .Column470, .Column395, .Column320, .Column275, .c_ColumnMain,
.Column230, .Column180, .Column800, .Column152, .Column132, .Column195   { 
	position: relative;
	float: left;
	display: inline;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.Column800 { width: 800px; }
.Column560 { width: 560px; }
.Column470 { width: 470px; }
.Column395 { width: 395px; }
.Column320 { width: 320px; }
.Column275 { width: 275px; }
.Column230 { width: 230px; }
.Column180 { width: 180px; }
.Column152 { width: 152px; }
.Column132 { width: 132px; }
.Column195 { width: 195px; }
.c_ColumnMain { width: 800px; }

.Column800_title h1, .Column800_title  h1 input { 
	color: #202C5E; 
	font-size: 1.4em;
	margin: 0;
	padding: 0.5em 10px 0.15em 10px;
}
.c_head_new { padding:0; margin-top:0px;text-align:left; }


.Normal { font-size: 90%!important; line-height: 1.3em; }

/* boxLside */

/****** Links-boxDkGrey ******/
.LinksBoxDark {
	background-color: #333333;
	background-image: url(images/CornerBottomRight.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	color: #CCCCCC;
}
.LinksBoxDark h2 {
	background-color: #505050;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	background-image: url(images/CornerTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #999999;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #FFFFFF;

}
.LinksBoxDark h3 {
	text-transform: uppercase;
	color: #CCCCCC;
}
.LinksBoxDark h4 {
	color: #CCCCCC;
	font-size: 90%;
}
.LinksBoxDark ul {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
}
.LinksBoxDark ol {
	list-style-type: decimal;
	padding-left: 30px;
	padding-right: 5px;
}
.LinksBoxDark li {
	border-bottom: 2px dotted #666666;
	margin: 0px 5px 3px 0px;
	padding-bottom: 3px;
}

.LinksBoxDark ul li {
	list-style-type:none;
}

.LinksBoxDark a:visited {
	color: #ffffff;
}

.LinksBoxDark a:hover {
	color: #FFFFCC;
}

.LinksBoxDark a{
	color: #ffffff;
	text-decoration: none;	
}

.LinksBoxDark table
{
    width: 100%;
}

.LinksBoxDark td table 
{
   width: 96%;
   margin-left: 3px;
}

.LinksBoxDark td table td
{
    border-bottom: dashed 1px #FFFFFF;
}

.boxLinks {
	margin-bottom: 0px;
}





