/*****
 * HTML tags overrides
 **********/

BODY
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #efefef;
}

H3
{
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 20px;
	color: #999999;
	clear: both;
}

A {
	color: #000066;
	text-decoration: none;
}

/****************************
 * IDs
 ****************************/

#sideBar {
	background-image: url("/images/layout/sidebar.gif");
	width: 59px;
	height: 2000px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#titleBox {
	background-color: #cccccc;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 30px;
	width: 300px;
	border-left: 1px dashed black;
	border-bottom: 1px dashed black;
	font-size: 24px;
	font-family: "Courier New", "Courier", monospace;
	text-align: right;
}

#stylish-bar1 {	position: absolute; top:0px; left:0px; 	width:100%; height:40px; border-bottom: 2px solid #ddddd; }
#stylish-bar2 { position: absolute; top:0px;left:0px;width:100%;height:43px;border-bottom: 2px solid #cccccc; }
#stylish-bar3 {	position: absolute; top:0px;left:0px;width:100%;height:46px;border-bottom: 2px solid #bbbbbb;}
#separtorLine { position: absolute; top:0px;left:0px;width:100%;height:80px;border-bottom: 1px dashed black; }
#separtorLineV { position: absolute; top:80px;right: 0px; width:160px;height:2000px;border-left: 1px dashed black; }


#topNavigationBar {
	text-align: center;
	position: absolute;
	width: 411px;
	height: 18px;
	right: 0px;
	top: 50px;
	background-image: url("/images/layout/black-20x20-trans.png");
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	padding: 1px 1px 1px 1px;
}

#rightBar {
	position: absolute;
	top: 90px;
	right : 3px;
	width: 145px;
	margin: 0px;
	padding: 0px;
}

#mainNavigationBox {
	background-image: url("/images/layout/navigationbar-trans.png");
	border: 2px solid #BFC5D2;
	width: 140px;	
	margin-bottom: 15px;
}

#mainNavigationBox A {
	text-decoration: none;
	color: black;
	font-size: 10px;
}

#mainNavigationBox A:hover {
	background-color: black;
	color: #BFC5D2;
}

#rightBox {
	background-image: url("/images/layout/navigationbar-trans.png");
	border: 2px solid #BFC5D2;
	width: 140px;	
	font-size: 10px;
	margin-bottom: 15px;
}


#contentTitle {
	background-color: #f4d593;
	margin-top: 5px;
	padding: 0px;
	text-align: right;
	border-bottom: 1px dashed #666;
	font-size: 10px;
	color: #666;
}

#contentTitle DIV {
	background-color: #D8BD82;
	border-top: 2px dotted black;	
}

#contentTitle H1 {
	font-family: monospace;
	margin: 0px;
	font-size: 30px;
}

#contentContainer {
	padding: 0px;
	width: 500px;
	background-color: #f5f5f5;
	border: 1px dotted black;
	float: left;
	position: absolute;
	top: 90px;
	left: 70px;
}

#content {	
	margin: 0px 3px 0px 3px;
	background-color: #e5e5e5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	border-top: 1px solid #ccc;
	text-align:justify;
	padding: 2px 2px 30px 2px;
	
}

#copyrightBox {
	font-size: 10px;
	background-color: #ccc;	
	border-top: 2px solid black;
}

#copyrightBox A {
	color: #0000aa;
}

#adBoxTop {
	margin: 5px 3px 10px 3px;
	background-color: #efefef;
	text-align:center;
	border: 1px dashed #D8BD82;
}

#adBoxRight {
	position: absolute;
	padding: 0px;
	margin: 0px;
	border: 1px dotted black;
	left: 580px;
	top: 190px;
	height: 600px;
	width: 120px;
}

/****************************
 * CLASSES
 ****************************/
 
.topNavigationElement {
	width: 100px;
	height: 16px;
	float: left;	
	border: 1px solid #999;	
	text-align:center;
	vertical-align: middle;
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}
 
.topNavigationElement:hover {
	background-color: #ccc;
	color: black;
}

.navigationBoxTitle {
	background-color: #BFC5D2;
	border-bottom: 1px dashed black;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
}
 
/* used to indicate technical terms */
.tech
{
	font-family: "Courier New", Courier, monospace;
}

/* style used for the section enumration */
.catIndexDescription
{
	padding: 5px 5px 5px 15px;
	text-align: justify;
	width: 75%
}

.catIndexDescription IMG { float:left; margin-right: 10px; margin-bottom: 15px; border: 0; width: 150; height: 112;}

/* used for the code boxes */
.codeBox
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 5px;
	width: 200px;
	height: 100px;
	font-size: 10px;
	padding: 2px;
	text-align: justify;
	float: left;
}

.codeBox DIV
{
	clear:both;
	margin-bottom: 5px;
	background-color: #eeeeee;
}

.codeBox DIV A
{
	color: #999999;
	font-weight: bold;
}

.smallBlackText
{
	font-size: 10px;
}
