html, body {
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
	color:#434343;
	background-color: white;
}

body {
    margin: 0;
    padding: 0;
}

.code {
    font-family: courier;
    background: #C5E29F none repeat scroll 0 0;
    border: 1px dotted #DDDDDD;
    color: #06263C;
    font-size: 12px;
    line-height: 1.3;
    padding: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre.codeSmall {
    font-family: Courier;
    background: #F5F4EE none repeat scroll 0 0;
    border: 1px dotted #DDDDDD;
    color: #06263C;
    font-size: 8px;
    line-height: 1.1;
    margin: 0.6em 0 1.0em;
    padding: 3px;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #cccccc;
}

th,td {
    text-align: left;
    border: 1px solid #999999;
    padding: 5px;
}

td.example {
    vertical-align: top;
}

h1, h2, h3, h4 {
    font-family: Arial;
    font-weight: bold;
}

h1 {
    margin-top: 0px;
    font-size: 24px;
    color: #434343;
}

h2 {
    font-size: 16px;
    color: #744d71;
}

h3 {
    font-size: 1.4em;
    color: #434343;
}

h4 {
    font-size: 1.2em;
    color: #744d71;
}

p {
    font-family: Arial;
    font-weight: normal;
}

strong {
    font-size: 1.2em;
    font-family: Arial;
    color: #434343;
    font-weight: bold;
}

a {
    color: #009ADE;
}

.param_name {
    font-weight: bold;
}

.required {
    font-weight: bold;
}

div.bodyblock {
    margin-left: 20px;
}

button {
	cursor: pointer;
    padding: 4px 7px 3px 7px;
    overflow: visible;
    border: 1px solid #5c9d1f;

    /* Text */
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.9em;
	font-family: arial,helvetica,sans-serif;
	
    /* Fallback colors and background */
    background-color: #5b9c1e; 
    background-image: url(#{path.css('../images/buttons/bg_gradient.gif')});

    /* CSS3 Gradient */
    background-image: -moz-linear-gradient(100% 100% 90deg, #5b9c1e, #80c242);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80c242), to(#5b9c1e));

    /* CSS3 Radius */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    /* CSS3 Shadow */
    -moz-box-shadow: 0px 2px 3px #999999;
    -webkit-box-shadow: 0px 2px 3px #999999;
    box-shadow: 0px 2px 3px #999999;
}

.textLikeLink {
	color: #037eab;
	text-decoration:underline;
}
