.standard {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
}

.smalltext {
	font-weight: bold;
	font-size: 8pt;
	color: #5493B4;
}

.headline {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16pt;
	color: #adb6cf;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 200px;
	background-color: EFF2F4
}

.inputarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: EFF2F4
}

.formfield_label {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #5493B4;
}

.inputdisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 200px;
	background-color: 989898;
} 

.inputcheckbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 260px;
	background-color: eff2f4
}


/**
    Jetspeed Skin that uses the cascading capability of CSS
**/
.PTitleLeft
{
    /**
    Needs to specify the width of image used
    otherwise it won't show !
    **/
    width:10px;
    
    /** Always use relative path ! **/
    background:  url(../images/top_left.gif);
}

.PTitle
{
    /**
    Specify the height of the image used
    else it will use the text height    
    **/
    height:21px;
    color:#FFFFFF;
    font-weight:bold;
    background:  url(../images/top_title.gif);
}
 
.PTitleRight
{
    /**
    Needs to specify the width of image used
    otherwise it won't show !
    **/
    width:10px;
    background:  url(../images/top_right.gif);
}

.PContentLeft
{
    width:10px;
    background:  url(../images/left_content.gif);
}

.PContent
{

}

.PContentRight
{
    width:10px;
    background:  url(../images/right_content.gif);
}

.PBottomLeft
{
    width:10px;
    background:  url(../images/bottom_left.gif);
}

.PBottom
{
    /**
    Specify the height of the image used
    else it won't appear
    **/
    height:13px;
    background:  url(../images/bottom_content.gif);
}

.PBottomRight
{
    width:10px;
    background:  url(../images/bottom_right.gif);
}



