/*
File: template/style.css
============================================================
When   		Who   	What
------------------------------------------------------------
2008-10-12	jtc	documented; minor fix
============================================================

Notes: 

This is the main stylesheet for certificate-key.com

*/

BODY, TD, P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	/* background: #F4F4F4 URL(/images/background.gif) top center repeat-y; */
}


a {
	color: #BE6503;
	text-decoration: none;
}
a:hover {
	color: #00008B;
	text-decoration: none;
}


/*	Added from keytrain while working on better add form */
body * {
	line-height: 1.22em;
}


div.headerA{
	color: #BE6503;
	font-size: 1.4em;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0.15em;
	/*font-variant: small-caps;*/
	/*background: url(/images/headerblock.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 9px;*/
}
div.headerB{
	color: #95B1D6;
	font-size: 1.4em;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0.15em;
	/*font-variant: small-caps;*/
	/*background: url(/images/headerblock.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 9px;*/
}

div.bodyA{
	line-height: 150%;
}
div.bodyB{
	line-height: 150%;
	color: #999999;
}



div.hr {
	background: url(/images/hrblock.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
	padding-bottom: 2px;
	padding-top: 6px;
}


/*   Navtrail   */

div.navtrail{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-bottom: 8px;
	padding-top: 4px;
}
div.navtrail a{
	text-decoration: none;
	font-weight: bold;
}
div.navtrail a:hover{
	text-decoration: none;
}


#footer{
	padding-top: 40px;
	padding-bottom: 20px;
	color: #767676;
	font-size: 10px;
}

div.signin td{
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
}



/*********************************************	
	DISPTABLE  STUFF
**********************************************/
TABLE.dt{
	Font-Family : Arial, Helvetica, San-Serif;
	/*border: 1px solid #7F9DB9;*/
	border: 1px solid #B0B0B0;
	background: #e5e5e5;
}
TABLE.dthi{
}
TD.dttop{
	Color : #E5E5E5;
	Font-Size : 11pt;
	Text-Align : left;
	font-family : Albany,Arial,Sans-Serif;
	font-weight : bold;
}
TR.dttop{
}
TABLE.dttop{
	background-color : Black;
}


.dtlabel{
	Color : #FFFFDE;
	Font-Size : 12pt;
	Text-Align : left;
	font-family : Arial;
	font-weight : bold;
}
.dtlabelsmall{
	Color : #FFFFDE;
	Font-Size : 10pt;
	Text-Align : left;
	font-family : Arial;
	font-weight : bold;
}

/* standard text input */
.dtinput {
	font-size:10px;
}

/*	standard button */
.dtbutton {
	font-size:10px;
}

/* standard select */
.dtselect {
	font-size:12px;
}

/*	text input on filter row */
.dtfinput {
	font-size:12px;
}

/* select on filter row */
.dtfselect {
	font-size:12px;
}

/* button on filter row */
.dtfbutton {
	font-size:10px;
}

TR.dt{
	vertical-align : bottom;
}

TR.dtodd{
	background-color : #FFFFFF;
}
TR.dteven{
	background-color: #EDF3FE;
}

TR.dtp{
}
TR.dtf{
}
TD.dtp{
	Font-Family : Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-top : 2px;
}
TD.dth{
	Font-Family : Arial;
	Color : Black;
	font-size : 11px;
	text-align : center;
	font-weight:bold;
	vertical-align : bottom;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid White;
	border-top: 1px solid White;
}

.dtadmin{
}







/*********************************************	
	DATAFORM  STUFF
**********************************************/
TABLE.dftable{
	background-color : #E5E5E5;
}

.dfheader{
	Font-Family : Arial, Sans-Serif;
	Font-Size : 18px;
	Font-Weight : bold;
}
.dflabelreq{
	Font-Family : Tahoma, Sans-Serif;
	Font-Variant : normal;
	Font-Weight : bold;
	Text-Align : left;
	Font-Size : 11px;
	color: #B22222;
}
.dflabel{
	Font-Family : Tahoma, Sans-Serif;
	Font-Variant : normal;
	Font-Weight : bold;
	Text-Align : left;
	Font-Size : 11px;
	color: #000000;
}
.dffield{
	Font-Weight : lighter;
}
.dfcomment{
	font-family: Arial;
	font-size: 10px;
}



#menucontext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	padding: 4px;
}
/*
.message{
	font-weight: bold;
	color: Green;
}
*/
.message{
	font-weight: bold;
	size: 10px;
	font-family: Arial;
	color: #000000;
	border: solid 1px #BE6503;
	background: #FFE7CC;
	padding: 3px;
}
.warning{
	font-weight: bold;
	color: red;
}

td.menuSelected{ 
	border-top: 1px solid #e5e5e5; 
	border-bottom: 1px solid #e5e5e5; 
	border-right: 1px solid #EDF3FE; 
	background: #EDF3FE;
}
td.menuUnselected{
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff; 
	border-right: 1px solid #e5e5e5; 
}
a.menuUnselected{
	display: block;
	width: 100%;
}

FIELDSET {
margin-top:0.75em;
/*background-color: #e5e5e5;*/
background: ButtonFace;
padding: 7px;
}
LEGEND {
font-weight:bold;
margin:-1px 0 1px 0;
}

.note{
	font-size: 10px;
	color: Gray;
}

div.signedin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
}
.signedin table{
	background-color: #e5e5e5;
	/*padding: 2px;*/
}
.signedin td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;	
	background-color: #e5e5e5;
}
.signedin a{
	font-size: 11px;
	text-decoration: underline;
}


.infolinks{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	/*font-variant: small-caps;*/
	color: #C86200;
	letter-spacing: 2px;
}
.infolinks a{
	font-size: 11px;
}


