/*****************************************************************
 * EdbuyStyles.css
 * ----------------
 *
 * This CSS file is responsible for the overall site styling.  This
 * will include control of fonts, sizes, colors, etc.
 */

/**************** Page Corners *************************************/
/* Rounding of corners is accomplished via CSS, DIVs, and use of background images.
   This technique allows this presentation feature to be almost entirely separate
   from the document structure and 100% adjustable without requiring document changes
*/
.pagetop div  { background: url(/static/images/tl_curve_white.gif) no-repeat top left;}
.pagetop      { background: url(/static/images/tr_curve_white.gif) no-repeat top right;}
.pagebottom div  { background: url(/static/images/bl_curve_white.gif) no-repeat bottom left;}
.pagebottom      { background: url(/static/images/br_curve_white.gif) no-repeat bottom right;}
.pagetop div, .pagetop, .pagebottom div, .pagebottom {
	width: 100%;
	height: 6px;
	font-size: 1px;  
}
/* Default Document settings including fonts, backgrounds, etc... */
body {
/*	background-color: #333790; */
/*	background-color: #DFDFDF; */
	background-color: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/* Anchor styles to keep inline with the Marketplace */
A:link {
	color: #0000FF;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
/* Visited Anchor(Link) Style */
A:visited {
	color: #990066;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
/* Active Anchor(Link) Style */
A:active {
	color: #0000FF;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
/* Hover Anchor(Link) Style */
A:hover {
	color: #990066;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}

/* Default Header Settings */
h2, h1 {
	text-align: left;
	margin: 0px;
	margin-bottom: .0001px;
}

#header h1 {
	font-size: 18px;
	font-weight: bold;
}

#pagename h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	padding-left: 20px;
	padding-right: 20px;
}

/* Default image settings */
img { 
	border: none;
}

.bolder {
	font-weight: bold;
}

/****************** Breadcrumb Sytle *************************/
#breadcrumb {
	background-color: #FFFFFF;
	padding-left: 20px;
}

#breadcrumb a {
	text-decoration: none;
}
/****************** Pagename Style ***************************/
#pagename {
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 10px;
	padding-left: 20px;
}
/* Align PageName title on the Left */
#pagename h2 {
	text-align: left;
}

/***************** mainmenu styles ***************************/
#mainmenu {
	background-color: #F5f7f7;
	border-top: 1px solid #ccd2d2;
/*	border-bottom: 1px solid #99CCFF;  */
/*	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC; */
	font: small Verdana,sans-serif;
	font-size: 12px;
}

#mainmenu a:link, #mainmenu a:visited {
	display: block;
	border: 1px solid #99CCFF;
/*	border: 1px solid #66B1FB; */
/*	border-bottom: 1px solid #99CCFF; */
/*	border-top: 1px solid #99CCFF;
	border-bottom: 1px solid #FFFFFF; /* #cccccc; */ 
/*	background-image:  url("../images/button_bg.gif"); */
	background-color: #99CCFF;
	text-decoration: none;
	/* background-color: #99CCFF; */
	font-weight: bold;
	padding: 3px 0px 3px 20px;
	color: #21536A;
}

#mainmenu a:hover{
/*	border: 1px outset #ccd2d2; */
/*	background-color: #DDEEFF; 
	background-image: none; */
	background-image:  url("/static/images/button_bg.gif");
	font-weight: bold;
	text-decoration: none;
}

/****************** sub menu styles ****************************/

/****************** Content sytles *****************************/
#eb_content {
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	border-left: 1px solid #ccd2d2;
	border-top: 1px solid #ccd2d2;
	text-align: justify;
	min-height: 450px;
}

#eb_content h1, #eb_content h2 {
	font-size: 24px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#eb_content h2 {
	color: #877266;
}

#eb_content p {
	padding-left: 20px;
	padding-right: 20px;
}

#eb_content ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 300px;
	padding-right: 20px;
	/*text-indent: 5em; */
}

#eb_content ol {
	list-style-position: inside;
	padding-left: 20px;
	padding-right: 20px;
}

.errorMessage {
	display: inline;
}

/*
#content li {
	text-indent: 40px;
}
*/
/****************** Footer Sytles ******************************/
#footer{
	clear: both; 
	border-top: 1px solid #cccccc;
	font-size: small;
	/* color: #cccccc; */
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	text-align: center;
}

/* ============ desktop view ============ */

	.navbar { background-color: #99CCFF; }
	.navbar .nav-item .dropdown-menu{ display: none; background-color:  #99CCFF; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.navbar li  a{ color:#21536A !important;
		font-weight: bold;
		background-color: #99CCFF;
		text-decoration: none;
		font-size: 14px;
	}
	.dropdown-menu li  a:hover{
		font-weight: bold;
		background-image:  url(/static/images/selected_button_bg.gif);
		text-decoration: none;
		font-size: 14px;
	}

/* ============ desktop view .end// ============ */



