body {
  margin: 0px;
  background:white;
  font-family:  arial, helvetica, sans-serif;
}

h2 {
	border-bottom: 2px solid #cccccc;
}

a:active, a:link, a:visited {
  color: #0D5798;
}
a:hover {
  color: #8CAFCD;
}

.header-user-details {
	color: #333333;
	font-size: 11px;
}

.read-only {
	color:gray;
	background-color:white;
}

.tableControl, .actionButtons {
  width: 100%;
}

.tableControl a {
  padding-left: 10px;
}

.tableControl {
  text-align: right;
}

.footer {
  margin-top:25px;
  text-align: center;
  font-size: 10px;
}

div.header {
  font: bold 18px arial, helvetica, sans-serif;
  color: #336699;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font: bold 18px arial, helvetica, sans-serif;
  color: #336699;
  margin-top: 0px;
  margin-bottom: 0px;
}

.columnHeader:hover
{
  color: #FF6600;
}

.message {
  border: 1px solid #FFCC00;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #F0F8FF;
  font-size: 12px;
}

.name {
  vertical-align: top;
  font-weight: bold;
  width: 115px;
  float: left;
  padding: 5px;
  margin-top: 3px;
  clear: left;
}

.error {
  border:1px solid #FF6666;
}
.errors {
  color: red;
  vertical-align: middle;
  border:1px solid red;
}
img.errors {
  padding-right: 5px;
}

.rich-stglpanel-body {
  overflow: auto;
}

.login-panel {
	text-align:center;
	top:300px;
	width:475px;
	margin:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius-: 10px;
}

#pageheader .rich-panel-body {
	padding:2px;
	margin:0px;
}

.msgcenter {
}

.rich-messages {
	position:relative;
	overflow:scroll;
	border:1px solid #FFCC00;
	padding:2px;
	width:250px;
	height:49x;
}

.user-table-row {
}

.user-table-col {
	font-size:13px;
}


p {
	margin-top:0px;
	margin-bottom:10px;
}


.value {
	color:black;
	font-weight: normal;
	font-size: 12px;
}

.browse-grid {
    border:1px solid silver;
}
.browse-col {
    width:50%;
    padding:5px;
    border-bottom:none;
    border-right:1px solid silver;
}
.browse-count {
	font-size:12px;
    font-style: italic;
    color: gray;
}
.browse-cell {
    font-weight: normal;
    font-size: 13px;
}

.rich-separator {
	margin-bottom:10px;
}


.rich-table {
  width:100%;
}

.rich-table-cell {
}

.rich-table-headercell, .rich-table-subheadercell {
	text-align: left;
}

.rich-table-headercell {
}


/*
TAB PANEL --------------------------------------------------------------------
*/

.rich-tabpanel-content {
	padding:25px 10px 10px 10px;
}


/*
MESSAGE CENTER STYLES ---------------------------------------------------------
*/
.msgcenter {
	display:none;
	z-index:100;
	position:absolute;
	height:auto;width:275px;
	padding:0px;
	border:none;
    filter: alpha(opacity=85);
	opacity:0.85;
}

.msgcenter .rich-panel-body {
	color:white;
	margin:0px;
	background:#333333;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.msgcenter .msg {
	font-weight:normal;
	font-size: 12px
}

.charCount {
	font-weight: normal;
	font-size: 10px;
}



/* FORM styles ------------------------------------------------------------- */

form {
	margin:0px;
}

.form-heading {
	font-weight: bold;
	font-size: larger;
	margin-bottom:2px;
	margin-top: 20px;
}

/*
input[type='text'], input[type='password'], textarea, select {
  font-weight: normal;
  font-size: 12px;
  color: black;
  padding:2px;
  border: 1px solid #999999;
  width:225px;
  background:#EEEEEE;
}
  */

input[type='submit'], input[type='button'], input[type='reset'] {
  /*background: #336699;
  color: white;
  font-weight: bold;
  font-size: 12px;
  border: 1px outset #336699; */
  margin: 0px 0px 0px 5px;
  width:75px;
}

input[type='reset'] {
}

textarea {
	width:350px;
	height:100px;
}

.required {
  color: red;
  padding-left: 2px;
}

.note {
	font-weight: normal;
	font-size: 12px;
	color:#999999;
}

.complete {
	text-decoration:line-through;
}

table.lvpair {
	margin-bottom:5px;
	width:100%;
}

.label {
	font-weight:bold;
	font-size: 13px;
	padding:3px 15px 3px 0px;
	width:150px;
	text-align:right;
	color:black;
}

.labelNew {
	font-weight:bold;
	font-size: 13px;
	padding:3px 15px 3px 0px;
	width:300px;
	text-align:right;
	color:black;
}
input.readonly {
	background:white;
	color:#666666;	
}

div.missing-data {
	background:#EEEEEE;
	font-size:14px;
	color:#666666;
	margin: auto auto auto auto;
	width: 475px;
	border: 1px solid #CCCCCC;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius-: 5px;
}

/* LOGIN FORM ------------------------------------------------------------*/

.login-panel {
}

.login-panel .login-label {
	font-size:16px;
	color:gray;
	text-align:right;
	padding-right:8px;	
}

.login-panel input[type='text'], .login-panel input[type='password'] {
	background:white;
	font-size:16px;
}

.login-panel .login-value {
	color:gray;
}

h3 {
    color: #336699;
    padding-bottom:3px;
    border-bottom: 1px solid silver;
    font-size:16px;
    padding-top:15px;
}

table.props {
	margin-bottom:15px;
}
td.hdr {
    font-weight: bold;
    font-size: 14px;
    color: #336699;
}
td.val {
	font-size: 13px;
	padding:3px;
}
td.lbl {
	padding:3px;
	width:125px;
    font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	text-align:left;
}

div.dir-publisher {
	font-weight: bold;
	font-size: 16px ;
	margin-bottom:5px;
}
div.dir-profile {
	line-height: 125%;
	color:#333333;
    font-weight: normal;
    font-size: 13px ;
    margin-bottom:5px;
}




