body {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
   background: #FFF url(images/bg.jpg) repeat-x;
	font-size: 9pt;
	
}

h1, h2, h3 {
	margin-top: 0;
	color: #333;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: #003366;
}

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

a img {
	border: none;
}

acronym {cursor: help;}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

pre {margin:0;}

.pic{
	background-color:#FFFFFF;
	display:block;
	padding:4px;
  	text-align: center;
	border: 1px dotted #667F99;
}
/*.pic img{padding:5px; border:1px solid #667F99;}*/
.pic .techtext { margin:0; font-size: 1em; color: #999; }
.pic .techtext2 { margin:0; font-size: 1em; }

.main_pic
{
	float:left; 
	margin:0 10px 10px 0;
}
/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}



input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/* header */
#header {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h4#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #000;
	text-transform: none;
	left:50px;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}
#header h4#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;			
}
#header #right_block{
	float: right;
	padding:0 40px 0 0;
	width:250px;
	height:100%;
}
#header #searchform {
	float: none;
	text-align: right;
	padding: 0;
}

#header #userdata {
	float: none;
	color:#000;
	text-align: right;
	padding: 10px 0;
	display: block;
}

#header #userdata a{
	text-decoration: none;
}

/* menu */
#menu {
	clear: both;
	width: 938px;
	height: 26px;
	background: #333;
	margin: 0 auto;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;			
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: #333;
	color: #E7E7E7;
}
#menu ul li a:hover {
   background: #E7E7E7; 
	color: #333;  
}
#menu ul li#current a {	
	background: #30899F; 
	color: #FFF;	
}

/* Wrapper */

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;	
}

/* Main */
#main {
	float: left;	
	width: 72%;
	padding: 0;	margin: 0;	
}
#main h2 {
	color: #333; 
	border-bottom: 1px solid #CCCCCC;
	background: #eee url(images/arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

.post a{
  font-weight: bold;
  color:#003366;
}

