/*
body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 62.5%;
}
*/
.page_content_main
{
/*
    position:absolute;
    top:96px;
*/

    left:0px;
    padding: 2px 2px 2px 0px;
    margin: 1px 8px 2px 0px;
    min-height: 420px;
    float: left;
}

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    border-width:0px;
    border-style:solid;
    border-color:#eeeeee;
}

/* .rounded-corners  */
.requested 
{
    width: 100px;
   	font-size: 9pt;
   	font-weight:normal;
	color: #000000;
	vertical-align:middle;
}

.rounded-corners .requested_bold 
{
    width: 100px;
   	font-size: 9pt;
   	font-weight:bold;
	color: #000000;
	vertical-align:middle;
}

.rounded-corners .requested_error 
{
    width: 100px;
   	font-size: 9pt;
   	font-weight:bold;
	color: #ff0000;
}

.rounded-corners td.not-requested 
{
    width: 100px;
   	font-size: 9pt;
   	font-weight:normal;
	color: #000000;
}

hr.lightcolor 
{
  width: 100%;
  color:#cccccc;
}

.error-message {
    font-size: 9pt;
    font-weight: normal;
    line-height: 15px;
    color: #ff0000;
}

.regular-text 
{
   	font-size: 9pt;
   	font-weight:normal;
	color: #000000;
}

.red-text 
{
   	font-size: 12pt;
   	font-weight:bold;
	color: #ff0000;
	position : relative ;
    top:3px;
}

.small-text 
{
   	font-size: 3pt;
   	font-weight:normal;
	color: #000000;
}

