/*****************************************************************
 * 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(../images/tl_curve_blue.gif) no-repeat top left;}
.pagetop      { background: url(../images/tr_curve_blue.gif) no-repeat top right;}
.pagebottom div  { background: url(../images/bl_curve_white.gif) no-repeat bottom left;}
.pagebottom      { background: url(../images/br_curve_white.gif) no-repeat bottom right;}
.pagetop div, .pagetop, .pagebottom div, .pagebottom {
	width: 100%;
	height: 6px;
	font-size: 1px;  
}
.pagetop {
	background-color: #9bcdfe;
}

/* 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 */
#content h2, #content h1 {
	text-align: left;
	margin: 0px;
	margin-bottom: .0001px;
}

#header h1 {
	background-color: #000000;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

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

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

.bolder {
	font-weight: bold;
}

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

#breadcrumb a {
	text-decoration: none;
}
/****************** Pagename Style ***************************/

#pagename h2 {
	display: none;
/*
	position: absolute;
	right: 20px;
	width: 50%;
	top: -38px;
	text-align: right;
*/
}

/***************** 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("../images/button_bg.gif");
	font-weight: bold;
	text-decoration: none;
}

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

/****************** Content sytles *****************************/
#content {
	padding-top: 20px; 
	padding-bottom: 60px;
	border-left: 1px solid #ccd2d2;
	border-top: 1px solid #ccd2d2;
}

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

#content h2 {
	color: #877266;
}

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

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

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

#mainslot {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-image: url(../images/pencils.jpg);
	font-size: 18px;
}

#rightslot ul {
	position: absolute;
	top: 0;
	right: 0;
	width: 89%;
	height: 98%;
	padding: 0;
	padding-left: 30px;
	font-size: 12px;
	color: #21536A;
	text-align: left;
	overflow: auto;
}

#rightslot {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	padding: 0;
}

.errorMessage {
	display: inline;
}

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