.post table.table1{border: 1px #667F99 solid; border-collapse: collapse;}
.post table.table1 caption {padding: 5px 5px;}
.post table.table1 thead {background: #EAF1FA;}
.post table.table1 th {padding: 9px 5px; border: 1px #667F99 solid;}
.post table.table1 td {padding: 5px; border: 1px #667F99 solid;}

.post blockquote
{
   clear:both;
	margin: 5px 0; 
	padding: 0px 5px 0px 10px;
   border: 1px solid #A6D9FF;
	background: #F5FFFF;
	color:#000099;
}

#main .post h2
{
	color:#333;
	padding-top:50px;
	font-size: 18px;
	background:none;
	border:none;
}
#main .post h2.pad-top-zero {padding-top:0px;}
#main .post h3
{
	color:#333;
	padding-top:30px;
	font-size: 16px;
}
#main .post h3.pad-top-zero {padding-top:0px;}

/*COMMENTS*/
.comm_info
{
  border: 1px solid #EBD9AB;
  background-color: #FFF9E3;
  padding:5px;
}
.comment{margin-top:40px;}
.comment .comm_content{
  padding:5px;
  background-color: #F5F5F5;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comments.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.TableHeader
{
 background-color: #6E0001;
 color: #fff;
 font-weight:bold;
}

.article_present{
	border:1px solid #616161;
	padding: 2px 5px;
	color: #616161;
	margin: 10px 0;
}

.definition
{
   clear:both;
	min-height:48px; height:auto !important; height:48px;
   border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
   padding-left:55px;
	background: #EAF1FA url(images/lampicon.png) no-repeat left center;
	margin: 5px 0;
}

.annotation
{
   clear:both;
   min-height:48px; height:auto !important; height:48px;
   border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
   padding-left:60px;
	background: #EAF1FA url(images/noteicon.png) no-repeat left center;
	margin: 5px 0;
}

.attention
{
   clear:both;
   border: 1px solid #FFB2B2;
	background: #FFF5F5;
	text-align:center;
	padding:5px 20px;
	margin: 5px 0;
	color:#680000;
}

.code1, .code2{
font-size:120%;
color: #008000;
font-family: "Lucida Console"; 
}
.code2{color: #800000;}

.freeads{
   margin:5px 0;
	padding:7px 10px;
	border: 1px solid #f2f2f2;
	text-align:center;
	background-color: #FAFAFA;
}
.freeads a{
 text-decoration:none;
}
.example
{
   font-size:120%;
   font-family: "Lucida Console"; 
	border: 1px solid #D0D0D0;
	background: #F7F7F7;
	padding:3px 5px;
	margin: 5px 0;
	color:#0000BB;
}
.example p, .example pre{
   font-family: "Lucida Console"; 
	margin: 0; padding:0;
}

.related{
	margin:3em 0;
}

.lightbg
{
 background-color: #EEEEEE;
}

.lightbgalt
{
 background-color: #FAFAFA;
}

.text a, .text a:hover
{
color: #000;
text-decoration:none;
}

.title {
	margin: 0;
	padding: 10px 0 4px 0px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #667F99;
}

.title a:hover {
      text-decoration:none;
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: 0px 0px 20px 0px;
	padding:3px 0;
	font-size: 95%;
	color: #616161;
}

.info_block{
   margin:3px 0px;
   border: 1px dotted #46461D;
	padding:10px 10px 10px 50px;
	background: #FFFFE1 url(images/comment.gif) no-repeat 5px 50%;
}

.ListSitesTable,
.ListSitesTable table
{
  border-collapse:collapse;
  border: 1px solid #532D00;
}

.ListSitesTable table tr, .ListSitesTable table td
{
  padding: 0.1em 1em;
}
.ListSitesTable .action   {background-color:#667F99;}
.ListSitesTable .action a {color: #FFF;}

/* __________ Input Style ____________ */
.Input,
.SmallInput,
.LongInput,
.VerySmallInput
{
        width: 220px;
        border: #532D00 1px solid;
        font-size: 12px;
        color: #000000;
}

.VerySmallInput
{
        width: 40px;
}

.SmallInput
{
        width: 110px;
}

.LongInput
{
        width: 440px;
}

.ok_line{
	border: 1px solid #CCDDAC;
	padding:3px 3px 3px 30px;
	background: #F1FFD7 url(images/ok_b.gif) no-repeat 5px 50%;	
}

.ErrorInForm{
        background-color:#FFE8EB;
        border: 1px solid #FFC6CD;
        padding: 2px;
}

.error_line{
	border: 1px solid #FFC6CD;
	padding:3px 3px 3px 30px;
	background: #FFE8EB url(images/alert_b.gif) no-repeat 5px 50%;
}

.error_block{
	border: 1px solid #FF0000;
}

.error_block h2{
   padding:5px;
   color: white;
	letter-spacing: 1px;
	background-color:#CC0000;
}

.error_block ul{
	margin:0px;
	padding:0px 10px;
	list-style-type:none;
}

.error_block li{
	background: url(images/double-arrows-dark.gif) no-repeat 0 15px;
	padding: 0 5px 0 15px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

.PathMenu{
 margin-bottom:10px;

 font-size:12px;
}

.PagingStrip {font-size: 14px; padding-top: 5px; padding-bottom: 8px; text-align:center;  /* padding-bottom: 10px;  background-image: url(../images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */}
.PagingStrip a
{
        padding: 2px 5px;
        background: #FFF;
        text-decoration: none;
        margin-left: 1px;
        border: #667F99 1px solid;
        color: #667F99;
        margin-right: 1px;
}

.PagingStrip a:hover
{
        color: #fff;
        background: #667F99;
        border-color: #667F99;
        text-decoration: none;
}
.PagingStrip .AtStart { margin-right: 20px;}
.PagingStrip .AtEnd { margin-left: 20px;}
.PagingStrip .AtStartNoLink{padding: 2px 5px; margin-right: 20px; border: #CCCCCC 1px solid; background: #FFF; color:#CCCCCC;}
.PagingStrip .AtEndNoLink{padding: 2px 5px; margin-left: 20px; border: #CCCCCC 1px solid; background: #FFF; color:#CCCCCC;}
.PagingStrip .CurrentPage{padding: 2px 5px; font-weight: bold; margin-right: 3px; border: #fff 1px solid; background: #667F99; color:#fff;}

.syntaxhighlighter { padding: 1px !important; }

.RedText{
	color:#DC172A;
}

.SeparatorBg
{
 background-color: #667F99;
}

.SeparatorLabel
{
        padding-left: 2px;
        border-bottom: #667F99 1px solid;
        color: #667F99;
        font-size: 14px;
        text-decoration: none;
        padding-bottom: 1px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        white-space: nowrap;
        font-weight: bold;
}

/* sidebar */
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
}	
#sidebar h4 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #E7E7E7;	
	background: #333;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}


/* footer */
#footer {
	clear: both;
	color: #66737B;
	border-top: 1px solid #e0e0e0;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(images/footerbg.jpg) repeat-x;	
	text-align: center;
	height: 50px;
	padding: 4px 0 0 0;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }

.bold{font-weight:bold;}

/* additional classes */
.clear { clear: both; }
.red { color: #CC0000; }
.orange{color: #FF8000;}
.green{color:#007700;}
.cornflowerblue{color:#5E61E4;}
.gray{color:#999999;}
.fs100{font-size:100%;}
.fs120{font-size:120%;}
.fs130{font-size:130%;}
.fs140{font-size:140%;}
.ls005 {letter-spacing: -0.05em;}

