/*
 Inspired by Postgresql, Macrabbit, AListApart and many more...
*/

@import url("navigation.css");
@import url("right_sidebar.css");

body {
  margin: 0px;
  padding: 0px;
  background: #e7e7e7 url(shadowbh.gif) repeat-y;
  color: #000000;
  font: 0.8em sans-serif;
}

#container {
  width: 900px;
  text-align: justify;
}

/*<group=General styling>*/

h1 {
  color: #e7e7e7;
  background: #3B952C;
  margin: 0;
  width: 900px;
  height: 56px;
  font-size: 2em;
  line-height: 56px;
  cursor: default;
  text-align: left;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #3863C1;
}

.newsdate {
  font-size: 0.6em;
  font-weight: normal;
  margin; 20px;
}

#header_text {
  padding-left: 20px;
}

a.external {
  padding-right: 12px;
  margin-right: 1px;
  background: url('external.png') right top no-repeat;
}

h2 {
  margin: 0px;
  padding: 0px 10px 3px 15px;
  font-size: 16px;
  color: #04070D;
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 3px 10px 10px 15px;
  line-height: 1.6em;
}

pre { 
  padding-left: 15px;
}

#maincontent h3 { 
  margin-left: 15px;
  font-size: 0.9em;
  
}

li p
{ 
  padding: 3px 10px 10px 0px;
  
}

ul {
  padding: 3px 10px 10px 40px;
  line-height: 1.6em;
  margin: 0px;
}

a {
  color: #3259A9;
  font-weight: normal;
  text-decoration: none;
}

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

.warning {
  color: red;
}


/*</group>*/

table {
  border-collapse:collapse;
  margin-left: 10px;
}
td {
  border:1px solid black;
  padding:5px;
}
th a{
  color: black;
  font-weight: bold;
}

/* There are some table we do not want to use border */
#table_no_border td,table { 
  border: 0px;
  font-size: 1em;
}




/*<group=img>*/


#border img {
  border: 1px solid black; 
  margin: 10px;
}

	
/*</group>*/

/*<group=common_links_bar>*/

ul#common_links {
  height: 20px;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 460px;	
  list-style-type: none;
  background: #e7e7e7;
}

ul#common_links li { 
  display: inline; 
}


ul#common_links li a {
  /*float: right;*/
  width: 100px;
  height: 23px;
  margin: 0px;
  padding-left: 20px;
  /*padding: 1px 1px 0px 12px;*/
  color: #333;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

ul#common_links li a:hover
{ 
  text-decoration: underline;
  color: #3b8a2c;

}

/*</group>*/



/*<group=Misc>*/

#footer {
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
	text-align: center;
	padding: 8px;
	margin: 20px 20px 0px 20px;
	border-top: 1px solid #DCDCDC;
}

#footer a {
	color: #8C8C8C;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*</group>*/

