/* < Style Definition Common To All Settings >
 */
body {
	background: #fff; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #555555;
}
	

#menu ul
{
	list-style: none;
}

#menu li
{
	float: left;
}

#menu li a
{
	margin-left: 0.5em;
	display: block;
	padding: 0.7em 1.0em 0.7em 1.0em;
	background: #fff url('/img/n4.gif') repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-family: "Century Gothic","Verdana";
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
	text-decoration: none;
}

#menu li a.active
{
	background: #FF790B url('/img/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #DB7623;
}

	
#content h1 {  
	font-family: "Verdana", "Helvetica", "sans-serif"; 
	font-size: 22px; font-weight: normal; font-style: normal; font-variant: bold; 
	color: #000000; text-decoration: none; text-indent: 0pt;
}

#content h2 {  
	font-family: "Verdana" , "Helvetica", "sans-serif"; 
	font-size: 17px; font-weight: normal; font-style: bold; font-variant: bold; 
	color: #222222; text-decoration: none; text-indent: 0pt;
}

#content h3 {
	font-family: "Verdana", "Helvetica", "sans-serif"; 
	font-size: 14px; font-weight: normal; font-style: normal; font-variant: normal; 
	color: #333333; text-decoration: none; text-indent: 0pt;
}

#content h4 {  
	font-family: "Verdana", "Helvetica", "sans-serif"; 
	font-size: 12px; font-weight: normal; font-style: normal; font-variant: normal; 
	color: #444444; text-decoration: none; text-indent: 3pt;
}

#content h5 {  
	font-family: "Verdana", "Helvetica", "sans-serif"; 
	font-size: 11px; font-weight: normal; font-style: normal; font-variant: normal; 
	color: #444444; text-decoration: none; text-indent: 6pt;
}

#sidebar ul {
	padding-left: 1.5em;
}

#sidebar li {
	padding-left: 0.2em;
}

#content ul {
	padding-left: 3em;
}

#content li {
	padding-left: 0.5em;
}


div.img_left,div.img_right,div.img_center{
	font:11px;
	padding:10;
}

div.img_left{float:left;}
div.img_right{float:right;}
div.img_center{float:center;}

p {
	text-indent: 1em;
	text-align: justify;
}

pre {
	word-wrap:break-word;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	background-color:#EAEAEA; 
	border-color:gray; 
	border-style:dotted; 
	border-width:1px;
	font:12px;
	padding: 5;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

math {
	margin: 2px 0;
	padding: 10px;
	text-align: left;
	display: block;
	word-wrap:break-word;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 3px solid #972627;
}


/* form elements */
.comment form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.comment input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
.comment textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

table.comment {
	height: 15px;
	background: #ffffff;
	/* border-left: 1px solid #FFE1C3; */
	border: 2px dotted #CCC;
}

/* start - table */
#content table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
#content th strong {
	color: #fff;
}
#content th {
	background: #cccccc;
	height: 25px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
#content tr {
	height: 30px;
}

#content td {
	background: #EFEFEF;
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}


#content.comment td {
	background: #FFFFFF;
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-bottom: dotted 1px #666666;
}
