/*
 * Copyright 2006 Servelots Infotech Pvt. Ltd.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you
 * may not use this file except in compliance with the License. You may
 * obtain a copy of the License at:
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0 
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 * implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/*################## Cascaded Style Sheet for PANTOTO #############################*/
/*
table{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px; 
	padding-left: 6px; 
}
*/

td{
	font-size: 10pt;
	font-family:Arial;
	color: Black;
	text-decoration:none;
}


p{
        font-family:Arial;
	font-size: 10pt;
	margin-left: 2px; 
	margin-top: 10px; 
	margin-right: 45px; 
	margin-bottom: 5px; 
        color: Black;
        text-decoration:none 	
}
/*######################### text part of the page #############################*/
font.description{
	color:black;
	font-style:italic;
}

font.message{
	font-size:10pt;
	color:red;
	font-style:italic;
	font-variant:small-caps;
}
.fieldname,.description,.data,.info,.message,.templatefieldname{
	font-size: 10pt;
	color:black;
	text-decoration:none;
}

font.fieldname{
	font-weight:bold;
	text-transform:capitalise;
}

font.templatefieldname{
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:underline;
}

font.title{
	font-weight:bold;
	font-size:10pt;
	color:white;
	text-decoration:underline;
}

/*#################### for links ########################################*/

a{
	font-family:Arial;
	font-size: 10pt;
	color: blue;
        text-decoration: none;
}
a.greenlinks{
	color:green;
}

a.redlinks{
	color:red;
}

a:hover{
        color: orange;              
}

a.class{
	cursor: hand; 
}

/* ############################  links as buttons and tabs ###################################*/

a.greenB{
	color: white;
	background-color: green;
}

a.brownB{
	color: white;
	background-color: #B16918;
}
a.yellow{
	color: #ffef94;
}
a.brownB:hover{
	color:pink;
}

a.none{
	color:gray;
}

p.primarytab,a.primarytab{
	font-size: 10pt;
        font-family:Arial;
        font-weight: bold;
	font-variant:small-caps;
	color:white;
	background-color:#418383;
        text-decoration:none;
}

a.activeprimary {
	background-color:lightblue;
}

a.secondarytab{
	color:yellow;
	background-color:green;
}
a.highlight{
	 background-color:yellow;
}
.activesecondary{
	color:green;
	background-color:yellow;
}

.tertiarytab{
	color:brown;
}
.activetertiary{
	color:yellow;
	background-color:brown;
}

ul{
	list-style-type:disc;
	list-style-position:inside;
}


/*CSS added by Leena*/
body.fnt{font-family:Arial;font-size:12pt}

body.fnt table{font-size:10pt}

table.bordr td,th{border: 1px solid Gray;font-size:12pt}

table.bordr{border: 1px solid Gray;margin-bottom: 7px}

table.bordr table td,th{ border: 1px solid Gray; font-size:10pt}

table.bordr table th{color: Gray}

table.bordr table{border: 1px solid Gray; margin-top: 3px; margin-bottom:7px}

font.desc{ font-size:10pt}

td.bord{ border: 1px solid Gray}

td.bord table td{font-size:11pt}

/**CSS added for pageletTitle and pageletPopup */

span.pageletTitle_text { 
font-size:2;
font-type: Arial;
color: blue;
}

span.pageletTitle_popup {
}

