/* anchor generic element style */

a:link {

	text-decoration: none
	}
a:visited {

	text-decoration: none
	}
a:active {

	text-decoration: none
	}
a:hover {

	text-decoration:underline;
	}

/* navigation fonts */


.navigateOn  {
	color : #0D5598;
  	font-family: "Trebuchet MS", arial, sans-serif;
  	font-size: 11px;
	}

.navigateOff  {
	color : #808080;
  	font-family: "Trebuchet MS", arial, sans-serif;
  	font-size: 11px;
	}


/* help */

.helpText {
	color : #808080;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.helpPopUpText {
	color : #0D5598;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/* error messages */

table.errorTable {
	text-align:left;
	}

.errorTable td {
	text-align:left;
	}

.errorMsg {
	color : #FF0000;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.errorMessage {
	color : #FF0000;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	text-align: left;
	font-weight : bold;
	margin-left:4px;
	}

/* graphics */


img {
	border: 0;
	background-color: none;
	text-decoration: none;
	border: none;
	}

/* buttons */

input.inputsubmit {
	padding-top:2px;
	padding-bottom:3px;
	margin-right:5px;
	}

input.action {
	padding-left:25px;
	padding-right:25px;
	}

.inputbutton, .inputsubmit {
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#ccc;
	border-left-color:#ccc;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	background-image:url('/od-base/admin/images/buttons/admingrey.gif'); 
    background-repeat:no-repeat;
	color:#212121;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center; 
	width:100px;
	text-decoration:none;

.parentBox {
  border: 1px solid #ccc; 
  padding: 6px;
  background-color:#eee;
}
