/*-- Import CSS --*/
@import "admin.css";
@import "menu.css";

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin:0px;
	padding:0px;	
}

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.top-bg { background:url(images/top-bg.jpg) left top repeat-x; height:7px;}
.mid-bg { background:url(images/grey-bg.jpg) left top repeat-x #ebebeb; height:403px;}
.content-bg { background:url(images/content-bg.jpg) left top repeat-x #ffffff;}
.menu-bg { background: url(images/menu-bg.jpg) left top repeat-x; height:36px;}
.search   { background: url(images/search.png) right no-repeat; width:184px; height:32px;}
.search img  {  width:38px; height:20px; top:0; right:0;}
.ban-bg { background:url(images/banner-bg.png) center top no-repeat; height:475px;}
.footer-bg { background:url(images/footer-bg.jpg) left top repeat-x #181818; height:371px;}
/*========================================================*/


.admin_header	{ background: url(../../../../homeebff.html) left top no-repeat; width: 1000px; height:332px; }
.search2		{ FONT-WEIGHT: bold; FONT-SIZE:13px; COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration:none; padding-right:5px; }
.you_are		{ FONT-WEIGHT: normal; FONT-SIZE:13px; COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration:none; }
.currentdate    { FONT-WEIGHT:bold; FONT-SIZE:13px; COLOR:#000000; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration:none; }
.verticalline 	{ background-color:#709db2; height:4px; }
.contentarea	{ padding:0 22px; }


/*========================================================*/

#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: 0px solid #000;
	background:transparent;
	padding: 0px 0px 0px 0px;
	margin:0;
	height: 25px;
	width: 130px;
	
}
.searchborder { border:0px; }
.search_img{ position:relative;}
.search_img img{ position:absolute; top:0; right:0; }

/*------------------------  End  -------------------------*/


/*========================================================*/
/* Search Button                                          */
/*========================================================*/

/*-- SearchButton --*/
.SearchButton {
	background-color: #E9E9E9;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	width: 80px;
	height: 25px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	text-align: center;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/

.youare		{ FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#b8ced9; font-family:Tahoma, Arial, Verdana; }
.heading_admin  { FONT-WEIGHT:normal; FONT-SIZE:18px; COLOR: #228285; font-family: "Myriad", Trebuchet MS, Century Gothic, Arial; }



/* text_yellow--*/
.text_yellow, A.text_yellow, A.text_yellow:link, A.text_yellow:visited, A.text_yellow:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 21px;
	COLOR: #ffc675;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a.text_yellow:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #f5ba22;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.pad_left {
	padding:0 0 0 20px;

}
.pad_right {
	padding:0 20px 0 0;

}

.pad { padding:0px 30px 0px 30px;}

/*------------------------  End  -------------------------*/

form {padding:0px;
		margin:0px;}

.DnnCoveredjQueryAnimatedBannerContent img{z-index:0 !important;}

.white { color:#acacac; font-weight:bold;}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 216px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.element. { top:100px;}


.border { border:#cecccc solid 1px; background:#FFF; padding:10px;}



.ModuleTitle_SubMenu { z-index:999999!important; }



