/* center tables */
body {
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(../../sysimages/rambg.jpg);
	background-repeat: repeat;
}
table {
  margin-left:auto;
  margin-right:auto
}

/* background table */
table.bg {
	background-color:#EBEBEB;
	border:2px solid #ffffff;
	width: 1000px;
	right: 100px;
}

/* background table for popups*/
table.popup {
	background-color:#EBEBEB;
	border:2px solid #ffffff;
	width: 600px;
}

/* coloured foreground table */
table.fg {
	width:100%;
	background-color:#cccccc;
	margin: 0px;
	padding: 0px;
	border:1px solid #666666;
}

/* non-bordered table - center content */
table.nb {
  width:100%;
  text-align:center;
}
table.main {
	background-color:#EBEBEB;
	border:1px dotted #666666;
	width: 100%;
}

table.article {
	background-color:#EBEBEB;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menutable {
	background-color: #4F3D4F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
}


/* standard cell - keep alignment to left in case browse forms are very wide */
td {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	padding:3px;
	color:#000000;
}
tr.index {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	padding:3px;
	color:#000000;
	text-align: left;
	vertical-align: middle;
}

td.head {
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
	border-bottom 1px solid #000000;
	background-colour:#cccccc;
	vertical-align: top;
}
/*For article indentation in admin */
.indent1{
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
}
.indent2{
	font-size: 10px;
	font-weight: normal;
	text-indent: 20px;
}	


/* title cell - keep alignment to left in case browse forms are very wide */
.title {
  font-weight:bold;
  background-color:#4F3D4F;
  width:100%;
  font-size:12px;
  color:#ffffcc;
  white-space:nowrap
}

/* field label cell */
td.label {
	font-weight:bold;
	text-align:right;
	width:40%;
	vertical-align: top;
}

/* field content cell */
td.field {
	text-align:left;
	vertical-align: top;
  
}

/* bold - used for column headings in browse tables and bold text */
td.bold {
  font-weight:bold;
  white-space:nowrap;
}

td.heading {
  font-size:13px;
  font-weight:bold;
  white-space:nowrap;
}

/* errors */
td.error {
  color:#FF0000
}

/* form elements */
input{
	background-color:#FFFFFF}
select{
	background-color:#FFFFFF}
textarea{
	background-color:#FFFFFF}
/*submit {
	width:8em;
}*/

/* links */
a {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}


/* links in browse table cells */
a2 {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

table.textarea {
	background-color: #ccbbcc;
	padding: 5px;
	float: left;
	width: 100%;
	border: thin dashed #666666;
}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.indexheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-transform: capitalize;
	background-position: center;
}

.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
