body { 
    font: 11px/1.6em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
    margin: 0; 
    background: #dfdfdf url(../images/Texture.jpg);
    color: #333;
}

a { 
    /*color: #4E773B; */
    color: #0095cd;
    text-decoration: none; 
    border: none; 
}

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

a:active { 
    color: #cd6416; 
}

a:visited { 
    color: #919191; 
}

a.pdf{
	content:url(../images/pdf_icone.jpg);
 	padding-right:10px;
}

p, ul {
	text-align: justify;
	margin: 10px 20px;
	padding: 0;
}

p.italic {
	font-style: italic;
}

ul { 
	padding: 0 0 0 15px; 
}

.lic {
	list-style-type:none;
}

h2 {
	font-size: 12px;
	margin: 20px 20px 10px;
	color: #484848;
}

h3 {
	margin: 5px 20px 5px 20px;
	font-size: 11px;
	color: #d62b6c;
}

h4 {
	font-size: 12px;
	margin: 20px 20px 10px 20px;
	color: #4c73cb;
}

.details{
	text-align: justify;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.detailw{
	text-align: justify;
	display: block;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pdf {
  display: list-item;
  margin-left: 1px;
  padding-left: 10px;
  padding-top: 5px;
  list-style: none;
}

.file {
  display: list-item;
  padding-left: 5px;
  list-style-image: url(../images/file.gif);
}

#techlist {
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	}
	
#techlist h4 {
	position: relative;
	font-size: 12px;
	padding: 0 0 10px 48px;
	margin: 20px 10px 5px;
	}
	
#techlist h4 img {
	position: absolute;
	left: 10px;
	bottom: 5px;
	}

#techlist img {
	bottom: 0;
}
	
* html #techlist h6 {
	height: 100%;
}

*.center, #sidebar *.center {
	text-align: center;
}

#sidebar p, #sidebar ul {
	margin: 7px 15px 10px;
	padding: 0;
	text-align: left;
}

#sidebar ul { 
	padding-left: 15px; 
}

.date {
	color: #7d7d7d;
	font-weight: normal;
	float: right;
}

img.right {
	float: right;
	margin: 0 0 3px 10px;
}

img.left {
	float: left;
	margin: 0 10px 3px 0;
}

a img {
	border-width: 0;
}

/* @group Header */

h1 { 
	margin: 0; 
	padding: 0; 
}
h1 a { 
	display: block; 
	text-indent: -1000em; /*\*/overflow: hidden; /**/
    width: 100%; 
    height: 56px; 
    background: #5776ff url(../images/Header.jpg);
	width: 100%;
	font-size: 10px;
}
	
/* @end */

/* @group Tabs */

#tabs { 
	margin-left: 2px;
	display: block;
	background: #e6e6e6 url(../images/TabMosaic.gif) repeat-x 0 100%;
}

#tabs ul{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}

#tabs ul li { 
	display: block; 
	margin: 2px 0 0 -1px; 
	padding: 0; 
	float: left;
}

#tabs ul li#news { 
	margin-left: 0px; 
}
#tabs ul li a { 
	display: block; 
	padding: 7px 10px 8px 12px; 
	float: left; color: #5b5b5b; 
	text-decoration: none; 
}
#tabs ul li span { 
	display: block; 
	float: left;
}
#tabs li a { 
	background: url(../images/TabMosaic.gif) no-repeat 100% -120px; 
}
#tabs li.active { 
	background: url(../images/TabMosaic.gif) no-repeat 0px 0px #fff; 
}
#tabs li.active a { 
	background: url(../images/TabMosaic.gif) no-repeat 100% -60px; 
}
	
/* @end */


/* @group Subtab */

#subtab{
	width: 100%;
	margin: auto;
	height: 20px;
	background-image: url(../images/) repeat-x;
	border-bottom: 1pt solid #dedede;
}

#subtab ul{
	display: inline;
}

#subtab ul li { 
	display: block; 
	margin: 2px 5px 2px 5px; 
	float: left;
}

/* @end */


/* @group Main Layout */


#pagewrapper { 
	display: block; 
	width: 708px; 
	margin: 20px auto 0;
	background: url(../images/ShadowMosaic.gif) repeat-y -708px 0;
}


#shadowwrapper {
	padding: 2px 4px 0px 4px;
	background: url(../images/ShadowMosaic.gif) no-repeat 0 0;
}

#content {
	display: block;
	background: #fff;
	padding-top: 10px 10px 0 0;
}

#content.columns {
	background: #fff url(../images/ShadowMosaic.gif) repeat-y -2124px 2px;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

#footer {
	display:  block;
	background: url(../images/ShadowMosaic.gif) no-repeat -1416px 0px;
	padding: 15px 4px 10px;
	width: 700px;
	margin: -4px auto 0;
	font-size: 10px;
	text-align: center;
	color: #666;
}

#largecontainer {
	width: 100%;
	margin: auto;
	padding-top: 10px;
	/* padding: 10px 5px 10px 5px; */
}

#main {
	float: left;
	width: 500px;
	padding: 10 0 15px;
}

#sidebar {
	float: right;
	width: 199px;
}

/* @group table */

table {
	width: 93%;
	margin: auto;
	border-collapse: collapse;
}

tr {
	padding: 0px 0px 0px 0px;
}

th {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #95cd91;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
}

td {
	vertical-align: top;
}

.tl {
	width: 15%;
}

.tm {
	width: 70%;
}

.tv {
	width: 5%;
	text-align: right;
	vertical-align: middle;
}

/* @end */






/* @group gallery */

.gallery {
	height: 150px;
	margin: 0px 0px 0px 20px;
	padding: 2px;
	width: 80%;
	float: left;
}

.picturesque {
	margin: 5px;
	float: left;
}

.description {
	margin-left: 150px;
}

/* @end */

/* @group Code */

div.code { /* the div makes the border */
	margin: 0 20px 0 20px;
	padding: 5px;
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	color: black;
}

div.code pre {
	padding: 1px;
}

/* Python syntax */
div.code pre span.linenumber {color: gray;}
div.code pre span.id         {color: #000000;}
div.code pre span.operator   {color: #0000C0;}
div.code pre span.char		 {color: #004080;}
div.code pre span.comment    {color: #008000;}
div.code pre span.number     {color: #0080C0;}
div.code pre span.string     {color: #004080;}
div.code pre span.spchar     {color: #0000C0;}
div.code pre span.resword    {color: #A00000;}
div.code pre span.consword   {color: #008080; font-weight: bold;}
div.code pre span.error      {color: #FF8080; border: solid 1.5pt #FF0000;}

/* @end */

