/* ------------------------------------------------------ */
/* System Name	: courtjones.com                          */
/* Page Name	: global.css                              */
/* ------------------------------------------------------ */
/* Edited On	: 07/23/03                                */
/* Last Editor	: Chris Caddell							  */
/* ------------------------------------------------------ */


/* -------------------------------------- */
/* General Page Settings                  */
/* -------------------------------------- */
body {
	font-family:	Arial, Verdana, sans-serif;
	font-size:		1em;
	color:			#000000;
}

.default {
	font-family:	Arial, Verdana, sans-serif;
	font-size:		1em;
	color:			#000000;
}

a.default {
	text-decoration:underline;
}

a:hover {
	color:	blue;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


/* -------------------------------------- */
/* Fonts                                  */
/* -------------------------------------- */
.text_big {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #666666;
}

a.text_big {
	color: #666666;
}

.headline {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
}

.text_normal, a:visited.text_normal {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

.text_small { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.toplinks { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

a.toplinks {
    color: #666666;
}

.callout { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

a.callout {
    color: #666666;
}

.copyright { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #e5e5e5;
}

/* -------------------------------------- */
/* Form Elements                          */
/* -------------------------------------- */
.btn_grey {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-right: 5px;
	background: #e5e5e5;
	font-weight:bold;
	border:1px solid #666666;
	cursor:hand;
}

.btn_clear {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin-right: 2px;
	color: #0000FF;
	background: transparent;
	font-weight:normal;
	border:0px;
	cursor:hand;
}

input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	border-color: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

input.no_border {
	border-style: none;
}

/*--------------------------------*/
/* Design Elements                */
/*--------------------------------*/

.lineTable {
	border:      1px solid #e5e5e5;
}

.dashedTable {
	border:      1px dashed #cccccc;
}


