body {
 margin: 0; /* to avoid margins */
 padding:0;
 text-align: center; /* to correct the centering IE bug*/
 background-color:#e5eff2;
 background-image:url(/framework_imgs/background.gif);
 background-repeat:repeat-y;
 background-position:center;
 font-family:Verdana, Arial, Helvetica, Sans-serif; 
 line-height:170%;font-size:12px;
 color:#333333;
 }


/* Center DIV which contains content */
#content {
margin-left:auto;
margin-right:auto;

overflow:hidden;
text-align: left;
width: 660px;}

/* Orange headlines for both sections and paragraphs */
h1 {
font-size:16px;
color:#ff9933;
margin-top:20px;
margin-bottom:8px;
clear:both;
padding-bottom:2px;
border-bottom:4px #e5eff2 solid;
}

h2 {
font-size:12px;
margin-top:20px;
margin-bottom:8px;
clear:both;
padding-bottom:2px;
}

/* paragraph text */
p {line-height:170%;}

/* Lists */

li {line-height:170%;margin-bottom:6px}
li {list-style:square;}

/* link definitions */
a:link {font-weight:bold;color:#ff9933}
a:visited {font-weight:bold;color:#ff9933}
a:hover {font-weight:bold;color:#f9d099}

/* styled tables */ 
.styledTable {
clear:both;
border:1px solid #F08A00;
width:100%;
margin:8px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.styledTable td {
padding:4px 4px;
background-color:#f9d099;
}
.styledTable th {background-color:#ff9933;color:#ffffff}
.styledTable .oddRow td {
background-color:#f8eee0;
}

/* bordered tables */ 
.borderedTable {
clear:both;
border:1px solid #F08A00;
width:90%;
margin:8px 0px;
border-collapse:collapse
}
.borderedTable td {
padding:4px 4px;
border:1px solid #F08A00;
}
.borderedTable th  {background-color:#ff9933;color:#ffffff}

/* Input in styled tables */
.styledTable input, .styledTable textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;}

/* Image in paragraph text */
.borderedImage {
float:right;
margin-left:10px;
border:1px solid #F08A00;
}

.warning {
  padding:10px;
  border:1px solid red;
  background-color:#FDFFB0;
}