
/*****************
 **** GENERAL ****
 *****************/


table { width: 100%; }
img { border: 0;}
.cursor { cursor: pointer; color: #0055CC }
.cursor:hover { color: #114477 }

.list_no_indent ol, .list_no_indent ol li { margin-left: -10px; }

/**************
 **** TAGS ****
 **************/

.tags { font-size: .95em; }
.tags ul, .tags ul li { display: inline; }
.tags ul li { padding: 0px 4px 0px 6px; }


/*****************
 **** BUTTONS ****
 *****************/

.button {		
	height: 60px;
	margin: 0;
  	color: #0055CC;
}
/*
.button:hover { background: #F0F0F6; color: #114477 }
.button a:hover { background: #F0F0F6; }
*/

/**************
 **** UTIL ****
 **************/

.label { }
.value { }

.help { /*font-variant: small-caps;*/ font-size:.95em; color: #774411; }

.right {  text-align: right;}
.left {  text-align: left;}
.fright {  float: right;}
.fleft {  float: left;}

.even { background: #FCFCFF; }
.odd  { background: #FFFFFF; }

.small_caps { font-variant: small-caps; }
.small { font-size: .95em; }
.clear { background: red;}

.bold { font-weight: bold; }
.normal { font-weight: normal; }