/* User Guide styles: */

body
{
	margin: 0;
/*	background-color: #f8f8f8;  */
	background-color: #f0f0f0;
	color: #333333;
	line-height: 1.4;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, serif;
	font-size: 10pt;
	width: 980px;
	min-width: 980px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #4682b4;
}

a:visited
{
	color: #037;
}

a:hover
{
	color: #0057cb;
	text-decoration: underline;
}

a:active
{
	color: #4682b4;
}

:link img,
:visited img
{
	border: 0;
}

.hide
{
	display: none;
}


/* Page division IDs: */

#header
{
	clear: both;
	width: 980px;
	height: 91px;
	padding: 0;
	margin-bottom: 0px;
	text-align: left;
	
/*
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
*/
}

#content
{
	background-color: white;
	clear: both;
	width: 940px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
/*
	border-top: 1px solid #00FF00;
	border-bottom: 1px solid #00FF00;
	border-left: 1px solid #00FF00;
	border-right: 1px solid #00FF00;
*/
}

/*
#content:before
{
	content: url(http://www.dejal.com/images/contents-top.png);
	margin-left: -21px;
	margin-top: -23px;
	float: left;
	height: 10px;
	width: 860px;
	
/	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;	/
}

#content:after
{
	content: url(http://www.dejal.com/images/contents-bottom.png);
	margin-left: -21px;
	margin-bottom: -10px;
	height: 10px;
	width: 860px;
	display: block; 
	
/	border-top: 1px solid #0;
	border-bottom: 1px solid #0;
	border-left: 1px solid #0;
	border-right: 1px solid #0;	/
}
*/


/* Content styles: */

.logo
{
	float: left;
	text-align: left;
	margin-bottom: -50px;
	
/*
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
*/
}

.back
{
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	padding: 0px;
	margin-bottom: -50px;
	
/*
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
*/
}

.page-heading
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: black;
	font-size: 36px;
	font-family: ArialRoundedMTBold, Futura, "Lucida Grande", Helvetica-Bold, Helvetica, Arial, serif;
/* 	text-shadow: #A9A9A9 2px 2px 4px; */
}

.sub-heading
{
	color: black;
	font-size: 18px;
	font-family: ArialRoundedMTBold, Futura, "Lucida Grande", Helvetica-Bold, Helvetica, Arial, serif;
/* 	text-shadow: #A9A9A9 2px 2px 4px; */
}

.table-date
{
	white-space: nowrap;
}

.pic-center
{
	text-align: center;
}

.divider
{
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

.working-box
{
	background: #ffffcc url(/images/beta.png) 12px no-repeat;
	color: #6c1d1d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px dashed #ff4444;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
