body { color: black; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; background-color: #b6b6b6; background-repeat: repeat; background-attachment: fixed; }

p {background-color: white;}

td {}

a:link { color: black ; font-weight: bold; }

a:visited { color: black ; font-weight: bold; }

a:hover { color: black ; font-weight: bold; }

a:active { color: black ; font-weight: bold; }
h2 { font-weight: normal; font-style: normal; text-decoration: underline; }
.tdleft { background-color: #b6b6b6; border-right: 1px solid black; }
.tdright { background-color: #b6b6b6; border-left: 1px solid black; }
.back { background-color: white; }
.cross { width: 19px; height: 19px; text-align: center; vertical-align: middle; border: 0px; }
.green { color: green; }
.yellow { color: olive; }
.red { color: maroon; }
.noborder { border: 0px; }
.specialtext {font-size: 12px; font-weight: bold; color: #8b0000; }
.myBorder
{
	margin:2px;
	padding: 5px;
	border:1px solid #aaaaaa;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}

.box
{
	border: 1px solid #CCCCCC;
	background-color: #fff;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}

.link
{
color: black ; 
font-weight: bold;
text-decoration:none;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/layout/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/layout/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/layout/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor:help;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/other/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}


/* IE 6 hacks */
/*#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png',sizingMethod='scale');}  */
