/* center tables */

body {
	background-color:#666666;
	background-attachment: fixed;
	/*background-image: url(../images/Bg/Bg-2.gif);*/
	background-repeat: repeat;
}
#admin {

}

table {
  margin-left:auto;
  margin-right:auto
}

/* background table */

table.bg {
	background-color:#EBEBEB;
	border:2px solid #ffffff;
	width: 1000px;
	right: 100px;
	height: 500px;
}



/* 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.textpage {
	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:#333366;
	margin: 0px;
	padding: 5px;
	width: 160px;
	border: 1px solid #333366;
}


/* 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:#333366;
	width:100%;
	font-size:12px;
	color:#ffffcc;
	white-space:nowrap
}

/* field label cell */

td.label {
	font-weight:bold;
	text-align:right;
	vertical-align: top;
}

td.configlabel {
	font-weight:bold;
	text-align:right;
	vertical-align: top;
	width: 25%;
}

/* 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;
  font-weight:bold;
}

/* form elements */

select{
	background-color:#FFFFFF;
}

.editortextarea{
	background-color:#CCCCCC;
}

/*submit {

	width:8em;

}*/



/* links */

#admin a {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}


/* 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: 12px;
	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;
}

#menutable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

