2009-10-12 16:29:57 -04:00
|
|
|
/* You can override this file with your own styles */
|
|
|
|
body {
|
|
|
|
background:#F1FAFF url(../images/inner-gd.png) repeat-x scroll 0 0;
|
|
|
|
}
|
|
|
|
#breadcrumbs {
|
|
|
|
background-color: white;
|
|
|
|
border:0;
|
|
|
|
}
|
|
|
|
.externalLink img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.section h2, .section h3 {
|
|
|
|
border:0;
|
|
|
|
background: transparent;
|
|
|
|
color:black;
|
|
|
|
font-size:17px;
|
|
|
|
}
|
|
|
|
.section h2 {
|
|
|
|
border-bottom:1px solid;
|
|
|
|
padding:1px;
|
|
|
|
}
|
|
|
|
.section h3 {
|
|
|
|
background:#ECECEC;
|
|
|
|
font-size:15px;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
.section p {
|
|
|
|
padding-left:15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.section table {
|
|
|
|
margin-left:10px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
.small {
|
|
|
|
font-size:9px;
|
|
|
|
}
|
|
|
|
.source {
|
|
|
|
overflow:auto;
|
|
|
|
}
|
|
|
|
.floatLeft {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
.notype {
|
|
|
|
list-style-type:none;
|
|
|
|
margin-left:10px;
|
|
|
|
padding-left:0;
|
2009-08-07 06:26:29 -04:00
|
|
|
}
|