/**************************************
 * THEME NAME: standardgreen
 *
 * Files included in this sheet:
 *
 *   standardgreen/gradients.css
 *   standardgreen/user_styles.css
 **************************************/

/***** standardgreen/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** standardgreen/gradients.css end *****/

/***** standardgreen/user_styles.css start *****/

.no-border { border-style: none; }

.small { font-size: 80%; }

.middle { vertical-align: middle; }

.try-it
{
	font-weight: bold;
	color: #990000;
	background-color: #ccffcc;
}

.center { text-align: center; }
.right  { text-align: right; }
.left   { text-align: left; }

.heading {font-family: sans-serif; font-style: italic; }

.thislink {color: red;}

.important { color: red; font-weight: bold; }

.inset{
	margin: 1em;
}

.bordered {
	border: 2px solid black;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.ul { text-decoration: underline; }

.floatright { float: right; }
.floatleft { float: left; }
.clearright { clear: right; }
.clearleft { clear: left; }
.clearboth { clear: both; }

.glossary {
	color: green;
	font-weight: bold;
}

.incorrect { background-color: #ffcccc; }
.highlight { background-color: yellow; }

dfn {
	color: green;
	font-style: normal;
	font-weight: bold;
}

.sidebar {
	background-color: #ffffcc;
	width: 25%;
	float: right;
	margin-left: 0.5em;
	padding: 0.5em;
	border: 1px solid black;
	font-size: small;
}

.sidebar ul {
	list-style-type: none;
}

.line { color: gray; }

.highlight {background-color: yellow;}

.change { background-color: yellow; }

/***** standardgreen/user_styles.css end *****/

